Tuesday, June 4, 2013

Oracle 10g and 11g: Clean up Stream Configuration

Remove using package DBMS_STREAMS_ADM.REMOVE_STREAMS_CONFIGURATION
as below

SQL> begin
DBMS_STREAMS_ADM.REMOVE_STREAMS_CONFIGURATION;
end;
/

No comments:

Post a Comment