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 -> ORA-00942: table or view does not exist

ORA-00942: table or view does not exist

From: yls177 <yls177_at_hotmail.com>
Date: 30 Dec 2004 00:46:25 -0800
Message-ID: <c06e4d68.0412300046.2001b029@posting.google.com>


SVRMGR> @alter_table_prod.sql
ALTER TABLE MYTABLE_NAME
*
ORA-00942: table or view does not exist

ALTER TABLE MYTABLE_NAME
ADD (FIELD1 VARCHAR2(1),

FIELD2 DATE,
FIELD3 DATE,
FIELD4 DATE,

);

i found out that i have 2 owners to MYTABLE_NAME. And i need to specify the owner as in MYOWNER.MYTABLE_NAME in my "alter statement" before it can work?

Also, can i do this during operation hours which meant that others are accessing this table? Received on Thu Dec 30 2004 - 02:46:25 CST

Original text of this message

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