backup from oracle to tape under windows 2000 server [message #275039] |
Thu, 18 October 2007 02:51 |
|
how can i backup from oracle to a tape directly under windows ???
i have oracle enterprise manager, i tried downloading media libraries and alot of other stuff nothing worked...
so i want your help, if there is any other way please advice
thank you very much
|
|
|
|
|
|
|
|
|
Re: backup from oracle to tape under windows 2000 server [message #275057 is a reply to message #275055] |
Thu, 18 October 2007 03:29 |
|
RMAN> run {
2> allocate channel oem_sbt_backup type 'sbt_tape' format '%U';
3> backup as BACKUPSET current controlfile tag '10182007112258';
4> restore controlfile validate from tag '10182007112258';
5> release channel oem_sbt_backup;
6> }
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on oem_sbt_backup channel at 10/18/2007 11:23:03
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
OSD-02534: Message 2534 not found; product=RDBMS; facility=SOSD
|
|
|
|
|
|
|
Re: backup from oracle to tape under windows 2000 server [message #275494 is a reply to message #275412] |
Sat, 20 October 2007 15:17 |
|
one last question.
i downloaded the oracle secure backup, and i am doing fine
i read the readme and every documents.
but there's a problem i am facing:
-the library that i add, i just pick a name and the OSB will create a library or do something or i need to have a library??
if i need to have a library is it the tape's library ? and how do i get OSB to figure that this is the library i need
thanks guys
check the attach.
-
Attachment: 2.JPG
(Size: 132.51KB, Downloaded 933 times)
|
|
|
|
|
|
|