1830898 Members
2212 Online
110017 Solutions
New Discussion

UID

 
Meirone Luca
Occasional Advisor

UID

I wanna change the ID of 2 users, one of this is ORACLE, is it possible to do that?
how?
find / -user ID -exec chown ID2 {} \;
it's possible to do that on line for oracle UID?
thanks for your consult!
ciao Luca
Meirone Luca
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: UID

Hi:

Given that one of the users represents a database, I would *not* do this "online". Wait until there are no processes running so that you get an atomic change of all the user's files. That is, *all* files and processes have a consistent uid at any point in time.

Regards!

...JRF...
Stefan Farrelly
Honored Contributor

Re: UID


Yes you can change them, but James is right, there is no way I would do this while the system/oracle is in use. And I would not change Oracle's uid unless absolutely necessary, ive seen enough problems caused by this because Oracle does all sorts of strange things with permissions/ownership and after changing stuff we get message errors and all sorts of strange behaviour.
Im from Palmerston North, New Zealand, but somehow ended up in London...