Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

zero-length columns are not allowed

Exception in component tDBOutput_4 (Invoiced_TM_Rev)
java.sql.SQLException: ORA-01723: zero-length columns are not allowed

 

How can I resolve this exception?

 

 

0683p000009M5yK.png

 

Labels (3)
7 Replies
Ganshyam
Creator II
Creator II

Hello,

 

It seems that the table created is having datatype length as 0.

eg : CHAR(0) or VARCHAR2(0)

 

Please recheck the table creation script.

 

Regards

Ganshyam Patel

Anonymous
Not applicable
Author

0683p000009M5w9.png

Anonymous
Not applicable
Author

Hi,

 

    I believe you are creating table in this case.

 

     Could you please add length for all the varchar columns?

0683p000009M5lQ.png

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

I have added length still getting same error. pl help!
Anonymous
Not applicable
Author

0683p000009M5a2.png

 

Added Length still getting same error. 

 

action on table -  drop table if exist and create -- action on data - insert.

bhagyarekha
Creator II
Creator II

Hi Pankaj,

what your status is having?

first try to limit the status for 200 length,as row1.status. substring(0,200) in  tmap

if it works fine you can understand the length.

just give a try with this and see.

Regards,

Rekha

 

 

Anonymous
Not applicable
Author

200 length is sufficient.

Status and Length
CS Rejected 11
Created 7
Cancelled 9
Draft 5
CS Approved 11
Sent For Approval 17