Re: sqlplus and spaces in path

Sam

How about the following URLs?

http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#sthref551
http://download.oracle.com/docs/cd/B19306_01/win.102/b14304/registry.htm#sthref731

SQLPATH

Environment variable or Windows registry entry to specify the location of SQL scripts. SQL*Plus searches for SQL scripts, including login.sql, in the current directory and then in the directories specified by SQLPATH, and in the subdirectories of SQLPATH directories. SQLPATH is a colon separated list of directories. There is no default value set in UNIX installations.

In Windows, SQLPATH is defined in a registry entry during installation. For more information about the SQLPATH registry entry, see SQLPATH Registry Entry <http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#i1133354>.

HTH
GovindanK

Other related posts: