Difference between #5 and #6 of
Change default date format in Oracle

Revision #6 has been created by lenovo on Sep 17, 2019, 10:30:11 AM with the memo:

code formatting
« previous (#5) next (#7) »

Changes

Title unchanged

change default date format in oracle

Category unchanged

How-tos

Yii version unchanged

2.0

Tags unchanged

database

Content changed

[...]
```
ALTER SESSION SET NLS_DATE_FORMAT=...
```

Add this script inside your database connection file
```
 
......
// Schema cache options (for production environment)
//'enableSchemaCache' => true,
//'schemaCacheDuration' => 60,
//'schemaCache' => 'cache',
[...]
0 0
2 followers
Viewed: 74 604 times
Version: 2.0
Category: How-tos
Tags: database
Written by: lenovo
Last updated by: samdark
Created on: Sep 17, 2019
Last updated: 5 years ago
Update Article

Revisions

View all history