ORA-06512 at string line stringCause: Backtrace message as the stack is unwound by unhandled exceptions.Action: Fix the problem causing the exception or write an exception handler for this condition. Or you may need to contact your application administrator or database administrator.

解决方案 »

  1.   

    ORA-21560 argument string is null, invalid, or out of rangeCause: The argument is expecting a non-null, valid value but the argument value passed in is null, invalid, or out of range. Examples include when the LOB/FILE positional or size argument has a value outside the range 1 through (4GB - 1), or when an invalid open mode is used to open a file, and so on.Action: Check your program and correct the caller of the routine to not pass a null, invalid or out-of-range argument value.