passing variables in sqlplus scripts

SET VERIFY OFF

ACCEPT par1 prompt "ENTER PARAMETER #1: "

ACCEPT par2 prompt "ENTER PARAMETER #2: "

execute pkg_TEST_VARIABLES.TEST_PASS_VARIABLES ( &&par1, &&par2);

Comments

Popular posts from this blog

chr function and its values - CHR and ASCII values

RMAN-06820: WARNING: failed to archive current log at primary database

ORACLE FAL_CLIENT and FAL_SERVER explained