Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Unable to access views
Arun Prabakar wrote:
>
> Hi,
>
> When I try to access views like USER_TABLES, etc. on 8.0.3 (as a user
> with dba
> priveleges) I get the error "ERROR: ORA-04043: object user_tables
> does not exist"
> but if I qualify that with SYS.USER_TABLES I am able to access the
> views fine. I
> have run the script catalog.sql as "sys" but that did not seem to
> help. I am sure that
> I must be doing something wrong but what ???
>
> TIA,
> AP
You need to run a script in sqlplus logged in as you in
oracle_home/rdbms/admin/catdbsyn.sql
This sets all the dba synonyms needed.
Regards, Dick
Received on Fri Sep 19 1997 - 00:00:00 CDT
![]() |
![]() |