The most basic RMAN implementation

Version: 10 gr 2

For my test db ora652, I need to use RMAN for backup and restore. The backup location is called NFS mounting
/dbbackup/ora652
I need to use the most basic RMAN implementation. I don't want to use a repository (customer RMAN) IE. I'm going to call the utility RMAN database the ORACLE_HOME to do.

Can anyone provide me the command configure RMAN to do this?


Here are my files
--datafiles
/u02/oradata/ora652/system01.dbf
/u02/oradata/ora652/undotbs01.dbf
/u02/oradata/ora652/sysaux01.dbf
/u02/oradata/ora652/users01.dbf
/u02/oradata/ora652/shp_tbs01.dbf

--temp files
/u02/oradata/ora652/temp01.dbf

--redo logs
/u02/oradata/ora652/redo01.log
/u02/oradata/ora652/redo02.log
/u02/oradata/ora652/redo03.log

--control files
/u02/oradata/ora652/control01.ctl
/u02/oradata/ora652/control02.ctl
/u02/oradata/ora652/control03.ctl

Hello
Is your database runn ing in ARCHIVELOG mode?

the details you have given it seems that is not, and in this case, you can use RMAN to perform a backup to cold.

You can use rman to resolve some persistent settings which is your backup location

DISK of TYPE DEVICE CONFIGURED CHANNEL format ' / dbbackup/ora652/%d_DB_%u_%s_%p';

then whenever you perform a backup, it will be written to this place

a simple cold backup script

run{
shutdown immediate;
startup mount;
backup database;
alter database open;
}

concerning

Alan

Tags: Database

Similar Questions

  • What is the most basic version of acrobat to use to create a doc file high quality PDFs

    What is the most basic version of acrobat to use to create a doc file high quality PDFs

    Acrobat Standard.

  • What is the best method to implement the communication client-server TCP/IP of multiples?

    I want to make a customer network and multiple server using the TCP/IP protocol.

    I have 30 remote wireless sensors to send data to a server with LabView.  This problem is corrected.

    The server has a router that communicates with the sensors and is connected to the PC via cable net.

    I want to find the way the most effective communication from the point of view of resources and, above all, the response speed of the system, because I want to update the screen as quickly as possible, to send more data per second of the sensors.

    I think I have (only?) two options:

    (* 1) open 30 simultaneous ports and process them in parallel to decode and display the data from each sensor.
    (* 2) using two loops: one to listen to new connections and the other to take the floor, placing them in the 'tail' and decoding and then each of them separately in order to display the data from each sensor. See http://www.ni.com/white-paper/3982/en/

    NOTE: at the moment I have only 4 sensors tested with method 1: it takes about 3 minutes to establish communication (why?), and then it works properly.

    What method would you recommend? Why?

    Thank you all in advance!

    I assume you mean to "Start Asynchronous Call. Which has been added to LV2011. If you are using an older version the method I posted above works fine. In fact, we always use this VI (Manager Spawn of connection, which is the one we wrote) in LV 2011 and 2012 LV.

    In fact I posted this library recently. You can find the code here. That the code implements a queue-based network. You can watch as an example of a server that generates handlers for each client that connects.

  • How cancel the installation of Win XP after the partition has been implemented

    Hello

    I put my pc in place and came to a point when I need to install the operating system. I went with XP because it's what I had at the time. I did the partition and restarted with a GUI screen pc and starts the installation. I came across some problems with drivers associated with SP1 here. I stopped, knowing I could get Win7 within a few days.

    Later I am OS Win7 and tried to install it, but the pc would start in the set up mode tries to install the XP. I tried to cancel when you start upward with F3 and ESC, but he would always go together to the top. Is it possible to cancel this be implemented despite the score. How can I access BIOS from here? Any help is very appreciated.

    Thank you!

    Proceed with the installation, I can't, I can't cancel it. Any suggestions?

    Use the two utilities below to create a CD bootable and then after booting from the CD, remove the XP partition.

    Partition Wizard Home Edition:
    http://www.partitionwizard.com/free-partition-manager.html
    Note: There is also a CD bootable or versions of the bootable Flash drive:
    CD
    : http://www.partitionwizard.com/partition-wizard-bootable-cd.html
    Flash player: http://www.partitionwizard.com/bootable-flash-drive.html
    Among the features and functions: create partition, Delete partition, Format partition,.
    A partition resize, move partitions, Partition recovery after an accidental deletion,
    Convert the partition, partition Explore, Hide partition,
    Change the drive letter, a partition active Set, Explorer (content display) of the partition.
    Note: To achieve any task using the "Operations pending" box at the bottom or top left.

    Alternative to Partition Wizard (a bit easier to use, but Partition Wizard and EASEUS have almost identical user interfaces)
    EASEUS Partition Master Home Edition (free):
    http://www.partition-tool.com/personal.htm
    Partition software ALL-IN-ONE and the most convenient hard disk partition manager Kit
    Includes Partition Manager, Disk & Partition copy Wizard and Partition MBR and GUID partition GPT disk recovery Wizard (table) on Windows 2000, XP, Vista, Windows 7 and Windows Server 2000/2003/2008 (32-bit and 64-bit).
    It allows users to resize/move Partition, drive system extend, copy Disk & Partition, Partition merge, Split Partition, redistribute free space, convert dynamic disk, convert disk GPT on the MBR, Partition Recovery and much more.

    J W Stuart: http://www.pagestart.com

  • migrate catalog basic rman 10.2 11.2

    My rman catalog is currently in a 10.2.0.4 IS based on Windows.

    I'm moving it to 11.2.0.4 SE on Linux.

    I thought at first it would be a simple the schema of the source expdp, impdp rman which target.

    The database is created. The user created "rman" and recovery_catalog_owner granted to him.

    Exported from the current catalog with "" expdp system / * directory = dpump dumpfile = exp_rmcat_catalog.dmp = logfile = exp_rmcat_catalog.log rman schemas "»

    "Copy the dump file to the new server and import with."

    Impdp ${localuser} / patterns$ {localpwd} = directory of rman dumpfile logfile = DPUMP = rmcat_import.log = ${dumpfile} table_exists_action = replace

    But in a second trial of the importation, he threw a lot of mistakes like

    ORA-39111: type of dependent object OBJECT_GRANT: "RMAN" ignored, basic VIEW object type: "RMAN". "' TSATT_V ' already exists

    OK, I understand that the 'table_exists_action"applies to the tables and objects not non-table.  I was a bit surprised to find non-table that the rman schema objects, but it occurs to me that since they are, and they come from a 10 g database, could it be questions their import in a an 11 g database?  Would I better off clean start, issuing a CATALOG to CREATE then import only tables?

    All of the databases being backed up with rman are 11.2.0.2 or 11.2.0.4.  The catalog rman itself is the last database 10g I.

    Ah, I forgot the IMPORT CATALOG command.

    So...

    create the rman schema owner in new catalog databsae

    create the catalog in the new database

    catalog import not unregister, a database at a time.

  • Performance of the queries in order to get the most recent price

    Happy new year everyone.

    I have a table of price in my system that has several awards for each product with the date, the price is entered into force.

    I have queries throughout the system to retrieve the most recent actual price for the date of the transaction.

    I can find to implement the easiest way is to have a user-defined function to collect the prize.

    My problem is that many of my questions have access to large amounts of data (for example, transactions) and my table of prices is also big enough - both have millions of records. Using a Pl/SQL function defined by the user in my query, I get a lot of switching context between SQL and PL/SQL and my questions are not well

    Here is an example of code, which simplifies my scenario:

    drop table xo_stock_trans;
    create table xo_stock_trans (item varchar2(25), trans_date date, quantity number(20,4));
    insert into xo_stock_trans values('A',TO_DATE('25-DEC-2014','DD-MON-YYYY'), 4);
    insert into xo_stock_trans values('A',TO_DATE('27-DEC-2014','DD-MON-YYYY'), -2);
    insert into xo_stock_trans values('A',TO_DATE('28-DEC-2014','DD-MON-YYYY'), 5);
    insert into xo_stock_trans values('B',TO_DATE('23-DEC-2014','DD-MON-YYYY'), 20);
    insert into xo_stock_trans values('B',TO_DATE('26-DEC-2014','DD-MON-YYYY'), -6);
    insert into xo_stock_trans values('B',TO_DATE('29-DEC-2014','DD-MON-YYYY'), 15);
    /
    -- Generate lots more data
    BEGIN
        -- Generate more trans dates
        for r in 1..1000
        LOOP
            insert into xo_stock_trans
            select item, trans_date - r - 7 as  trans_date, ROUND(dbms_random.value(1,50),2) as quantity
            from xo_stock_trans
            where trans_date between TO_DATE('23-DEC-2014','DD-MON-YYYY') AND TO_DATE('29-DEC-2014','DD-MON-YYYY')
              and item in ('A','B');
        END LOOP;
        COMMIT;
        -- generate more items
        for lt in 1..12 
        LOOP
            -- generate C,D, E, items
            INSERT into xo_stock_trans
            SELECT chr(ascii(item)+(lt*2)) as item, trans_date, quantity
            from xo_stock_trans
            where item in ('A','B');
            -- generate A1, A2, B1, B2, etc
            for nm in 1..10
            LOOP
                INSERT INTO xo_stock_trans
                select item || to_char(nm), trans_date, quantity
                from xo_stock_trans
                where length(item) = 1;
            END LOOP;
            COMMIT;
        END LOOP;
        COMMIT;
    END;
    /
    create index xo_stock_trans_ix1 on xo_stock_trans (item);
    create index xo_stock_trans_ix2 on xo_stock_trans (trans_date);
    exec dbms_stats.gather_table_stats(ownname =>user, tabname => 'XO_STOCK_TRANS' , estimate_percent => 100, degree => dbms_stats.auto_degree, cascade=>true);
    /
    
    
    drop table xo_prices;
    create table xo_prices (item varchar2(25), price_date date, gross_price number(20,4), net_price number(20,4), special_price number(20,4) );
    insert into xo_prices values ('A', to_date('01-DEC-2014','DD-MON-YYYY'), 10, 8, 6);
    insert into xo_prices values ('A', to_date('25-DEC-2014','DD-MON-YYYY'), 9, 8, 6);
    insert into xo_prices values ('A', to_date('26-DEC-2014','DD-MON-YYYY'), 7, 6, 4);
    insert into xo_prices values ('B', to_date('01-DEC-2014','DD-MON-YYYY'), 5.50, 4.50, 3);
    insert into xo_prices values ('B', to_date('25-DEC-2014','DD-MON-YYYY'), 5.00, 4.00, 3);
    insert into xo_prices values ('B', to_date('26-DEC-2014','DD-MON-YYYY'), 3.50, 2.50, 2);
    /
    -- Generate lots more data
    BEGIN
        -- Generate more price dates
        for r in 1..1000
        LOOP
            insert into xo_prices
            select item, price_date - r - 7 as  price_date,gross_price, net_price, special_price
            from xo_prices
            where price_date between TO_DATE('23-DEC-2014','DD-MON-YYYY') AND TO_DATE('29-DEC-2014','DD-MON-YYYY')
              and item in ('A','B');
        END LOOP;
        COMMIT;
        -- generate more items
        for lt in 1..12 
        LOOP
            -- generate C,D, E, items
            INSERT into xo_prices
            SELECT chr(ascii(item)+(lt*2)) as item, price_date, gross_price + (lt*2), net_price + (lt*2), special_price + (lt*2)
            from xo_prices
            where item in ('A','B');
            -- generate A1, A2, B1, B2, etc
            for nm in 1..10
            LOOP
                INSERT INTO xo_prices
                select item || to_char(nm), price_date, gross_price, net_price, special_price
                from xo_prices
                where length(item) = 1;
            END LOOP;
            COMMIT;
        END LOOP;
    END;
    /
    
    create index xo_prices_ix1 on xo_prices (item, price_date);
    exec dbms_stats.gather_table_stats(ownname =>user, tabname => 'XO_PRICES' , estimate_percent => 100, degree => dbms_stats.auto_degree, cascade=>true);
    /
    
    create or replace function xo_get_price(I_Item in VARCHAR2, I_Date in DATE, i_Price_type IN VARCHAR2) RETURN NUMBER
    IS
        -- Function to get most recent effective price prior to the date
        CURSOR c_get_prices(P_Item VARCHAR2, P_Date VARCHAR2)
        IS
        SELECT gross_price, net_price, special_price
        FROM XO_PRICES
        WHERE item = P_Item
         AND price_date <= P_Date
        ORDER BY price_date desc; -- most recent price
        
        l_gross_price NUMBER(20,4);
        l_net_price NUMBER(20,4);
        l_special_price NUMBER(20,4);
    BEGIN
        OPEN c_get_prices(I_Item, I_Date);
        FETCH c_get_prices INTO l_gross_price, l_net_price, l_special_price;
        CLOSe c_get_prices;
        
        IF I_Price_Type='GROSS' then return l_gross_price;
        ELSIF I_Price_Type= 'NET' then return l_net_price;
        ELSIF I_Price_Type= 'SPECIAL' then return l_special_price;
        END IF;
    END xo_get_price;
    /
    
    -- Here is a typical query I am trying to perform
    select tr.item, tr.trans_date, tr.quantity
        , xo_get_price(tr.item, tr.trans_date, 'GROSS') as gross_price
        , xo_get_price(tr.item, tr.trans_date, 'NET') as net_price
        , xo_get_price(tr.item, tr.trans_date, 'SPECIAL') as special_price
    from xo_stock_trans tr
    where tr.trans_date between '01-AUG-2014' and '31-AUG-2014';
    

    I would like to refactor my request so that I do not use the user Pl/SQL functions, but so far I can't get something that works better than the SQL above. For example, the following query is MUCH longer:

    select tr.item, tr.trans_date, tr.quantity
        , pr.gross_price
        , pr.net_price
        , pr.special_price
    from xo_stock_trans tr
    join xo_prices pr on pr.item = tr.item
                    and pr.price_date = (select max(pr2.price_date)
                                         from xo_prices pr2
                                         where pr2.item = pr.item
                                           and pr2.price_date <= tr.trans_date
                                         )
    where tr.trans_date between '01-AUG-2014' and '31-AUG-2014';
    

    I'm interested to know if anyone has addressed a similar scenario and have managed to write more efficient code.

    I looked at the determinism/manual caching of the function, but the article/date combinations are quite unique and therefore he does not benefit from him.

    Any suggestion under review - parallelism, analytical, pipeline functions, etc.

    Alan

    Hi, Alan.

    Alan Lawlor wrote:

    ...

    My problem is that many of my questions have access to large amounts of data (for example, transactions) and my table of prices is also big enough - both have millions of records. Using a Pl/SQL function defined by the user in my query, I get a lot of switching context between SQL and PL/SQL and my questions are not well...

    You got that right!  User-defined functions can be very practical, but this practice comes with a price.

    What version of Oracle are you using?  The Oracle 12, there is a new feature of 'temporal validity' which may help you.

    In any version, it will be much faster if you add a new column to the xo_prices table.  You can call this end_date, although it would in fact be the date when some other prices took effect.  You might put DATE' 9999-12-31 in the column end_date for current prices.  You can calculate end_date using the analytical function of LEAD.  Be sure to re-calcluate end_date when you insert new rows into xo_prices, or when you update the dates on existing lines.

    Once you have PRICE_DATE and end_date in the XO_PRICES table, you can join this table to get the real price from d by including

    AND d > = xo_prices.price_date

    AND d< >

    in the join condition.

    In some situations, especially when you don't have much different (item, dates) combinations, scalar-sub-queries could be faster than joins.

    Whatever it is, it participates without PL/SQL, so there is no context switching.

  • Updating the DB via RMAN

    Hello

    I'm refreshing the db with RMAN, somehow restore failed between the two. I want to know, if I rerun the refresh script, wheather he will restore the db all or it will skip previously find him DFs.

    I used the command DUPLICATE of the basic TARGET for DATA...

    Concerning
    Ashutosh

    RMAN is very smart.

    Duplicate database ignores files that already have the correct RCS.
    No matter how many times abandon you the duplicate database: it will work.

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • which package is the most imortant among peoplesoft software?

    I want to be a programmer of PeopleSoft, I understand SQR (I used to use Hyperion System), and I want to install in my laptop peoplesoft software, which is the basic software should I install everything first? Since there are too many packages from peoplesoft, I do not know what is the most important staff and base, should I learn first? What is PeopleSoft Enterprise Performance Management? Please advise, thank you!

    Install the platform of database, and you then install the database of the system of PeopleTools. Then, install the PeopleTools local client to access the App Designer.

    As a starting point, you should just learn the toolset and worry for specific applications. All modules are built using the Toolbox. You will need to configure a PIA environment before learning App Engine yet this can happen without specific modules.

    Once you know the set of tools depends on the modules you want to learn. By project costing are a basic module which is good to know that it is used by most applications.

  • WITH THE HELP OF RMAN BACKUP CATALOG

    Hello...

    I INTEND TO TAKE THE "ORCL" DATABASE BACKUP USING THE CATALOGUE. FIRST, I CREATED A DATABASE USING DBCA NAMED "RMAN". NOW, IN THE FLASH RECOVERY AREA, I'LL HAVE TWO FOLDERS "ORCL" AND "RMAN".

    MY QUESTION IS THAT... I HAVE USED WITH RMAN CATALOG AND TOOK THE GAME TO FULL DATABASE BACKUP AS BACKUP... BUT THE BACKUP SET WAS PLACED IN

    E:\oracle\product\10.2.0\flash_recovery_area\ORCL\BACKUPSET\2009_07_29\O1_MF_NNNDF_FULLBACKUP_5703B10H_. BKP

    I WANT TO KNOW WHEN I USE CATALOG RMAN DATABASE AS WHY IT IS IMPLEMENTED BACKUP ORCL...?
    SO WHAT'S THE CHANCE OF CREATING A SEPARATE DATABASE "RMAN". ?
    SEPARATE RMAN DATABSE IS JUST FOR CREAT CATALOG, THEN THE REGISTRY ORCL IN THIS CATALOG DATABASE?

    THANKS FOR REPLYING...

    I TOOK THE BACKUP AS BELOW...


    ............................................... RMAN DATABASE...

    C:\Documents and Settings\Vortex > set oracle_sid = rman

    C:\Documents and Settings\Vortex > sqlplus / as sysdba

    SQL * more: Release 10.2.0.1.0 - Production on sea 29 Jul 11:31:20 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    SQL > create user identified by human rman
    * 2 default tablespace users *.
    * 3 tablespace temporary temp *.
    * 4 account unlock; *
    Created by the user.

    SQL > grant connect, resource, recovery_catalog_owner to rman;
    Grant succeeded.

    SQL > change the quota of rman to unlimited user on the users;
    Modified user.

    SQL > exit
    Disconnected from the database to Oracle 10 g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    C:\Documents and Settings\Vortex > rman@rman catalog rman

    Recovery Manager: Release 10.2.0.1.0 - Production on sea Jul 29 11:33:08 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.

    Catalog database recovery password:
    connected to the recovery catalog database

    RMAN > create catalog.
    Recovery catalog created.



    ............................................... ORCL DATABASE...

    Microsoft Windows XP [Version 5.1.2600]
    Copyright (C) 1985-2001 Microsoft Corp.

    C:\Documents and Settings\Vortex > set oracle_sid = orcl

    C:\Documents and Settings\Vortex > rman@rman for catalog rman target /.

    Recovery Manager: Release 10.2.0.1.0 - Production on sea Jul 29 11:37:10 2009
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    connected to target database: ORCL (DBID = 1221198182)
    Catalog database recovery password:
    connected to the recovery catalog database

    RMAN > register database;

    registered in the recovery catalog database
    from full resynchronization of the recovery catalog
    full complete Resync

    RMAN > show all.

    RMAN configuration parameters are:
    CONFIGURE REDUNDANCY 1 RETENTION STRATEGY; # by default
    CONFIGURE BACKUP OPTIMIZATION # by default
    SET UP DEFAULT DISK DEVICE TYPE; # by default
    CONFIGURE CONTROLFILE AUTOBACKUP # by default
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO "%F" # by default
    SET UP THE DEVICE TYPE DISK PARALLELISM 1 BACKUP BACKUPSET TYPE; # by default
    CONFIGURE BACKUP OF DATA TO DISK FILE TYPE DEVICE TO 1; # by default
    CONFIGURE BACKUP ARCHIVELOG FOR DEVICE TYPE DISK TO 1; # by default
    CONFIGURE MAXSETSIZE TO UNLIMITED; # by default
    CONFIGURE ENCRYPTION OF DATABASE # by default
    CONFIGURE THE ENCRYPTION ALGORITHM "AES128"; # by default
    CONFIGURE THE NONE ARCHIVELOG DELETION POLICY; # by default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO ' E:\ORACLE\PRODUCT\10.2.0\DB10G\DATABASE\SNCFORCL. ORA'; #

    RMAN > CONFIGURE CONTROLFILE AUTOBACKUP ON;

    new RMAN configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration settings are stored successfully
    from full resynchronization of the recovery catalog
    full complete Resync

    RMAN > outline report;

    Report of the database schema

    List of permanent data files

    Size (MB) Tablespace RB segs Datafile file name

    1 470 SYSTEM YES E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01. DBF
    2 25 UNDOTBS1 E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01 YES. DBF
    SYSAUX 3 230 NO E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01. DBF
    4 5 USERS WITHOUT E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01. DBF

    List of temporary files

    File Size (MB) (MB) Maxsize Tempfile Tablespace name

    1 E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\TEMP01 20 TEMP 32767. DBF


    RMAN > run
    * 2 > {allocate channel ch1 type disk; *}
    * 3 > backup database tag = BACKUP; *
    * 4 > release channel ch1. *
    {* 5 >} *.


    allocated channel: ch1
    channel ch1: sid = 148 devtype = DISK

    From backup 29 July 09
    channel ch1: starting full datafile backupset
    channel ch1: specifying datafile (s) in backupset
    input datafile fno = 00001 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01. DBF
    input datafile fno = 00003 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01. DBF
    input datafile fno = name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01 00002. DBF
    input datafile fno = 00004 name=E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01. DBF
    channel ch1: starting piece 1 to 29 July 09
    channel ch1: finished piece 1 to 29 July 09
    room handle=E:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2009_07_29\O1_MF_NNNDF_FULLBACKUP_570
    3B10H_. Tag BKP = BACKUP comment = NONE
    channel ch1: complete set of backups, time: 00:01:38
    Backup finished in 29 July 09

    From control file and SPFILE Autobackup 29 July 09
    room handle=E:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\ORCL\AUTOBACKUP\2009_07_29\O1_MF_S_693489105_5703F5L
    K_. Comment BKP = NONE
    File control finished and Autobackup SPFILE to 29 July 09
    output channel: ch1.

    RMAN >

    Published by: Muhammad.Usman on July 28, 2009 23:01

    You can also take your backups without a recovery catalog database. The additional advantage of using a database to catalog vs using the controlfile as repository (default average) target is essentially
    >
    RMAN automatically manages backup metadata in the database control file is saved. To protect and maintain metadata backup for long periods of time, the RMAN Repository is created in a separate database. This repository is generally referred to as a catalog of recovery. The benefits of using a catalog of recovery include:

    *

    Stores long-term backup information
    *

    Store the metadata for multiple databases
    *

    Restore a backup available on another system

    Another reason to use a recovery catalog is the limited size of the target database control file. If the control file is too small to contain additional metadata from backup, then the existing backup information are crushed, making it difficult to restore and recover using these backups.
    >

    of http://download.oracle.com/docs/cd/B19306_01/server.102/b25159/configbp.htm#CHDBCHAC

    Kind regards
    Uwe

    http://uhesse.WordPress.com

  • Need help get data with the most recent date of entry into

    Hey guys;

    I need help with fine tuning a query to get the one with the most recent implementation.

    Here's my current query:

    /**********************************************
    Select sge.seal_group_id,
    SGE.equipment_id,
    SGE.effective_date
    of seal_group_equipment EMS.
    seal_group sg
    where equipment_id = 48801
    AND EMS. SEAL_GROUP_ID = SG. SEAL_GROUP_ID
    and sge.end_date is null
    Group of sge.equipment_id, sge.seal_group_id, sge.effective_date
    After having sge.effective_date = max (sge.effective_date)

    ******************************************************/

    Which produces the following results:
    SEAL_GROUP_ID - EQUIPMENT_ID - EFFECTIVE_DATE
    25-48801 - 01/01/1993-00: 00:00
    11730-48801 - 22/08/2003 08:42:11


    What I really need, is to show only the line with the most recent date of entry into
    I hope someone can help
    Thank you

    MAX will not work because the SEAL_GROUP_ID could depart. I would say analytical:

    select seal_group_id,
    equipment_id,
    effective_date
    from (
    select sge.seal_group_id,
    sge.equipment_id,
    sge.effective_date,
    RANK() over (partition by equipment_id order by effective_date desc) r
    from seal_group_equipment sge,
    seal_group sg
    where equipment_id = 48801
    AND SGE.SEAL_GROUP_ID = SG.SEAL_GROUP_ID
    and sge.end_date is null)
    where r = 1;
    

    Keep in mind if two records have the same effective_date, they would both appear.

    Note: query above has not been tested, since there is no script provided.

  • The use of the battery has increased since the update to ios 10. Also, why can not disable the voice command. It's the most boring on the new update.

    The use of the battery has increased since the update to ios 10. Also, why can not disable the voice command. It's the most boring on the new update.

    Depending on what you mean by "voice command", either:

    Settings / general / accessibility / VoiceOver / OFF, or

    Settings / Siri / OFF

    As for your use of the battery, you can check what app pulls most of its use in the settings / battery.  A new version of the app is sometimes problematic, not necessarily iOS or iPhone.  If you see a unusual % of use of a particular application, or force-to leave it removal/reinstalling it or remove it until an update comes.  If anything seems unusual, it might be a problematic installation of iOS, in which case, you could backup your iPhone and restore it:

    Restore your iPhone, iPad or iPod touch from a backup - Apple Support

  • I did the most recent iOS 10 updated, just heard on the news that Yahoo has been hacked.  I changed my Yahoo email but can't find the field to change on my devices.  It is simply not there, what is happening?

    I did the most recent iOS 10 updated, just heard on the news that Yahoo has been hacked.  I changed my password to Yahoo mail but can't find the field to change the password on my devices.  It is simply not there, what is happening?

    For some reason any change automatically if change you it online. Today, I changed my password through my office and I went to change the mail and she had already changed.

    You can try to delete your account your unit off and add it again.

  • Try to add a page to a pages document. It worked until now but just finished page 13 with text and photos and cannot add another page, using macbook pro with El Capitan and the most recent version of the Pages.

    Try to add a page to a pages document. It worked until now but just finished page 13 with text and photos and cannot add another page, using macbook pro with El Capitan and the most recent version of the Pages.

    You have placed your beam to insert at the end of your text on page 13 and then apply Insert menu: Page Break? In the v5.6.2, Pages I just add a new page to a section of four pages to this approach.

  • Why Apple Watch cannot show the heart rate all implement open outdoor execution on?

    Why Apple Watch cannot show the heart rate all implement open outdoor execution on?

    Technical data has shown that he can do, but in fact can not?

    It is not good advertising. During the race I'm not for the convenience of drag any function. It is wet.

    This link should help you your heart rate. What it means, and where on Apple Watch you will find. -Apple Support

  • Verifying plugins to make sure that I have the most up to date, I'm not having any luck all do is just turning a black circle?

    Verifying plugins to make sure that I have the most up to date, I'm not having any luck all do is just turning a black circle?

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    • Put yourself in the DEFAULT theme: Firefox/tools > Modules > appearance
    • Do NOT click on the reset button on the startup window Mode safe

Maybe you are looking for