Rem Rem Copyright (c) 2000, 2008, Oracle and/or its affiliates. Rem All rights reserved. Rem begin execute immediate 'drop sequence wb_rt_platform_properties_seq'; exception when others then null; end; / commit; begin execute immediate 'drop sequence wb_rt_platform_catalog_seq'; exception when others then null; end; / commit; begin execute immediate 'drop sequence wb_rt_platform_task_seq'; exception when others then null; end; / commit; begin execute immediate 'drop sequence wb_rt_platform_file_seq'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_platform_config cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_platform_properties cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_stores cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_store_params cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_user_values cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table owb$client_values cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop table owb$wb_rt_client_values cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_warehouse_objects cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_tasks cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_task_custom_params cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_task_param_defaults cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_state_variables cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'DROP TABLE OWB$WB_RT_platform_files cascade constraints'; exception when others then null; end; / commit; begin execute immediate 'drop view wb_rtv_execution_stores'; exception when others then null; end; / commit; begin execute immediate 'drop function wb_rt_execution_stores_f'; exception when others then null; end; / commit; begin execute immediate 'drop type wb_rt_execution_stores_t'; exception when others then null; end; / commit; begin execute immediate 'drop type wb_rt_execution_store_t'; exception when others then null; end; / commit;