receiving ORA-15032: and ORA-15260 trying to rm files in asmcmd
Hi.
I'm trying to remove files to rebuild a TEST database via cloning from PROD.
Part of the steps left by the previous person include removing the files using ASMCMD:
$ su - grid
$ . oraenv (+ASM1)
$ asmcmd
ASMCMD> cd +RECO/TESTBAN/ONLINELOG
ASMCMD> rm *
however I continue to get this error when trying to remove any files in the lowest level directory:
ASMCMD [+DATA/TESTBAN/TEMPFILE] > rm TEMP.1727.1140616429
ORA-15032: not all alterations performed
ORA-15260: permission denied on ASM disk group (DBD ERROR: OCIStmtExecute)
When I look for this error, I find many articles about getting that error in sqlplus if you connect with / as sysdba rather than with / as sysasm