Drop ASM tablespace
I am new to ASM - oracle10g. i need to drop various tablespaces from my RAC database that uses ASM.
is the syntax any different then non-ASM tablespace?
Can use TOAD to also drop the ASM tablespace just the same as non-ASM TS?
is the syntax any different then non-ASM tablespace?
DROP TABLESPACE user_01
INCLUDING CONTENTS AND DATAFILES;
Can use TOAD to also drop the ASM tablespace just the same as non-ASM TS?
0