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 -> Oracle 8 and public synonyms

Oracle 8 and public synonyms

From: Kevin Barnes <kbarnes_at_airmail.net>
Date: Wed, 03 Jun 1998 12:29:27 -0500
Message-ID: <357587F7.EA0D1F@airmail.net>


I am experiencing a interesting effect with Oracle 8.04 under NT 4.0. I am unable to
describe public synonyms created by sys or system from other users without specifiying
the user name.

example: As sys: create public synonym user_tables for user_tables;

as user foo: describe user_tables --- no such object; desc sys.user_tables -- ok

select * from user_tables --> works, I get my table list.

create synonym user_tables for sys.user_tables ; desc user_tables === works fine...

Anyone else experienced this?

TIA, Kevin Received on Wed Jun 03 1998 - 12:29:27 CDT

Original text of this message

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