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 -> Re: Cannot drop a column with a long data type

Re: Cannot drop a column with a long data type

From: Edwinah63 <edwinah_at_customercare.com.au>
Date: 28 Mar 2006 14:50:42 -0800
Message-ID: <1143586241.977897.209500@t31g2000cwb.googlegroups.com>


My apologies Mark, I dropped (or believed I dropped) the column thru the OEM gui and there was no message returned.

I checked:

select * from DBA_UNUSED_COL_TABS where table_name = myTable;

came back with 1. So....

ALTER TABLE myTable DROP UNUSED COLUMNS;

BUT..... When I tried to create the materialized view, it came back with the same error:

ORA-00997: illegal use of LONG datatype Received on Tue Mar 28 2006 - 16:50:42 CST

Original text of this message

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