|
蓝森林 http://www.lslnet.com 2006年7月18日 11:08
sql2573错误可以从哪儿查到它的详细信息啊
我在message中找不到这一条信息,大家知道该从哪儿找吗 |
sql2573错误可以从哪儿查到它的详细信息啊
DB2帮助。或者在CLP中用? sqlstate |
sql2573错误可以从哪儿查到它的详细信息啊
用以下命令:
db2 "? sql2573"
SQL2573N An incremental backup image must be restored as part of
an incremental RESTORE operation.
Explanation: A RESTORE operation was attempted using an
incremental backup image. An incremental backup cannot be
restored on its own; it can be restored only as part of an
incremental RESTORE operation.
The utility stops processing.
User Response: To restore this backup image, reissue the RESTORE
command using the INCREMENTAL modifier. To perform a
non-incremental RESTORE operation, specify a non-incremental
backup image.
|
sql2573错误可以从哪儿查到它的详细信息啊
可以在信息参考中得到你所想要的所有消息。 |
| |