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?
Answer Posted / 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 View All Answers
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
what is the use of ocr?
how can you create a user-defined lock?
What are the different types of upgrades that can be performed in sql server? : sql server DBA
what is the last version,the release date of that version and fix pack of ibm db2 udb?
which background process invoke at the time of upgradation tell me???
How to bind a cobol module to a given job? I am not able to understand this concept.Can anyone help me out as how to carry out this task?
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?
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
what is the diffrence between core dba and apps dba?
how can you schedule a job in database?
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
What is transparent data encryption? : sql server DBA
how can a session indicate its interest in receiving alerts?
what is a crs resource?