You are here |
chandlerdba.com | ||
| | | |
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... | |
| | | |
thedailyspur.wordpress.com
|
|
| | | | Today's word is onion. Get the definition from dictionary.com or from the urban dictionary. If you use a WordPress, pingbacks should automatically track back to this page if you put in a link. If you use another blogging system, post your link in the comments so others can follow your work. Spam will be deleted. | |
| | | |
www.bobbydurrettdba.com
|
|
| | | | Sunday night we worked with Oracle Support on a performance issue with a query that had been running for over 14 hours even though it ran the previous weekend in five minutes. Oracle Support showe... | |
| | | |
carlos-sierra.net
|
|
| | SQLTXPLAIN includes into the sqlt/utl sub-directory a script named coe_xfr_sql_profile.sql. This script inputs a SQL_ID, then it asks to choose from a list of known Plan Hash Values (PHV), and after a few seconds it outputs another script that contains the Outline of the PHV together with the SQL Text for the given SQL_ID. These... |