Storage Management (ASM ACFS DNFS ODM) (MOSC)

MOSC Banner

ASM 12.1.0.1.0 rm -rf datafile while database is open

edited Nov 20, 2014 10:02AM in Storage Management (ASM ACFS DNFS ODM) (MOSC) 1 commentAnswered

In 11.2.0.3 databases we used:

asmcmd rm -rf \+fra\/$AUX_SID  in our scripts for such things as cloning and creating standby's.

This created an error in 12.1.0.1. -  ORA-00600: internal error code, arguments: [kfcDeadlockAvoid01], [3]

So we changed it to:

asmcmd rm -rf \+fra\/$AUX_SID\/ and that stopped the error.   But now it seems that we can delete datafiles when the database is online.  The prior script stopped us from doing this when the database was open.

Please help.

Thanks!

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center