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 -> Q: invalid table name "orders" ?

Q: invalid table name "orders" ?

From: <tedchyn_at_yahoo.com>
Date: Wed, 13 Oct 1999 16:57:50 GMT
Message-ID: <7u2dm5$vjl$1@nnrp1.deja.com>


Sir: has any body seen this ? order is invalid table name and orders is valid table name. I tried this in nt and solaris and got the same error message.

thanks in advance, ted chyn(tedchyn_at_yahoo.com)

SQL> create table order(c1 varchar2(3)); create table order(c1 varchar2(3))

             *
ERROR at line 1:
ORA-00903: invalid table name

SQL> c/der/ders/
  1* create table orders(c1 varchar2(3)) SQL> / Table created.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Oct 13 1999 - 11:57:50 CDT

Original text of this message

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