Can we take a backup of database pending?

Hello

Can we take backup of database pending when the don't use no DataGuard? If Yes, can I restore that backup of my primary database?

Oracle 11.2.0.3 Standard

Kind regards

Melo.

Rafael Melo says:

Jhon,

Thank you for your quick response. I just did not understand clearly what that means "not being able to depend on RMAN to follow...» ». Please, can you explain that?

OBS.: the first time that you intend to use on the eve of the database.

Kind regards

Melo - Br

Think of the RMAN Repository. How one will distinguish between files that are part of the primary and which are part of the manual standby? In a Data Guard environment, he can, because you can save all db_unique_names. You do not have this feature with an old manual.

Tags: Database

Similar Questions

  • Can I take a backup of the items in the playlist application Win8.1?

    I was 8.1 Overview on my RT Surface since the summer and have understand I'll lose my data when updating. Unfortunately, I have a number of unread items in the application of playlist I want to hang on, that is, I would like read after update from Thursday to the final RT. 8.1 of Windows is it possible to make a backup of the items in the playlist? Or do I have to write the URL by hand and enter again?

    Thank you!

    For me, the recorded content is inside the .appcontent-ms files located in this folder:

    C:\Users\shawn_000\AppData\Local\Packages\Microsoft.WindowsReadingList_8wekyb3d8bbwe\RoamingState\indexed

    I guess you could save this file RoamingState.

  • Backup of database

    Hello

    I take the backup of database using Oracle SQL Developer in windows, but I want a script that will backup and can copy to a different database? Please help me

    I take the backup of database using Oracle SQL Developer in windows, but I want a script that will backup and can copy to a different database?

    Use RMAN to take the backup of the database - so you can copy the backup to a different database.

    If you "want a script" then you must write the script yourself.

    What kind of help did you expect a person to provide?

  • Is make Journal required for backup of database hot and cold water?

    Hi Experts,

    Please explain--again it takes to backup of database hot and cold water?

    Thank you

    Did you backup managed user or RMAN backup. In RMAN backup, you only need logs archived. But in the cold backup managed user, you don't need the redolog also if the PB was properly arrested. Jut copy the DBF and controlfile and put it there to the target server and during the recovery of redolog files will be created automatically.

    Please note that the database must be correctly stopped before cold backup is taken.

  • I'm unable to take backup of database MS SQL clustered, while it uses in the live production server.

    Hi all

    I use my database cluster for my running app that sits on MS SQL.

    who uses many users both on the live production by many users at a time server.

    BUT I'm unable to perform an online backup of database and offline backup, I can't take as it uses on the live production server

    If anyone can help me for you even

    Thanking you

    Concerning

    Tarun Kaushik

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the Windows SQL Server Forums.

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

  • Is it possible to take backup of database of POS

    Is it possible to take a backup of POS data on disk or tape? Aims to save this database to a remote site so that if POS database gets corruput, VMs supported by VDP can be restored.

    Thank you

    Sanjeev

    Hello

    Welcome to the communities.

    Yes you can do it.

    http://www.VMware.com/in/products/vSphere-data-protection-advanced/features

  • Take backup of database...

    Hi all
    First of all, I do not know whether this question is appropriate in this field so sorry for this post.

    I want to take a backup of my database periodically and automatically I say a week at 05:00 every Sunday, is it possible?
    I searched the internet for several tutorials; There are 1000 of them :)
    My question that you trust. A poster of the reliable and proven to explanations of the backup links can.
    Thank you

    Published by: USS October 2, 2009 12:06 AM

    You can use the following tutorial that should be easy to adapt to your needs: http://www.oracle.com/technology/pub/articles/havewala-rman-grid.html

  • Take the backup of the user database using oracle forms 6i

    I need backup user database using oracle forms 6i. Is this possible?

    Yes.

    Try

    When press the button trigger

    DECLARE
        un                VARCHAR2(30);
        pw                VARCHAR2(30);
        db                VARCHAR2(30);
        con_str        VARCHAR2(100);
        --
        data_file    VARCHAR2(100);
        log_file    VARCHAR2(100);
        cmd_line    VARCHAR2(200);
        ALT NUMBER;
    BEGIN
        IF :CONTROL.file_name IS NULL THEN --- take a file location
            IF SHOW_ALERT('FILE_NAME') = ALERT_BUTTON1 THEN
                RAISE FORM_TRIGGER_FAILURE;
            END IF;
        END IF;
        --
        un    := GET_APPLICATION_PROPERTY(USERNAME);
        pw    := GET_APPLICATION_PROPERTY(PASSWORD);
        db    := GET_APPLICATION_PROPERTY(CONNECT_STRING);
        con_str    := un||'/'||pw||'@'||db;
        --
        data_file    := :CONTROL.file_name||'\'||un||
                                 TO_CHAR(SYSDATE, 'DDMMYYYY')||'.dmp';
    
        cmd_line    := 'exp userid='||con_str||' file='||data_file;
        HOST(cmd_line);
        --
    
        ALT:=SHOW_ALERT('MULTI_BACKUP');
        IF ALT=ALERT_BUTTON1 THEN
            RAISE FORM_TRIGGER_FAILURE;
        ELSE
            EXIT_FORM;
        END IF;
    
    END;
    
  • Can take us backup of external table using expdp

    Can take us backup of the external table using expdp, please suggest any doc.

    Thanks in advance.

    Yes, this works, see this example:

    http://www.Oracle.databasecorner.com/resource, 3950,data-movement-with-external-table-and-datapump.aspx

    Werner

  • Enterprise Manager for database pending?

    Hello

    Does make sense to have enterprise manager is installed on the server of database pending?

    I'm under 11 GR 2 on 64-bit Windows Server 2008R2. I have the primary database (pprd) on a server and backup server (pprd_dr0) on another server.

    I have not (yet) implemented grid control.

    After getting my database ensures working with protection data, there is no Enterprise Manager.  I have that sqlplus to administer it.  Is it wise for me to install the Business Manager on the standby database server? If I do this, wouldn't the patterns and then be out of sync from the primary database (sysman) for example, beating so part of the goal of having the database shall be identical to the primary?

    Or do people in general NOT install EM on the standby database server?

    Thank you

    Hello;

    "Does make sense to have enterprise manager is installed on the standby database server" No. you would only install the agent on the day before in most cases.  (After you commissioning EM of course if you want)

    If you are new to Data Guard running it with SQL for awhile and get the feel of it.

    Later, you can decide if you want to use Data Guard Broker or EM.

    Here's a query to analyze using SQL:

    http://www.Visi.com/~mseberg/data_guard/monitor_data_guard_transport.html

    Best regards

    mseberg

  • Problem with the current SNA on the database pending...

    Hello;

    A day ago I went on our main database on the eve of database, everything went well. But today when I checked current SNA for the two database, I saw that the two were different. and current SNA did not change on the standby database. What can cause this problem?

    some exits here when I tried to find the problem...

    on the primary database.

    SQL> select thread#, max(sequence#) from v$archived_log group by thread#;       
       THREAD# MAX(SEQUENCE#)
    ---------- --------------
             1            156 
    on the database pending;
    SQL> select thread#, max(sequence#) from v$archived_log  where applied='YES' group by thread#;
    
       THREAD# MAX(SEQUENCE#)
    ---------- --------------
             1            156 
    standby mode
    SQL> select LAST_CHANGE#, STATUS from V$STANDBY_LOG;
    
    LAST_CHANGE# STATUS
    ------------ ----------
         2927636 ACTIVE
               0 UNASSIGNED
               0 UNASSIGNED
               0 UNASSIGNED 
    standby mode
    SQL> select current_scn from v$database;
    
    CURRENT_SCN
    -----------
        2916773 
    on primary
    SQL> select current_scn from v$database;
    
    CURRENT_SCN
    -----------
        2927809
    Published by: Ecimen on 01:36 18.Eki.2012

    Published by: Ecimen on 01:47 18.Eki.2012

    SQL > change database recovery managed standby database disconnect from the session.

    modify the recovery of database managed standby database disconnect from the session
    *
    ERROR on line 1:
    ORA-01153: an incompatible media recovery is active
    >

    Most likely you had missed the log files from the backup site. You can check in question "select max(SEQUENCE#) from v$ loghist. Most likely old log files has not yet delivered to the main site backup site. Another simple method that you can do is stop tio watch db, and then start it as a mode of editing if you have 11 GR 2 db which should be enough. Oracle will automatically synchronized between primary and standby for you. If you can't wait, you can start the editing for db in waiting mode, then run the command "recover the database sleep until cancel;

  • backup remote database using rman

    Hi all

    I have a prod (11.1.0.6.0) servers on Windows 2003 R2 64 bit.

    Name of the server (PRODDB)

    I want to take rman backup of my client machine and also I want to save the backup in my client machine file itself rather save in the server machine.
    is it possible, and if 'YES' then can someone suggest me how can be possible?


    Thank you and best regards,
    John of Vikash

    Vikash Jain (trainee DBA) wrote:
    Hi all

    I have a prod (11.1.0.6.0) servers on Windows 2003 R2 64 bit.

    Name of the server (PRODDB)

    I want to take rman backup of my client machine and also I want to save the backup in my client machine file itself rather save in the server machine.
    is it possible, and if 'YES' then can someone suggest me how can be possible?

    Thank you best regards &,.
    John of Vikash

    If you are able to access the RMAN utility from your client machine and you are able to access the database (Production) target of your client machine, then you should be able to take backup of the client machine but backups would not be stored on the client computer. Backups are stored on the target server (PRODDB) only. Even if you try to take backups using the format specifier, the path is enabled on the target server and if not found, then RMAN throw out error.

    You must have a disk that is shared and accessible from your target server and the client computer.

    Refer to this http://arjudba.blogspot.com/2008/10/how-to-take-rman-backup-on-remote-disk.html

  • Oracle 10g on the backup of database offline of Windows Server - a few questions

    I want to make an offline Oracle backup every night. Please tell me what you think of my plan.

    First, run this batch file.
    Set oracle_sid = PLDG
    C:\oracle\product\10.2.0\bin\sqlplusw.exe/NoLog @c:\oracle\product\oradata\pldg\shutdb.sql
    C:\oracle\product\10.2.0\bin\oradim-arret-SID srvc - shuttype PLDG
    net stop OracleORADB10GTNSListenerPLDG

    It is the shutdb.sql script that calls the batch above.
    set echo on
    coil C:\oracle\product\oradata\pldg\shutdb.log
    connect /@pledgemaker as sysdba
    immediate stop
    spool off
    output

    .. .that must close the database.

    Now I copy the files as the following queries three pulls up to another server.
    SQL > select name from sys.v_$ datafile;

    NAME
    -----------------------------------------------------
    C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSTEM01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\UNDOTBS01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSAUX01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\DRSYS01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\ODM01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\TOOLS01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\USERS01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\XDB01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\MAILING01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\BO516_REP01. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA02. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA03. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX02. DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX03. DBF

    SQL > select Member of sys.v_$ logfile;

    MEMBERS
    -------------------------------------------
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01A. JOURNAL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01B. JOURNAL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02A. JOURNAL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02B. JOURNAL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03A. JOURNAL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03B. JOURNAL

    SQL > select name from sys.v_$ controlfile;

    NAME
    ---------------------------------------------
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL01. CTL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL02. CTL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL03. CTL


    After copying the above files, I want to start the database up.  I first run this batch file
    Set oracle_sid = PLDG
    net start OracleORADB10GTNSListenerPLDG
    C:\oracle\product\10.2.0\bin\oradim-demarrage-SID PLDG - starttype srvc, inst


    Then run this script.
    set echo on
    coil C:\oracle\product\oradata\pldg\startdb.log
    connect /@pledgemaker as sysdba
    startup
    spool off
    output


    -Is this comprehensive plan?
    -File names three queries above collect never change in the future? Or are they the same?
    -There are other files in the directory C:\ORACLE\PRODUCT\ORADATA\PLDG\, as TEMP01. DBF. I guess I ain't need to backup these files. Is this correct?



    Thanks a lot for your help!

    Edited by: DataHandle June 13, 2012 15:49

    Your plan is overperforming tasks, there is no need stop Windows Service database and the listening Service. You can take your backup without it.

    1) there are other files in the directory C:\ORACLE\PRODUCT\ORADATA\PLDG\, as TEMP01. DBF. I guess I ain't need to backup these files. Is this correct?

    (2) Yes, if a new file is added to your database, it will be automatically displayed by your queries.

    (3) Yes, you are right, there is no need to back up Temp files.

    Rgds,

    Ahmer

  • It is advisable to apply and take cold backup daily

    Dear all,

    It is advisable to stop the entire application and take a cold backup on a daily basis and start the application after taking the backup to cold every day.

    Please advice...

    Thanks in advance...

    It is advisable to stop the entire application and take a cold backup on a daily basis and start the application after taking the backup to cold every day.

    For a backup to cold, it is a good practice (if you can afford downtime). However, it is always recommended to have a backup hot for you do not have to kill the application/database, and in this case you can consider having a backup to cold at least once a week (depends on what changes you make to the application level).

    Please see the old discussion https://forums.oracle.com/forums/search.jspa?threadID=&q=Backup&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001 that deal with the subject backup -

    Thank you
    Hussein

  • Backup full database, backuing's up controlfile?

    Hello
    I'm on 8174
    is that enough to cold back up the database?


    stop immediately;
    bootable media;
    Run {}
    allocate channel t1 type 'SBT_TAPE ';
    Send "NB_ORA_POLICY =...";
    full backup in format "bk_ %%t U_" (data base);
    }

    or do I
    backup current controlfile;?

    I can see here http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76990/rmanconc.htm#436070

    This statement "a full backup is different from a full database backup, which is a backup copy of all the data files and the current control file."
    is this means
    full backup of database, backuing's up controlfile? (I think so) and restoring it requires any archivelogs? (I think not)


    Thank you very much

    Published by: user9145417 on August 25, 2010 16:42

    Yes, you will need to take backup of the backup control file.

Maybe you are looking for