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: NT questions

Re: NT questions

From: <Peter.McLarty_at_mincom.com>
Date: Mon, 14 Jan 2002 15:18:45 -0800
Message-ID: <F001.003EFA6F.20020114150526@fatcity.com>


Hi you have a couple of choices for the first problem. You could install cygwin on the NT server and then you could use the shell script to do the work or alternatively install Perl and recode the script in Perl and it would be useable on either platform.

Yes the last number is a platform specific patch. There may be reasons that different systems are patched differently. It may be that one system exhibited a bug relevant to the package the server supports but due to different things the other servers do not have that issue. It might not be a good thing to just patch the other systems without investigating further the purpose of those patches. It is possible you could break something else

Cheers

--
=================================================
Peter McLarty               E-mail: Peter.Mclarty_at_mincom.com
Technical Consultant        WWW: http://www.mincom.com
APAC Technical Services     Phone: +61 (0)7 3303 3461
Brisbane,  Australia        Mobile: +61 (0)402 094 238
                            Facsimile: +61 (0)7 3303 3048
=================================================
A great pleasure in life is doing what people say you cannot do.

    - Walter Bagehot (1826-1877 British Economist)
=================================================
Mincom "The People, The Experience, The Vision"

=================================================









Joan Hsieh <joan.hsieh_at_tufts.edu>
Sent by: root_at_fatcity.com
15/01/2002 06:45 AM
Please respond to ORACLE-L


       
        To:        Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
        cc:        
        Fax to:        
        Subject:        NT questions
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). -- This transmission is for the intended addressee only and is confidential information. If you have received this transmission in error, please delete it and notify the sender. The contents of this e-mail are the opinion of the writer only and are not endorsed by the Mincom Group of companies unless expressly stated otherwise.

Received on Mon Jan 14 2002 - 17:18:45 CST

Original text of this message

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