Change the execution mode for the specified external procedure from unprotected mode to protected mode.
The EXECUTE PROTECTED option causes the external procedure to run as a separate process. For details, see ALTER PROCEDURE (External Form).
An external SQL procedure linked with CLIv2 can only run in protected mode.
A Java external SQL procedure can only run in protected mode.
- NOT
- Change the run mode for the specified external procedure from protected mode to unprotected mode. The EXECUTE NOT PROTECTED option causes the external procedure to run directly on the Vantage.