Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想从 alteryx 调用 PL/SQL 过程。只是程序而已,一些程序具有动态参数,这些参数在调用或执行 PROC 时会发生变化。 我找不到任何只能调用程序的转换。 我不想从 PRE/POST SQL 命令调用,因为我需要从输入或输出转换调用。我只想调用PROC。
通常
用户名.包名.协议名(参数);