Re: New to Oracle and have Backup Question..

From: SEJ <sejprv_at_hotmail.com>
Date: Fri, 6 Feb 2009 21:45:12 +0100
Message-ID: <498ca17d$0$90262$14726298_at_news.sunsite.dk>


"newsqlman" <ndittoo_at_yahoo.com> skrev i en meddelelse news:86f8d558-0aff-4ac3-a3b0-b3d4838e8c9b_at_s1g2000prg.googlegroups.com...
> I'm new to Oracle and have a question for someone that I started
> trying to help out. They are using Oracle for a DB server and
> currently don't backup anything nightly or weekly. I'm sure there is
> a way to set Oracle up to Backup nightly to a file on the hard drive
> somewhere so that the backup software can back those database files up
> to tape. I would prefer not loading a backup agent like Symantec
> Veritas has because of the expense and usually running the DB backup
> utility and maintenance procedures tend to work quite well in a small
> environment. I currently have several SQL setups doing that without
> any DB Backup agent and am hoping to help him with the same type
> setup.
>
> Any thoughts?
>
> Thanks.

Hi

If your database are small and not critical for normal production you can export it to a single file, old fashion export og for 10g datapump. I have several customers that use this as long they keep normal file backup and antivirus away from oracle, Oracle just run. (I still server Oracle 7.3.4 that I installede 12 years ago, and others and those have never had a breakdown)
Mission crital ->RMAN or agents.

a batch jo call a parfile

batch
set oralce_sid=ORCL

exp -parfile=orcl.par

in your parfile

userid=system/manager
full=y
file=orcl_full.dmp
log=orcl_full.log

try exp help=y
avoid indexes or statistics

regards
SEJ Received on Fri Feb 06 2009 - 14:45:12 CST

Original text of this message