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