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: Users can't see table

Re: Users can't see table

From: Horace Chow <horacecw_at_netvigator.com>
Date: Wed, 17 Feb 1999 21:38:15 +0800
Message-ID: <36CAC63D.1DD21E78@netvigator.com>


Try to follow the steps below :

  1. desc schema_owner.table_name
  2. if it works then execute 'create public synonym table_name for schema_owner.table;' else the user does not have the rights to query the table.

Rgds

Horace Received on Wed Feb 17 1999 - 07:38:15 CST

Original text of this message

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