| Author: @@@ Hyderabadi Biryani @@@ 14 Oct 2008 | Member Level: Diamond | Rating: Points: 3 |
Hi
Check out the below link http://www.oracle.com/technology/obe/obe10gdb/install/isqlplus/isqlplus.htm
Thanks -- Vj http://dotnetvj.blogspot.com
|
| Author: madhavi 25 Oct 2008 | Member Level: Gold | Rating: Points: 4 |
try this Probably the least noticeable new feature for SQL*Plus is the ability for you to have spaces in the directory path or within the file name for our SQL files. This option is only available in a Windows environment and requires you to enclose the full path and file name within quotes (" or ').
SQL> @"c:/oracle/admin/tune/session/Current Sessions.sql"
|