Rem Rem Copyright (c) 2000 by Oracle Corporation Rem begin execute immediate 'drop sequence wb_rt_system_metadata_seq'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_store_types cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_store_type_params cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_deployment_adapters cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_object_type_defs cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_object_types cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_impl_types cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_execution_adapters cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_execution_operators cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_operator_results cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_system_parameters cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table owb$wb_rt_def_system_params cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table wb_rt_def_file_types cascade constraints'; exception when others then null; end; / commit;