Rename the database groups
Hi, we are currently installing oracle database 19c on linux with some NIS accounts. No w we want to disable NIS and create local volumes. We also decided that the usernames should be different from the original NIS Accounts:
OLD USERNAME oraclexcad
OLD USERGROUP oracledba
New Username oracle
New Usergroup oradba
We can do it, but the Os authentication will not work anymore: sqlplus / as sysdba
What are the exact steps needed when renaming local accounts/groups tp keep the functionality?