Problem creating pfile on a shared drive directory.
736579Dec 30 2009 — edited Dec 30 2009Gurus,
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.