Oracle错误编码 ORA-19821: an intentionally corrupt log file was found ORACLE 报错 故障修复 远程处理 文档解释 ORA-19821: an intentionally corrupt log file was found Cause: A log file that was intentionally corrupt for testing or benc...
Oracle错误编码 ORA-07390: sftopn: translate error, unable to translate file name. ORACLE 报错 故障修复 远程处理 文档解释 ORA-07390: sftopn: translate error, unable to translate file name. Cause: An error occurred while expanding the file name t...
Oracle错误编码 ORA-14139: table string.string is already in read-only mode ORACLE 报错 故障修复 远程处理 文档解释 ORA-14139: table string.string is already in read-only mode Cause: an attempt was made to set a read-only table in read-onl...
Oracle教程 Oracle 视图 DBA_ERRORS 官方解释,作用,如何使用详细说明 本站中文解释 Statement: Oracle视图DBA_ERRORS用UTF的形式查询系统当前和历史的错误和警告信息。 Oracle视图DBA_ERRORS是一种用于查询系统当前和历史的错误和警告信息的UTL视图。它可以让DBA们查询某个特定时间发生的...
Oracle错误编码 ORA-13233: failed to create sequence number [string] for R-tree ORACLE 报错 故障修复 远程处理 文档解释 ORA-13233: failed to create sequence number [string] for R-tree Cause: The specified sequence number exists. Action: Delete...
Oracle错误编码 ORA-48102: encountered the end-of-file when reading the file ORACLE 报错 故障修复 远程处理 文档解释 ORA-48102: encountered the end-of-file when reading the file Cause: The ADR file interface encountered the end-of-file when...
Oracle错误编码 ORA-25467: table alias not specified ORACLE 报错 故障修复 远程处理 文档解释 ORA-25467: table alias not specified Cause: An attempt to evaluate was made, which failed because one of the column values ...
Oracle错误编码 ORA-06572: Function string has out arguments ORACLE 报错 故障修复 远程处理 文档解释 ORA-06572: Function string has out arguments Cause: A SQL statement references either a packaged, or a stand-alone, PL/SQL ...
Oracle错误编码 ORA-25011: cannot create trigger on internal AQ table ORACLE 报错 故障修复 远程处理 文档解释 ORA-25011: cannot create trigger on internal AQ table Cause: An attempt was made to try to create a trigger on a table that...
Oracle错误编码 ORA-12651: Encryption or data integrity algorithm unacceptable ORACLE 报错 故障修复 远程处理 文档解释 ORA-12651: Encryption or data integrity algorithm unacceptable Cause: The algorithm the server chose to use for encryption ...
Oracle错误编码 ORA-32051: mapping service not available ORACLE 报错 故障修复 远程处理 文档解释 ORA-32051: mapping service not available Cause: The mapping service was never started or previously failed to start properl...
Oracle教程 Oracle 视图 HS_CLASS_DD 官方解释,作用,如何使用详细说明 本站中文解释 L Oracle视图是由一个或多个记录或表的预定义查询组合而成的虚拟表,它与物理表的功能基本一致,但是不存储数据,其内容是动态生成的,它可以为用户提供更为容易理解操纵数据库中数据的视图。 HS_CLASS_DDL视图是Oracle数据库中维护...