|
How to create a shell script in Linux to backup Oracle
database using RMAN?
Linux Shell Script to Backup Oracle database using RMAN First of all, I have created a shell script named backup_script.sh which contains the actual sequence of commands to backup the database. [oracle@testmn ~]$ cat backup_script.sh
[oracle@testmn ~]$
Now, I have created another shell script named rman_exe.sh which will start the RMAN session and call the above shell script as the above created shell script. [oracle@testmn ~]$ cat rman_exc.sh
[oracle@testmn ~]$ Now, run this script checking whether it's working: [oracle@testmn ~]$ sh rman_exc.sh |
|
See Also
Have a Linux Problem
Linux Books
Home Index
(c) www.gotothings.com All material on this site is Copyright.
|