Skip to Main Content

Analytics 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!

upsShell

631869May 29 2008 — edited Jun 12 2008
Hi there,

In regards to
upsShell.exe CustomScriptEx=AppName~UserID~PW~DOMAIN~LoadBalancerName~LogDirectory~ScriptName

Is there any way of passing arguments to the script identified at ~ScriptName
I've tried a few alternatives but can't seem to get my script going with arguments, works fine when its just a subprocedure without args.

Does any doco exist for upsShell.exe?


Cheers...

Comments

Anatoly Alymov

I test this code on old version dll. Dll v12.1.22 - work correctly.

On dll v12.1.2400 and later - error.

Viacheslav Andzhich

Hi Anatoly,

Have you tried creating a synonym to avoid dots in the table name?

Something like:

     create synonym remote_dual for dual@test.test.test;

     select 1 id from remote_dual;

Thank you

Anatoly Alymov

I did so. Rename the dblink did not, as it is used in many packages

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

Post Details

Locked on Jul 10 2008
Added on May 29 2008
1 comment
1,802 views