Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
RMAN-03002 RMAN-06012

Robeen
Member Posts: 2,179 Silver Badge
Oracle DB 12.1.0.2
Solaris 11.4
Hello Team,
I am getting error below when backing up archivelogs on tape.
RMAN-03002 RMAN-06012
script:
run {
setlimit channel ch1 maxopenfiles 2;
setlimit channel ch2 maxopenfiles 2;
sql "alter system archive log current";
backup archivelog all delete input;
backup current controlfile;
}
exit;
Kindly advise.
Regards,
Joe
Answers
-
You probably need to allocate the channels first.