mysql1_dart
mysql1_dart copied to clipboard
how to set session commands
I want to execute this two statements at start of my db session.
alter session set nls_comp=LINGUISTIC; alter session set nls_sort=BINARY_CI;