Sorry, no more ideas.

Allan

-----Original Message-----
Sent: Wednesday, February 26, 2003 6:19 AM
To: Multiple recipients of list ORACLE-L


Sorry for the delay in replying; something more urgent popped up.

Nope, the x$uganco doesn't show the db_links opened by other sessions.
The inst_id field looks like it would be useful only in Parallel Server
environments. Any other ideas?

I can't believe Oracle doesn't keep track of open database links. There
must be some x$ view for this. How to find it out?

Thanks & regards,
Charu.


-----Original Message-----
Allan
Sent: Monday, February 24, 2003 4:45 PM
To: Multiple recipients of list ORACLE-L


There is an underlying x$table named x$uganco that contains a column
named inst_id which is being filtered in the view_definition for
V$DBLINK as found in V$FIXED_VIEW_DEFINITION.  Selecting from the
x$uganco should do the trick.  Mind you there are no rows in there when
the links are not active so this may be a real problem for you in terms
of capturing all the links.

Allan

-----Original Message-----
Sent: Monday, February 24, 2003 6:34 AM
To: Multiple recipients of list ORACLE-L


I think I spoke too soon.

The v$dblink view shows the db_links opened by the current session only.

I want to be able to find out the db_links opened by all current
sessions and the sids for the sessions. This way I can monitor all the
application instances that opened the db_link and those that didn't
close it.

Thanks & regards,
Charu.

-----Original Message-----
Sent: Friday, February 21, 2003 5:19 PM
To: '[EMAIL PROTECTED]'

Darn!!

I had taken a hasty look at 'Oracle 8i reference', before posting the
query. Not my day today.

Thanks Allan.

Regards,

Charu

-----Original Message-----
Allan
Sent: Friday, February 21, 2003 5:04 PM
To: Multiple recipients of list ORACLE-L

V$dblink

-----Original Message-----
Sent: Friday, February 21, 2003 7:04 AM
To: Multiple recipients of list ORACLE-L

Dear Listers,

Oracle 8i HP-UX11.

We have a database link with a remote database which is accessed from
the application code. In the application code, a call is made to the
'dbms_session.close_database_link' procedure (that is what they
claim!!).

We want to track the call to the database link and the subsequent
closure. We don't have any access to the remote system to check the
remote session being created and closed.

Is there any way (dynamic performance view etc.) which would show the
database link being in use and closed again on the local database
itself?

Thanks & regards,
Charu

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Charu Joshi
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

________________________________________________________________________
____
__
This email is intended solely for the person or entity to which it is
addressed and may contain confidential and/or privileged information.
Copying, forwarding or distributing this message by persons or entities
other than the addressee is prohibited. If you have received this email
in error, please contact the sender immediately and delete the material
from any computer.  This email may have been monitored for policy
compliance. [021216]

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Nelson, Allan
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

*********************************************************
Disclaimer

This message (including any attachments) contains
confidential information intended for a specific
individual and purpose, and is protected by law.
If you are not the intended recipient, you should
delete this message and are hereby notified that
any disclosure, copying, or distribution of this
message, or the taking of any action based on it,
is strictly prohibited.

*********************************************************
Visit us at http://www.mahindrabt.com



--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Charu Joshi
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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.net
--
Author: Nelson, Allan
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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.net
-- 
Author: Charu Joshi
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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.net
-- 
Author: Nelson, Allan
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (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).

Reply via email to