Categorygithub.com/engchina/golang-oracle-demo
modulepackage
0.0.2
Repository: https://github.com/engchina/golang-oracle-demo.git
Documentation: pkg.go.dev

# README

golang-oracle-demo

Update database date format

sqlplus / as sysdba

SQL> alter system set nls_date_format='YYYY-MM-DD HH24:MI:SS' scope=spfile;
SQL> alter system set nls_time_format='HH24:MI:SS' scope=spfile;
SQL> alter system set nls_timestamp_format='YYYY-MM-DD HH24:MI:SS.FF' scope=spfile;

SQL> shutdown immediate;
SQL> startup;

Reference:

# Packages

No description provided by the author
No description provided by the author

# Functions

Optimistic Lock.
Pessimistic Lock.
No description provided by the author