Problem: DBCA ORA-01017
due to OS user/group permissions.
Verify:
oracle
User: Ensure you're running DBCA as theoracle
OS user (orgrid
for Grid Infrastructure).oinstall
Group: Check iforacle
(andgrid
) are in theoinstall
group.- 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
oracle
is indba
and other relevant groups (e.g.,asmdba
for ASM).- Command:
id -Gn oracle
- Command:
Summary: Ensure oracle
(or grid
) OS user is correctly part of oinstall
and other necessary Oracle groups.
No comments:
Post a Comment