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

Thread: Can I get All objects related to Any(one) package

  1. #1
    Join Date
    Aug 2004
    Location
    bangalore
    Posts
    10

    Unhappy Can I get All objects related to Any(one) package

    Can I get all objects which are defined in Packge.( through SQL)


    Any thread or hints will be apreciated.

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334

    Re: Can I get All objects related to Any(one) package

    Originally posted by ahmad_anees
    Can I get all objects which are defined in Packge.( through SQL)


    Any thread or hints will be apreciated.
    not quite sure what you mean but maybe user/dba_dependencies is what you are after

  3. #3
    Join Date
    Aug 2004
    Location
    bangalore
    Posts
    10

    Re: Can I get All objects related to Any(one) package

    Originally posted by ahmad_anees
    Can I get all objects which are defined in Packge.( through SQL)


    Any thread or hints will be apreciated.
    Lets Suppose There is one Packge "arthOperation" in that i used(defined/created) functions for addision,subtraction. and procedures for devision and multiplication. so now i want all procedure and function of this package .
    I want sql through which i can get this result.

    Packge
    arthOperation under it these objects

    Function: addision,subtraction
    Procedure : devision, multiplication

    I think now it would be more cleare .

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334

    Re: Re: Can I get All objects related to Any(one) package

    Originally posted by ahmad_anees
    Lets Suppose There is one Packge "arthOperation" in that i used(defined/created) functions for addision,subtraction. and procedures for devision and multiplication. so now i want all procedure and function of this package .
    I want sql through which i can get this result.

    Packge
    arthOperation under it these objects

    Function: addision,subtraction
    Procedure : devision, multiplication

    I think now it would be more cleare .
    take a look at user_procedures, object_name will be the package name
    procedure_name will be the procedure

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