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

Thread: create new user

Threaded View

  1. #4
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    Tarry, you've missed the point of the question (IMHO). Sure, "GRANT SELECT ANY TABLE" gives him the ability to see any table, but the question was:
    Now how Can user ora see all objects (view, table, procedure, package.....)
    So the main poit here is on other type of objects, not just tables!

    Well, the answer is: Raf, you are wrong. He can't realy use those non-table objects of other users, at least not all type of them. I mean he can't execute their procedures, functions, packages, he can't use their sequences... He can select from their tables and views, he can also use their private synnonym, though - GRANT SELECT ANY TABLE gives him that power.

    But if by "how Can user ora see all objects " you mean how can he see all those objects from database dictionary, well, in that case the answer is pretty simple - GRANT_SELECT_CATALOG role enables him to do that, so nothing strange here.
    Last edited by jmodic; 11-07-2002 at 02:51 PM.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

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