27 lines
771 B
SQL
27 lines
771 B
SQL
--------------------------------------------------------------------------------
|
|
--
|
|
-- Author: Tanel Poder
|
|
-- Copyright: (c) http://www.tanelpoder.com
|
|
--
|
|
-- Notes: This software is provided AS IS and doesn't guarantee anything
|
|
-- Proofread before you execute it!
|
|
--
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
drop public synonym sawr$snapshots;
|
|
drop public synonym sawr$sessions;
|
|
drop public synonym sawr$session_events;
|
|
drop public synonym sawr$session_stats;
|
|
drop public synonym sawr$snapid_seq;
|
|
drop public synonym sawr$sidlist;
|
|
|
|
--drop public synonym sawr$sess_event_delta;
|
|
drop public synonym sawr$sess_event;
|
|
drop public synonym sesspack;
|
|
|
|
drop public synonym sawr$sess_stat;
|
|
drop public synonym sawr$session_stat_mode;
|
|
|
|
|