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
Due to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
which background process invoke at the time of upgradation tell me???
how can you record information about current session?
what is the use of ocr?
What are the different ways you can create databases in sql server? : sql server DBA
How to start SQL Server in minimal configuration mode?
What authentication modes does sql server support? : sql server DBA
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
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?
I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
what is the diffrence between core dba and apps dba?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?