Skip to Main Content

APEX

Announcement

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_table error

nicedadOct 14 2011
Hi everyone,

When I create an application with spreadsheed and Upload the file (csv) or Copy and paste the data from the file I get the following error ( using VARCHAR2):

ORA-20001: Unable to create modules. ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-00910: specified length too long for its datatype

Even when changing the data type from VARCHAR2 to CLOB I get the following error
ORA-20001: Unable to create modules. ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01658: unable to create INITIAL extent for segment in tablespace APEX_1241314296468143
Am using Application Express 4.0.2.00.07 which has 6 data types (NUMBER, DATE, CLOB, VARCHAR2, BINARY FLOAT AND BINARY DOUBLE).

any suggestions,

cheers,

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 11 2011
Added on Oct 14 2011
0 comments
148 views