Page 1 of 1

Duplicate value for $APT_ORACLE_LOAD_OPTIONS

Posted: Wed Jan 27, 2010 9:07 am
by binujnair2
I have to create a sequence in which I need to add two parameter sets. These two parameter sets have the parameters needed to connect to the same database(but different schemas) and has the $APT_ORACLE_LOAD_OPTIONS added to them.

I'm getting a pre-compilation error that $APT_ORACLE_LOAD_OPTIONS have duplicate values. I can get rid of one parameter set from the sequence/edit one of them to remove the $APT_ORACLE_LOAD_OPTIONS, but that is going to impact a set of other jobs.

Is there a way to bypass this pre-compilation error apart from changing anything at the parameter set level?

I agree that creating two similar parameter sets to connect to the same DB was not a good idea :)

Re: Duplicate value for $APT_ORACLE_LOAD_OPTIONS

Posted: Wed Jan 27, 2010 3:28 pm
by ray.wurlod
binujnair2 wrote:Is there a way to bypass this pre-compilation error apart from changing anything at the parameter set level?
No. You actually have a duplicate parameter name. You must get rid of it.