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!

copy files from ASM to disk(file system) mount location

801568Jan 7 2011 — edited Jan 20 2011
Hi Alll,

I want to copy files from ASM to mounted disk location. At the moment i can copy any files from ASM to disk location using cp command.

ASMCMD> cp spfilePRODDB.ora.old /u01/


but i have a separate mount location as rman, but i cant copy the same file using cp command. it gives me below error.


ASMCMD> cp spfilePRODDB.ora.old /u01/rman
copying +data/proddb/spfilePRODDB.ora.old -> /u01/rman/spfilePRODDB.ora.old
ASMCMD-08016: copy source->'+data/proddb/spfilePRODDB.ora.old' and target->'/u01/rman/spfilePRODDB.ora.old' failed
ORA-19505: failed to identify file "/u01/rman/spfilePRODDB.ora.old"
ORA-27041: unable to open file
Linux-x86_64 Error: 13: Permission denied
Additional information: 9
ORA-06512: at "SYS.X$DBMS_DISKGROUP", line 397
ORA-06512: at line 3 (DBD ERROR: OCIStmtExecute)
ASMCMD>


here is the permission for mounted location

drwxrwxrwx 1 oracle oinstall 0 Jan 7 13:12 rman


can anybody please give me a hand to solve this issue ...

Thanks in Advance,
Max
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2011
Added on Jan 7 2011
16 comments
14,297 views