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

Thread: Sequence dependencies

  1. #1
    Join Date
    Feb 2001
    Posts
    32

    Sequence dependencies

    I have some tables that uses sequencies for the Primary Key.
    What data dictionary view can I use to find all the triggers or tables that depend on the sequencies in the database?

    Thanks

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    well you can search though dba_triggers in the trigger_body bit.

    or look at {dba/user/all}_dependancies

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