InterviewSolution
Saved Bookmarks
| 1. |
How Many Bfiles Can Be Opened In A Session? |
|
Answer» The number of BFILES that can be opened in a SESSION is dependent on the parameter SESSION_MAX_OPEN_FILES, which is set in the init.ora FILE. Its default value is 10. The MAXIMUM value is EITHER 50 or the value set in the parameter. The number of BFILEs that can be opened in a session is dependent on the parameter SESSION_MAX_OPEN_FILES, which is set in the init.ora file. Its default value is 10. The maximum value is either 50 or the value set in the parameter. |
|