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 view(s) do you use to associate a user's SQLPLUS session with his o/s process?

0 Answers  


What does coalescing a tablespace do?

1 Answers  


What are the operating modes in which database mirroring runs? : sql server DBA

0 Answers  


What is replication? : sql server DBA

0 Answers  


i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?

0 Answers   IBM,


How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?

0 Answers  


Name three advisory statistics you can collect.

1 Answers  


How would you determine the time zone under which a database was operating?

2 Answers  


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

2 Answers  


why Datapump is faster than traditional export and import

4 Answers   Mphasis,


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

4 Answers   Wipro,


What type of index should you use on a fact table?

1 Answers  


Categories