What is plssql/database cache ?

Q

What is plssql/database cache ?

✍: Guest

A

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

2011-11-26, 2728👍, 0💬