Tag: Oracle

Community

Power Partitioning Made Easy

By Eric Yen – Oracle9i’s new list-partitioning feature lets you organize large data sets more naturally, usefully, and easily.So, let’s step through our examples and get going. You can simply read along, or—if you have Oracle9i up and running and your user account has Create Table privileges

Community

The Euro-Savvy Database

By Gilles Briard – Oracle has made sure to adhere closely to ISO (International Standards Organization) standards regarding the Euro character, so Oracle customers can rest assured that database versions released since the standards were set (8.1 and above) can handle the Euro character properly. Ho

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