correct executable owner
Hi, I have two server with active/passive cluster rel 9i and I found a difference between them (may be some differences in the installation process): the owner of the oracle executable ($ORACLE_HOME/bin/oracle) is not the same:
in the first server is:
-rwsr-s--x 1 root root 59891408 Apr 22 2008 oracle
while in the second is:
-rwsr-s--x 1 ora9i dba 59891459 Mar 3 10:06 oracle
The database is fine in both servers, but I have problems after a switch about archive files (the server with owner ora9i is not able to delete archive files created by the other server with owner root).
So, to uniform them, I guessed to give the same owner on both server, but I don't know which one is the correct one (root or ora9i?).
-rwsr-s--x 1 root root 59891408 Apr 22 2008 oracle
while in the second is:
-rwsr-s--x 1 ora9i dba 59891459 Mar 3 10:06 oracle
The database is fine in both servers, but I have problems after a switch about archive files (the server with owner ora9i is not able to delete archive files created by the other server with owner root).
So, to uniform them, I guessed to give the same owner on both server, but I don't know which one is the correct one (root or ora9i?).
0