Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problem creating pfile on a shared drive directory.

736579Dec 30 2009 — edited Dec 30 2009
Gurus,

I am trying to create a pfile from spfile on a shared drive and I am getting the below error. This is a 10g databases on windows 2003 server with the ASM.

SQL> create pfile='\\dev_server\c$\temp\initstandby.ora' from spfile;
create pfile='\\dev_server\c$\temp\initstandby.ora' from spfile
*
ERROR at line 1:
ORA-09210: sftopn: error opening file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.

I gave full permisions to every on the temp directory and still I am having the issues.

Any help is appreciated.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 27 2010
Added on Dec 30 2009
6 comments
996 views