DBA Data[Home] [Help]

VIEW: SYS.DATABASE_PROPERTIES

Source

View Text - Preformatted

select name, value$, comment$
  from props$
View Text - HTML Formatted

SELECT NAME
, VALUE$
, COMMENT$
FROM PROPS$