1834915 Members
2685 Online
110071 Solutions
New Discussion

Fbackup Oracle and OAS

 
Chen Yingjie
Frequent Advisor

Fbackup Oracle and OAS

We are using ROOT ID to do fbackup ORACLE and OAS. Can we use another ID to do above job?

Thanks in advice.

4 REPLIES 4
Kofi ARTHIABAH
Honored Contributor

Re: Fbackup Oracle and OAS

Yes but you can only backup things owned (or accessible by) the oracle user - as the man pages for fbackup indicate:

fbackup does not require special privileges. However, if the user
does not have access to a given file, the file is not backed up.

nothing wrong with me that a few lines of code cannot fix!
John Palmer
Honored Contributor

Re: Fbackup Oracle and OAS

Providing that ID has permissions to read all the files that you want to backup then you should be ok.
Chen Yingjie
Frequent Advisor

Re: Fbackup Oracle and OAS

John:
Do you mean If i make a new ID and register this to ORACLE and OAS's user group(/etc/group), then i can use this ID to backup ORACLE and OAS?

Thank You.
Kofi ARTHIABAH
Honored Contributor

Re: Fbackup Oracle and OAS

Chen:
Basically whatever user you register, must have at least read access to the files you want to backup - so if you have the dba group set up to have read permissions on the files you want to backup, then you will be able to backup the oracle files. Mind you, you will not be able to backup files that are owned by root.

nothing wrong with me that a few lines of code cannot fix!