Home
TeamSite
DBD: Exception Message: ORA-00932: inconsistent datatypes: expected - got NCLOB
koryakm
Hey guys, i dont know if anyone has encountered anything like this:
i am deploying an NCLOB to a database, and i am getting this error. The strange thing about this is that i have no problem deploying nclobs to other tables.
i will include the DD cfg, maybe someone will see something out of the ordinary there.
here is the error:
DBD: SQLException occured in TDbSchemaGroupCfg
DBD: Exception Message: ORA-00932: inconsistent datatypes: expected - got NCLOB
DBD: Vendor Error Code: 932
DBD: SQL state: 42000
DBD: *******************************************************
DBD:
DBD: *******STACK TRACE*************
DBD: ERROR:
java.sql.SQLException: ORA-00932: inconsistent datatypes: expected - got NCLOB
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
...
Find more posts tagged with
Comments
koryakm
another interesting thing i just discovered is that if i drop the table and deploy, OD creates the table and deploys to it fine, but i still get the same error afterwards when i try to deploy to the table