Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> sqlplus execute cmd

sqlplus execute cmd

From: tony <meinhfxGARBAGE_at_hotmail.com>
Date: Wed, 27 Nov 2002 18:24:58 GMT
Message-ID: <3de50d10.18786725@news.dal.ca>


I have a script which basically does this:

sqlplus $username/$password @plsql_spec
sqlplus $username/$password @plsql_body

I would then like to do

sqlplus $username/$password execute plsql_spec.proc_1

This gives me a sqplus command error showing that execute is not an option. Within sqlplus execute plsql_spec.proc_1 works fine. Any idea how I can work around this?

thanks Received on Wed Nov 27 2002 - 12:24:58 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US