DBA Data[Home] [Help]

VIEW: SYS.V_$OPTION

Source

View Text - Preformatted

select "PARAMETER","VALUE","CON_ID" from v$option
View Text - HTML Formatted

SELECT "PARAMETER"
, "VALUE"
, "CON_ID"
FROM V$OPTION