REMOTE_DEPENDENCIES_MODE
Specifies how Oracle should handle dependencies upon remote PL/SQL stored procedures.
Property | Description |
Parameter type | String |
Syntax | REMOTE_DEPENDENCIES_MODE = { TIMESTAMP | SIGNATURE } |
Default value | TIMESTAMP |
Recommended Value | SIGNATURE |
Oracle FLEXCUBE relevance
Oracle allows the procedure to execute as long as the signatures are considered safe. This setting allows client PL/SQL applications to be run without recompilation.
Parent topic: Database Initialization Parameters