Changing the privileges on executable files [message #317471] |
Thu, 01 May 2008 09:07 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
MIFI
Messages: 256 Registered: February 2008 Location: U.K.
|
Senior Member |
|
|
Hi,
can i change sqlplus and rman executible files rights in Oracle_home/bin for security reasons, like following
chmod 750 sqlplus
chmod 750 rman
what will be the side effects of this
|
|
|
|
Re: Changing the privileges on executable files [message #317478 is a reply to message #317474] |
Thu, 01 May 2008 09:17 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
MIFI
Messages: 256 Registered: February 2008 Location: U.K.
|
Senior Member |
|
|
I just wanted to have confirmation that if i have rman backup and want to restore it to any other new server, the backup will not be disturb due to this action.
Then i can do chmod 750 to import export and datapump export and datapump import files too
|
|
|
Re: Changing the privileges on executable files [message #317486 is a reply to message #317478] |
Thu, 01 May 2008 09:38 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/102589.gif) |
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Quote: | the backup will not be disturb due to this action.
|
Sure it will not if you have consistent user and group numbers across your network. If not, maybe you have to change the privileges on backup files before restoring. It also depends where you back up (disk, tape).
Quote: | Then i can do chmod 750 to import export and datapump export and datapump import files too
|
Yes.
Regards
Michel
|
|
|