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

Home -> Community -> Usenet -> c.d.o.tools -> Re: error message: table or view existed when creating a table

Re: error message: table or view existed when creating a table

From: Eric Givler <egivler_at_flash.net>
Date: 2000/07/31
Message-ID: <JChh5.114$SB4.6941@news.flash.net>#1/1

try:

select * from user_objects
where object_name='XYZ'

and see what it responds.

<dbajjer_at_my-deja.com> wrote in message news:8m2epr$pkj$1_at_nnrp1.deja.com...
> I was trying to create a table in a Oracle DB with the following
> statement:
>
> create table XYZ;
>
> and I got a error message: table or view existed.
>
> Then I tried to drop this XYZ table, and got another error message:
> table or view not found.
>
> Can anyone tell me what is wrong and why this would happen?
>
> Thanks
>
> dbajjer
>
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Mon Jul 31 2000 - 00:00:00 CDT

Original text of this message

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