DBA
Monday, January 16, 2006
How to find obsolete parameters in Oracle
By querying
V$OBSOLETE_PARAMETER
.
If the value in column ISSPECIFIED is 'TRUE' then it is specified in the init.ora file.
select * from V$OBSOLETE_PARAMETER
where ISSPECIFIED = 'TRUE'
/
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment