ATTEMPT SOME DDL COMMANDS AGAINST THE PROTECTED TABLE

9. Attempt some DDL commands against the protected table:

alter table t1 drop column created;truncate table t1;drop table t1;

Connect AS SYSDBA, and attempt these:

drop user fbdauser cascade;drop tablespace fda including contents and datafiles;

Note that these commands all generate errors related to the existence of the

archive and the protected table.