[Home] [Help]
[Dependency Information]
| Object Name: | NLS_DATABASE_PARAMETERS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Permanent NLS parameters of the database
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARAMETER | VARCHAR2 | (128) | Parameter name | |
| VALUE | VARCHAR2 | (64) | Parameter value |
Cut, paste (and edit) the following text to query this object:
SELECT PARAMETER
, VALUE
FROM SYS.NLS_DATABASE_PARAMETERS;
PUBLIC
NLS_DATABASE_PARAMETERS
SYS
DBMS_DESCRIBE
- show dependent code
DBMS_LOGMNR_INTERNAL
- show dependent code
DBMS_SODA_UTIL
- show dependent code
|
|
|
|