Database Administrator
Showing posts with label
parameter
.
Show all posts
Showing posts with label
parameter
.
Show all posts
Tuesday, August 14, 2012
Reset Oracle Parameter Value
›
select name,value,isdefault,isses_modifiable,issys_modifiable, isinstance_modifiable,isdeprecated, from v$parameter; alter system reset...
Tuesday, July 3, 2012
SESSION_CACHED_CURSORS
›
alter system set SESSION_CACHED_CURSORS=500 scope=spfile; If an application repeatedly issues parse calls on the same set of SQL stateme...
Friday, April 27, 2012
CURSOR_SHARING
›
CURSOR_SHARING The default value of parameter Cursor_sharing is Exact. Who changed it? CURSOR_SHARING is a parameter which decides whe...
Saturday, March 24, 2012
Oracle Hidden Parameter
›
SELECT n.ksppinm AS "name", v.ksppstvl AS "value", n.ksppdesc AS "description" FROM x$ksppi n, x$ksp...
Friday, December 30, 2011
Oracle 11g PLSQL Native Compilation
›
Machine code is sometimes called native code when referring to platform-dependent parts of language features or libraries. Change...
Wednesday, September 8, 2010
LOG_ARCHIVE_MAX_PROCESSES
›
Oracle LOG_ARCHIVE_MAX_PROCESSES parameter specifies the number of active ARCH processes (ARC0-ARCn) initially invoked by Oracle. The value ...
›
Home
View web version