Home » Infrastructure » Unix » syntax of start command?
syntax of start command? [message #98636] Mon, 14 February 2005 22:40 Go to next message
Naveen Verma
Messages: 60
Registered: August 2004
Member
Hi
could u plz tell me the sysntx of start command.
I want to run a sql file to copy data from one schema to another schema.
I am giving one example what I found some where.
ex: start /local/bin/copy.sql
/
115

my problem is what is 115. what is the use of this after running start command.

regards
ravi
Re: syntax of start command? [message #98638 is a reply to message #98636] Tue, 15 February 2005 08:31 Go to previous message
andrew again
Messages: 2577
Registered: March 2000
Senior Member
From the OS prompt you can run it like this:
sqlplus -s scott/tiger@mydb @t.sql

From within sqlplus:
SQL>@t.sql

or

SQL>start t.sql
Previous Topic: diff between export variable=value and export variable
Next Topic: Oracle Connectivity with TC orTC++
Goto Forum:
  


Current Time: Thu Apr 25 02:53:21 CDT 2024