OS AUthentication
OS AUthentication
The original, barely working, Oracle dbExpress drivers seem to support OS authentication. Is it possible (or planned) with the CoreLab ones ?
DbxOda supports OS authentication. Please create user as follows
Leave blank User_Name and Password parameters of TSQLConnection. Set TSQLConnection.Connected:=True.
Code: Select all
DROP USER YourOsUserName IDENTIFIED EXTERNALLY;
GRANT CREATE SESSION TO YourOsUserName