DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: How to trap any data selection through database link

Hybrid View

  1. #1
    Join Date
    Oct 2001
    Location
    Calcutta , India
    Posts
    78

    How to trap any data selection through database link

    Hi,

    I am getting few errors for distributing lock. But actually there should not be any distributed transaction in my database. It may be a case that some one is accessing (selecting the data) the database through database links from other database. How can I trap those ? Though I have checked from v$sql for the sign "@", is there any good method for finding out this?

    deba

  2. #2
    Join Date
    Nov 2000
    Location
    Birmingham, UK
    Posts
    360
    An easy place to start could be your listener log - it will show you where any remote DB connections are coming from

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    I sample v$sesstat & v$sysstat for the dblink events.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width