Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Initialization Parameters, 112 of 220


NLS_CALENDAR

Parameter type 

String 

Syntax 

NLS_CALENDAR = "calendar_system" 

Default value 

None 

Parameter class 

Dynamic: ALTER SESSION 

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 Globalization Support Guide for a listing of available calendar systems 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback