Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Where is plssql cache stored in Oracle Applications ?
Where is plssql cache stored in Oracle Applications ?
✍: Guest
Usually two type of cache session and plssql stored under $IAS_ORACLE_HOME/Apache/modplsql/cache
2011-12-13, 3065👍, 0💬
Popular Posts:
How do we assign page specific attributes ? Page attributes are specified using the @Page directive.
An application needs to load a library before it starts to run, how to code? One option is to use a ...
What does static variable mean? There are 3 main uses for static variables: If you declare within a ...
How To Use Subqueries with the IN Operator? - MySQL FAQs - SQL SELECT Statements with JOIN and Subqu...
How does ASP.NET maintain state in between subsequent request ? Refer caching chapter.