i cant execute the file in windows [message #436992] |
Wed, 30 December 2009 04:20 |
|
hi all,
i ve the contents in the specified path.but i cant execute.
thanks in advance
SQL> @C:\oracle\product10.2.0\db_1\rdbms\admin\profload.sql
SP2-0310: unable to open file "C:\oracle\product10.2.0\db_1\rdbms\admin\profload.sql"
[Updated on: Wed, 30 December 2009 04:24] by Moderator Report message to a moderator
|
|
|
|
Re: i cant execute the file in windows [message #436996 is a reply to message #436994] |
Wed, 30 December 2009 04:35 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Perhaps you could navigate to that directory (from the command prompt):C:\temp>cd C:\oracle\product10.2.0\db_1\rdbms\admin\ and, once being in the correct directory, run the script:C:\oracle\product10.2.0\db_1\rdbms\admin> sqlplus scott/tiger@xe @profload.sql
|
|
|