A code object can be executed or evaluated by passing it (instead of asource string) to the exec statement or the built-ineval() function. See the
コードオブジェクトは exec 文や組み込み関数 eval()に(ソースコード文字列の代わりに) 渡すことで、実行したり値評価したりすることができます。 詳しくは
When a stored procedure is called in passthrough mode using a CALL or EXEC statement, the CALL statement itself is replicated and none of the statements inside the procedure are replicated.
パススルー・モードで CALL 文または EXEC 文を使用してストアド・プロシージャを呼び出すと、CALL 文自体がレプリケートされ、プロシージャ内の文はレプリケートされません。
Added support for Microsoft EXEC syntax. A procedure (or function) call specified in an EXEC statement will be translated to its equivalent Oracle procedure (or function) call before being processed by the Oracle8 database server if this feature is enabled.
Microsoft EXEC構文がサポートされるようになりました。 この機能が有効である場合、Oracle8データベース・サーバーによって処理される前に、EXEC文で指定されるプロシージャ(またはファンクション)コールは、対応するOracleプロシージャ(またはファンクション)コールに変換されます。
EXEC Syntax Enabled - enables support for SQL Server EXEC syntax. A procedure (or function) call specified in an EXEC statement is translated to its equivalent Oracle procedure (or function) call before being processed by an Oracle database server. By default this option is disabled.
Enable EXEC Syntax - SQL Server EXEC構文のサポートを有効にします。Oracleデータベース・サーバーによって処理される前に、EXEC文で指定されるプロシージャ(またはファンクション)コールは、対応するOracleプロシージャ(またはファンクション)コールに変換されます。デフォルトではこのオプションは無効になっています。
If the syntax of your SQL Server EXEC statement can be readily translated to an equivalent Oracle procedure call without requiring any change to it, the Oracle ODBC Driver can translate it if you enable this option.
このオプションを有効にすると、変更なしに変換可能な場合、Oracle ODBC Driverによって、SQL Server EXEC文の構文が対応するOracleプロシージャ・コールに変換されます。