SID on RAC
627262Sep 23 2008 — edited Nov 26 2008Hi all,
I'm currently developing an installation script for an eBusiness Suite environments that is in RAC / Load Balancing.
Some objects have to be installed in the database and there is a specific command for it to do that. (XDOLoader utility)
As parameter to this utility I have to give an JDBC connection string (host:port:SID)
Now finding the host and port is no issue, you can derive from the $TWO_TASK environment variable. But how can I get the SID? Because in the $TWO_TASK is the service name... and this is not OK for a JDBC string.
Any ideas?
Thanks!
Regards,
Stijn