EDC vocabulary mapping issue for Char data type

Posted by Gebrekiros Abraha on 02-Dec-2015 09:58

In my database the column data type is Char type. In Corticion vocabulary It is String I don't have char type in coriticon. I imported my database meta data with out specifying schema filter. When I run it to validate mappings it results in to this mapping error "Wrong column type in TABLE_NAME for column COLUMN_NAME. Found: char, expected: varchar2(255 char)"

All Replies

Posted by James Arsenault on 02-Dec-2015 10:32

What database are you using?
 

Posted by Gebrekiros Abraha on 02-Dec-2015 10:40

I am using Oracle Database 11g Enterprise Edition Release 11.2.0.3.0-64 bit 

Posted by Randy Bartelt on 14-Mar-2016 12:39

I have seen this same error when I use a schema filter and the database table does not exist in the named schema.  I wonder if this might not be a misleading error message.

This thread is closed