Hello,
We have an issue on Windows 10 64bit when a database with Oracle Database 21c Express Edition is created.
This is a known issue that is described in the following article :
Creating database using DBCA failed with "(DBT-00008) Current User Is Not An Administrator User" error (oracle.com)
Suggested solution (add the user account to the administrator group) is not an option for us. Member of local admin group is managed by GPO. Administrator are member of active directory groups and these groups are added to local administrator group.
So Oracle should check if the user has effective admin rights (check user Kerberos Token) instead of checking if the user ID is present in local administrator group.
Can oracle improve the administrator détection ?