The method of adding an operating system authentication user in UNIX or Linux operating system is simple, and only the database itself is required. The specific steps can be found to see the external OS authenticated database users written by Biti_Rainy. However, in the Windows operating system, you need to modify the registry, add a string key name OSAUTH_PREFIX_DOMAIN in HKEY_LOCAL_MACHINE / SOFTWARE / ORACLE / HOME0, and the key value is set to false. Then add users in SQL * Plus: SQL> Create User Ops $ Kamus Identified External DEFAULT TABLESPACE USERS;
User CreateDsql> Grant Connect to Ops $ Kamus;
Grant succeeded.
SQL> CONN /CONNECTED.SQL> Show Useruser IS "OPS $ KAMUS"