Restrictions
Unimplemented Features
setCursorName
and
getCursorName
are not yet implemented. Use the ROWID type (see
"Extensions" on page -8
) rather than the
setCursorName
and
getCursorName
calls.
We do not support ODBC escapes for outer joins. Use the usual Oracle SQL syntax for outer joins instead of the ODBC escapes syntax.
We do not support arguments of type BOOLEAN to PL/SQL stored procedures. This is a restriction of the OCI.
Workaround
: define a second PL/SQL stored procedure that accepts the BOOLEAN argument as a CHAR or NUMBER and passes it as a BOOLEAN to the first stored procedure.
Known Bugs
If you create a connection in a thread and don't close it, the driver can crash when the garbage collector closes the connection.
Workaround
: explicitly close connections when you are finished using them.
getQueryTimeout
and
setQueryTimeout and cancel
can crash the driver in
Statement
.
The JDBC/OCI driver does not yet work with Symantec's Café Java development environment.
Go to the top of the section
Go to the previous topic
Go to the next topic
Go to the Roadmap
Go to the Index
To report any problems or comments, email email
jsqlpm@us.oracle.com
.