RE: PL/SQL connect

From: Powell, Mark D <mark.powell_at_eds.com>
Date: Tue, 4 Mar 2008 13:53:17 -0500
Message-ID: <D1DC33E67722D54A93F05F702C99E2A9020833CA@usahm208.amer.corp.eds.com>

 

This sounds like a job for a Pro*C program.

If the ID's, passwords, and targets are static you could potentially define database links for each location and then just use each link in turn from PL/SQL code, but you cannot issue a connect in PL/SQL code.

  • Mark D Powell -- Phone (313) 592-5148

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Terrian, Thomas J Mr CTR DLA J6DIB
Sent: Monday, March 03, 2008 3:30 PM
To: oracle-l_at_freelists.org
Subject: PL/SQL connect

Is there anyway to use the SQL Connect command in PL/SQL? I have a cursor that has all of the necessary components of the Connect command (id, pw, sid, host, and port) and I want to loop through it and use the Connect command to sign onto a bunch of databases.

I know I can create data links to handle it but I would prefer to avoid that if I can.

Any ides?

Thanks,
Tom

--

http://www.freelists.org/webpage/oracle-l

--

http://www.freelists.org/webpage/oracle-l Received on Tue Mar 04 2008 - 12:53:17 CST

Original text of this message