Other News

Community

Searching for specific column values

By Karen Porter – I have often needed to find a value held within a table when I don’t know what table or column_name would hold the value. For example, I recently needed to determine if an incorrect domain name had been populated into the database, but with Oracle’s tools, I wasn’t sure where the v

Community

Top Ten Oracle JDBC Tips

by Donald Bales – The Java Database Connectivity (JDBC) API is a set of interfaces that allow a Java programmer to access a database. The interfaces are implemented by each vendor’s set of implementation classes. After several years of working with Oracle’s JDBC implementation, I’ve learned a number