Trying to remove tablespace from the default flashback archive but it throws an error until I delete the whole flashback archive:
ORA-55626: Cannot remove the Flashback Archive's primary tablespace
Flashback archive created.
Flashback archive altered.
Flashback archive altered.
Delete the damn archive itself:
SHAIKDB>alter flashback archive flash_days remove tablespace tbs2;
alter flashback archive flash_days remove tablespace tbs2
*
ERROR at line 1:
ORA-55626: Cannot remove the Flashback Archive's primary tablespace
SHAIKDB>drop flashback archive flash_days;
Flashback archive dropped.
SHAIKDB>select * from dba_flashback_archive_ts;
FLASHBACK_ARCHIVE_NA FLASHBACK_ARCHIVE# TABLESPACE_NAME QUOTA_IN_MB
-------------------- ------------------ ------------------------------ ----------------------------------------
FLASH_ARCH_DEFAULT 1 TBS1 1024
FLASH_MONTHS 3 TBS3 1024
No comments:
Post a Comment