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

Thread: Public synonym on fuctions lookup

  1. #1
    Join Date
    Nov 2000
    Posts
    164
    Dear all,

    I never created public synonym for functions nor packages before, and now I need to create one if it is not there. However, I do not know where to look up for the public synonym for functions or packages. The dictionary view of DBA_SYNONYMS is for tables only, can anyone suggested where I can look up? Also which dictionary view table I can look up for existing functions and packages?

    This is urgent, any help will be greatful!

    Thanks!

  2. #2
    Join Date
    May 2001
    Location
    Maryland, USA
    Posts
    409
    Dba_objects will list you all the objects(functions and packages included) in database.

    all_objects describes all objects accessible to the user.

    USER_OBJECTS describes all objects owned by the current user.
    -- Dilip

  3. #3
    Join Date
    Nov 2000
    Posts
    164
    Sorry, my fault! I over looked at the funcitons from all/dba/user_synonyms view table. I have found what I am looking for there.

    Patel_dil, thanks for your help!

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