Not able to connect RMAN [message #73642] |
Wed, 09 June 2004 23:12 |
Anil
Messages: 80 Registered: September 2001
|
Member |
|
|
Hello,
When i give the command
RMAN> backup tablespace system;
The error mesg i am getting is below...
RMAN-03002: failure of backup command at 06/10/2004 12:41:46
RMAN-06171: not connected to target database
Q1) How to connect to the target database and what is the command??
Q2) I want to do test backup on floppy disk, what is the command to do so?
Regards,
Thanx a lots!!
Anil.
|
|
|
Re: Not able to connect RMAN [message #73651 is a reply to message #73642] |
Fri, 11 June 2004 06:38 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
Q1) CONNECT TARGET /
RMAN> connect target /
RMAN-06005: connected to target database: ORCL (DBID=3264282073)
Q2) Not possible unless you use a 3td pary media manager. Best is to backup to disk, and then copy the backup files to floppy disk.
Best regards.
Frank
|
|
|
Re: Not able to connect RMAN [message #73664 is a reply to message #73642] |
Tue, 15 June 2004 12:08 |
croca
Messages: 50 Registered: January 2004
|
Member |
|
|
This is what i do to connect:
RMAN> connect target user/pwd@database
after connecting to target:
RMAN> connect catalog user/pwd@catlog_db
in order to connect to target db, the user must be granted sysdba.
Best luck.
planning to use rman?, try RMAN Viewer from
www.otools.com.ar
|
|
|
|