最后那个true表示什么意思!

[复制链接]
查看11 | 回复2 | 2010-10-8 09:31:21 | 显示全部楼层 |阅读模式
exec dbms_tts.transport_set_check('TS',TRUE, true);
回复

使用道具 举报

千问 | 2010-10-8 09:31:21 | 显示全部楼层
TRANSPORT_SET_CHECK Procedure
This procedure checks if a set of tablespaces (to be transported) is self-contained. After calling this procedure, the user may select from a view to see a list of violations, if there are any.
Syntax
DBMS_TTS.TRANSPORT_SET_CHECK (
ts_list
IN CLOB,
incl_constraints IN BOOLEAN DEFAULT FALSE,
full_check IN BOOLEAN DEFAULT FALSE);
Parameters
Table 114-2 TRANSPORT_SET_CHECK Procedure Parameters
Parameter
Description
ts_list
List of tablespace, separated by comma.
incl_constraints
TRUE if you want to count in referential integrity constraints when examining if the set of tablespaces is self-contained. (The incl_constraints parameter is a default so that TRANSPORT_SET_CHECK will work if it is called with only the ts_list argument.)
full_check
Indicates whether a full or partial dependency check is required. If TRUE, treats all IN and OUT pointers (dependencies) and captures them as violations if they are not self-contained in the transportable set. The parameter should be set to TRUE for TSPITR or if a strict version of transportable is desired. By default the parameter is set to false. It will only consider OUT pointers as violations.
回复

使用道具 举报

千问 | 2010-10-8 09:31:21 | 显示全部楼层
是否执行严格的检查,默认为非严格的
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行