Oracle8i Reference
Release 2 (8.1.6)

Part Number A76961-01

Library

Product

Contents

Index

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

Initialization Parameters, 106 of 188


NLS_DATE_FORMAT

Parameter type: 

String 

Syntax: 

NLS_DATE_FORMAT = "fmt" 

Parameter class: 

Dynamic. Scope = ALTER SESSION. 

Default value: 

Derived from NLS_TERRITORY 

Range of values: 

Any valid date format mask but not exceeding a fixed length 

NLS_DATE_FORMAT specifies the default date format to use with the TO_CHAR and TO_DATE functions. The default value of this parameter is determined by NLS_TERRITORY. The value of this parameter can be any valid date format mask, and the value must be surrounded by double quotation marks. For example:

NLS_DATE_FORMAT = "MM/DD/YYYY"
See Also:  


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

All Rights Reserved.

Library

Product

Contents

Index