Skip to Main Content

SQL & PL/SQL

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!

ora-01723 zero-length columns are not allowed

user10566312May 15 2012 — edited May 15 2012
We are creating a table using CTAS from a remote DB. We are using CTAS due to performance issues with INSERT-SELECT.
EXECUTE IMMEDIATE 'CREATE TABLE ods_idl_vst NOLOGGING AS SELECT * FROM remote_tab@remote_db vst';
How can I pevent 'ora-01723 zero-length columns are not allowed" error? Our DB is 11g.
This post has been answered by Herald ten Dam on May 15 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 12 2012
Added on May 15 2012
5 comments
1,242 views