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

Home -> Community -> Usenet -> c.d.o.server -> Re: Privilege of 'internal' user

Re: Privilege of 'internal' user

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Mon, 3 Dec 2001 12:32:56 -0000
Message-ID: <3c0b70fd$0$8508$ed9e5944@reading.news.pipex.net>


"Christophe" <christophe.cavelier_at_template-software.fr> wrote in message news:qlJO7.15$G02.20392_at_monolith.news.easynet.net...
> Hi,
>
> I'm a beginer with Oracle and i have the following problem.
>
> I use a development tool which make a request for retrieving all available
> oracle table.
> Oracle don't accept this request (Error ORA-01039) when i use 'system'
user
> for example (dba user) but accept only with 'internal' user.
> I have this problem with Oracle 8.1.7 only (with Oracle 8.0.5, it work !).
> The request is :
> SELECT DISTINCT TABLE_NAME FROM ALL_CATALOG WHERE OWNER=USER OR (
> OWNER='PUBLIC' AND TABLE_NAME NOT IN ( SELECT SYNONYM_NAME FROM
ALL_SYNONYMS
> WHERE TABLE_OWNER = 'SYS' OR TABLE_OWNER = 'SYSTEM'))
This works fine under 8.1.7 for me. Internal is of course connecting as sysdba. Is the database in a special state? not up or startup restricted or some such?

--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************
Received on Mon Dec 03 2001 - 06:32:56 CST

Original text of this message

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