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

Home -> Community -> Mailing Lists -> Oracle-L -> NT questions

NT questions

From: Joan Hsieh <joan.hsieh_at_tufts.edu>
Date: Mon, 14 Jan 2002 13:02:07 -0800
Message-ID: <F001.003EF7F5.20020114124525@fatcity.com>

Hi dear Listers,

I have 2 NT questions like to ask;

1.On unix, I use the following script to change the name of alert file. How to change it in the same way on NT?

for log_file in $(find $ORACLE_BASE/admin -name "alert_FMRPT.log" | grep
-v alert_FMRPT_.*.log)

do

   newfile=$(echo $log_file | sed "s/\.log$/_$dt.log/")    echo "moving alert logs: $log_file $newfile"    mv $log_file $newfile

2. I remember read somewhere about oracle version, for example, 8.1.7.2.x , the last digit is OS related informantion. Is that true? Our nt boxes, some instance show it is 8.1.7.2.1, some shows 8.1.7.2.6. I'd like to make all the same version. Where I can get those patch information? (On unix, all our instances are 8.1.7.2.0, we installed and patched. Not on NT. kind of out of control at beginning)

Thanks in advance,

Joan
--

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

Author: Joan Hsieh
  INET: joan.hsieh_at_tufts.edu

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 Mon Jan 14 2002 - 15:02:07 CST

Original text of this message

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