| ERROR | Invalid argument passed to OCIFile function |
| CAUSE | An invalid argument is passed to the OCIFile function. The most common cause is that a NULL pointer is passed where a non-NULL pointer is expected. |
| ACTION | Make sure that the values passed as arguments are valid. Esp check for NULL pointers. |