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 cat..

Answer / jitendra

hi,

u can use the crontab utility.


crontab -e
6:35 backup_rman.sh 1 2 3 4 5 6

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More DB Administration Interview Questions

what is logical system in sap basis

0 Answers  


I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB

0 Answers  


How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?

0 Answers  


What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA

0 Answers  


What is dbcc? : sql server DBA

0 Answers  






What is the difference between the SQL Loader and IMPORT utilities?

3 Answers  


how can you initialize log miner?

0 Answers   Oracle,


How do you open a cluster administrator? : sql server DBA

0 Answers  


If we issue alter database begin backup. What happens to database?

2 Answers  


You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?

3 Answers  


When creating a user, what permissions must you grant to allow them to connect to the database?

3 Answers  


What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?

1 Answers  


Categories