Making rman-backup-to-shared-disk fix-up work how i want it to

Greetings Oracle Network!!
(Oracle 10g enterprise edition on windows server 2003 platform)
http://www.dba-oracle.com/t_os_error_os5_access_denied.htm
is a link where a fix to locating rman backups is suggested. it asks me to change the oracleservicesid logon. my database is what runs a website. when i change the oracleservicesid logon the website no longer functions.this is undesirable.
how do i fix this??
Even on my test-server which houses databases, changing the oracleservicesid logon to administrator, disables all connections made to the database from the LAN using SQL developer. how to not let this happen??
Please help
Thanks in advance
regards 946207
Edited by: 946207 on Jul 14, 2012 3:01 AM

10g is desupported for a long time.
Your issue is you backup to a network drive.
The solution provided to you by Donald Burleson is correct.
Why the website no longer functions is unclear as you provide no error messages or whatsoever.
An easy solution would be of course to buy an extra disk to connect it directly to the server.
From your post it is unclear why you didn't consider implementing that.
Also your assertion about the test server is way too vague. You again didn't provide any error message.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Is it possible to restore TSM/ADSM RMAN backup pieces to disk manually?

    Is it possible to restore TSM/ADSM RMAN backup pieces to disk manually, and re-catlog as disk backups?
    Oracle 10.2.0.3
    TSM client 5.5.1.1
    SUN Solaris 10 64-bit
    We are gearing up to switch from IBM's Tivoli (TSM/adsm) to EMC's Networker (Legatto), and the old TSM software drivers are going to be uninstalled.
    In a worse case scenario, we would therefore not be able to easily restore using RMAN and TSM just after the switch, and before new backups are made on Networker.
    To be comfortable with the backup methodology change, we need to explore restoring the RMAN backup pieces of a given tag using TSM commands (dsmc ?) to a filesystem, re-catalog the backup pieces now on disk, and then perform test restore/recoveries using RMAN with disk channels.
    Does anyone know of the TSM command (dsmc ?) to perform the restores of RMAN backup pieces?
    Thanks!

    This is a set of guesses and thoughts.
    1: When you say you are removing the Tivoli software drive, is this just the driver from the oracle home, or is it more substantive. In fact could you have a different oracle home to access tivoli, possible with a rman catalog copy.
    2: I dont believe the backup tag is part of the filename, however is it possilbe to query the rman catalog to get the filenames mapped to a tag?
    3: Providing you know the filenames you wish to restore then it is possible to browse the tivoli catalog. Its ages since I've done this but doesn't samc have at interactive mode
    Apologies if these suggestions are rubbish and hopefully someone gives a better answer.

  • Rman Backup of External Disk

    Hi
    We have an 3 Oracle 11.1 database on 3 different servers with Windows 2003.
    We have a high speed USB External hard drive of Disk space about 2 TB .
    I wanted to know is it a good idea to take a Rman backup every night on this external drive from all the three databases by sharing this drive .
    Later this backs are manually copied to tapes.
    Thanks

    Hi,
    You can take the backup but it will be very slow ( not like local harddisk)
    You will see the significate wait event RMAN backup & I/O in AWR report.
    You need crosscheck or validate the backup once its written to harddisk and again that may take more time
    what i suggest is try it and if you are facing any problem , then don't continue.
    Kind Regards,
    Rakesh jayappa
    Edited by: Rakesh jayappa on Sep 15, 2010 11:20 PM

  • RMAN backup to remote disk in Windows

    Hi,
    I'm running Oracle 9.2.0.1 with Windows Server 2003 in both Server A and Server B. My prime DB is stored in Server A meanwhile my RMAN Catalog is in Server B. I’m running RMAN to do backup of the DB in Server A which is running out of space. So, I have decided to store my backupsets to Server B since I do have few hundred Gs there. Overall, I will push the backup script from RMAN Catalog in Server B and will store the backupsets back to Server B.
    My problem is whenever I run the script, no matter either from Server A or Server B, I’m getting the following error. Attached together is the RMAN configuration parameters.
    Error:
    RMAN> backup database;
    Starting backup at 20-AUG-09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=13 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=9 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=14 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00012 name=F:\ORADATA\DRDB\DATA\DATA01.DBF
    channel ORA_DISK_1: starting piece 1 at 20-AUG-09
    channel ORA_DISK_2: starting full datafile backupset
    channel ORA_DISK_2: specifying datafile(s) in backupset
    input datafile fno=00002 name=F:\ORADATA\DRDB\DATA\DATA07.DBF
    channel ORA_DISK_2: starting piece 1 at 20-AUG-09
    channel ORA_DISK_3: starting full datafile backupset
    channel ORA_DISK_3: specifying datafile(s) in backupset
    input datafile fno=00006 name=E:\ORADATA\DRDB\INDEX\INDX01.DBF
    channel ORA_DISK_3: starting piece 1 at 20-AUG-09
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 08/20/2009 17:06:
    56
    ORA-19504: failed to create file "\\ServerB\f$\drdb\backupset\BackupDRDB_DB_39k
    n665g_105_1"
    ORA-27040: skgfrcre: create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 5) Access is denied.
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 10;
    CONFIGURE BACKUP OPTIMIZATION OFF; # default
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '\\ServerB\f$\d
    rdb\controlfile\Backup%d_CTL_%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 3;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '\\ServerB\f$\drdb\backupset\Backup
    %d_DB_%u_%s_%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '\\ServerB\f$\drdb\controlfile\SNCFDRDB.
    CTL';
    My Login ID exists in Administrator and ORA_DBA group in both Server A and Server B. I can manually run the path '\\ServerB\f$\drdb\backupset\’ from Server A and able to create/modify/delete a file inside this folder. But I don’t understand why getting the ‘Access denied’ error? Anyway, is this a correct way to do backup into remote disk? I’m quite new to Oracle and just attended RMAN course with OU. I have Google-ed this problem but none can assist me. Please do help me or share your knowledge to resolve this problem.
    Thanks & regards,
    Nesan

    Hi Andre,
    Yes you're correct, it's because of the Oracle service which run under Local System Account. I have went to it's properties and changed the logon details to my own Login ID which is Administrator for both Server A and B. Now my remote backup is working great...
    But does this changes will affect other apps/jobs/results in Oracle?
    Guys,
    If you have any better idea to solve this issue please drop into this thread or let me know if you find anything wrong on my solution.
    Thanks a lot for Andre.... You have solved my 2 weeks problem.
    Regards,
    Nesan

  • Time capsule backups fail because disks aren't recognised - how to fix?

    Hi, all... I have a 500GB TC with a 2TB Western Digital drive attached, which I use for backing up three computers. My desktop iMac is connected to the TC by Ethernet cable, my laptop and my wife's laptop connect over wifi. The desktop and my wife's laptop back up to the WD drive. My laptop backs up to the TC internal drive.
    Every few days (max, min is something like 1 day), I notice that the backups are all failing at the "Looking for backup disk" stage. That's both the iMac connected by Ethernet and the laptops on WiFi. The WiFi _signal_ is fine -- my laptops can see the network, browse to other destinations, download files at a good speed. The TC has a green light, and Airport Utility doesn't detect any issues.
    But although the TC appears in the Finder Sidebar, it shows no disks. If I try to "Connect As" nothing happens.
    I can resolve the issue by pulling the plug on the TC and re-powering it, and then doing the same with the WD disk. If I do that, both disks appear in the finder (with no need to "connect" to them) and backups proceed normally.
    Backups can go on normally for anywhere between 8 hours and four days, but then I have to repeat the whole rigmarole to get them started again.
    I'm beginning to suspect something to do with two backup processes over Ethernet and Wifi to two different backup disks "colliding" somehow and locking out the disks. I say this, because if I'm away for a week with my laptop, and my laptop does no backups to the TC in that week, then when I get back, the iMac is still backing up fine, even though five days is a long time compared to how often it seems to fail when all three machines are at home and backing up.
    I don't want to have to keep pulling the plug, so does anyone have any ideas?
    Many thanks!
    bestest,
    M.

    Still not resolved this. However, I'm now absolutely SURE that it's something to do with colliding back-ups locking the TC up somehow.
    I was at home for 3 weeks over Christmas, without using my work laptop. All through that time, the iMac continued backing up to the WD with no problems. Since then, though, I've been using my work laptop at home all day for a couple of weeks, and pretty much every afternoon, mid afternoon, the iMac alerts me that the backups could not be completed because the backup could not be found.
    The TC shows up in the Finder sidebar still, and if I run Airport Utility I can access it and administer it. Once again, if you click on the TC in the Sidebar, it just says "Connecting" and shows no disks. However (and this is a new discovery), if I use the Airport Utility to "Disconnect All Users" from both the TCs internal disk and the WD external disk, the TC disk reappears in the Finder. The WD disk can only be made to reappear by power cycling it. But once that's done, backup can begin again as normal.
    I therefore don't have to power cycle the TC to get the disks back.
    So, it seems that something is happening that means that when two "users" are connected to the disks, having attepted a backup, they are locked, and can't be connected to.
    Throughout all this, though, the laptop has continued to back-up normally to the TC internal drive, so IT can still see and connect to that drive. It's just the iMac that is somehow locked out of the TC and its external WD backup drive.
    I do wish somebody would fix this!!!!
    bestest,
    M.

  • To take RMAN backup at multiple disk locations

    Hi,
    Can we configure RMAN to take backup of DB at more than one disk locations with CONFIGURE command.
    Thanx.
    Ashutosh.

    See Re: Setting backup on two different location

  • Time Machine Backup to Shared Firewire Drive Not Working

    Hello
    I know this may have been posted before, but I am looking for a simple troubleshooting / diagnostic process I can follow to resolve my issue:
    I have a Imac running Lepoard with all possible software updates. A WD Studio 500GB drive is attached via Firewire 800. The drive has the latest firmware etc. I also have a 15" powerbook G4 (last model) running leopard. All Macs are connected to the a Netgear DG834N router, via ethernet cables.
    The Imac and Firewire connected external drive works normally with time machine.
    I have shared the external drive on the Imac and given all 'built in' groups read/write permissions.
    I can mount the external drive on the powerbook and see the files that are backed up by the Imac, I can traverse the folder tree within the folders contrained in the backup. Double clicking on these folders invokes the 'star trek' style time machine window.
    When trying to backup the powerbook, I could see the external drive as a time machine target disk.
    The backup failed twice. Having checked the disk a sparse image was created. I tried again a number of times without success - I deleted the sparse image and tried to start again.
    This time I could not find the disk in the selection in time machine, a reboot of everything revealed the disk, but when selecting the 'use for backup' button in time machine on the powerbook nothing happens.
    Any suggestions or help would be greatly appreciated.

    You have a pretty simple problem: time machine does not allow you to backup two computers to the same hard drive or partitioin. the way to fix this is to repartition you WD drive into two partitions, one for each computer. if you already have other data (not from time machine), make three partitons: one for iMac, one for PowerBook, and one for Other. do not put any data other than time machine data on the iMac and PowerBook partitons, always put it in other. you can partiton a disk easily with disk utility, but wait:
    _CAUTION: THIS WILL CAUSE YOU TO LOOSE ALL THE DATA ALREADY ON THE EXTERNAL HARD DRIVE!_
    to avoid this, first use disk utility to make a disk image of the external hard drive, and save it on your internal drive. if the image won't fit (your internal drive doesn't have enough capacity, then you can either erase all the data on already on the hard drive with the reformat, or buy another disk to use for the PowerBook) then, when the disk is partitioned correctly, mount the disk image and copy all the files on it back to the correct* partition of the external hard drive. *if the files on the external hard drive came from the iMac, then put them on the iMac partiton of the drive. if they came from the powerbook, put them in that partition, and if it is not from time machine, put it in othe
    Hope you followed all that!
    nate

  • RMAN backup for TDPO without catalog not working

    Hi all,
    We have configured IBM tivoli storage for Oracle backup(using RMAN).We did not configure Recovery catalog. Will tivoli support to keep the backups in tape without a catalog?
    OS : IBM AIX 5.3
    Database Version : 10.2.0.4
    Tivoli client version : 5.5.0.0
    Tivoli server version : 5.5.4.0
    oracle API : 5.4.1.0
    Regards.

    Hi Rajesh,
    Thanks for the reply.The script contains the controlfile autobackup option.I have deleted the SBT tape's old backups using RMAN. But the volume space not reduced. This is the script we are using for backup.
    run
    configure controlfile autobackup on;
    crosscheck archivelog all;
    allocate channel t1 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/cli
    ent/oracle/bin64/tdpo.opt)';
    #allocate channel t2 type 'sbt_tape' parms 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/cl
    ient/oracle/bin64/tdpo.opt)';
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    backup incremental level 1
    filesperset 25
    format 'full_%d.%t.bkp'
    database;
    backup
    format 'arch_%d.%t.bkp'
    archivelog all;
    release channel t1;
    regards.

  • Disk drive not working, how/who to contact?

    I recently took my Macbook (2.0ghz 512mb RAM) White to get repaired at an Apple authorized computer store near where I live. The repair was for a broken backlight, however since getting the computer back (After two weeks mind you, a comuter tech guy who works at my school said it would take minutes), a disk in the drive will not eject.
    -I have tried all possible solutions including opening Terminal and entering commands, restarting my computer while holding the mouse button, so on, and so forth.
    -I do not remember putting a disc in my computer before taking it to get repaired, is it possible the shop would put a blank disc in there to prevent damage during the repair..or something like that?
    -Can anyone provide me the correct link to email/call Apple support to help fix this problem or bring it somewhere it can be fixed? Im not very good at their support page at the moment
    -Thanks, I know I wrote alot

    AppleCare 1-800-275-2273
    Jim
    PowerBook G3 500 Mhz "Pismo"/ 2.0Ghz BlackBook 2GB OWC RAM   Mac OS X (10.4.9)  

  • Backup Assistant Plus simply doesn't work, how do I disable it?

    I have a shiny new Samsung Galaxy S III and when I set up my contacts, I added them as "Phone" entries with the expectation that the Backup Assistant Plus app would allow me to back them up. Except that it doesn't and, from what I've seen online, it is a miserable piece of junk that simply doesn't work for many people.
    Soooo....
    I sent all my contacts as a big V-card to my Gmail account, sorted things out in Gmail, unjoined them all on the phone, and deleted the Phone entries. Now I only have Gmail contact entries and they synch with no issues.
    My only question now is, how do I disable/stop Backup Assistant Plus so that it doesn't constantly give me notifications about how incapable it is? I've tried clearing it's data and forcing it to stop. But it comes back from the dead, like a demonic zombie! It appears the only thing the app can do is resurrect it itself for the sole purpose of notifying me that it will fail to do anything useful.
    Any and all help with this issue is greatly appreciated.

    greblaws wrote:
    I have been trying to disable Backup Assistant Plus since it is a BATTERY and PERFORMANCE HOG!  I have a lowly Droid3, and it has been really causing issues.
    Your instructions above DO NOT WORK, under Manage Applications I get "Uninstall updates" - I cannot uninstall it. It is a "system application" and I am locked out of that control.  GRRRR.  Clear data does not do anything for performance.
    Even when on wifi, this app's backup of data is slower than TAR in January.  Biggest issue is the
    The reason the steps to uninstall the app didn't work is because the DROID 3 is running Gingerbread (Android 2.3).  The instructions above were for the Samsung Galaxy S III running either ICS (Android 4.0) or Jelly Bean (Android 4.1).
    You can however "Clear the Data" for the app and from that point never use the app.  The phone will learn to not load it into the RAM in case you ever use it.

  • RMAN backup issue

    Oracle 11.2.0.1
    Windows 7 Home Premium
    RMAN> backup database;
    Starting backup at 05-MAR-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/05/2012 12:25:05
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    including current control file in backup set
    including current SPFILE in backup set
    channel ORA_DISK_1: starting piece 1 at 05-MAR-12
    channel ORA_DISK_1: finished piece 1 at 05-MAR-12
    piece handle=E:\APP\NISHA\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2012_03_05\O1_MF_NCSNF_TAG20120305T122505_7O8RTBXJ_.BKP tag=TAG20120305T122505 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 03/05/2012 12:25:05
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    RMAN> 1.What is the problem in above scnerio ?
    2.How to take RMAN backup when db is down ?
    3.How to take RMAN backup when db is noarchivelog mode ?
    Please help me. Thank you.

    I am trying to do a full RMAN cold backup and am getting the following :
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    What’s the cause ?
    Here’s the example
    connected to target database (not started)
    Oracle instance started
    database mounted Total System Global Area 1610612736 bytes Fixed Size 2056504 bytes
    Variable Size 603983560 bytes
    Database Buffers 989855744 bytes
    Redo Buffers 14716928 bytes using target database control file instead of recovery catalog
    allocated channel: backup_disk1
    channel backup_disk1: sid=4977 instance=TEST1 devtype=DISK Starting backup at 31-OCT-13
    channel backup_disk1: starting full datafile backupset
    channel backup_disk1: specifying datafile(s) in backupset
    RMAN-03009: failure of backup command on backup_disk1 channel at 31/10/2013 20:18:45
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    continuing other job steps, job failed will not be re-run
    channel backup_disk1: starting full datafile backupset
    channel backup_disk1: specifying datafile(s) in backupset
    RMAN-03009: failure of backup command on backup_disk1 channel at 13/10/2013 20:18:45
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    continuing other job steps, job failed will not be re-run
    channel backup_disk1: starting full datafile backupset
    channel backup_disk1: specifying datafile(s) in backupset
    RMAN-03009: failure of backup command on backup_disk1 channel at 13/10/2013 20:18:46
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    continuing other job steps, job failed will not be re-run
    channel backup_disk1: starting full datafile backupset
    channel backup_disk1: specifying datafile(s) in backupset
    released channel: backup_disk1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on backup_disk1 channel at 13/10/2013 20:18:47
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    RMAN>
    The cause is simple, the database has not been shutdown cleanly. You will require to restart the database and shutdown again, if in a RAC you will have to shutdown all instances cleanly.
    Disabing archive log and attempting to backup the database will demonstrate the cause.
    SQL> startup force;
    ORACLE instance started.
    Total System Global Area 1235959808 bytes
    Fixed Size 2175288 bytes
    Variable Size 620760776 bytes
    Database Buffers 603979776 bytes
    Redo Buffers 9043968 bytes
    Database mounted.
    Database opened.
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 1235959808 bytes
    Fixed Size 2175288 bytes
    Variable Size 620760776 bytes
    Database Buffers 603979776 bytes
    Redo Buffers 9043968 bytes
    Database mounted.
    SQL>
    Now we’ll try again to backup datafile 1.
    RMAN> backup datafile 1;
    Starting backup at 31-OCT-13
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=133 device type=DISK
    channel ORA_DISK_1: starting compressed full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 13/10/2013 20:43:34
    ORA-19602: cannot backup or copy active file in NOARCHIVELOG mode
    This is simply because we issue a shutdown abort on the instance. However, just preforming a recovery will allow you to backup as required.
    SQL> recover database;
    Media recovery complete.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:UsersGary>rman target sys/passwd@db11g
    Recovery Manager: Release 11.2.0.1.0 – Production on Thu  Oct 31 20:44:15 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: DB10G (DBID=3002158372, not open)
    RMAN> backup datafile 1;
    Starting backup at 06-DEC-10using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1channel ORA_DISK_1: SID=125 device type=DISK
    channel ORA_DISK_1: starting compressed full datafile backup set
    channel ORA_DISK_1: specifying datafile(s) in backup set
    input datafile file number=00001 name=C:APPGARYORACLEPRODUCT10.2.0DB_1ORADATADB10GSYSTEM01.DBF
    channel ORA_DISK_1: starting piece 1 at 31-OCT-13
    channel ORA_DISK_1: finished piece 1 at 31-OCT-13
    piece handle=C:APPGARYORACLEPRODUCT10.2.0DB_1FLASH_RECOVERY_AREADB10GBACKUPSET2010_12_06O1_MF_NNNDF_TAG20101206T204423_6HTCR810_.BKP tag=TAG20101206T204423 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:45
    Finished backup at 31-OCT-13
    Starting Control File and SPFILE Autobackup at 31-OCT-13
    piece handle=C:APPGARYORACLEPRODUCT10.2.0DB_1FLASH_RECOVERY_AREADB10GAUTOBACKUP2010_12_06O1_MF_S_737066556_6HTCSQVF_.BKP comment=NONE
    Finished Control File and SPFILE Autobackup at 31-OCT-13
    RMAN> exit
    Interestingly, even with the recovery performed, we cannot switch back to archivelog mode without a clean shutdown.
    SQL> alter database archivelog;
    alter database archivelog*
    ERROR at line 1:ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-00264: no recovery required
    SQL> alter database archivelog;
    alter database archivelog*
    ERROR at line 1:ORA-00265: instance recovery required, cannot set ARCHIVELOG mode
    So we’ll startup and shutdown again. You cannot use the force option since that still does not perform a normal shutdown and you’ll get the same error.
    SQL> alter database open;
    Database altered.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 1235959808 bytes
    Fixed Size 2175288 bytes
    Variable Size 620760776 bytes
    Database Buffers 603979776 bytes
    Redo Buffers 9043968 bytes
    Database mounted.
    SQL> alter database archivelog;
    Database altered.
    SQL> alter database open;
    Database altered.

  • RMAN Backup job fails after changing sys, system passwords

    Hello Oracle community,
    11.1g
    After we changed the passwords for sys, system and sysman the backup jobs fails. this is my error log:
    Recovery Manager: Release 11.1.0.7.0 - Production on Mo Aug 30 11:16:29 2010
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    RMAN>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-12532: TNS: Ungültiges Argument
    RMAN>
    Echo einstellen ein
    RMAN> set command id to 'BACKUP_MEGALON.INT_083010111617';
    Befehl wird ausgeführt: SET COMMAND ID
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei set Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' database;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> backup device type disk tag 'BACKUP_MEGALON.INT_083010111617' archivelog all not backed up;
    Starten backup um 30.08.10
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: Fehler bei backup Befehl auf 08/30/2010 11:16:29
    RMAN-06171: Nicht bei Zieldatenbank angemeldet
    RMAN> exit;
    Recovery Manager abgeschlossen.
    Ikrischer

    Hello Tychos,
    I am able to make a sqlplus connection, but your hint send me in the correct direction. I had a special character "@" in the password and I think that was the reason for my problems with RMAN.
    Ikrischer

  • RMAN Backup Solution

    We are working on a new RMAN backup solution.
    Since ours is a 9i OLTP we are planning to go for backup on disk.
    Once the backup is on disk then to tape.If we want to restore the database back how we can restore.We dont use recovery catalog.
    Thanks in advance
    null

    <br>
    One of the best ways to help yourself in oracle forum is to do a search for existing soultions to your problem before you post a new one. That way, you shorten your thread.
    </br>
    </br>
    I have posted this last week and I believe you could easily find it if you did a search.
    </br>
    <br>
    RMAN Backup and Recovery Script
    </br>

  • RMAN backup on local filesystem

    Hi Experts,
    I have an RMAN script and i want to use this script to backup my database on my local filesystem.How can i do it ? What changes i need to make in the script?How can i sepcify the path where i want to backup it ?
    Actually this script was taken for doing it on tape drive .
    Please help me.
    connect target rman/rman@RMAN;
    run
    { allocate channel t1 type 'SBT_TAPE' parms
    'ENV=(NSR_SERVER=,NSR_DATA_VOLUME_POOL=,NSR_CLIENT=)'
    format '/%d_%u_%s_%p/';
    backup incremental level 0 ( database filesperset 8 include current controlfile );
    sql 'alter system archive log current';
    backup archivelog all delete input filesperset 10;
    THanks & Regards,
    MB

    as per oracle best practices, use default channels where possible, these makes management easy !
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/rman_backup/%F';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/rman_backup/d_%d_s_%s_p_%p_t_%t' MAXPIECESIZE 2048 M;
    CONFIGURE CHANNEL DEVICE TYPE 'SBT_TAPE' MAXPIECESIZE 1536 M PARMS "ENV=(NB_ORA_CLIENT=topdb1,NB_ORA_SERV=ilsdb2)" FORMAT 'd_%d_s_%s_p_%p_t_%t';
    in the following example using default settings, parrallelism is set to 4 using veritas backup
    first I take a backup to tape, see how channels get allocated, then to disk, old channels are released and new allocated to disk, this kind of backup policy makes things easy to manage and run, as reccomended by oracle.
    RMAN> backup device type sbt current controlfile;
    Starting backup at 11-JUN-07
    allocated channel: ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: sid=273 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_1: VERITAS NetBackup for Oracle - Release 6.0 (2005090703)
    allocated channel: ORA_SBT_TAPE_2
    channel ORA_SBT_TAPE_2: sid=224 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_2: VERITAS NetBackup for Oracle - Release 6.0 (2005090703)
    allocated channel: ORA_SBT_TAPE_3
    channel ORA_SBT_TAPE_3: sid=293 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_3: VERITAS NetBackup for Oracle - Release 6.0 (2005090703)
    allocated channel: ORA_SBT_TAPE_4
    channel ORA_SBT_TAPE_4: sid=219 devtype=SBT_TAPE
    channel ORA_SBT_TAPE_4: VERITAS NetBackup for Oracle - Release 6.0 (2005090703)
    channel ORA_SBT_TAPE_1: starting full datafile backupset
    channel ORA_SBT_TAPE_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    channel ORA_SBT_TAPE_1: starting piece 1 at 11-JUN-07
    channel ORA_SBT_TAPE_1: finished piece 1 at 11-JUN-07
    piece handle=d_TOPAZ_s_12304_p_1_t_624967342 comment=API Version 2.0,MMS Version 5.0.0.0
    channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:02:37
    Finished backup at 11-JUN-07
    Starting Control File and SPFILE Autobackup at 11-JUN-07
    piece handle=c-3348250252-20070611-05_TAPE_CONTROLFILE comment=API Version 2.0,MMS Version 5.0.0.0
    Finished Control File and SPFILE Autobackup at 11-JUN-07
    RMAN> backup device type disk current controlfile;
    Starting backup at 11-JUN-07
    released channel: ORA_SBT_TAPE_1
    released channel: ORA_SBT_TAPE_2
    released channel: ORA_SBT_TAPE_3
    released channel: ORA_SBT_TAPE_4
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=273 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=224 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=293 devtype=DISK
    allocated channel: ORA_DISK_4
    channel ORA_DISK_4: sid=219 devtype=DISK
    allocated channel: ORA_DISK_5
    channel ORA_DISK_5: sid=283 devtype=DISK
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    channel ORA_DISK_1: starting piece 1 at 11-JUN-07
    channel ORA_DISK_1: finished piece 1 at 11-JUN-07
    piece handle=/rman_backup/d_TOPAZ_s_12306_p_1_t_624967822 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
    Finished backup at 11-JUN-07
    Starting Control File and SPFILE Autobackup at 11-JUN-07
    piece handle=/rman_backup/c-3348250252-20070611-06 comment=NONE
    Finished Control File and SPFILE Autobackup at 11-JUN-07
    RMAN>

  • Rman backup clarification

    Hi,
    I want to get clarified regarding rman backup.
    Scenario: I have configured a catalog database in local server. I am having 5 remote databases.I want to connect to each one and take the backup, and each remote database backup should be stored in my local server i.e., catalog database server.
    How should I configure the
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT
    for storing the backup in local than in individual server else are there any other method.
    Thanks in advance.
    satyanag

    Hemant,
    Basically I agree you can move your backupsets
    anywhere *as long as they are under the control of
    RMAN*.
    So I have absolutely no objection to backing up to
    disk, backing up those backupsets to tape *using
    RMAN*.
    What I can not accept is any manual intervention
    outside RMAN, as that would nullify the primary
    advantage of RMAN: backup administration inside the
    database.
    Doing so, this would result in finding out which
    backupsets to restore to the target system. This
    means one is back in the 80's when restoring and
    recovering a database was a trial and error process.I habitually copy and compress (O9) rman backups to a disk off the db machine. It makes sense for this case because:
    1. Not enough disk space on machine to keep very many uncompressed copies.
    2. NFS disk not particularly reliable, I wouldn't want backup to fail because of it.
    3. rman better than user managed backup, besides administration.
    4. some things in the 80's were cool. In this case, it allows redundant copies to fade away based on the much larger semi-online disk space. It has saved my bacon.
    Yes, the administration is more complicated than it should be, especially things like telling rman to give a particular archived log, any manual operation during a critical crazy restoration time is a bad thing, but it is better than the alternative of being much more limited with the backups.
    In any case, 10G is a lot better as far as compression, and being able to tell rman what you've done moving things around. Come into the latter part of this decade, Sybrand :-)

Maybe you are looking for