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: Perl for Oracle DBAs - dbup.pl

Re: Perl for Oracle DBAs - dbup.pl

From: Dwayne Cox <dwaynec_at_infotechfl.com>
Date: Tue, 01 Jul 2003 12:35:54 -0700
Message-ID: <F001.005BD55F.20030701120421@fatcity.com>


oops! My apologies for not posting the solution to the list. Thanks for covering for my oversight Jared. *sheepish grin*

Dwayne

Jared Still wrote:
FYI, if any of you are using the dbup.pl script from the PDBA toolkit:
The solution to Dwayne's problem was to change the following line in dbup.conf from this:

   %onCallList = ( 'default' => 'corpdba' );

to this:

   %onCallList = (

     '20030101' => 'corpdba',
     'default' => 'corpdba' 

   );

Seems the programmer didn't take into account that the 'default' might be the only value in the onCallList hash.
I've already given him (the programmer) a stern reprimand.

Jared

--

Dwayne Cox
Corporate Database Administrator
Info Tech, Inc.
5700 SW 34th Street, Suite 1235
Gainesville, FL 32608
email: [EMAIL PROTECTED]
phone: 352.381.4521 fax: 352.381.4444
--

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

Author: Dwayne Cox
 INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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 Tue Jul 01 2003 - 14:35:54 CDT

Original text of this message

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