Oracle 9i Rman

Hi,
We are planning to backup Db using RMAN, how can i handle the archive log? if the DB around 1.5G only. Should I use RMAN or using export?
Thanks

if the DB around 1.5G only. Should I use RMAN or using export?
The database should be in archivelog and take online backup by using RMAN and complete recovery is possible without loosing.
Export is the logical backup, which is not for production database backup, they help in data loading and unload.

Similar Messages

  • Oracle 10g RMAN is not working in RHEL 4 after fresh installation

    I downloaded Oracle 10g R2 from OTN at home for self study.
    I have problem with the RMAN after fresh installation Oracle 10g in RedHat Enterprise Linux AS 4. (x86)
    Everything seems works fine, database mounted including EM, SQLPlus, iSQLPlus etc.
    But when I attempt to execute RMAN command on the terminal, nothing is happening. No RMAN prompt, No error message!
    I ran the "relink all" command but no helps.
    Please advice.
    Edited by: Surf888 on Nov 16, 2008 9:51 AM

    I guess you are a common Linux 'victim', you don't invoke Oracle's rman, but a Linux executable:
    http://linux.about.com/cs/linux101/g/rman.htm
    Check your PATH variable, you may move $ORACLE_HOME/bin to the top.
    Werner

  • Oracle 9i RMAN backup intrigation with OSB 10.3

    Hi expertise,
    I want to add rman backup process(script) to OSB scheduling as like filesystem backup.
    Admin Svr: Windows 2003
    Media & Client: Solaris 10
    DB: oracle 9i
    thanks advance

    Hi expertise,
    I want to add rman backup process(script) to OSB scheduling as like filesystem backup.
    Admin Svr: Windows 2003
    Media & Client: Solaris 10
    DB: oracle 9i
    thanks advance

  • Oracle 9i RMAN backup filling up all disk and failing at the very end

    Hello to all and thank you in advance for any input from any of you.
    I am new in oracle and the only one in my company with a little bit of oracle knowledge, which is not a whole lot.
    I inherited a few servers (Linux and Windows based). We mostly run all our production environment on a Linux box hosting oracle 10g release 10.2.0.1 but we had a legacy application server that still runs on 9i release 9.2.0.1.0. This server is a windows 2003 box, the previous DBA or someone else with admin rights to this machine compressed the whole drive where oracle resides, when I started summarying the oracle assets, I saw this server with no backups scheduled and a compressed disk with very limited space after this compression, only 13 GB left, the database if uncompressed would definitively filled up all the disk. The machine is in used and cannot be taken down for more than a couple of hours. We tried adding another disk but the machine only accept it as a hot spare. The database is in archive mode, when I tried to run a RMAN backup, it start filling up the database drive until it's empty and it crashes the whole machine, it seems like the buffer is growing and growing until it fills up the whole drive. The only way to get the server up and running again is to reboot the machine since the server is more than 6 years old we are not please with this action because we are afraid the machine would go south in one of those reboots.
    Has anyone heard of similar issues when running RMAN on a compressed drive? Can the compressed disk have any involvement in this kind of odd behaviour? I tried running the backup in debug mode and creating a log in a different disk (the one where the backup is going to) and still the same issue. Again any help is much appreciate,
    Sincerely,
    Alex

    Sybrand,
    Thank you for your fast response, I am going to use your previous post to answer one by one your question,
    1 The Oracle binaries --- on a compressed drive > Yes
    2 The Oracle database control files redo log files and datafiles on that same compressed drive? > Yes
    3 The archived redo log ditto? > Yes
    I know for a fact (as I have been using that in 9i) you can create a RMAN backup on a compressed drive, and you can have your archived redo go to a compressed drive. No problemo! > Excellent good news!!!
    But I would never touch the data files. Please note backup sets are multiplexed files consisting of multiple datafiles, so RMAN would need to do some calculations to decompress several blocks at the same time and to calculate a new block and compress it.
    Do you have enough space to:
    a) (preferred) to make datafile copies instead of a backup >
    Not in the drive that hosts the oracle instance but yes on an external usb drive (1TB) I attached to use as a backup repository, maybe this is why I am having these issues. I only have 13 GB left on that drive where the oracle instance resides (actually as I explained in a previous reply to Mark, the server only has 3 slots for disks, two of them as configured as RAID 1 and the other is a hot spare because the RAID configuration manager cannot can only added as hot-spare. The raided disk are partitioned in two, one small partition is for the OS and the other is for the oracle instance). When you said make a copy of the datafiles, I assumed you are talking about doing manual backups, and copying the database after using using "alter tablespace tablespace_name begin backup; then copy the file; alter tablespace tablespace_name end backup;
    b) use filesperset=1 on the backup command line, so the multiplexing (and associated calculations) stop. I have not tried the option of fileperset yet but I can tryi it and see if that helps.
    Can you post the last few lines of the RMAN log where RMAN bombs out? Note: the last few lines. Not all of it, or you must send some paracetamol in conjunction! >
    When I ran the debug option, I stopped the backup at less than 20% because I didn't want to reboot the system in the middle of the production time, the backup consumed at least 3 GB during the time was running. The times I ran the RMAN backup I didn't used the debug option so I don't have a log long enough to send unless you want the last few lines of what I have.
    Thanks again for your input,
    Sincerely,
    Alex

  • Monitor the online backup progress in Oracle 11g (RMAN)

    Hi,
    is there  a simple way to see the progress of the online backp for oracle?
    We are using oracle 11g and using RMAN td level-0 and level-1 backups in the SAP environment(SAP Netweaver 7.01)
    Regards,
    Rakesh

    Thanks Siva!
    I was looking for something like a script which tells me the running backup progress.
    Like the following script which tells the status of RMAN backup (completed/failed):
    col STATUS format a9
    col hrs format 999.99
    select
    SESSION_KEY, INPUT_TYPE, STATUS,
    to_char(START_TIME,'mm/dd/yy hh24:mi') start_time,
    to_char(END_TIME,'mm/dd/yy hh24:mi')   end_time,
    elapsed_seconds/3600                   hrs
    from V$RMAN_BACKUP_JOB_DETAILS
    order by session_key;
    regards,
    Rakesh

  • Can we restore oracle 11g RMAN backups to 10g server

    Hi,
    I have RMAN backups (full backup)of oracle 11g database. My server was suddenly crashed due to hardware failure.
    We have another Oracle 10g server. Is it possible to restore RMAN backups of 11g database to Oracle 10g server???
    Thanks

    I don't have 11g server ready with me. The other server running oracle 10g and I dont have rights to install oracle 11g on the 10g server. So I can not test the RESTORE/RECOVER commands.
    If anyone had experience in the past, please let me know whether we can RESTORE RMAN backups of 11g database to oracle 10g server...
    Thanks

  • Oracle 12c - rman backup for all PDB

    Do we have any ready commands that will take backup for all the attached PDB in oracle 12c (container managed db)?

    To backup your entire container DB, connect to your CDB & issue a full backup:
    rman> backup database;
    Backing up your pdb, either connect to the target itself & issue a backup or
    rman> backup pluggable database porcl1;
    Backing up only the root, connect to the target &
    rman> backup database root;
    always condensed nicely here: ORACLE-BASE - Multitenant : Backup and Recovery of a Container Database (CDB) and a Pluggable Database (PDB) in Oracle D…

  • Advantages and disadvantages of oracle 9i RMAN

    Hi
    what are the main advantages and disadvantages of oracle 9i RMAN

    user1175505 wrote:
    Hi
    what are the main advantages and disadvantages of oracle 9i RMANThe biggest disadvantage of *9i* rman is that *9i* is desupported.
    As far as rman - any version - I don't see any disadvantages.
    If you have a flat tire beside the road, what are the disadvantages of using the jack, lug wrench, and spare tire provided by the manufacturer and conveniently packed in the trunk?

  • 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

  • Can we implement goldengate replication between Oracle to Oracle using RMAN

    Dear All,
    I have already implemented Oracle Golden Gate Between Oracle Database 11gR2 on Linux.
    The method I have been using to copy database on Target is like this:
    select dbms_flashback.get_system_change_number() from dual;
    expdp user/password directory=backup_dir flashback_scn=1355907575 dumpfile=gg.dmp logfile=gg.log schemas=radius
    scp radius_dsl_gg.dmp [email protected]:/backup
    impdp user/password directory=backup_dir dumpfile=gg.dmp logfile=gg.log schemas=radius
    I want to replace this data pump with RMAN, because most of the time I don't have enough disk space to take data pump in production server. How can I replace it with RMAN and how can i track new records inserted in production database like we use flashback_scn in data pumps. Or is there any other better solution.
    Has anyone done this, kindly share your knowledge.
    Regards, Imran

    You don't need a dump file for DataPump, you can load directly through a database link thus eliminating the space required for the intermediate dump file.
    With RMAN you will either be looking for a point-time DB restore/recover as of specific SCN and then you can start the Replicat from that SCN. You can do a TSPITR + TTS if replicated data is a small subset of the entire database. If you can put the entire tablsapce to be read only then you can get away with only TTS as well. You configure Extract before you start any restore/recover and that's how you track outstanding changes.

  • Oracle 9i RMAN info

    Has anyone found any particularly good information on RMAN for 9i?
    Thanks
    Julie

    ok....done.....thanks
    i logged in as oracle user where the user is in oracle.oinstall group.
    i logged into rman using backup_admin user.
    now its writing...no problem.
    now my doubt is.....why im not able to take a backup if i logged in as backup_admin in linux.
    i have already included the backup_admin os user in the oracle.oinstall group.
    also, the profile is same as the oracle user.
    the rman/ora920 folder's owner is backup_admin.
    and i checked $echo $ORACLE_SID
    its giving the correct sid.

  • Oracle RAC - RMAN + Netbackup

    Hi,
    I have this problem with Oracle Linux, Oracle RAC and Netbackup:
    RMAN> run {
    2> allocate channel t1 type 'sbt_tape' parms "ENV=(NB_ORA_POLICY=PROTECT_ORACLE_1,NB_ORA_SERV=NBBK12)";
    3> backup current controlfile tag TEST1;
    4> release channel t1;
    5> }
    allocated channel: t1
    channel t1: SID=239 instance=ORACX_1 device type=SBT_TAPE
    channel t1: Veritas NetBackup for Oracle - Release 6.5 (2010042404)
    Starting backup at 30-MAR-12
    channel t1: starting full datafile backup set
    channel t1: specifying datafile(s) in backup set
    including current control file in backup set
    channel t1: starting piece 1 at 30-MAR-12
    released channel: t1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on t1 channel at 03/30/2012 12:56:13
    ORA-19513: failed to identify sequential file
    ORA-27206: requested file not found in media management catalog
    # ls -al /usr/openv/netbackup/logs/user_ops/
    total 20
    drwxrwxrwx 5 root bin 4096 Apr 2 14:23 .
    drwxrwxrwx 10 root bin 4096 Apr 2 12:38 ..
    drwxrwxrwx 4 oracle oinstall 4096 Apr 2 14:06 dbext
    drwxr-xr-x 3 oracle oinstall 4096 Apr 2 14:23 dbtemplates
    drwxrwxrwx 2 root bin 4096 Mar 29 16:04 nbjlogs
    On bp.conf I have same name's client of mater server policy.
    Can you help me?
    Thanks

    try to disk first
    RMAN > backup current controlfile tag TEST1;
    then try spfile to tape
    RMAN> run {
    allocate channel t1 type 'sbt_tape' parms "ENV=(NB_ORA_POLICY=PROTECT_ORACLE_1,NB_ORA_SERV=NBBK12)";
    backup spfile;
    release channel t1;
    dont think you need nb_ora_serv unless the NBU software didnt know where to send the backups but it should.
    in netbackup admin console, look at the job activity and watch and see does a connection come in from the NBU client, the client being the server where the database resides
    have you ever succesfully backed anything else from RAC to NBU? Took me ages first time to get it right.

  • Oracle 9i RMAN list incarnation query empty?

    Hello,
    We have switched to a standby DB and now trying to backup that particular db on the same catalog database...
    When we do a list incarnation on the standby DB the list is empty , why is that ?
    RMAN> list incarnation;
    RMAN>
    Any ideas , thx
    now we are getting this message ...
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ch1 channel at 12/07/2009 21:38:25
    ORA-03113: end-of-file on communication channel
    Edited by: jrmtl on Dec 7, 2009 7:08 PM

    When we try to register the database it says already registered?!?
    RMAN> register database;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of register command on default channel at 12/07/2009
    7
    RMAN-20002: target database already registered in recovery catalog

  • Oracle 9i rman list incarnation command empty

    Hello,
    We have switched to a standby DB and now trying to backup that particular db on the same catalog database...
    When we do a list incarnation on the standby DB the list is empty , why is that ?
    RMAN> list incarnation;
    RMAN>
    Any ideas , thx
    sorry for the double post in wrong section
    now we are getting this message ...
    RMAN> 2> 3> 4> 5> 6> 7> 8> 9> 10> 11> 12>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of allocate command on ch1 channel at 12/07/2009 21:38:25
    ORA-03113: end-of-file on communication channel
    Edited by: jrmtl on Dec 7, 2009 7:02 PM

    Hi,
    Can you try:
    select * from V$DATABASE_INCARNATION;in sqlplus and post the output?
    The ORA 3113 can have a lot of reasons for example instable network or no resources on the server.
    Regards
    Tycho

  • Oracle 11GR2 + RMAN

    Hi all,
    I have a RAC database 11GR2 with 2 nodes.
    I backup database via RMAN and catalog. My catalog is stored in this database.
    Could you explain me how to create a second RMAN catalog on another database (on another host) ?
    Thanks !

    user12064507 wrote:
    Hi all,
    I have a RAC database 11GR2 with 2 nodes.
    I backup database via RMAN and catalog. My catalog is stored in this database.
    Could you explain me how to create a second RMAN catalog on another database (on another host) ?
    Thanks !Why can have multiple catalog schemas in one database, No need to have multiple databases.

Maybe you are looking for

  • Archived Data

    How do i find the list  of data achived in the system. i mean is ther any  specific table or program for that

  • Looking for the classic "Bad Take" transition.

    My problem is, I don't even know what the proper technical search terms would be for this. So let me describe. You've seen the transition effect countless times where someone on camera makes a mistake and the screen goes black (or white) for a split

  • MacBook Pro Mouse Curser Issue

    I'm a new convert from Windows to Mac, so I'm still trying to get used to all this after only a week. I'm having an issue with my curser. With a Mighty Mouse connected, the pointer is all over the charts. Sometimes the pointer will just stop even tho

  • Windows 7 32bit on iMac 21"5 (late2009) Wireless Keyboard issue

    Hello, I'm using Windows 7 on my iMac since 2011 and I've never had a problem with my bluetooth Apple Magic Keyboard, until three days ago. While I was browsing the web, the iMac suddenly rebooted and the classic Windows screen showing the loading of

  • Order level control

    hello friends, my clint requirement is at the time of creating order, if the order value is exceed 1,00,000 /- rupees, it should take a autharisation  permision for delivery. how we can configure this. please explain step by step..............