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!

Error when trying to create a directory in ASM

DelmonteAug 8 2011 — edited Aug 8 2011
Hello,

I've got Oracle RAC 11gR2. Two nodes with Windows Server 2008. Database in ASM instance.
I'm trying to create a directory "backupp" in ASM instance, but got error.
All Oracle Windows services are running under Local Ssystem Account.
I've logged in Windows Server 2008 with user AdminRAC, which is membor of Administrators and ORA_DBA Windows group.
Diskgroup: data

C:> SET ORACLE_HOME=C:\app\11.2.0\grid
C:\>SET ORACLE_SID=+ASM1
C:\asmcmd
Connected to an idle instance.

ASMCMD> mkdir +data/backupp
Can't open 'C:\app\11.2.0\grid/log/diag/asmcmd/user_AdminRAC/JNESRVRACA/alert/al
ert.log' for append
CLSU-00100: Operating System function: open failed failed with error data: 2
CLSU-00101: Operating System error message: The system cannot find the file spec
ified.
CLSU-00103: error location: SlfFopen1

ORA-15032: not all alterations performed
ORA-15005: name "+data/backupp" is already used by an existing alias (DBD ERROR:
OCIStmtExecute)
Can't open 'C:\app\11.2.0\grid/log/diag/asmcmd/user_AdminRAC/JNESRVRACA/alert/al
ert.log' for append
CLSU-00100: Operating System function: open failed failed with error data: 2
CLSU-00101: Operating System error message: The system cannot find the file spec
ified.
CLSU-00103: error location: SlfFopen1

ASMCMD>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 5 2011
Added on Aug 8 2011
2 comments
1,371 views