Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: db-links question

RE: db-links question

From: Hillman, Alex <Alex.Hillman_at_usmint.treas.gov>
Date: Tue, 10 Jul 2001 06:29:53 -0700
Message-ID: <F001.003455E7.20010710060523@fatcity.com>

So you mean that connection to the remote DB stays open until session ends which issued query on remote DB. Are these connection dedicated? I think yes bur did not check. Is it possible to use MTS for such connection? And all new features like connection pooling etc.

Alex Hillman

-----Original Message-----
Sent: Monday, July 09, 2001 6:55 PM
To: Multiple recipients of list ORACLE-L

Yes, it creates a session. If you want to do a(n) SQL trace, you can do a SELECT 'x' FROM dual_at_remote_site, find the session at the remote site and turn on the trace, then run your next query.

Henry

-----Original Message-----
Sent: Monday, July 09, 2001 5:06 PM
To: Multiple recipients of list ORACLE-L

If I query table in the remote database using database link does user in the remote database which is referenced in the database link create session in the remote database and if not could somebody explain how remote query is executed.

Alex Hillman

P.S. I know that I could try it myself but I am layzy (sp?) and tired (fighting with Ross for access to printing presses :-) )
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Hillman, Alex
  INET: Alex.Hillman_at_usmint.treas.gov

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Henry Poras
  INET: Henry.Poras_at_ctp.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Hillman, Alex
  INET: Alex.Hillman_at_usmint.treas.gov
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jul 10 2001 - 08:29:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US