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 / 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 |
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
What does coalescing a tablespace do?
What are the operating modes in which database mirroring runs? : sql server DBA
What is replication? : sql server DBA
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
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?
Name three advisory statistics you can collect.
How would you determine the time zone under which a database was operating?
What command would you use to create a backup control file?
why Datapump is faster than traditional export and import
now one user in online.now i want drop him..how do u drop him?
What type of index should you use on a fact table?