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

Thread: Column referenced by stored procedure

  1. #1
    Join Date
    Nov 2004
    Posts
    8

    Column referenced by stored procedure

    Hi all,
    Before dropping a column, I need to check if it's used in any stored procedure. How can I do it with a sql request ? (Oracle 9i)
    Thanks

  2. #2
    Join Date
    Jun 2005
    Location
    London, UK
    Posts
    159
    You can check dependencies at the table level by querying DBA_DEPENDENCIES, for example with a script like deps.sql.

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