Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Changing the UID & GID after CRS, ASM, RDBMS software has been installed

944410Jun 18 2012 — edited Jun 19 2012
I have 10 servers with inconsistent UID’s & GID’s, all running a single node cluster setup (11.22.0.3). I am wanting to make ALL of these servers consistent and can do so with a simple command run as root

find / -uid oracle –exec chown 777 {} \;
find / -gid oracle –exec chgrp 777 {} \;

I am really trying to do this without reinstalling software all over the place. But, I can not get Oracle support to sanction this.

Any ideas from you folks???
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2012
Added on Jun 18 2012
7 comments
703 views