rcp
scp
一个节点到另一个
nbu客户端装了要link
/bin link
export LANG=zh_CN
transport
ORA-1688: unable to extend table SYS.WRH$_ACTIVE_SESSION_HISTORY partition WRH$_ACTIVE_358854564_1851 by 128 in tablespace SYSAUX
oerr ora 编号:初步查看错误信息
[oracle@dmdb ~]$ oerr ora 1688
http://blog.csdn.net/carolzhang8406/article/details/6545323
C:\Program Files\VERITAS\NetBackup\bin>bplist.exe -C pmsdb1 -S hbdl-veritas -t 4 -R / | more
找最新的控制文件备份 c-1064559153-20150520-01
run
{
allocate channel ch00 type ‘SBT_TAPE’;
send ‘NB_ORA_SERV=hbdl-veritas,NB_ORA_CLIENT=pmsdb1’;
restore controlfile from ‘c-1064559153-20150520-01’;
release channel ch00;
}
select file_id,file_name,tablespace_name from dba_data_files where tablespace_name<>’MWS_FILE’;
run
{
allocate channel ch00 type ‘SBT_TAPE’;
allocate channel ch01 type ‘SBT_TAPE’;
send ‘NB_ORA_SERV=hbdl-veritas,NB_ORA_CLIENT=pmsdb1’;
set newname for datafile 128 to ‘/backup/rlvdata2_18_5g’;
restore datafile 128;
switch datafile 128;
release channel ch00;
release channel ch01;
}