Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN backup question
Hi!
can u please give me a 'glimpse' of the RMAN errors it spews....
Thanks
Hi there!
I'm trying to implement an online backup using RMAN. Since I'm new to this tool, I'm running into some problems...
Can I use UNC paths to specify where I want a copy of a datafile to be placed?
\\file\oradata is a share on the file server where I want RMAN to put its backups:
run {
allocate channel d1 type disk;
backup
format '\\file\oradata\daffy\rman\system01_%t_%s'
(datafile 'e:\oracle\oradata\daffy\system01.dbf');
release channel d1;
}
Any idea why this does not work?
This is 8.1.6 on Windows 2000.
Thanks,
Helmut
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Helmut Daiminger
INET: hdaiminger_at_vivonet.com
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).
Participate in crazy auctions at http://auctions.rediff.com/auctions/
From: "Rahul Dandekar" <orcldba_at_hotmail.com>
Date: Mon, 27 Nov 2000 07:24:04 -0500
Subject: Re: OCP test resources... SOLVED!!!
DBAs,
Following are my experiences about OCP paper 2. I would not like to attract OCP Police so I won't be disclosing any questions from the exam...
I passed.
I scored 59 / 63 wherein passing was 43.
Rating of preparation material used...
1. Notes at cramsession.com - Excellent resource. Very close. 2. dbasupport.com sample questions - Too simple 3. Brainbench.com test - Okay, buy not close though 4. STSware sample test - Good simulation of exam environment 5. Text Books -
DBA Handbook by Loney - Was useful
Backup and Recovery - Rama Velapuri
I studied this mainly for understanding Rollback segments. Great text. But
not much useful for OCP
6. As always Oracle Manuals were of good reference.
7. Take a printout of OCP checklist and keep on refering it all the time.
Received on Mon Nov 27 2000 - 06:20:09 CST