Oracle Error Message
ORA-02827: Invalid file number
Reason for the Error
The file number upon which an operation is to done is either less than zero or greater than the maximum number of files than can be open.
Solution
This is a programming error. Since the calling program should not touch this number, this is a programming error.