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

Home -> Community -> Mailing Lists -> Oracle-L -> online backup question .

online backup question .

From: Bunyamin Karadeniz <bunyamink_at_havelsan.com.tr>
Date: Mon, 27 May 2002 11:28:56 -0800
Message-ID: <F001.0046C496.20020527112856@fatcity.com>


I must write an online backup script for the database 8.1.7 .

Are my steps below true ?

  1. Alter system archive log current ;
  2. Alter tablespace ....begin backup; copy datafiles Alter tablespace ....end backup; FOR ALL TABLESPACES EXCEPT TEMPORARY ONES.
  3. alter database backup controlfile to trace;
  4. alter database backup controlfile to :\bunyamin\yedek\controlfiles\controlxxx.ctl'
  5. alter system archive log current;
  6. alter system switch logfile;
  7. copy e:\orafiles\archivefiles\uybs\archive\*.* E:\bunyamin\yedek\archivefiles del e:\orafiles\archivefiles\uybs\archive\*.* /q
  8. copy G:\orafiles\redologfiles\UYBS\*.* E:\bunyamin\yedek\redologfiles

    What is the differnce between
"ALTER SYSTEM SWITCH LOGFILE ,
  ALTER SYSTEM ARCHIVE LOG CURRENT,
 ALTER SYSTEM ARCHIVE LOG ALL" Thank you ...
Bunyamin

--

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

Author: Bunyamin Karadeniz
  INET: bunyamink_at_havelsan.com.tr

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 May 27 2002 - 14:28:56 CDT

Original text of this message

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