Oracle Error Message
ORA-27092: size of file exceeds file size limit of the process
Reason for the Error
an attempt was made to open a file that exceeds the process’s file size limit (ulimit), additional information shows the current limit (logical blocks) and the size of the file (logical blocks)
Solution
increase the processes file size limit (ulimit) and retry