Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.oracle -> SELECTION CRITERIA

SELECTION CRITERIA

From: Kevin <kevin.m.mcdonald_at_citigroup.com>
Date: 8 Sep 2004 07:54:47 -0700
Message-ID: <8aad2b51.0409080654.beb84bd@posting.google.com>


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? Received on Wed Sep 08 2004 - 09:54:47 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US