日本搞逼视频_黄色一级片免费在线观看_色99久久_性明星video另类hd_欧美77_综合在线视频

國內(nèi)最全IT社區(qū)平臺 聯(lián)系我們 | 收藏本站
阿里云優(yōu)惠2
您當前位置:首頁 > 數(shù)據(jù)庫 > 數(shù)據(jù)庫應(yīng)用 > DP備份報錯 ORA-19554: error allocating device, device type: SBT_TAPE ORA-27211

DP備份報錯 ORA-19554: error allocating device, device type: SBT_TAPE ORA-27211

來源:程序員人生   發(fā)布時間:2014-12-13 09:15:52 閱讀次數(shù):6965次

環(huán)境:solaris 10,oracle 11.2.0.4  2nodes rac

癥狀:rman備份報錯以下

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on dev_0 channel at 12/05/2014 10:25:25
ORA⑴9554: error allocating device, device type: SBT_TAPE, device name: 
ORA⑵7211: Failed to load Media Management Library
Additional information: 3986

1.嘗試使用以下方法配置rman參數(shù)  沒法解決

使用CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' CLEAR;
    CONFIGURE DEVICE TYPE SBT_TAPE CLEAR; 命令;
以下:
RMAN> 
CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' CLEAR;
old RMAN configuration parameters are successfully deleted

RMAN>show all;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE SBT_TAPE TO '%F'; # default
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE DEVICE TYPE SBT_TAPE PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE SBT_TAPE TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/oracle/product/10.2.0/dbs/snapcf_ge02.f'; # default

RMAN>CONFIGURE DEFAULT DEVICE TYPE TO Disk;
old RMAN configuration parameters:
CONFIGURE DEFAULT DEVICE TYPE TO 'SBT_TAPE';
new RMAN configuration parameters:
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
new RMAN configuration parameters are successfully stored
starting full resync of recovery catalog
full resync complete

RMAN>CONFIGURE DEVICE TYPE SBT_TAPE CLEAR;
RMAN configuration parameters are successfully reset to default value

RMAN>SHOW ALL;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/opt/oracle/product/10.2.0/dbs/snapcf_ge02.f'; # default


2:對照原來可以正常備份的AIX 

 發(fā)現(xiàn)$ORACLE_HOME/lib/下有 libobk文件 

sfc3rac1:/apps/oracle/product/10.2.0/lib$ ls -lrt |grep bobk
lrwxrwxrwx    1 oracle   oinstall         35 Jul 02 2010  libobk.a -> /usr/omni/lib/libob2oracle8_64bit.a
sfc3rac1:/apps/oracle/product/10.2.0/lib$ 

但是堅持當前solaris 下oracle home中沒有此軟連接文件

DP安裝路徑下是有次文件

[root@nsfc3rac2:/opt/omni/lib]#ls -lrt
total 16200
-r-xr-xr-x   1 root     sys         9240 May 24  2013 libde_64bit.so
-r-xr-xr-x   1 root     sys         6508 May 24  2013 libde.so
-r-xr-xr-x   1 root     sys        19216 May 24  2013 libdc_64bit.so
-r-xr-xr-x   1 root     sys        14944 May 24  2013 libdc.so
-r-xr-xr-x   1 root     sys       590704 May 24  2013 libae_64bit.so
-r-xr-xr-x   1 root     sys       471768 May 24  2013 libae.so
-r-xr-xr-x   1 root     sys        22984 May 24  2013 libBrandChg_64bit.so
-r-xr-xr-x   1 root     sys        15452 May 24  2013 libBrandChg.so
-r-xr-xr-x   1 root     sys        41064 May 24  2013 libgcc_s.so.1
-r-xr-xr-x   1 root     sys      1314792 May 24  2013 libstdc++.so.6.0.3
-r-xr-xr-x   1 root     sys       334632 May 24  2013 libssl.so.0.9.8
-r-xr-xr-x   1 root     sys      1664880 May 24  2013 libob2oracle8_64bit.so
-r-xr-xr-x   1 root     sys      1460060 May 24  2013 libob2oracle8.so
-r-xr-xr-x   1 root     sys       622436 May 24  2013 libcurl.so
-r-xr-xr-x   1 root     sys      1596784 May 24  2013 libcrypto.so.0.9.8
drwxr-xr-x   2 root     sys          512 Oct 30 15:01 build
drwxr-xr-x   9 root     sys          512 Oct 30 15:01 nls
lrwxrwxrwx   1 root     root          13 Oct 30 15:01 libgcc_s.so -> libgcc_s.so.1
lrwxrwxrwx   1 root     root          18 Oct 30 15:01 libstdc++.so -> libstdc++.so.6.0.3
lrwxrwxrwx   1 root     root          18 Oct 30 15:01 libstdc++.so.6 -> libstdc++.so.6.0.3
drwxr-xr-x  50 root     sys         3584 Dec  3 14:49 perl
[root@nsfc3rac2:/opt/omni/lib]#

手動建立軟連接 

ln -s /opt/omni/lib/libob2oracle8_64bit.so /u01/app/oracle/product/11.2.0/dbhome_1/lib/libobk.so

oracle-home下已有此文件

[oracle@nsfc3rac2:/u01/app/oracle/product/11.2.0/dbhome_1/lib]$ ls -lrt |grep bob
lrwxrwxrwx   1 oracle   oinstall      36 Dec  5 10:43 libobk.so -> /opt/omni/lib/libob2oracle8_64bit.so
[oracle@nsfc3rac2:/u01/app/oracle/product/11.2.0/dbhome_1/lib]$ 


重新啟動備份 可以正常備份

生活不易,碼農(nóng)辛苦
如果您覺得本網(wǎng)站對您的學習有所幫助,可以手機掃描二維碼進行捐贈
程序員人生
------分隔線----------------------------
分享到:
------分隔線----------------------------
關(guān)閉
程序員人生
主站蜘蛛池模板: 在线看片日韩 | 91 中文字幕 | 亚洲三级在线看 | 精品在线视频观看 | 在线观看免费黄色 | 精品视频久久久久久久 | 日本黄在线观看 | 男人天堂国产 | 伊人av电影 | 日韩黄色网址 | 亚洲不卡在线 | 国产一区导航 | 日日夜夜狠狠 | 国产高清不卡av | 希岛爱理 在线 | 亚洲天堂精品视频 | 99精品国产一区 | 天天干夜夜爽 | 久久久精品在线 | 首页 国产 欧美 日韩 丝袜 | 欧美在线一区二区三区 | 99成人精品视频 | 久久精品国产一区二区 | 国产一区二区三区在线免费观看 | 热久久久久| 日韩在线二区 | 久久久久网站 | 国产午夜精品久久久久久久 | 精品无人乱码一区二区三区 | 成年免费视频 | 久久99精品一区二区三区三区 | av久久久 | 国产在线视频一区二区 | 福利亚洲 | 中文字幕亚洲精品 | 中文字幕www | 国产一区久久久 | 国产九色 | 国产精品久久久久桃色tv | 中文天堂网 | 五月婷婷网 |