Oracle_ERRMG

ORA-01500 to ORA-02098

ORA-01502: 索引 ‘(SCHEMA名).(索引名)’ 或这类索引的分区处于不可用状态

ORA-01502: index ‘string.string’ or partition of such index is in unusable state

原因1: 试图连接访问被”直接负载?”或DDL语句操作标记为不可用状态的索引或索引的分区

An attempt has been made to access an index or index partition that has been marked unusable by a direct load or by a DDL operation

ORA-01722: 无效数字

ORA-01722: invalid number

原因1: 指定的数字无效

The specified number was invalid.

ORA-01747: 用户.表.列、表.列或列格式无效

ORA-01747: invalid user.table.column, table.column, or column specification

原因1: 列名为关键字。

原因2: DML语句缺失列或多逗号。

ORA-02095: 无法修改指定的初始化参数

specified initialization parameter cannot be modified

原因1: 指定的初始化参数不可修改

The specified initialization parameter is not modifiable

ORA-02096: 指定的初始化参数不能使用此选项进行修改

ORA-02096: specified initialization parameter is not modifiable with this option

原因1: 虽然初始化参数是可修改的,但不能使用指定的命令进行修改。

Though the initialization parameter is modifiable, it cannot be modified using the specified command.