Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

STREAMS CONFIG

845641Aug 21 2011 — edited Aug 21 2011
Im on 11G R2 on linux ...While confuguring streams on the source database i am getting the following error after executing the following :=
begin
2 dbms_capture_adm.start_capture(
3 capture_name=>'capture_stream');
4 end;
5 /
begin
*
ERROR at line 1:
ORA-26701: STREAMS process CAPTURE_STREAM does not exist
ORA-06512: at "SYS.DBMS_LOGREP_UTIL", line 743
ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 38
ORA-06512: at line 2

Please help me.. how do capture process is started .. do i have to use create_capture procedure or it is ok ?

before this i followed simply the steps of the following blog http://dbataj.blogspot.com/2008/01/oracle-streams-setup-between-two.html
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2011
Added on Aug 21 2011
3 comments
783 views