You are here |
connor-mcdonald.com | ||
| | | |
nenadnoveljic.com
|
|
| | | | PL/SQL, C, Python and Java handle bind variable length differently. As a consequence, different execution plans could be generated when the same query runs from different programming languages. | |
| | | |
timurakhmadeev.wordpress.com
|
|
| | | | If you were an Oracle developer and you were asked to implement a small part of the JDBC driver functionality - the getIndexInfo() method of the java.sql.DatabaseMetaData interface - how'd you do that? The API states following requirements: ResultSet getIndexInfo(Stringcatalog, Stringschema, Stringtable, booleanunique, booleanapproximate) throws SQLException Retrieves a description of the given table's indices and... | |
| | | |
dohdatabase.com
|
|
| | | | Oracle Java Virtual Machine allows you to execute Java code directly in the database. This offers some amazing benefits. However, if it is not in use, you can speed up patching and upgrading by removing it. But how do you know whether it is in use? | |
| | | |
www.pythian.com
|
|
| | A look at the motivation for S-ASH and a walkthrough of S-ASH installation. |