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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-23605: invalid value "8" for STREAMS parameter PARALLELISM

187628May 28 2007 — edited May 31 2007
Hi 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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 28 2007
Added on May 28 2007
7 comments
1,424 views