ORA-23605: invalid value "8" for STREAMS parameter PARALLELISM
187628May 28 2007 — edited May 31 2007Hi all,
I'm trying to change the value of parallelism on my apply process and i'm receiving the following error:
Anyone can help me please??
############
begin
dbms_apply_adm.set_parameter(apply_name => 'REP_APPLY_TO_SQLSERVER_ORA',parameter =>'parallelism' ,value => 8);
end;
ORA-23605: invalid value "8" for STREAMS parameter PARALLELISM
ORA-06512: at "SYS.DBMS_LOGREP_UTIL", line 65
ORA-06512: at "SYS.DBMS_APPLY_ADM", line 74
ORA-06512: at line 3
############
Tks,
Paulo.