Home » Infrastructure » Windows » i cant execute the file in windows (msdos)
i cant execute the file in windows [message #436992] Wed, 30 December 2009 04:20 Go to next message
manickavasan
Messages: 7
Registered: July 2008
Location: india
Junior Member

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 #436994 is a reply to message #436992] Wed, 30 December 2009 04:23 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
unable to open file

Oracle is unable to find or open the file.
Check it and the privileges associated to it.

Regards
Michel
Re: i cant execute the file in windows [message #436996 is a reply to message #436994] Wed, 30 December 2009 04:35 Go to previous message
Littlefoot
Messages: 21806
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

Previous Topic: Performance issue
Next Topic: %1 is not a valid win32 application
Goto Forum:
  


Current Time: Thu Mar 28 09:18:47 CDT 2024