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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Create User

Re: Create User

From: Ron Reidy <rereidy_at_uswest.net>
Date: Sat, 12 Jun 1999 06:29:56 -0600
Message-ID: <376252C4.E0CB2FB6@uswest.net>


Johan den Boer wrote:

> Hi,
>
> I create a database with user id 'database'. Now I want to give other
> users
> permission to access my table. I created a new user with
>
> sqlplus and logon with system and manger. Than I do
>
> create user 'ops$newid' identified by 'password'
> default tablespace table
> temporary tablespace temp;
>
> I give grant permissions like grant select all table to ops$newid or
> grant dba to ops$newid.
>
> When the new user executes sqlplus / and want to do some selects on
> tables
> he gets the message object does not exist.
> What's wrong ? Have I something forgotten ?
>
> regards Johan den Boer
>
> email : jj.den.boer_at_hccnet.nl

You will need to create synonyms, or have the select statement preface the table name with the owner (like ops$uid.table_name).

--
Ron Reidy
Oracle DBA
Reidy Consulting, L.L.C. Received on Sat Jun 12 1999 - 07:29:56 CDT

Original text of this message

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