create_table error
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,