OS AUthentication
Posted: Sat 01 Oct 2005 13:47
The original, barely working, Oracle dbExpress drivers seem to support OS authentication. Is it possible (or planned) with the CoreLab ones ?
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
DROP USER YourOsUserName IDENTIFIED EXTERNALLY;
GRANT CREATE SESSION TO YourOsUserName