ORA-02468: Constant or system variable wrongly specified in expression
Cause: A constant or system variable was specified in the hash expression.
Action: Recreate the cluster and correct the error in hash expression.
详细说明:
ORA-02468是由Oracle数据库触发的异常,这个错误提示给出表达式在某个系统变量上指定错误的原因。
Oracle Error ORA-02468表明表达式中指定了错误的系统变量或常量。
Ora-02468几乎总是由表达式尝试计算非数值常量或系统变量产生,比如一个字符串。
1.确认表达式中系统变量的正确性。
2.确认常量的类型,如果它不是一个数值,应尝试使用另外一个表达式。
3.如果以上步骤均无效,请确认SQL语句或函数是否正确写出,是否有语法上的错误。