ora-17004
Can I return a table of custom object as an OUT parameter when calling stored procedure in JDBC
In Oracle 11g I have a stored procedure like this: PROCEDURE test_params (o_message_tbl OUT core.message_tbl);[详细]
2023-02-06 04:40 分类:问答How to Oracle XMLTYPE in Hibernate
One of the column is of the type XMLTYPE in Oracle database. In my application, I want to persist the data and using Hibernate.[详细]
2023-01-18 13:21 分类:问答Interoperability between Weblogic 10.3.1 and Oracle BPM 10.3.1
Im migrating an ALBPM 6.5 running on a WLS 10.0 to an Oracle BPM 10.3.1 running on WLS 10.3.1 I got some problems with the Oracle driver because the old driver (weblogic.jdbcx.oracle.OracleDataSource[详细]
2022-12-26 01:16 分类:问答How do I use PL/SQL to_date with a variable in Groovy?
I\'ve got the following small Groovy script that just does a count of rows in the database for a specific date.[详细]
2022-12-10 18:54 分类:问答