Oracle错误编码 ORA-27045: unable to close the file ORACLE 报错 故障修复 远程处理 文档解释 ORA-27045: unable to close the file Cause: close system call failed, additional information indicates which function encoun...
Oracle错误编码 ORA-39929: Table string.string in tablespace string has encrypted columns which are not supported. ORACLE 报错 故障修复 远程处理 文档解释 ORA-39929: Table string.string in tablespace string has encrypted columns which are not supported. Cause: Informational mes...
Oracle错误编码 ORA-14018: partition bound list contains too few elements ORACLE 报错 故障修复 远程处理 文档解释 ORA-14018: partition bound list contains too few elements Cause: Partition bound list contained fewer elements than there a...
Oracle教程 Oracle 视图 DBA_MINING_MODEL_VIEWS 官方解释,作用,如何使用详细说明 本站中文解释 Oracle视图DBA_MINING_MODEL_VIEWS用于检索关于数据挖掘模型的元数据。它由构建/DBA_MINING_MODELS视图和构建/DBA_MINING_MODEL_ATTRIBUTES视图构建。它们返回数据挖掘模型的信息,...
Oracle错误编码 ORA-55606: Event to modify archiver sleep time in seconds ORACLE 报错 故障修复 远程处理 文档解释 ORA-55606: Event to modify archiver sleep time in seconds Cause: 30 seconds is recommended as the archiver sleep time for t...
Oracle教程 Oracle 等待事件 Enqueues:TT,TemporaryTable 官方解释,作用,如何使用及优化方法 本站中文解释 : ORACLE的TT(Temporary Table)实现机制是一种Enqueues(数据库资源),它们会为每个用户分配一个或者多个带有不可更改的数值的Enqueues,当用户请求使用数据库资源时,数据库会去查看与Enqueues相关的标记...
Oracle错误编码 ORA-13349: polygon boundary crosses itself ORACLE 报错 故障修复 远程处理 文档解释 ORA-13349: polygon boundary crosses itself Cause: The boundary of a polygon intersects itself. Action: Correct the geometri...
Oracle错误编码 ORA-24051: cannot propagate object type payloads that have a REF attribute ORACLE 报错 故障修复 远程处理 文档解释 ORA-24051: cannot propagate object type payloads that have a REF attribute Cause: An ADD_SUBSCRIBER or ENQUEUE procedure wi...
Oracle错误编码 ORA-56936: datapump jobs are utilizing secondary time zone data file ORACLE 报错 故障修复 远程处理 文档解释 ORA-56936: datapump jobs are utilizing secondary time zone data file Cause: An on-demand loading of secondary time zone dat...
Oracle错误编码 ORA-14221: Dictionary managed tablespace cannot be used for this operation ORACLE 报错 故障修复 远程处理 文档解释 ORA-14221: Dictionary managed tablespace cannot be used for this operation Cause: Attempted to create an index or add a LOB...
Oracle错误编码 ORA-31225: DBMS_LDAP: invalid BER_ELEMENT ORACLE 报错 故障修复 远程处理 文档解释 ORA-31225: DBMS_LDAP: invalid BER_ELEMENT Cause: An attempt was made by a PL/SQL module to use a BER_ELEMENT which is not v...
Oracle教程 Oracle 参数 PARALLEL_MIN_TIME_THRESHOLD 官方解释,作用,如何配置最优化建议 本站中文解释 PARALLEL_MIN_TIME_THRESHOLD 参数控制在一次查询执行期间将要从做并行操作进行串行操作的时间设置,以字符串为单位。 该参数通常被用来控制 Oracle 数据库是否应使用并行查询。换句话说,该参数控制当查询的数据大小超过...