ChinaUnix.net
相关文章推荐:

FINITE is obsolete

obsolete

by cs - IT职业生涯 - 2004-05-24 16:40:13 阅读(1844) 回复(12)

相关讨论

obsolete

by cs - C/C++ - 2004-04-28 19:04:19 阅读(1509) 回复(8)

摘自:Backup and Recovery Advanced User's Guide

The term obsolete does not mean the same as expired.

A backup is obsolete when REPORT obsolete or DELETE obsolete determines, based on the user-defined retention policy, that it is not needed for recovery.
A backup is considered expired only when...

by miloluo - Oracle - 2011-12-22 08:53:59 阅读(565) 回复(0)

#include ; using namespace std; extern int pow(int, int); int pow(int val, int exp) { cout << exp; for ( int res=1; exp>;0; --exp ) res=rres*val; return res; } int main() { int val=2; int exp=8; cout << "The Powers of 2\n"; for(int cnt=0; cnt<=exp; ++cnt) { cout << cnt << ": " << pow(val, cnt) << endl; } return 0; } $ g++ a003.cpp -o a003 a003.cpp: In function `int ...

by wudicc - C/C++ - 2004-10-26 12:07:06 阅读(4992) 回复(3)
by zhshujun - Oracle - 2011-12-21 08:44:02 阅读(698) 回复(0)

delete noprompt obsolete是何作用?

by oracleoneone - Oracle - 2011-08-13 22:44:51 阅读(7069) 回复(3)

策略及脚本如下: 每天早上备归档的: rman target / nocatalog log="/backup/rman20`date +%y%m%d`.log"<

by jl8323 - Oracle - 2009-04-16 21:00:05 阅读(1829) 回复(2)

exp system/sys_8070x2sp@orcl full=Y inctype=incremental file=IVR_8070.incremental.0119.Wed3.dmp Export: Release 9.2.0.4.0 - Production on 星期三 1月 19 17:20:56 2005 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.4.0 - Pr...

by tsingsong99 - Oracle - 2005-01-19 22:42:34 阅读(2627) 回复(2)

两个命令是不是都是删除过期的ARCH日志文件呢,但好象delete obsolete能删除report obsolete 显示的文件,但delete expired archivelog all确显示: allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=135 devtype=DISK specification does not match any archive log in the recovery catalog 两个命令有什么不同呢

by lickey-ji - Oracle - 2007-01-04 11:23:09 阅读(2445) 回复(0)