Ok.
Segue abaixo
A Versão do Oracle 12.1.0.2.0
Versão do ArcServe 16.5
Eu tenho um Servidor Oracle em Linux para o Banco de Dados
Outro Servidor Linux que é o catalogo do Rman tmbem na versão 12.1.0.2.0
E um Servidor Windows 2012 para o ArcServe.
O negocio é que nessa mesma rede eu tenho um Oracle 10g em uma outra maquina e
nesse Oracle 10g eu consigo fazer restaurar backup atraves de scripts do rman.
mas quando tento usar um script como esse por exemplo no Servidor do oracle
12c, da erro veja o exemplo.
<inicio>
[oracle@oracorp:/ubackup]$ rman target /
Recovery Manager: Release 12.1.0.2.0 - Production on Wed Jan 6 10:15:28 2016
Copyright (c) 1982, 2015, Oracle and/or its affiliates. All rights reserved.
connected to target database: CORP (DBID=1610299841)
RMAN> run {
allocate channel dev1 device type sbt format 'backup_teste_%u_%p_%c'
parms='SBT_LIBRARY=/opt/CA/ABoraagt/libobk64.so';
backup database plus archivelog;
backup current controlfile;
release channel dev1;
}2> 3> 4> 5> 6> 7>
using target database control file instead of recovery catalog
allocated channel: dev1
channel dev1: SID=2522 device type=SBT_TAPE
channel dev1: CA ARCserve Backup Oracle Agent v16.5
Starting backup at 06/01/2016 10:20:29
current log archived
channel dev1: starting archived log backup set
channel dev1: specifying archived log(s) in backup set
input archived log thread=1 sequence=1 RECID=1 STAMP=900330227
input archived log thread=1 sequence=2 RECID=2 STAMP=900330240
input archived log thread=1 sequence=3 RECID=3 STAMP=900330685
input archived log thread=1 sequence=4 RECID=4 STAMP=900330700
input archived log thread=1 sequence=5 RECID=5 STAMP=900330746
input archived log thread=1 sequence=6 RECID=6 STAMP=900340257
input archived log thread=1 sequence=7 RECID=7 STAMP=900340258
input archived log thread=1 sequence=8 RECID=8 STAMP=900340359
input archived log thread=1 sequence=9 RECID=9 STAMP=900341609
input archived log thread=1 sequence=10 RECID=10 STAMP=900341610
input archived log thread=1 sequence=11 RECID=11 STAMP=900341950
input archived log thread=1 sequence=12 RECID=12 STAMP=900341969
input archived log thread=1 sequence=13 RECID=13 STAMP=900341978
input archived log thread=1 sequence=14 RECID=14 STAMP=900341998
input archived log thread=1 sequence=15 RECID=15 STAMP=900345954
input archived log thread=1 sequence=16 RECID=16 STAMP=900349918
input archived log thread=1 sequence=17 RECID=17 STAMP=900349948
input archived log thread=1 sequence=18 RECID=18 STAMP=900350076
input archived log thread=1 sequence=19 RECID=19 STAMP=900411630
channel dev1: starting piece 1 at 06/01/2016 10:20:31
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup plus archivelog command at 01/06/2016 10:20:34
ORA-19506: failed to create sequential file, name="backup_teste_0sqqmc7f_1_1",
parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: non RMAN, but media manager or vendor specific failure, error text:
sbtbackup() : Error submitting the job request [errno = 9]
<Fim>
De: [email protected] [mailto:[email protected]]
Enviada em: terça-feira, 5 de janeiro de 2016 18:25
Para: [email protected]
Assunto: {Disarmed} Re: [oracle_br] backup em oracle 12c via rman usando
ArcServe
Qual o erro que apresenta?
Atenciosamente
--
Rosivaldo Azevedo Ramalho <[email protected]>
Consultor Oracle Database & Fusion Middlerware
OCP DB 10g | OCP DB 11g | OCE RAC 11g | OCE PT 11g
OCP OAS 10g | OCE WLS 10g
http://about.me/rosivaldo
2016-01-05 15:40 GMT-03:00 'Duilio Bruniera'
[email protected] [oracle_br] <[email protected]>:
Senhores, alguem pode me ajudar?
Eu tenho um Oracle 12C em Linux e nessa empresa onde estou a única ferramenta
para gerenciar backups em fita é o CA ArcServe.
Na versão 10g do Oracle eu podia acessar a “libobk” do gerenciador de fita do
CA ArcServe passando o seguinte parâmetro no script do rman dessa forma por
exemplo:
run{
allocate channel dev_1 type sbt
parms='SBT_LIBRARY=/opt/CA/ABoraagt/libobk64.so';
sql 'ALTER TABLESPACE USERS OFFLINE';
RESTORE TABLESPACE USERS;
RECOVER TABLESPACE USERS;
SQL 'ALTER DATABASE TABLESPACE USERS ONLINE';
release channel dev_1;
}
Agora no Oracle 12c isso não funciona mais, alguém por ai sabe como fazer isso
na versão 12c do Oracle?
--
Esta mensagem foi verificada pelo sistema de antivÃrus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.
--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.