Problems Reverse engineering

P

Peter Hattam

I have been able to reverse an Oracle 10G database using the ODBC Generic
driver. However I have come across a situation where error are reported like
the following
"TMS ALL 08-07-23.VSD : error L2201: 'TM_ADDR.ADDR_STATUS' : The default
value is incompatible with the data type or is too long."

When I check the column I find that it has a default value of '18' for a
Varchar2(1) column.

I'm not sure how the incorrect default vale was captured as when I check the
database that is the source, there is no default value.

Has anyone else experienced this or know how to prevent it from happening?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top