Error using RMAN thru Database Control

Hello guys..
I installed Oracle 10gR2 on solaris 10, and created a sample DB called HEAT. This database is configured to run in Archivelog mode and also created Flash_recovery_area.
Iam trying to take a simple backup thru RMAN using OEM ( Database Control). there is only 1 database on that server and i plan to use controlfile instead of recovery catalog.
Now here are the steps when i execute, i get an ERROR.
1. connected as 'sys' from Database Control.
2. Went to Maintenence Tab, click in Backup settings.
3. click on Device Tab, enter OS credentials and click on "Test disk backup"..
4. I get an error that says "Disk Backup Test Failed!"
When click on View Error Details :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Recovery Manager: Release 10.2.0.1.0 - Production on Fri Feb 2 12:53:29 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
RMAN>
connected to target database (not started)
RMAN>
echo set on
RMAN> run {
2> allocate channel oem_disk_backup device type disk;
3> backup as BACKUPSET current controlfile tag '02022007125328';
4> restore controlfile validate from tag '02022007125328';
5> release channel oem_disk_backup;
6> }
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of allocate command at 02/02/2007 12:53:30
RMAN-06403: could not obtain a fully authorized session
ORA-01034: ORACLE not available
RMAN> allocate channel for maintenance type disk;
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of allocate command at 02/02/2007 12:53:30
RMAN-06403: could not obtain a fully authorized session
ORA-01034: ORACLE not available
RMAN> delete noprompt backuppiece tag '02022007125328';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of delete command at 02/02/2007 12:53:30
RMAN-12010: automatic channel allocation initialization failed
RMAN-06403: could not obtain a fully authorized session
ORA-01034: ORACLE not available
RMAN> exit;
Recovery Manager complete.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I only have 1 database , and it is configured to backup using Control file and not Recovery catalog ( which is the default)...
What additional steps do i have to do, to take a simple backup using database control ? I am not sure why it says Database not available...while DB is indeed available and open.
any help is appreciated..
thanks

I, too, am receiving these same errors when I do my backups. The sysadmin took the systems down over the weekend and the backup has failed ever since. Database is up, ORACLE_SID looks fine, what could be wrong? This nightly backup worked before system went down. I can connect as sysdba using the ORACLE_SID as set.
Thanks,
Candy

Similar Messages

  • Creation of Logical Standby Database Using RMAN ACTIVE DATABASE COMMAND

    Hi All,
    I am in confusion how to create logical standby database from primary database using rman active database command.
    What i did:-
    Create primary database on machine 1 on RHEL 5 with Oracle 11gR2
    Create standby database on machine 2 on RHEL 5 With Oracle 11gR2 from primary using RMAN active database command
    Trying to create logical standby database on machine 3 on RHEL 5 with Oracle 11gR2 using RMAN active database command from primary.
    The point which confuse me is to start the logical standby in nomount mode on machine 3 with which pfile like i create the pfile for standby database do i need to create the pfile for logical standby db.
    I done the creation of logical standby database by converting physical standby to logical standby database
    I am following the below mentioned doc for the same:
    Creating a physical and a logical standby database in a DR environment | Chen Guang's Blog
    Kindly guide me how to work over the same or please provide me the steps of the same.
    Thanks in advance.

    Thanks for your reply
    I already started the logical standby database with pfile in nomount mode. And successfully completed the duplication of database. by mentioning the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameter.
    But i am not able to receive the logs on the above mentioned blog i run the sql command to check the logs but getting "no rows selected"
    My primary database pfile is:
    pc01prmy.__db_cache_size=83886080
    pc01prmy.__java_pool_size=12582912
    pc01prmy.__large_pool_size=4194304
    pc01prmy.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01prmy.__pga_aggregate_target=79691776
    pc01prmy.__sga_target=239075328
    pc01prmy.__shared_io_pool_size=0
    pc01prmy.__shared_pool_size=134217728
    pc01prmy.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01prmy/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01PRMY/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01PRMY/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.fal_client='PC01PRMY'
    *.fal_server='PC01SBY'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='SERVICE=pc01sby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=pc01sby'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='DEFER'
    *.log_archive_dest_state_3='DEFER'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    My logical standby pfile is:-
    pc01ls.__db_cache_size=92274688
    pc01ls.__java_pool_size=12582912
    pc01ls.__large_pool_size=4194304
    pc01ls.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    pc01ls.__pga_aggregate_target=79691776
    pc01ls.__sga_target=239075328
    pc01ls.__shared_io_pool_size=0
    pc01ls.__shared_pool_size=125829120
    pc01ls.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/pc01ls/adump'
    *.audit_trail='db'
    *.compatible='11.1.0.0.0'
    *.control_files='/u01/app/oracle/oradata/PC01LS/controlfile/o1_mf_91g3mdtr_.ctl','/u01/app/oracle/flash_recovery_area/PC01LS/controlfile/o1_mf_91g3mf6v_.ctl'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/app/oracle/oradata'
    *.db_domain=''
    *.db_file_name_convert='/u01/app/oracle/oradata/PC01SBY/datafile','/u01/app/oracle/oradata/PC01PRMY/datafile'
    *.db_name='pc01prmy'
    *.db_unique_name='pc01ls'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pc01prmyXDB)'
    *.log_archive_config='DG_CONFIG=(pc01prmy,pc01sby,pc01ls)'
    *.log_archive_dest_1='LOCATION=/u01/app/oracle/flash_recovery_area/PC01PRMY/ VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=pc01prmy'
    *.log_archive_dest_2='LOCATION=/u01/app/oracle/flash_recovery_area/PC01LS/ VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_3='SERVICE=pc01ls LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=pc01ls'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_max_processes=30
    *.log_file_name_convert='/u01/app/oracle/oradata/PC01SBY/onlinelog','/u01/app/oracle/oradata/PC01PRMY/onlinelog'
    *.open_cursors=300
    *.pga_aggregate_target=78643200
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=236978176
    *.undo_tablespace='UNDOTBS1'
    Kindly advice over the same

  • Can I use RMAN transportable database cross platform from 10g to 11g?

    Hi,
    I'm working on the migration plan, the source db server is solaris with 10g database while the destination server is AIX with 11g database.
    Can I use RMAN transportable database for this purpose?
    Coz I have read the restrictions on Cross-Platform Transportable Database, but it does not mention whether it can work for different version of database.
    please help.

    Hi,
    Do you have metalink account? If yes please check : Cross-Platform Migration on Destination Host Using Rman Convert Database [ID 414878.1]*
    RMAN Cross-Platform Transportable Databases and Tablespaces
    Thank you

  • Error using rman with cumulative backup

    Hi,
    Can anyone help?
    Current system configuration : Oracle 8.0.4 & Veritas Netbackup.
    Encounter error when allocate 2 channel for cumulative backup using rman. Using a single channel works fine.
    RMAN-08010: channel t1: including datafile 1 in backupset
    RMAN-08008: channel t2: starting datafile backupset
    RMAN-08502: set_count=152 set_stamp=432319182
    RMAN-08010: channel t2: including datafile 7 in backupset
    RMAN-08010: channel t2: including datafile 20 in backupset
    RMAN-08010: channel t2: including datafile 13 in backupset
    RMAN-08010: channel t2: including datafile 15 in backupset
    RMAN-08010: channel t2: including datafile 16 in backupset
    RMAN-08011: channel t1: including current controlfile in backupset
    RMAN-00569: ================error message stack follows================
    RMAN-03007: retryable error occurred during execution of command: backup
    RMAN-07004: unhandled exception during command execution on channel t2
    RMAN-10032: unhandled exception during execution of job step 2: ORA-06512: at li
    ne 153
    RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry possible
    ORA-27015: skgfcls: failed to close the file
    Additional information: 7023
    ORA-19502: write error on file "bk_152_1_432319182", blockno 3713 (blocksize=512
    ORA-27010: skgfwrt: write to file failed
    Additional information: 7043
    ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECRE
    ATE
    Thanks in advance
    null

    Hi,
    first of all you must have all the archivelogs since you want to recover your table from the previous backups.
    anyways if you want to recover your table then you need to perform incomplete recovery to the point where you loss the table for that you need to restore and recover your database.you likely to loose all the transcation which occurs to the point where you you loose your table.
    thanks..

  • Error msg RMAN-05520: database name mismatch when trying to login to RMAN

    I am trying to clone a database on the same server but getting an error message when I try to run the duplicate command.
    command:
    RMAN DB1 -> Rman target sys/oracle@SID1 auxiliary sys/oracle@SID2
    (where DB1->SID1 and DB2->SID2)
    Error:
    RMAN-05520: database name mismatch, auxiliary instance has SID1, command specified SID2
    I used dbca to create the new oracle instance SID2 and checked the entried in the lisntner.ora and tnsnames.ora and they seems to be fine.
    The primary db is in mount mode and the aux database is in nomount mode. I am trying to run this command from the the db session where ORACLE_SID=SID.
    Any help on this would be really helpful.

    Hi,
    RMAN-05520: database name mismatch, auxiliary instance has SID1, command specified SID2The error is very much clear, as you are duplicating the database ,then the db_name must be same.
    I used *bold* dbca to create the new oracle instance SID2*bold*  and checked the entried in the lisntner.ora and tnsnames.ora and they seems to be fine.
    The primary db is in mount mode and the aux database is in nomount mode. I am trying to run this command from the the db session where ORACLE_SID=SID.I don't able to understand, are you duplicating the existing database (or) trying to create new database using dbca on the same host ?
    Sine the dbca is not at all required. I suggest kindly check the process/steps from oracle recovery manager doc.
    - Pavan Kumar N

  • SAPextractor error using MySQL Server database in OrgChart

    Hi Experts:
    We are now using MySQL Server database for Nakisa OrgChart 2.0. Source-SAP details were specified and test connection to database is successful.  We encountered the following errors when we performed the extraction.
    Processing Function Read Table Function/BAPI Downloading Tables Organizational Assignment
    No Tables were downloaded for Read Table Function/BAPI . Function is flagged as critical.Terminating Extraction.
    Processing Stopped ! ! !
    Downloading from SAP completed.
    Processing Completed.
    From CDS.log, we got the error message below:
    ERROR: Schema : tableName = OrgUnitHierarchy; : Source {.Net SqlClient Data Provider}: Message {Invalid object name 'OrgUnitHierarchy'.}
    ERROR: Schema : tableName = OrgUnitHierarchy; : Source {.Net SqlClient Data Provider}: Message {Invalid object name 'OrgUnitHierarchy'.}
    ERROR: Schema : tableName = OrgUnitHierarchy; : Source {.Net SqlClient Data Provider}: Message {Invalid object name 'OrgUnitHierarchy'.}
    ERROR: Sap Authentication : Source {SAP.Connector}: Message {An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)}
    Can you help us to check how to fix this error. In addition, we would also like to know how to configure XML files required for this installation.
    Thanks.
    Angelo
    Accenture
    SAP Basis

    Hi Angelo,
    Is this still an issue for you? If so can you let me know if you are using 32-bit or 64-bit server and what version you are using of TVN?
    All the best,
    Luke

  • How to view/ammend jobs in DBA_JOBS using Enterprise Manager (Database Control)

    Dear Gurus,
    We are using Oracle 10gR2 on Widwos OS. We defined couple of jobs using DBMS_JOBS and i can see them using DBA_JOBS view, how can we view/amend these jobs in Enterprise Manager (Database Control)?
    Regards,
    Riaz

    Riaz wrote:
    Dear Gurus,
    We are using Oracle 10gR2 on Widwos OS. We defined couple of jobs using DBMS_JOBS and i can see them using DBA_JOBS view, how can we view/amend these jobs in Enterprise Manager (Database Control)?
    Regards,
    Riaz
    In V10 which is no longer under support DBA_JOBS was superceded  by DBMS_SCHEDULER.
    Why are you dependent upon EM to manage the DB?

  • Error Message at the Database Control homepage

    Hi forum,
    After I have successfully installed and configured my database 11g EE I logged on to the log on page. I entered the username as SYSMAN and the password.
    On the Database homepage is the following error message displayed:
    Error:
    Internal Error has occurred. Check the log file for details.
    Only the following tabs links are found on the page:
    Database |Setup |Preferences |Help |Logout
    I cannot access anyting else. What should I go next?
    I shall be grateful if anyone could help me
    Regard,
    Godis-Tei

    WOW!
    This is the sixth thread on same problem since 20 August
    https://forums.oracle.com/people/Godis-Tei/content
    >After I have successfully installed and configured my database 11g EE
    how do  we know above is true?
    what is OS name & version?
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • Problems creating control file in RMAN duplicate database

    There is so much detail involved in this operation that I don't know what might be useful, so I'll start simple. I'm attempting to clone a database on the same host using RMAN "duplicate database". I finally got all the setup done, the OS authentication hurdles hurdled, etc. and entered the command:
    duplicate target database to COPYCH2M until time "to_date('March 15 2012 12:00:00', 'Mon DD YYYY HH24:MI:SS')";
    The first time I got:
    ORA-19504: failed to create file "/u01/app/oracle/oradata/COPYCH2M/control01.ctl"
    ORA-27040: file create error, unable to create file
    Linux-x86_64 Error: 2: No such file or directory
    There was nothing in the Oracle instructions about manually creating the directory, but I did so, thinking that might be the problem. And it created the control files! But then I got the following:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/21/2012 15:59:25
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-00201: control file version 11.2.0.0.0 incompatible with ORACLE version 11.1.0.1.0
    ORA-00202: control file: '/u01/app/oracle/oradata/COPYCH2M/control01.ctl'
    Sounds straightforward, if frustrating, right? Apparently you can't duplicate a database that's not in the exact same version. But:
    1) The backuppiece we got the control file from was from last November.
    2) The version of Oracle has not been updated since that time.
    How can a file created by this version be incompatible with this version? Where is it even getting 11.1?
    Thanks, I'm hoping this is easy but I can post more info if needed.

    >
    There was nothing in the Oracle instructions about manually creating the directory, but I did so, thinking that might be the problem. And it created the control files! But then I got the following:
    >
    The database is limited as to what it can create. Since you defined where you wanted the controlfiles to go (pfile/spfile), it's up to you to make sure the directory is valid and exists. :)
    >
    How can a file created by this version be incompatible with this version? Where is it even getting 11.1?
    >
    As for your controlfiles, make sure the compatible parameter is set the same on both the source and the target unless you are using the default (11.1.0.1 for you, and you aren't)
    Keep going, you'll get there. RMAN duplicate is a great feature.
    Good luck.

  • How to configure Enterprise Manager Database Control (EMDC) to make it work on 2 servers working (primary and standby) under DG rules

    Hello everybody i use Oracle Database EE 11.2.0.4 with DG.
    In those cases i need to get Enterprise Manager Database Control running against DB with no RAC and no DG i perform the following steps:
    I Logon SQLPLUS as user SYS or SYSTEM, and drop the sysman account and management objects:
    DECLARE
    CURSOR c1 IS
    SELECT owner, synonym_name name
    FROM dba_synonyms
    WHERE table_owner = 'SYSMAN';
    BEGIN
    FOR r1 IN c1 LOOP
    IF r1.owner = 'PUBLIC' THEN
    EXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;
    ELSE
    EXECUTE IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;
    END IF;
    END LOOP;
    END;
    DROP USER mgmt_view CASCADE;
    DROP ROLE mgmt_user;
    DROP USER sysman CASCADE;
    After that i run
    emca -config dbcontrol db -repos recreate
    But what should i do in cases i have 2 servers working (primary and standby) under DG rules?

    Hi ,
    It is not possible to monitor/administer a Logical or Physical Standby database, i.e Data Guard, using Enterprise Manager Database Control.  This is primarily due to the fact that Database Control is designed to monitor 1 database and a Data Guard environment, by definition, includes more than 1 database.
    If you attempt to run emca against a standby Database, you will get an error like (i.e. ORA-01219: database not open).
    Database Control, can, of course, be used to monitor the current Primary database (with no ability to administer or monitor Data Guard related functionality).  In such a case, when failover occurs Database Control must be reconfigured to run on the new Primary database using the commands detailed in Note 278100.1 How To Drop, Create And Recreate DB Control In A 10g Database, section C. Recreate/ReConfig DB Control, Option 2. Recreate the DB Control Configuration Files and Repository.
    Enterprise Manager Grid Control or Cloud Control provides the functionality for viewing, monitoring, and administering primary and standby databases in a Data Guard configuration.
    Reference: Is it Possible to Configure Database Control for a Logical or Physical Standby Database? (Doc ID 315116.1)
    You can use EM 12c cloud control to monitor and manager Standby DB effectively
    Ref to below link for details
    Set Up and Manage Oracle Data Guard using Oracle Enterprise Manager Cloud Control 12c
    Regards,
    Rahul

  • ORA-00942: table or view does not exist in database control

    Hi all,
    i am getting "ORA-00942: table or view does not exist" error while accessing tablespaces from database control. i am able to access control files, redo log files everything fine, but not tablespaces.
    database version ---> 10.2.0.1
    OS ----> RedHat Enterprise Linux 4 U 2
    but the database is working fine from SQL*Plus and other Editors. this error is only from database control. so what might be the cause.
    Any Ideas ...........
    Balaji

    hi,
    Have you tried to re register your database within OEM, CG

  • Add second instance to Enterprise Manager 10g database control

    Hi,
    I have a server with one Oracle 10g database instance, and I
    configured the local Enterprise Manager database control for it.
    Now I added a second instance on the server, using the same Oracle
    home. Can I manage this new instance using the existing database
    control or do I have to configure a second database control using
    another port? The documentation isn't too clear on this.
    Thanks,
    Matthias

    You can't manage the two database using database control. you have to go for Grid control only if you need to configure two or more instance.

  • Can 10g release 2 standalone database control behaves as 9i oem

    Hi all,
    My question is ,in 9i we have oem,we can add multiple databases in 9i oem.At the same time we can login to multiple databases and see different sessions,OS user,memory information, storage information of different databases.Can we perform the same task with 10g EM database control without having the 10g EM grid control.I know by 10g grid control we have a centralized management.But I don't want to install 10g grid control ,I want to make use of 10g database control and monitor my different databases.I wprked in an distributed environment.
    Best Regards,
    Asma Akhter.

    Hi,
    BY installing intelligent agent on separate servers and oracle management server ,it means I have to install EM grid control.I don't want to install Em grid control.I need to monitor different databases as we do in 9i OEM .Is there any option to use 10g database control to perform the same task.
    Regards,
    Asma

  • Controls - Database Controls

    I am using a DB control to get data from DB2 database as follows
    * Defines a new database control.
    * The @jc:connection tag indicates which WebLogic data source will be used by
    * this database control. Please change this to suit your needs. You can see a
    * list of available data sources by going to the WebLogic console in a browser
    * (typically http://localhost:7001/console) and clicking Services, JDBC,
    * Data Sources.
    * @jc:connection data-source-jndi-name="SampleDB"
    public interface DetailDBCtrl extends DatabaseControl, com.bea.control.ControlExtension
    * @jc:sql statement::
    * insert into XXX
    * (ID_NBR,
         * USER_ENTERED,
         * TIME_UPDATED
    * values
    * {detail.IdNbr},
    * {detail.UserName},
    * {detail.UpdateTime}
    void insertDetail(DetailDocument detail) throws java.sql.SQLException;
    Here I want to inser the UserName in Upper Case.
    How to do it. Is there anyway like to_upper() or .upperCase() or UCASE().
    None of this is working for me.
    Pls let me know what is the way I can do?
    The Database is DB2.
    DetailDocument is XMLBean generated from an XSD Schema Detail.XSD

    This can be done in a customer control as Bachan mentioned or can also be done in the client code before invocation, Since you are dealing with an XMLBean Document, you should be able to manipulate the document directly to change the case.
    Hope this helps.
    Raj

  • Missing logfiles when hot backup is taken using RMAN

    Hello All,
    I am having the below situation .Please help to clarify.
    I have taken hot backup using RMAN. Database is in Archivelog mode. It doesn't take backup of online redo logs. The status of my redo logs are as below. All are not archived.
    /u01/app/oracle/oradata/redo01.log ----Active---Not Archived
    /u01/app/oracle/oradata/redo03.log ----Active---Not Archived
    /u01/app/oracle/oradata/redo03.log----Current---Not Archived
    Now, I am using the backup to restore a database on another machine. But as the logs are not archived, I may miss some data.
    How can I get the data also?
    Regards
    VJ..

    I have taken hot backup using RMAN. Database is in Archivelog mode. It doesn't take backup of online redo logs. The status of my redo logs are as below. All are not archived.
    /u01/app/oracle/oradata/redo01.log ----Active---Not Archived
    /u01/app/oracle/oradata/redo03.log ----Active---Not Archived
    /u01/app/oracle/oradata/redo03.log----Current---Not Archived
    Now, I am using the backup to restore a database on another machine. But as the logs are not archived, I may miss some data.
    How can I get the data also?If the redo log status is still "ACTIVE" that mean, still archiving is in progress,
    You can give even
    SQL> alter system checkpoint;and do you have any idea at what point you want to recover your database? Even though they are in ACTIVE stauts, when you are taking backup. Still you can apply them how much you want. There will be no lost data. But ensure you haven't opened[resetologs] database.

Maybe you are looking for

  • Sound issues with Windows 7 running on Boot Camp

    Alright, so here's the deal. I used bootcamp to download XP a few days ago, and noticed that since we (a family member and myself) couldn't get any of the drivers for ethernet, etc, to work because we couldn't use internet, we decided to download Win

  • ITunes crashes every time I go to the store

    I'm running a G4 Mac Mini as my media server, which works great, but when I click on 'iTunes Store' in iTunes it almost loads but before finishing loading the screen iTunes crashes. This is a bare minimum Mac Mini setup running a fresh install of 10.

  • System with BI - XLMA Connector

    Hi All, I would like to use the BI Integration wizard in VC and as a pre-requisite I followed the below steps .. Creating a System with the BI-XLMA connector. 1.Created a System from par . 2.Selected “com.sap.portal.systems.BIUDI” 3.Chose “ SAP_BI_XM

  • Error message when good receive

    Hi boss: I am encountering the error message when I am doing goods receiving for production order,When I am choosing A01 goods receipt,R08 order,system gave me the error message said"The input field contains prohibited characters(already deleted) ,wh

  • Can i use ichat on my PC ?

    i have ipod touch 4g with ios 5.1. but it is  not always with me so i want to use ichat on windows pc. IS THAT POSSIBLE ! ! ! ! !