Oracle9i Database Reference Release 2 (9.2) Part Number A96536-02 |
|
|
View PDF |
Parameter type |
String |
Syntax |
|
Default value |
None |
Parameter class |
Dynamic: |
Range of values |
Any valid calendar format name |
NLS_CALENDAR
specifies which calendar system Oracle uses. It can have one of the following values:
For example, suppose NLS_CALENDAR
is set to "Japanese Imperial", the date format is "E YY-MM-DD". ("E" is the date format element for the abbreviated era name.) If the date is May 15, 1997, then the SYSDATE
is displayed as follows:
SELECT SYSDATE FROM DUAL; SYSDATE -------- H 09-05-15
See Also:
Oracle9i Database Globalization Support Guide for a listing of available calendar systems |