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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Backup

Re: Backup

From: Brian Peasland <dba_at_remove_spam.peasland.com>
Date: Thu, 10 Jul 2003 17:27:45 GMT
Message-ID: <3F0DA211.BA8D1C9@remove_spam.peasland.com>


Since this is a 'bat' file you are looking for, I'm assuming a Windoze platform. In that case, the commands are:

  1. net stop OracleServiceSID
  2. copy c:\oracle\oradata\SID\*.* c:\oracle\oradata\SID\Backup\*.*
  3. net start OracleServiceSID

I highly urge you to heed Daniel's advice and read the Oracle docs and other materials as knowing only the above is only the tip of the ice berg.

HTh,
Brian

Loinex wrote:
>
> I have been asigned for a server maintenance, with Oracle 8 installed...
>
> I know that for making backup I need to do a sort of bat file that stops
> Oracle, copy relevant files to another location and restart Oracle...
>
> What are the commands ?
>
> TIA

-- 
===================================================================

Brian Peasland
dba_at_remove_spam.peasland.com

Remove the "remove_spam." from the email address to email me.


"I can give it to you cheap, quick, and good. Now pick two out of
 the three"
Received on Thu Jul 10 2003 - 12:27:45 CDT

Original text of this message

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