The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: Run script
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-04-2002
kanang kanang is offline
Registered User
 

Join Date: Dec 2001
Location: kuala lumpur
Posts: 21
Re: run script

try this:

SQL> @/path/of/scripts/scriptname

this syntax works in oracle.

btw, this is more SQL-related than UNIX.