Oracle教程 Oracle 视图 DBA_FILE_GROUP_TABLESPACES 官方解释,作用,如何使用详细说明 本站中文解释 Oracle视图DBA_FILE_GROUP_TABLESPACES是SYS视图,它用于检索与表空间关联的文件组信息。文件组可以把多个表空间汇总在一起,以便文件操作时属于这些表空间。 用法: SELECT FILE_NAME, FILE_GR...
Oracle错误编码 ORA-39209: Parameter string requires privileges. ORACLE 报错 故障修复 远程处理 文档解释 ORA-39209: Parameter string requires privileges. Cause: Use of the specified privileges requires the user to have the IMP_F...
Oracle错误编码 ORA-09779: snyGetPort: failure to allocate a port. ORACLE 报错 故障修复 远程处理 文档解释 ORA-09779: snyGetPort: failure to allocate a port. Cause: The port_allocate system call failed; system resources might be e...
Oracle错误编码 ORA-07551: sftcls: $CLOSE failure ORACLE 报错 故障修复 远程处理 文档解释 ORA-07551: sftcls: $CLOSE failure Cause: VMS system service $CLOSE failed Action: Examine system error message and refer to...
Oracle错误编码 ORA-19728: data object number conflict between table string and partition string in table string ORACLE 报错 故障修复 远程处理 文档解释 ORA-19728: data object number conflict between table string and partition string in table string Cause: The non-partitioned...
Oracle错误编码 ORA-39117: Type needed to create table is not included in this operation. Failing sql is: string ORACLE 报错 故障修复 远程处理 文档解释 ORA-39117: Type needed to create table is not included in this operation. Failing sql is: string Cause: A create table was ...
Oracle错误编码 ORA-29892: indextypes with array DML do not support the given data type ORACLE 报错 故障修复 远程处理 文档解释 ORA-29892: indextypes with array DML do not support the given data type Cause: The user specified a REF or a LONG datatype ...
Oracle错误编码 ORA-38762: redo logs needed for SCN string to SCN string ORACLE 报错 故障修复 远程处理 文档解释 ORA-38762: redo logs needed for SCN string to SCN string Cause: The FLASHBACK DATABASE operation failed. The recovery porti...
Oracle错误编码 ORA-27270: szingroup: malloc failed ORACLE 报错 故障修复 远程处理 文档解释 ORA-27270: szingroup: malloc failed Cause: The malloc library call failed to allocate space for a group list. Action: This ...
Oracle错误编码 ORA-07290: sksagdi: specified directory for archiving does not exist. ORACLE 报错 故障修复 远程处理 文档解释 ORA-07290: sksagdi: specified directory for archiving does not exist. Cause: The specified pathname is not a directory. Act...
Oracle错误编码 ORA-26815: Error from Apply Network Receiver for Apply “string” and Capture “string”. ORACLE 报错 故障修复 远程处理 文档解释 ORA-26815: Error from Apply Network Receiver for Apply “string” and Capture “string”. Cause: The Ap...
Oracle教程 Oracle 视图 DBA_RSRC_PLANS 官方解释,作用,如何使用详细说明 本站中文解释 Oracle视图DBA_RSRC_PLANS用来显示数据库资源管理的计划运行的信息,包括计划的名称和计划的实例ID,相关联的会话ID,是否正在运行,计划的实现资源等等。这个视图使数据库管理员可以查看和管理数据库的资源管理计划。 使用此视图很容...