DBA > Job Interview Questions > Oracle DBA Interview questions and Answers

What is plssql/database cache ?

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is plssql/database cache ?

In order to improve performance mod_pls (Apache component) caches some database content to file. This database/plssql cache is usually of type session and plsql cache
# session cache is used to store session information.
# plsql cache is used to store plsql cache i.e. used by mod_pls

(Continued on next question...)

Other Job Interview Questions