OracleAS 10.1.2 backups

I have an Identity Management set-up with the following components on a single linux server.
OID / SSO
Metadata Repository.
My current plan is to take hot backups of the database and just take a full filesystem backup to secure everything else.
Reading the manuals it appears that Oracle provide a Backup and Recovery tool with OracleAS but I can't see what advantages this would give me.
Will my plan successfully backup the system and am I missing anything by passing on Oracle's tool?

well, the main advantage would be that if you use Oracle's specific tool, then at least you have done your backup in the 'supported' way, if you later have a problem and need to raise a support call.
To my knowlege, there is no real problem backing in the way that you have described, so long as your filesystem backup method can deal with any files which might be locked.
cheers,
R

Similar Messages

  • Setting up new dbname/sid while creating oracle db from rman backups in 11g

    Hi all,
    I have rman backups and need to create another database from rman backups with different name... but it is unsuccessful..
    created instance with new db...
    running create new db connecting rman auxiliary sys/password@newdb
    run {
    SET NEWNAME FOR DATAFILE 1 TO 'F:\app\HOME\oradata\clonedb1\SYSTEM01.DBF';
    SET NEWNAME FOR DATAFILE 2 TO 'F:\app\HOME\oradata\clonedb1\SYSAUX01.DBF';
    SET NEWNAME FOR DATAFILE 3 TO 'F:\app\HOME\oradata\clonedb1\UNDOTBS01.DBF';
    SET NEWNAME FOR DATAFILE 4 TO 'F:\app\HOME\oradata\clonedb1\USERS01.DBF';
    SET NEWNAME FOR DATAFILE 5 TO 'F:\app\HOME\oradata\clonedb1\EXAMPLE01.DBF';
    SET NEWNAME FOR TEMPFILE 1 TO 'F:\app\HOME\oradata\clonedb1\TEMP01.DBF';
    DUPLICATE DATABASE TO clonedb
    pfile 'D:\TESTDELETE\initclonedb1.ora'
    BACKUP LOCATION 'F:\app\HOME\flash_recovery_area\orcl\'
    LOGFILE GROUP 1 ('F:\APP\HOME\ORADATA\ORCL\REDO01.LOG') SIZE 60M REUSE,
    GROUP 2 ('F:\APP\HOME\ORADATA\ORCL\REDO02.LOG.rdo') SIZE 60M REUSE,
    GROUP 3 ('F:\APP\HOME\ORADATA\ORCL\REDO03.LOG') SIZE 60M REUSE;
    Error it shown is in rman backup creation is as follows
    <part>>
    sql statement: alter system set db_name = ''ORCL'' comment= ''Modified by RMAN
    duplicate'' scope=spfile
    Oracle instance shut down
    Oracle instance started
    Total System Global Area 640286720 bytes
    Fixed Size 1376492 bytes
    Variable Size 314576660 bytes
    Database Buffers 318767104 bytes
    Redo Buffers 5566464 bytes
    Starting restore at 20-DEC-11
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=133 device type=DISK
    channel ORA_AUX_DISK_1: restoring control file
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:07
    output file name=F:\APP\HOME\ORADATA\CLONEDB1\CONTROL01.CTL
    output file name=F:\APP\HOME\FLASH_RECOVERY_AREA\CLONEDB1\CONTROL02.CTL
    Finished restore at 20-DEC-11
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 12/20/2011 07:07:11
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01102: cannot mount databa
    se in EXCLUSIVE mode
    RMAN> EXIT
    how can i prevent rman setting db_name=orcl which is already exists in the db.. i need to create db from rman backups with different dbname...
    whould someone help me out, how can i create database from another database rman backups with different dbname/sid on same host..
    My pfile has new db_name , but while db creation rman setting to db_name to source dbname.. it should be new db name that i want create with new db name...
    is there any RMAN command to specify new DB name it should set while running
    sql statement: alter system set db_name = newdbname -- as part rman script execution...
    it appears to be i should not touch the soruce db.. i have access to only source db rman backups and need to create another db with different dbname/sid.. please do help...

    When you performing RMAN duplicate why you making your script so complicated?
    Your instance name and DB name can be different, But what is the contents in your pfile "D:\TESTDELETE\initclonedb1.ora" ? please do post
    Have you started any other services related to ORACLE? check in start --> run --> services.msc any other active oracles services, Make sure you have clonedb1.
    Startup in nomount
    check the connectivity to target server.
    SET NEWNAME FOR TEMPFILE 1 TO 'F:\app\HOME\oradata\clonedb1\TEMP01.DBF';Why you mentioning SET NEWNAME FOR DATAFILE ? You have option of db_file_name_convert/log_file_name_convert in case if your file system different in Target & auxiliary.
    BACKUP LOCATION 'F:\app\HOME\flash_recovery_area\orcl\'When you have backup in same location why you are mentioning this clause?
    First run duplicate from auxiliary server as
    rman target sys/*****@prod auxiliary /
    RMAN> duplicate target database to "db_name";
    Am not sure what you are trying to do. is it 11gR1 or 11gR2?
    You have option of duplicate from active database without having backup also..
    here some links please check it.
    http://docs.oracle.com/cd/E14072_01/backup.112/e10642/rcmdupdb.htm#BGBFDJHB
    RMAN 11GR2 : DUPLICATE WITHOUT CONNECTING TO TARGET DATABASE [ID 874352.1]
    knowledgespring      
         Newbie
    Handle:      knowledgespring
    Status Level:      Newbie (10)
    Registered:      Dec 26, 2007
    Total Posts:      243
    Total Questions:      77 (75 unresolved)
    So sad that forum was able to help only in two answers out of your 77 questions :(
    Edited by: CKPT on Dec 21, 2011 5:12 PM

  • Can anybody provide AIX shell script for Oracle Apps R12 instance backup

    Hi
    Can anybody provide AIX shell script for Oracle Apps R12 instance backup? Manually, i am able to backup but i donot have shell script to schedule through crontab.
    Help me please.
    Thanks

    Rman can be used for Database, not for Application tier. Again, I assumed you are looking for a script to backup the database. For the application tier, you can simply do a filesystem backup.
    I still do not understand your concern? Is it about using crontab? If so, then check here --> man crontab <--

  • Error While Restoring the Oracle Database using Cloud Backup

    Hello,
    I have been facing a serious error while oracle restoration. I have Backed up Complete Database. For Testing restoration, the DBA removed all the DBF, logs and Control File from there orignal Position.
    He restarted the Database in "Startup nomount" mode. No i am not able to connect to target database from my Backup Server remotely.
    Whenever i try to restore, it shows following error:-
    ***RMAN-04005: error from target database:***
    ***ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    ***ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    ***"ORA-12528: TNS:listener: all appropriate instances are blocking new connections***
    I am using Oracle 11g R2 x64-bit database and on Windows Platform with Windows Server 2008 R2.
    Can Anyone help me by connecting, rman to the remote target database when it is in nomount mode.
    I am not able to connect the sqlplus remotely.\
    Thanks in Advance...
    Regards
    Pravesh Upadhyay

    Devika,
    You have to stop all your adapters, your repository, close all IStudio client and stop all sessions connected to this schema before running the oaiimport.
    If you don't do this the oaiimport will not work properly as the script will not be able to drop the user and will try to re-create existing objects.
    Tip : use the following select to list the session using oaihub902 user (and get rid off them)
    select username, count(*)
    from V$session
    where username in ('OAIHUB902')
    group by username
    order by count(*) desc, username
    JL

  • Oracle recovery from tape backup

    A plea for help fellows,
    Can an a few Oracle tables be recovered using datafile/s that were backed up to conventional tape back up?
    The story is that a few days ago I started trying to recover tables for a warehouse (10.2.0.1.0) that appeared as recovered by using EM and rman script embedded in such that gave me a 'confirmation' that the rows were flashed back. It turns out that the rows were not there (unless something else has to be done after the confirmation message in EM), and this was done on three tables.
    It has now passed the time (apparently) that I can flash back the tables, as I use the SCN for the relevent time to recover (a flashback query) and I get 'ora-01555: snapshot too old' - the undo won't reach back that far. The database is in archivelog mode. It has now reached a point where the data warehouse owner would like the tables back pronto, but only three of hundreds of tables. What is desired by the data warehouse owner is for the tables to be restored to a location where his team members can pick the 'necessary rows to recover' from a restored copy of the tables.
    If I could restore whole tables - to different name, (even unnecessary ones) or even a whole tablespace - different name, the contents could be gotten rid of once it has been scavenged. But the tape restored data file/s would have a different SCN.
    Can someone tell me how this can be done please? What is the level of difficulty?
    Regards, David

    So basically, you want to get 3 tables from an old hot or cold backup taken sometime ago, correct? If so, create another seperate db, restore the old db, recreate the controlfile, recover(if restoring a hot backup), open the db and then export the tables.
    Another option is to use RMAN to restore the db, open the db and perform export.
    You can then, say create another schema in the target db in another tablespace and then import the tables under the new user's schema.
    Hope this helps.

  • SAP R/3 on Oracle 9i : check online backup

    Hi there,
    I would like to integrate a check on the status of the online database backup (which runs on a daily basis) into a central monitoring system.
    On way to do it is to check on OS level for the latest backup log file and read the status at the end of this file.
    I wonder if it's also possible to check the backup status by doing a select on database table(s) and if so which table(s) should I query ?
    Any help would be appreciated.
    Kind regards,
    Erik

    Hi,
    You can implement CCMS alert configuration in your system to check the status of daily backup. For that use tcode RZ20->Monitoring>Oracle>Backup/restore>Backup status>Last succ. complete database backup or Last brbackup run
    YOu also need to create a monitoring method in RZ21.
    Please refer SAP Note 0176492 for details
    Hope this helps you.
    Thanks
    Sushil

  • Oracle 10G Express Edition backup issues

    After a backup job is run on our Oralce 10g Express Edition Server our system users can't access their web login page -
    http://127.0.0.1:8080/apex - To access their databse.
    What i need to know is this.
    I do a daily backup of the Oracle DB manually, the one that comes with express edition, but when the backup is comple users can't access the afforementioned web address as i have stated
    1 - Does anyone know what can be causing this?
    2 - When i backup the database manually where does the database actually backup to?
    3 - I was thinking of backing up the Oralce DB manually usning XE's own backup then running Symatec backup Software to backup this file.In the event of a system crash i could then simply restore the operating system (windows 2003), reinstall XE and import the file i had backedup with XE . Does this sound like a good solution

    No idea why users cant access the login page, maybe trying to post on XE forum Oracle Database Express Edition (XE) may help for this.
    But you may use Rman with XE, it is a best practice for Oracle B&R and it is easy to control the backup destination with Rman - http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/backrest.htm#sthref414
    Also these demos may help - http://psoug.org/reference/rman_demos.html
    Best regards.

  • Oracle 9i TEMP tablespace backup problem using RMAN!

    Oracle8/8i whole backup is ok for our backup software(using RMAN without RC database), but for Oracle 9i, I get following error messages when backing up temp tablespace.
    1. RMAN-20202: tablespace not found in the recovery catalog
    2. RMAN-06019: could not translate tablespace name "TEMP"
    I check some views of Oracle9i, and know some changes happen for temp tablespace in 9i, but how to deal with this problem. Any idea, please!

    In 9i RMAN does not restore temporary datafiles. Instead, you should create them after your restore. I believe that Oracle is going to make a change to this in the next release of 9i and have RMAN create the temporary files. You can view the temporary datafiles @ v$tempfile.
    I believe RMAN doesn't restore temporary files because they are locally managed and not in the control files. RMAN reads the controlfile of the target database to obtain info about backups, datafiles, etc.
    Hope this helps.

  • How to Restore datas in Oracle 10g using hot backup?

    I did Hot backup things (On-line backup) in Oracle 10g (Windows environment)
    Now backup files are stored in physical location..
    How to restore the datas to original location..
    Can any one give the url or command for recovery in ora 10g for hot backup
    Thanks

    Please do not dump all of your work in this forum, and expect volunteers to do it for free!!!
    Dear Great Senior DBA Sybrand Bakker
    What are Oracle Discussion Forums?
    Oracle Discussion Forums is an interactive community for sharing information, questions, and comments about Oracle products and related technologies. Most forums are moderated by product managers, and all of them are frequently visited by knowledgeable users from the community
    oracle forums is not your place for showing “bossing” it is a place where junior to seniors share there knowledge and advices, it means helping and sharing….. Knowledge is for giving ….giving only it will increase… don’t discourage any one like this ……
    There are my Great Seniors (not like u) mainly respected Mr. Jonathan Lewis, Mr. Don Burleson and a lot of oracle nominated ACE members are all giving patiently replay to jr. to sr.
    Obeasley oracle doubts are mostly related to practical issue only……
    Pls try to learn the word meaning of “volunteers”

  • Oracle 10g Real Time Backup

    Hi
    My company need to set database real time backup for Oracle 10g release 2 (Standard Edition).
    I see in Oracle Database 10g Product Family [Oracle Database 10g Product Family|http://www.oracle.com/technology/products/database/oracle10g/pdf/twp_general_10gdb_product_family.pdf] not support the Data Guard.
    Can I do it in Oracle 10g SE ?
    Thanks in advance

    hi,
    trouble is the cost of EE can be quite expensive
    another way of creating a psuedo (hope I spelt that correctly) dataguard would be to script a method of shipping archive files to a DR server.
    Live System
    =========
                 BEGIN
              IF ORACLE ONLINE THEN
                            SWITCH LOG;
                       END IF;
                       IF ANOTHER INSTANCE OF SCRIPT RUNNING (LOCAL OR REMOTE) THEN
                                 ERROR;
                                 EXIT;
                       END IF;
              IF (STANDBY NOT ONLINE) THEN
                              ERROR;
                              SEND EMAIL;
                              EXIT;
                       END IF;
                       GET LAST SHIPPED LOG FILE TIMESTAMP FROM THE REMOTE SITE OR FROM LOCAL SERVER;
                        WHILE LOG > SHIPPED LOG FILE TIMESTAMP DO
                                  TRANSFER LOG FILE TO REMOTE SITE;
                                  DO CHECKSUM ON LOG FILES;
                                  IF NOT MATCH THEN
                                         RETRY TRANSFER;
                                         IF FAILURE 3 TIME THEN
                                               ERROR;
                                               SEND EMAIL;
                                         END IF;
                          END IF;
                                  ' GOT THIS FAR SO ALL IS OK
                                  MARK THE LOG FILE AS TRANSFERRED;
                        WEND;        
    DR System
    ========
              BEGIN
                   CREATE A LOCK SEMAPHORE;        - Only one instance allowed
                                 CHECK LAST APPLIED LOG FILE;
                   IF CONNECTION TO LIVE SERVER OK THEN
                                         CHECKSUM  NEXT LOG FILE WITH LIVE SYSTEM;
                                         IF CHECKSUM NOT SAME THEN
                                                  IF LOG FILE ON ITS WAY FROM LIVE THEN
                                                           EXIT;
                                                  END IF;
                                                  WHILE  LOGFILE EXISTS DO
                                                            GET NEXT LOG FILE FROM LIVE;
                                                  WEND;
                                         END IF;
                                 ELSE
                                         ' Extra work
                                         APPLY NEXT LOG FILE
                                 END IF;
                   APPLY LOG FILES;
                                 WORKOUT NO OF LOG FILE APPLIED;
                                 KEEP SPECIFIED PERCENTAGE LOG FILES;
                                 DELETE EXTRA LOG FILES;
                                 TRANSFER LAST APPLIED LOG FILE ATTRIBUTES TO LIVE SERVER;
                                 EXIT;
                         END;       I cannot give you the actual code that I have as there are some more bits that I have added for our client but what it does is give you an over view of the process involved for creating a pseudo DG environment.
    regards
    Alan

  • Oracle Restore from Online backup without any archive logs

    Hi,
    May be a dumb question. If I have a good online backup (say it took 2 hours to do that. And there is database activity while backup is going on), and lost all the archive logs happened after the online backup, is it possible at all to do the restore using that backup? complete or incomplete? and bring back the database to normal operation mode? Some details on this.
    Thanks.

    Let us see the reasoning behind this.
    Database:WORLDDB
    WORLDDB configuration:-
    TBSP_WDB
    ->TBSP_WDB_01.dbf
    ->TBSP_WDB_02.dbf
    SYSTEM
    ->SYSTEM.dbf
    USERS
    and so on for the tablespaces.
    CASE 1:-
    User managed backup.
    You issue
    ALTER TABLESPACE TBSP_WDB BEGIN BACKUP;
    DB keeps working all transactions are recorded in the redo stream, the scn information is not updated in the file header.
    Also note that the other tablespaces were been continuously worked on hence their scn numbers are a moving target.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96572/osbackups.htm#10012
    So if you begin tablespace TBSP_WDB backup at time t1 and by the time you are done with your backups you are at time t2, you will need all of the archive log's between time t1 and t2.
    CASE 2:-
    If we do with rman, rman takes care of the file header update information and goes on its merry way, those details are hidden from the end user. If one of the tablespace is fractured, updated while backups are going on , rman knows about it and will re-read the affected blocks in question.
    My thinking would be that you might need archive logs, unless it is a cold backup, with switch logfiles in between.
    If you do hot backups you need archivelogs is my thought. The number of archivelogs required will be decreased considerably through rman.
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmconc1.htm#458821
    Summary:-
    Either way archivelogs are needed.

  • OLD Oracle 7.1.6 Backup question

    Hi Folks,
    I am working on a VERY old version of Oracle (7.1.6.2.0) running on an equally old HP9000 (HP-UX 9.05) system (think early to mid-1990's). I have been tasked to backup this database and I'm having problems locating the correct documentation to perform this duty. Can someone please outline the steps required to backup a database either admin tool or from the command-line SQL*Plus interface?
    Thank you in advance.

    783567 wrote:
    I have been tasked to backup this database and I'm having problems locating the correct documentation to perform this duty. You can still find some Oracle 7.3 documentation online today on OTN http://www.oracle.com/technology/documentation/oracle7.html.
    Backup and Recovery is documented in Oracle7 Server Administrator's Guide, Release 7.3 part V:
    http://download.oracle.com/docs/pdf/A32535_1.pdf
    Edited by: P. Forstmann on 21 juil. 2010 20:12

  • Oracle Users blocked after backup offline CRM

    Hi all,
    everytime the backup offline finished the oracle users are blocked and the system is unable to start up again, so we have to unblock them manually,  does anybody have a clue why this is happening?
    Many thanks in advance

    Hello Markus,
    This is the error i got:
    ERROR => ORA-1403 when accessing table SAPUSER
    And then i have to unlock all this users:
    ALTER USER OPS$CRPADM ACCOUNT UNLOCK;
    ALTER USER OPS$SR3ADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICESAP_SID ACCOUNT UNLOCK;
    ALTER USER OUTLN ACCOUNT UNLOCK;
    ALTER USER OPS$ORACRQ ACCOUNT UNLOCK;
    ALTER USER OPS$ORACRP ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICECRQ ACCOUNT UNLOCK;
    ALTER USER OPS$CRQADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAP_SIDADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICECRP ACCOUNT UNLOCK;
    ALTER USER SYS ACCOUNT UNLOCK;
    ALTER USER SYSTEM ACCOUNT UNLOCK;
    ALTER USER SAPSR3DB ACCOUNT UNLOCK;
    ALTER USER DIP ACCOUNT UNLOCK;
    ALTER USER TSMSYS ACCOUNT UNLOCK;
    ALTER USER DBSNMP ACCOUNT UNLOCK;
    ALTER USER SAPSR3 ACCOUNT UNLOCK;
    Many thanks

  • New to Oracle, why RMAN full backup has 3 backup files?

    vendor set up the Oracle, but I noticed the backup has 3 files each time. not sure why.

    A "LIST BACKUP" at the RMAN command line would show the contents of each of the BackupSets, BackupPieces.
    When you run a BACKUP, RMAN does show, on-screen or to the log file if you redirect to a log, which datafiles are included in which BackupSet.
    When you RESTORE DATABASE or RESTORE ARCHIVELOG RMAN reads the repository and identifies the BackupPieces automatically for each BackupSet . You do not need to specify them. However, if you are restoring a Controlfile, you could specifically identify where you want to restore the controlfile from -- because the default behaviour is to restore only the latest controlfile backup, but you might choose to restore an older controlfile. This can be done with the SET UNTIL clause or RESTORE CONTROLFILE FROM 'nameofbackuppiece' command.
    Hemant K Chitale
    Edited by: Hemant K Chitale on Apr 5, 2011 9:56 AM

  • Oracle databank crashes after backup

    Every night, i run a backup on our oracle databank, using backup exec. every morning, the databank has crashed and must be restarted.
    Now today, in the middle of the day, for no reason, the databank crashed again.
    Is there anyway to hinder this problem in the future? Does anyone have an idea WHY my databank keeps crashing. please help!
    amber

    Hello Markus,
    This is the error i got:
    ERROR => ORA-1403 when accessing table SAPUSER
    And then i have to unlock all this users:
    ALTER USER OPS$CRPADM ACCOUNT UNLOCK;
    ALTER USER OPS$SR3ADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICESAP_SID ACCOUNT UNLOCK;
    ALTER USER OUTLN ACCOUNT UNLOCK;
    ALTER USER OPS$ORACRQ ACCOUNT UNLOCK;
    ALTER USER OPS$ORACRP ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICECRQ ACCOUNT UNLOCK;
    ALTER USER OPS$CRQADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAP_SIDADM ACCOUNT UNLOCK;
    ALTER USER OPS$SAPSERVICECRP ACCOUNT UNLOCK;
    ALTER USER SYS ACCOUNT UNLOCK;
    ALTER USER SYSTEM ACCOUNT UNLOCK;
    ALTER USER SAPSR3DB ACCOUNT UNLOCK;
    ALTER USER DIP ACCOUNT UNLOCK;
    ALTER USER TSMSYS ACCOUNT UNLOCK;
    ALTER USER DBSNMP ACCOUNT UNLOCK;
    ALTER USER SAPSR3 ACCOUNT UNLOCK;
    Many thanks

Maybe you are looking for

  • Delete song from ipod touch

    I read what I could find on deleting but I could not find out how to delete from the ipod touch.

  • HELP! - ERROR 1309 - Can't copy a 10gig file to external hard drive.

    I have a G5 that I use for video production. Video Files can be large and to back them up I got an external hard drive ( Maxtor 1-touch 200gig) When I try to copy a file on to it that is 10gigs it give me a 1309 error. I have found that other people

  • How to send a mail in workflow keeping 1 receiver in CC and the other in TO

    Hi, Can anybody tell me how to send a mail in workflow keeping 1 receiver in CC and the other in TO. I need to send a mail to an employee keeping his/her manager in CC through workflow. Regards, Lavanya

  • Safari not showing recent history

    The newest item showing in the history folder is from 9 days ago. Other programs (email) are also not filing sent and received items in chronological order. Some items are being buried as far as two years back. I have reset PRAM. It seems that the co

  • I'm unable to access yahoo

    I am unable to access my yahoo account from my iPad or iPhone I have always been able to before but now it says my user name or password is incorrect and when I retype the details back in it won't verify them it gets timed out