For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
create or replace type TStrings is table of varchar2(32767);
E_US07DE CREATE or ALTER TABLE: invalid column format 'varchar' on column 'x'. (Fri Feb 12 08:04:46 2010) continue * create table t_x (x varchar(32001))\g Executing . . . E_US07DE CREATE or ALTER TABLE: invalid column format 'varchar' on column 'x'. (Fri Feb 12 08:04:52 2010) continue * create table t_x (x varchar(32000))\g Executing . . . continue *