ORA-02762: file number to be cancelled is greater than the maximum.
Cause: The file number contained with the sfiov structure is greater than the maximum.
Action: This may be a programming error. If it is not, contact ORACLE support.
ORA-02762是Oracle在操作档案时出现的一种错误:文件号被取消的文件号大于最大文件号。
1.确认要打开的文件号是否在之前已经分配了文件号;
2.如果文件号有效,检查当前的共享区(大致上要求:文件号不超过1000);
3.如果共享区已被占用,尝试释放超出范围的文件号;
4.最后重新尝试重新分配文件号。