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: tirggers

RE: tirggers

From: Hillman, Alex <Alex.Hillman_at_usmint.treas.gov>
Date: Thu, 05 Apr 2001 14:15:55 -0700
Message-ID: <F001.002E33C1.20010405135616@fatcity.com>

What is the problem to write something like Select * from <table_name> for all tables that you need or if there are too many such tables - create a new table with names of the tables and use dynamic SQL .

Alex Hillman

        -----Original Message-----
        From:   Kevin Kostyszyn [SMTP:kevin_at_dulcian.com]
        Sent:   Thursday, April 05, 2001 5:28 PM
        To:     Multiple recipients of list ORACLE-L
        Subject:        tirggers

        Hi Intelligent DBA's
                I was wondering if anyone knows how to create a trigger that
would fire off
        at database startup time and run a script to do full table scans on
several
        tables to get them into the buffer cache keep pool?  Right now I do
it
        manually and would like to automate the task.

        Sincerely,
        Kevin Kostyszyn
        DBA
        Dulcian, Inc
        www.dulcian.com
        kevin_at_dulcian.com

        -- 
        Please see the official ORACLE-L FAQ: http://www.orafaq.com
        -- 
        Author: Kevin Kostyszyn
          INET: kevin_at_dulcian.com

        Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
        San Diego, California        -- Public Internet access / Mailing
Lists
        --------------------------------------------------------------------
        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).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Hillman, Alex
  INET: Alex.Hillman_at_usmint.treas.gov
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Apr 05 2001 - 16:15:55 CDT

Original text of this message

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