Rem Rem Copyright (c) 2000, 2007, Oracle. All rights reserved. Rem begin execute immediate 'drop sequence wb_rt_audit_seq'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_deployments cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_units cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_objects cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_tasks cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_custom_params cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_param_defaults cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_scripts cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_script_runs cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_executions cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_params cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_files cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_messages cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_message_lines cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_audit_message_params cascade constraints'; exception when others then null; end; / commit;