connectin via RMAN [message #240515] |
Fri, 25 May 2007 02:16 |
user82
Messages: 49 Registered: June 2006 Location: Romania
|
Member |
|
|
Hi! I have an Oracle 10.2.0.1.0 on a Linux machine, now I want to take backups using RMAN on another machine that has an Windows XP OS. the problem is when i try to connect from the second machine using RMAN it gives me "insufficient privileges error" but if i try to connect via sqlplus (from the second machine also, the one with Windows OS) it works. I try to connect using system user. Can anyone give me a hint or a link ..... ?
Thanks
|
|
|
Re: connecting via RMAN [message #240632 is a reply to message #240515] |
Fri, 25 May 2007 06:33 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
RMAN can only backup to local disk or, if a media manager is installed, it can only communicate to a local backup client.
PS: You can always mount your Windows drives on the Linux system and do a local backup to it.
|
|
|
|
|
|
Re: connecting via RMAN [message #240733 is a reply to message #240731] |
Fri, 25 May 2007 10:43 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
I dont know about windows.But
if we have two linux server than we can take backup from one server to other by mounting that server here with these specification.
mount -t nfs -orw,bg,intr,hard,timeo=600,wsize=32768,rsize=32768,nfsvers=3,proto=tcp10.13.1.126:/oradata/exports /media/nfsbackup/
|
|
|
|
|