Oracle 视图 DBA_GG_SUPPORTED_PROCEDURES 官方解释,作用,如何使用详细说明
本站中文解释
DBA_GG_SUPPORTED_PROCEDURES视图提供了一份Oracle数据库安装或配置后可支持的GoldenGate存储过程的清单。此视图显示了存储过程名称,参数以及其他关键信息。此视图用于帮助客户检查有效的GoldenGate操作。
使用此视图的基本步骤是:
1. 连接到Oracle数据库并运行以下查询:
SELECT * FROM DBA_GG_SUPPORTED_PROCEDURES;
2. 检查结果,查找您要使用的存储过程。
3. 准备您的存储过程参数,并在Oracle数据库中运行它。
4. 根据结果,根据实际情况执行操作。
官方英文解释
DBA_GG_SUPPORTED_PROCEDURES
provides details about all procedures that are supported for Oracle GoldenGate replication.
Column | Datatype | NULL | Description |
---|---|---|---|
|
| Procedure package owner | |
|
| Procedure package name | |
|
| Procedure name | |
|
| Minimum database version for the procedure | |
|
| Maximum database version for the procedure | |
|
| Minimum redo compatibility for the procedure | |
|
| Maximum redo compatibility for the procedure | |
|
| Supported mode for the procedure: | |
|
| Specifies whether an exclusion rule exists for the procedure ( See Also: “DBA_GG_PROC_OBJECT_EXCLUSION” |
编辑:广州明生医药有限公司
标签:视图,存储过程,您的,参数,操作