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: backup controlfile to trace

RE: backup controlfile to trace

From: Markham, Richard <RMarkham_at_hafeleamericas.com>
Date: Tue, 17 Sep 2002 11:00:31 -0800
Message-ID: <F001.004D19D3.20020917110031@fatcity.com>






RE: backup controlfile to trace



a non-full proof method that I use is

T_FILE=$(ls -1rt /$ORACLE_HOME/admin/udump | tail -1)

this will assign $T_FILE to the newest file existing in UDUMP.....


-----Original Message-----
From: Ray Stell [mailto:stellr@cns.vt.edu]
Sent: Tuesday, September 17, 2002 2:13 PM
To: Multiple recipients of list ORACLE-L
Subject: backup controlfile to trace



8.1.7

For scripting purposes, what is the logic for finding the trc file from
alter database backup controlfile to trace cmd?  This seems really
stupid not being able to direct the output.
===============================================================
Ray Stell   stellr@vt.edu     (540) 231-4109     KE4TJC    28^D
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ray Stell
  INET: stellr@cns.vt.edu

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: ListGuru@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: Markham, Richard
  INET: RMarkham_at_hafeleamericas.com

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: 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 Tue Sep 17 2002 - 14:00:31 CDT

Original text of this message

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