Tag: Oracle

Community

Oracle 9i Online Redefinition

(Sameer Wadhwa) In 24/7 database, it is hard to find out a maintenance window to do certain tasks like reorganize table, adding or dropping column, adding or deleting partition, move tables from one tablespace to another etc. Now in Oracle 9i, you can do this ONLINE without worrying to stop the use

Community

Resumable Space Allocation

Long running operations such as imports and batch processes sometimes fail because the server is unable to allocate more extents for an object. This may be because the object has reached max_extents or there isn’t sufficient room in the tablespace for the object to expand. In previous releases the o

Community

That Darn Alert Log

(James Koopmann) Until Oracle decides to give DBAs built-in direct access to the alert log, it will always be our responsibility to continually check and maintain it. Here is a simple solution that will help with this most basic of DBA task. The Oracle alert log file is a chronological log of imp

Community

What is a cluster table?

A cluster is a schema object that contains one or more tables that all have one or more columns in common. Rows of one or more tables that share the same value in these common columns are physically stored together within the database. Generally, you should only cluster tables that are frequentl

Community

Clearing the Path to OLAP

(Chris Claterbos) The OLAP option in Oracle9i Database Release 2 introduced analytic workspaces and the true integration of relational and multidimensional datatypes in the same database. Until now, the only way developers and DBAs could use the analytic workspaces was to construct them manually by