SELECTION CRITERIA

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin

    SELECTION CRITERIA

    Hi, I'm in need of some SQL help regarding selection information from
    an Oracle user account that only has "SELECT_CATALOG _ROLE' granted to
    a schema within the same instance. I will not be able to get direct
    access to the schema for some time. I will not be able to have "SELECT
    ANY TABLE" granted or public synonymn.

    The following is an example of what I need:

    select * from <schema>.<table >; (This of course gives me an error
    "ORA-00942: table or view does not exist")

    I have access to views(dba_/v$/etc..)

    What should I do?
  • Wario

    #2
    Re: SELECTION CRITERIA

    I agree with Romeo. There is not way to circumvent the system without
    the correct privileges.

    Comment

    Working...