Explore >> Select a destination


You are here

rmoff.net
| | rmsol.de
90.9 parsecs away

Travel
| | Simple collection of common JDBC Drivers and JDBC URL's, with username and password. If you find any mistakes please let me know.MySQLJDBC Driver:1com.mysql.jdbc.DriverJDBC Url:1jdbc:mysql://{
| | dohdatabase.com
71.4 parsecs away

Travel
| | 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?
| | timurakhmadeev.wordpress.com
71.4 parsecs away

Travel
| | 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...
| | jack-vanlightly.com
84.4 parsecs away

Travel
| In the world of open table formats (Apache Iceberg, Delta Lake, Apache Hudi, Apache Paimon, etc), an emerging trend is to provide interoperability between table formats by cross-publishing metadata. It allows a table to be written in table format X but read in format Y or Z. Cross-publishing is the idea of a table having: * A primary table format that you write to. * Equivalent metadata files of one or more secondary formats that allow the table to be read as if it were of that secondary format.