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

deleted of control file how will u recover control file?

4 Answers   CTS,


I want to export only structure of the table from oracle database. In that table to used the some partition. To export the table in general way then compilation error was occured i.e-EXP-00003: no storage definition found for segment(11, 2771). Please tell me the correct export command parameter to export the partitioned table. Thanks in Advance..........

1 Answers  


A lady is trying to pick gloves and hats from her wardrobe in the dark. She has 22 white and 33 green ones. She wants to pick a pair of gloves of white and green. How many tries before she gets it right?

1 Answers   TCS,


if monday take full backup and tuesday it was cumulative backup and wednesday we taken incremental backup, thursday some disaster happen then what type of recovery and how it will take?

1 Answers  


How would you extract DDL of a table without using a GUI tool?

1 Answers  


How would you go about increasing the buffer cache hit ratio?

2 Answers  


How to start SQL Server in minimal configuration mode?

2 Answers  


what do you understand by flashback feature of oracle?

1 Answers   Oracle,


Explain the difference between a data block, an extent and a segment.

2 Answers  


now one user in online.now i want drop him..how do u drop him?

4 Answers   Wipro,


Oracle client is not able to connect to Oracle server although tnsnames.ora file has valid enteries. Oracle error message is “ cannot resolve net service name”. Mention any three reasons.

1 Answers  


What SQL query from v$session can you run to show how many sessions are logged in as a particular user account?

3 Answers  


Categories