. I have my backup RMAN script called "backup_rman.sh". I am
on the target database. My catalog username/password is
rman/rman.
My catalog db is called rman. How would you run this shell
script
from the o/s such that it would run as a background process?



. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My c..

Answer / Dabeer Ahmad

To run your RMAN script as a background process, use the nohup command in your terminal or command prompt:

1. Open your terminal or command prompt and navigate to the directory containing the backup_rman.sh script.

2. Run the command: `nohup ./backup_rman.sh &`

3. The nohup command will allow the script to continue running even if you close the terminal, while the & symbol places it in the background.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB Administration Interview Questions

Give the two types of tables involved in producing a star schema and the type of data theyhold.

2 Answers  


internal architecture

1 Answers   CSC,


How to start SQL Server in minimal configuration mode?

2 Answers  


What command would you use to create a backup control file?

2 Answers  


What is the difference between the 2 operating modes of database mirroring? : sql server DBA

1 Answers  


what is the difference between hot backup n rman backup?

1 Answers   Value Labs,


What is dbcc? : sql server DBA

1 Answers  


suppose you want to audit specific activities on sensitive data. How can you achieve that?

1 Answers   Oracle,


what is the use of home directory???

1 Answers   HP,


Name three advisory statistics you can collect.

1 Answers  


What the different topologies in which replication can be configured? : sql server DBA

1 Answers  


how do we explain a project in cognos in an interview? please help me. Also how do we perform testing in cognos after creating reports?

1 Answers   HSBC,


Categories