REMOVE_STREAMS_CONFIGURATION
nargesAug 30 2009 — edited Sep 2 2009hi
when i want to remove my stream configuration on destination database by the folllowing command
EXECUTE DBMS_STREAMS_ADM.REMOVE_STREAMS_CONFIGURATION;
i got these error:
ERROR st line1:
ORA-00911: invalid character
ORA-06512: at "SYS.DBMS_UTILITY",
ORA-06512: at "SYS.DBMS_APPLY_ADM",line 811
ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 1860
ORA-06512: at line 1
how could i remove it correctly?