Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-00997: Annoying LONG/LONG RAW columns when alter table .. move tablespace
NitelyJoy wrote:
> Why are PLAN_TABLEs (created by file
> $ORACLE_HOME/rdbms/admin/utlxplan.sql) for Oracle 9i (what about 10g? I
> don't know.) still created with a LONG column, when this data type is
> deprecated since Oracle 8?
>
> If I convert the LONG column of all PLAN TABLEs with the function
> to_lob() on my own, is that way supported and desired by Oracle?
>
> Why does Oracle not provide a create statement with a LOB column
> instead in utlxplan.sql?
In 10g the PLAN_TABLE is deprecated in favour of PLAN_TABLE$ which is built by catplan.sql. PLAN_TABLE lives on, for backward compatibility, as a synonym
-- Daniel Morgan University of Washington Puget Sound Oracle Users GroupReceived on Mon Sep 25 2006 - 16:20:53 CDT
![]() |
![]() |