Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: NT questions
Hi Joan
A1) ?
A2) You are right about that the last digit is OS patches, you can get the patches from Metalink (http://metalink.oracle.com).
Joan Hsieh wrote:
>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
>
-- Best regards Peter Gram Miracle A/S http://MiracleAS.dk Tel: +45 2527 7107 -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Peter Gram INET: peter.gram_at_miracleas.dk 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 - 16:10:28 CST