Oracle错误编码 ORA-31427: publication string already subscribed ORACLE 报错 故障修复 远程处理 文档解释 ORA-31427: publication string already subscribed Cause: The subscription already contained this publication. Action: Check ...
Oracle错误编码 ORA-48438: [string] is not a valid number ORACLE 报错 故障修复 远程处理 文档解释 ORA-48438: [string] is not a valid number Cause: The input number is not valid Action: Check the input number Ora-48438是一个O...
Oracle错误编码 ORA-38746: error occurred while restoring data block (file# string, block# string) ORACLE 报错 故障修复 远程处理 文档解释 ORA-38746: error occurred while restoring data block (file# string, block# string) Cause: An error occurred during a FLASHB...
Oracle错误编码 ORA-13716: Diagnostic Package License is needed for using this feature. ORACLE 报错 故障修复 远程处理 文档解释 ORA-13716: Diagnostic Package License is needed for using this feature. Cause: The specified value for system parameter CON...
Oracle教程 Oracle 视图 DBA_MVIEW_JOINS 官方解释,作用,如何使用详细说明 本站中文解释 Oracle视图DBA_MVIEW_JOINS用于查询当前系统的所有的多级视图查询中的连接情况。DBA_MVIEW_JOINS视图包含在主数据表和它们之间的连接表中有关连接类型,连接表别名,连接表名称,和主数据表名称的信息。 要使用DBA_M...
Oracle教程 Oracle 视图 USER_ERROR_TRANSLATIONS 官方解释,作用,如何使用详细说明 本站中文解释 视图 Oracle USER_ERROR_TRANSLATIONS 视图显示了与当前在 database 中登录的用户有关的错误信息翻译,包括下面信息: • USERNAME :报告的错误翻译的用户。 • CURRENCY :应用于该翻译的错...
Oracle错误编码 ORA-23540: Redefinition not defined or initiated ORACLE 报错 故障修复 远程处理 文档解释 ORA-23540: Redefinition not defined or initiated Cause: An attempt was made to continue or complete a redefinition which wa...
Oracle错误编码 ORA-48194: OS command to close a directory failed ORACLE 报错 故障修复 远程处理 文档解释 ORA-48194: OS command to close a directory failed Cause: The OS command to close a directory failed. Action: Check the OS e...
Oracle错误编码 ORA-26050: Direct path load of domain index is not supported for this column type. ORACLE 报错 故障修复 远程处理 文档解释 ORA-26050: Direct path load of domain index is not supported for this column type. Cause: Direct path can not load a domain...
Oracle错误编码 ORA-21780: Maximum number of object durations exceeded. ORACLE 报错 故障修复 远程处理 文档解释 ORA-21780: Maximum number of object durations exceeded. Cause: This typically happens if there is infinite recursion in the...
Oracle错误编码 ORA-32333: disable table scn update for Materialized view ORACLE 报错 故障修复 远程处理 文档解释 ORA-32333: disable table scn update for Materialized view Cause: an event is set for disabling table scn update to prevent ...
Oracle教程 Oracle 视图 DBA_SQLSET_REFERENCES 官方解释,作用,如何使用详细说明 本站中文解释 Oracle视图DBA_SQLSET_REFERENCES用来查询创建SQL保存集的情况,以及有哪些引用者引用这个保存集信息。它是一个数据字典,所以用户必须有SELECT_CATALOG_ROLE权限才能使用该视图。 它的表示如下: OWNE...