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
internal architecture
What are the different types of database compression introduced in sql server 2008? : sql server DBA
what is asm?
Why would you use sql agent? : sql server DBA
What is the difference between dropping a database and taking a database offline? : sql server DBA
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
What are the different ways you can create databases in sql server? : sql server DBA
In what script is "snap$" created? In what script is the "scott/tiger" schema created?
how can you initialize log miner?
what is the diffrence between core dba and apps dba?
Draft one mock email requesting your non-technical management grant you downtime to (provide justification where applicable) complete the following tasks: (1) Generate statistics on a large table; (2) Generate an RDA – if you don't know what an RDA is please say so. (3) Rename datafiles.
Explain materialized views and how they are used.
suppose you want to audit specific activities on sensitive data. How can you achieve that?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
how can you get actual data change values from previous transactions in oracle?