ORA-53201
Argument file_identifier is null or invalid.
- file_identifier: The data file name, data file number, or the output file name.
Cause
The argument is expecting a non-null, valid value, but the value of the passed argument was null or invalid.
Action
Check your program and ensure that the caller of the routine does not pass a null or invalid argument value.
ORA-53201
Argument string is null or invalid.
Cause
The argument was expecting a non-null, valid value, but the value of the passed argument was null or invalid.
Action
Check your program and ensure that the caller of the routine does not pass a null or invalid argument value.
ORA-53201
Argument string is null or invalid.
Cause
The argument was expecting a non-null, valid value, but the value of the passed argument was null or invalid.
Action
Check your program and ensure that the caller of the routine does not pass a null or invalid argument value.