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 a table

Re: create a table

From: Maarten Scharroo <m.scharroo_at_elsevier.nl>
Date: 1998/03/30
Message-ID: <351F8A7D.9017BDC@elsevier.nl>#1/1

Hi,

Do you have privileges to access this table.

Login as another_user then issue

GRANT SELECT ON table_name TO myself;

Maarten

jlk wrote:

> I have a strange problem as below:
>
> I want to create a table which is same as another user's table so, I use
> create table mytable as select * from another_username.table_name.
> the sql sever gives me an error message as:
> ERROR at line 1:
> ORA-00942: table or view does not exist
>
> The table does exist in the other user's account.
>
> And, I created a number of table by using above statement, it worked fine.
> Only this particulary table doesn't work. Do I miss something ?
>
> many thanks.....
Received on Mon Mar 30 1998 - 00:00:00 CST

Original text of this message

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