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: Newbie's question: create user but can't access db object

Re: Newbie's question: create user but can't access db object

From: Alexei VORONOV <alexei_voronov_at_yahoo.com>
Date: Thu, 1 Nov 2001 13:21:22 +0100
Message-ID: <9rrem8$22j$1@wanadoo.fr>


You should execute
desc practice09.item_tbl;

(practice09 is an owner that is schema name, or otherwise you should create a synonime for his table)

"Lito Kusnadi" <lkus9013_at_mail.usyd.edu.au> a écrit dans le message news: 9rqeiv$4mn$1_at_spacebar.ucc.usyd.edu.au...
> Hi, somebody please help me.
>
> I installed oracle 8i 815 on Win2k.
> I create a user that has admin privileges: practice09.
> Then I create tables using practice09.
>
> I create user: dummyone, through practice09, and grant dummyone select,
> insert, update, and delete to the tables I created using practice09.
>
> When I logged as dummyone, and type: desc item_tbl; it says "Error:
database
> object doesn't exist".
>
> I tried to check if the tablespace I used for practice09 is offline. Not,
> it's online.
> I'm run out of ideas. Why my account can't be used?
>
> And also, why when I write a script in .sql file and add savepoint to the
> very beginning of each file, I can not use rollback to [savepoint_name]
> during my session on sql-plus? I do this in order to be able to undo the
> script I executed.
>
> Thanks for your help.
>
>
Received on Thu Nov 01 2001 - 06:21:22 CST

Original text of this message

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