Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: data modelling question - job vs. job history table

RE: data modelling question - job vs. job history table

From: Jacques Kilchoer <Jacques.Kilchoer_at_quest.com>
Date: Thu, 13 Nov 2003 12:04:33 -0800
Message-ID: <F001.005D6947.20031113120433@fatcity.com>


> -----Original Message-----
> Yechiel Adar
>
> I usually use a switch in the scheduled job tables to indicate active
> status.
> After the job run jus NULL or put another value in it.
> If you put bitmap index on this the search will be a snap.

Except would you put a bitmap index on a column in a table that gets updated frequently?  

> There is no reason to hold this pointer in the jobs table.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jacques Kilchoer
  INET: Jacques.Kilchoer_at_quest.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Nov 13 2003 - 14:04:33 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US