Information Technology Notes
Notes on databases, operating systems, programming and scripting.
Tuesday, July 25, 2006
Oracle Processes And Sessions
›
The processes configuration parameter sets the upper limit on the number of processes (including background processes). Each user session c...
Oracle Utility maxmem
›
maxmem is a utility that ships with the unix version of the Oracle database. It is useful for showing available free memory on the unix mac...
Oracle SQL via dbms_job
›
For long-running SQL, it can be useful to use dbms_job.submit so that the SQL will be detached from the client terminal. A SELECT statement...
‹
›
Home
View web version