DBA Data[Home] [Help]

VIEW: SYS.NLS_DATABASE_PARAMETERS

Source

View Text - Preformatted

select name,
       substr(value$, 1, 64)
from x$props
where name like 'NLS%'
View Text - HTML Formatted

SELECT NAME
, SUBSTR(VALUE$
, 1
, 64) FROM X$PROPS WHERE NAME LIKE 'NLS%'