In oracle9, I have compiled oracle procedure "CREATE OR REPLACE EXTRACT_FILE1 AS ...."
I can run OK if
sqlplus /nolog
>connect user1/user1@database1
>execute EXTRACT_FILE1
But not sure how to use short form...
Can I initiate the execute from unix on single line?
sqlplus user1/user1@database1 .....?????
I can run OK if
sqlplus /nolog
>connect user1/user1@database1
>execute EXTRACT_FILE1
But not sure how to use short form...
Can I initiate the execute from unix on single line?
sqlplus user1/user1@database1 .....?????