Problem: DBCA ORA-01017 due to OS user/group permissions.
Verify:
oracleUser: Ensure you're running DBCA as theoracleOS user (orgridfor Grid Infrastructure).oinstallGroup: Check iforacle(andgrid) are in theoinstallgroup.- Command:
getent group oinstall | egrep -i 'oracle|grid' - Fix (if missing, as root):
usermod -a -G oinstall oracle(repeat forgrid) - Action: Log out and back in as
oracle(orgrid) after changes.
- Command:
- Other Groups: Confirm
oracleis indbaand other relevant groups (e.g.,asmdbafor ASM).- Command:
id -Gn oracle
- Command:
Summary: Ensure oracle (or grid) OS user is correctly part of oinstall and other necessary Oracle groups.