I am getting the following error while trying to create an Insert operation using insertSQL template 0f JDBC adapter. The operation is created but it does not load the list of schemas.
I am using webMethods 6.1 and JDBC adapter 6.0.3 and is connecting to oracle database.
Here is the exact error message
com.wm.app.b2b.server.ServiceException: [ART.114.205] Adapter Runtime (Metadata): Unable to lookup the resource domain values.
[ADA.1.321] Cannot get the list of schemas. "
(60000/600) ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], , , , , ,
"
ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], , , , , ,
on tables.schemaName [Ljava.lang.String;@1a3fa82
java.lang.Exception: Adapter values are not available.
The database has a large number of schemas.
Any help will be appreciated.