Attribute ext wrap database output Formulation

Hello

As we all know that ext attributes that are defined as "is Distinct' used in the specification of entry will be wrapped in the production base of formulation.

Can you get it someone please let me know if all custom sections that are part of the entry-level equipment will roll up in the output database?

If so what would be the criteria for the custom sections be rolled-in an output formulation base?

We use version 6.1.1.5

Please let me know

Thank you

Mani

Hi Mathieu,

for the custom section, EAs only on the custom Section with tag 'Attribute of design is' and 'Stands out' check box selected will be deployed until exit and it will not remain as CS format, it will be in the extended attributes section. You can learn more about Oracle® Agile Product Lifecycle Management for process specification Global Management User Guide.

Thank you

Jessie

Tags: Oracle Applications

Similar Questions

  • the database output formatting

    I have entered in a database in three separate fields, the day, month and year. The month and day fields are (2) tank and the year is int (4). When the data were entered into the database, the days and the months have been entered as single digits, for example, if the day was the 6th, she was listed as 6. If the day was the 10th, she was listed as 10.

    I try to format the output in the repeating region of uniform width and I would add a 0 to any day or month field has only 1 digit, so that the result would be formatted as on 04/06/2005 instead of the 04/06/2005. I already understood how to reach the three fields with / between the fields.

    Is there a formula which is applied on the ground to put a 0 in front of single digit?

    Thank you.

    Sorry, this is PHP.

    Still, I would like to know how do for the future, but for this particular problem, I came across a solution.

    In the mysql itself database (phpMyAdmin), I changed the day and the month of char (2) to int (2) and then set the unsigned zerofill attributes. It then displays 6 06.

    Miriam

  • Cannot access the context Menu to add input/output formula node

    It is a weird problem. I can't access the menu shortcut in the node of the formula. I right click on the border, nothing happens. Someone at - it will meet it before? Is there another way to add entries and exits?

    I'm running Vision Builder AI and want to use a formula node in my calculator.

    Found.

    In the configuration settings, there is an entry that is default 'hideBDPopupMenus = True'... changed to false and the menu pop.

    Thanks for your help.

    Josh

  • Is it possible to create a Dimension attribute in a database of the ASO?

    When I create the parent of the initial attribute and try to save the outline, it gives me an error that I need to associate the dimension of the attribute to the dimension of the base. So I go to my Member of L0 but the associations tab is grayed out. Any ideas if it's possible to create? Thank you!

    Okay, you do that.
    1. create the dimension of the attribute
    2. click on the basis dimesnion
    3 right-click on the DIMENSION NAME and select Edit properties
    4. click on the attributes tab. You should see a list of the dimensions of the attribute
    5. once the dimension is associated with the base dimension, you can assign attributes to members

  • the difference between the intermediate process and materials first in BCP formulation?

    I do not understand the difference between the intermediate process and materials first in BCP formulation. could you give me an example to show the difference?

    The intermediate process - questions all the specifications that are used in the

    current specification.

    Raw - questioned the level of material first in the hierarchy.

    Hello Terry,

    It is used in the screen output Formulation based PCA. You can configure different PCA rule which is available in formulating exit point BOM, then when you start a screen of PCA in the base of the exit, you will see this rule.

    And the difference between the intermediate process and raw in PCA, let me explain with an example, I have a configuration hierarchy as below:

    OutputA

    A formulation

    Material X

    Output B

    Formula B

    Material M

    Material N

    If I select the output B in formulating A framework, and when I run a screen of PCA in the base of the output, I have three options:

    High level - it allows to extract A output attributes as PCA review the settings;

    Intermediate processes - it to retrieve attributes material X and B output like BCP review the settings;

    Raw - it will extract attributes of material X, output B, M and N of material material as PCA review the settings.

    I hope this helps.

    Thank you

    Jessie

  • Problem with output report layout

    Hi friends,

    This isn't problem Oracle D2K. ;)

    I did a report in Oracle PL/SQL. And, when I spool the data he fragments he came out in several lines. Despite I took in charge of the issues.

    Now, let me explain->

    I used a function in pipeline and store the result using the command of the coil.

    What I found strange, this is the type of object that is a clob data type is split in fact lines after 80 characters as in the case of string, it continues to 4000 characters.

    Now, in my solution, ordering channels made big role as all the lines indicate a different meaning and so pinched the data accordingly.

    I did a small test in that regard, and I am paste here that - because I am not allowed to post here my original due to the policy of the company code.
    scott>select * from v$version;
    -----------------------------------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    
    Elapsed: 00:00:00.18
    scott>
    
    scott>create table clob_dummy
      2     (
      3       cola clob
      4     );
    
    Table created.
    
    Elapsed: 00:00:04.40
    scott>
    
    scott>insert into clob_dummy values('&clb');
    
    Enter value for clb: Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio pokdnebtt, gkhohphpdj
    dbs wmqksxnd - kfnfdkdldkdkdkdkdkdkdkdkdbdsjgdvj h geg.jv ehh  shgghsga wshkwlsgsdklghlahgkh lahgkas
     lhks  kglaks gksh a
    old   1: insert into clob_dummy values('&clb')
    new   1: insert into clob_dummy values('Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio po
    
    1 row created.
    
    Elapsed: 00:00:00.08
    scott>
    scott>commit;
    
    Commit complete.
    
    Elapsed: 00:00:00.01
    scott>
    scott>select * from clob_dummy
      2  ;
    
    COLA
    --------------------------------------------------------------------------------
    Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio pokdnebtt, gkhohphpdjd
    
    Elapsed: 00:00:00.27
    scott>set long 400000
    scott>
    
    scott>set lin 2000    ---- As you can see i've set the linesize to 2000
    
    
    scott>
    scott>set serveroutput on
    scott>
    scott>
    scott>select * from clob_dummy;
    
    COLA
    --------------------------------------------------------------------------------
    Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio pokdnebtt, gkhohphpdjd
    bs wmqksxnd - kfnfdkdldkdkdkdkdkdkdkdkdbdsjgdvj h geg.jv ehh  shgghsga wshkwlsgs
    dklghlahgkh lahgkas lhks  kglaks gksh a
    
    
    Elapsed: 00:00:00.11
    scott>
    scott>
    scott>select length(cola) res from clob_dummy;
    
           RES
    ----------
           199
    
    Elapsed: 00:00:00.08
    scott>insert into clob_dummy values('&clb')
      2  ;
    Enter value for clb: ssjfsjgskjhghsgskgkksl hgeldhldlkskhdlk dklhkdlkhlkdlhdkfhldkhkhdkhkdhkdhkdkhkl
    hkddkhdkhdkl djhlkdkhdhkshlkd dkhdkhldsjhkslhjd eutywe 398863694 i230e ehgd ehglegighsihdlk eltiweyt
    ilhdhgehgisehbkd 
    old   1: insert into clob_dummy values('&clb')
    new   1: insert into clob_dummy values('ssjfsjgskjhghsgskgkksl hgeldhldlkskhdlk dklhkdlkhlkdlhdkfhld
    
    1 row created.
    
    Elapsed: 00:00:00.03
    scott>
    scott>commit;
    
    Commit complete.
    
    Elapsed: 00:00:00.08
    scott>
    scott>select * from clob_dummy;
    
    COLA
    --------------------------------------------------------------------------------
    Enter value for clb: gfhjtuioep mnhjkie rt-hlospd. ngktio pokdnebtt, gkhohphpdjd
    bs wmqksxnd - kfnfdkdldkdkdkdkdkdkdkdkdbdsjgdvj h geg.jv ehh  shgghsga wshkwlsgs
    dklghlahgkh lahgkas lhks  kglaks gksh a
    
    ssjfsjgskjhghsgskgkksl hgeldhldlkskhdlk dklhkdlkhlkdlhdkfhldkhkhdkhkdhkdhkdkhklh
    kddkhdkhdkl djhlkdkhdhkshlkd dkhdkhldsjhkslhjd eutywe 398863694 i230e ehgd ehgle
    gighsihdlk eltiweytilhdhgehgisehbkd
    
    
    Elapsed: 00:00:00.11
    scott>
    scott>
    
    ----- Still it is breaking the line after 80 characters. 
    Why is this it is break line after 80 characters? Alternatively, where I'm missing?

    But when I changed the varchar2 data type, it is good way.

    May I know what is the reason? Then I fixed using the clob data type? Or will I have to change to varchar2? Because, I need only single record line (any size is - this - but of course oracle time) when I wrap the output to a file.

    Please share your thoughts with me.

    Thank you.

    It may be related to longchunksize SQL layout * more. Have you tried a similar to your set linesize value assignment:

    set longc 2000
    

    It can also be bound to the version of SQL * more you use. I notice some differences between sqlplus (command line version) and sqlplusw (the windows gui version)

  • Flag assigned in the MySQL database

    Hi all

    In the FMS database, how can we check if the server is running. This flag is attributed in the database which reflects the active State in console FMS?

    I'd start probably with "select count (*) from alarm_alarm" as a direction for study.  This isn't a solution tested, a hint.

    This is the extract 'Check number alarm Rows', useful to solve certain types of performance issues.

    Given that the alarms are always being added, if none are added in the cycle of 1 (usually 5-10 min) data collection, there is something wrong.  Could be something simple like all the rules that are disabled, but in a production environment, the most likely cause would be that the FMS is down.

    Stored in the base of most things are unusable from the outside of the FMS, but it could be relatively safe to use.  I can't emphasize enough the extreme danger in allowing anyone to access the FMS database directly from the outside of the FMS.

    For those of you who have not seen this script (which I wrote no-WARNING):

    Import groovy.sql.Sql;

    import com.quest.nitro.service.util.JDBCHelper;

    msg = new StringBuilder();

    try {}

    SQL = new Sql (JDBCHelper.getDataSource ());

    Msg. Append ("alarms table Count: \n")

    Msg. Append (sql.rows ("select count (*) from alarm_alarm"));

    } catch (Exception ex) {}

    Msg. Append ("exception" + ex);

    }

    Return msg.toString ();

  • DUPLICATE TAPE BACKUP DATABASE


    Hello

    I wonder if someone can help me. My environment is Linux, and the Oracle version is 11.2.0.3.0. I'm trying to clone a database from one server to another by using a tape backup (no database). I implemented the appropriate TNS entries, so that the two systems can communicate. I created a password file and a PFILE in the destination server, and I started upward (NOMOUNT) of the instance.

    Initially, I tried the operation from the destination server; I received the error message such as: RMAN-06100: no channel to restore a backup or a copy of the data file 11

    Suspecting that the destination server have not may not be the level of appropriate access to the MLL, I tried the operation from the source server.

    But I am getting: RMAN-06101: no channel to restore a backup or a copy of the control file

    Source database: MM1

    (Cloned) database of destination: MBA

    RMAN script

    ------------------

    target connection.
    connection Assistant sys/***@MBA

    Run {}
    allocate channel 'dev_01' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_02' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_03' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_04' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    Disc CHANNEL AUXILIARY ALLOCATE c1 TYPE of AIRCRAFT;
    up to the time "to_date('14-aug-2013:16:20','dd-mon-YYYY:hh24:mi')";
    DUPLICATE THE MBA NOFILENAMECHECK TARGET DATABASE;
    output channel c1;
    release the string "dev_01";
    release the string "dev_02";
    release the string "dev_03";
    release the string "dev_04";
    }

    Journal:

    ------

    Recovery Manager: release 11.2.0.3.0 - Production Fri Aug 15 11:27:24 2013

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    RMAN >
    RMAN >
    connected to target database: MM1 (DBID = 1713891644)

    RMAN >
    connected to the auxiliary database: MBA (unassembled)

    RMAN >
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > > > > > > 18 17 16 15 14 13 >
    using the control file of the target instead of recovery catalog database
    allocated channel: dev_01
    channel dev_01: SID = 188 device type = SBT_TAPE
    channel dev_01: A.06.20/PHSS_42081/PHSS_42082/DPSOL_00448/DPLNX_ Data Protector

    allocated channel: dev_02
    channel dev_02: SID = 17 device type = SBT_TAPE
    channel dev_02: A.06.20/PHSS_42081/PHSS_42082/DPSOL_00448/DPLNX_ Data Protector

    allocated channel: dev_03
    channel dev_03: SID = 191 device type = SBT_TAPE
    channel dev_03: A.06.20/PHSS_42081/PHSS_42082/DPSOL_00448/DPLNX_ Data Protector

    allocated channel: dev_04
    channel dev_04: SID = 31 device type = SBT_TAPE
    channel dev_04: A.06.20/PHSS_42081/PHSS_42082/DPSOL_00448/DPLNX_ Data Protector

    allocated channel: c1
    channel c1: SID = 161 type device = DISK

    executing command: SET until clause

    From duplicate Db 15 August 13

    content of Script memory:
    {
    clone of SQL "create spfile from memory";
    }
    execution of Script memory

    SQL statement: create spfile memory

    content of Script memory:
    {
    clone to stop immediately;
    startup nomount clone;
    }
    execution of Script memory

    Instance Oracle to close

    connected to the auxiliary database (not started)
    Oracle instance started

    Total System Global Area 6631034880 bytes

    Bytes of size 2240744 fixed
    2315259672 variable size bytes
    Buffers data 4294967296 bytes
    Redo buffers 18567168 bytes
    allocated channel: c1
    channel c1: SID = 11 type of device = DISK

    content of Script memory:
    {
    until the SNA 208772810.
    clone of SQL 'alter system set = db_name
    "MM1" comment =
    ' Modified by RMAN duplicate "scope = spfile;
    clone of SQL 'alter system set db_unique_name =
    "MBA" comment =
    ' Modified by RMAN duplicate "scope = spfile;
    clone to stop immediately;
    Start clone force nomount
    Restore controlfile primary clone;
    change the clone database mount;
    }
    execution of Script memory

    executing command: SET until clause

    SQL statement: change the system db_name set = comment "MM1" = "modified by RMAN duplicate" scope = spfile

    SQL statement: alter system set db_unique_name = comment "MBA" = "modified by RMAN duplicate" scope = spfile

    Instance Oracle to close

    Oracle instance started

    Total System Global Area 6631034880 bytes

    Bytes of size 2240744 fixed
    2315259672 variable size bytes
    Buffers data 4294967296 bytes
    Redo buffers 18567168 bytes
    allocated channel: c1
    channel c1: SID = 160 type device = DISK

    From restoration to August 15, 13

    output channel: dev_01
    output channel: dev_02
    output channel: dev_03
    output channel: dev_04
    output channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Db in dual at 15/08/2013 11:28:44
    RMAN-05501: abandonment of duplicate target database
    RMAN-03015: an error has occurred in the script stored memory Script
    RMAN-06026: some targets not found - abandonment of restoration
    RMAN-06101: no channel to restore a backup or a copy of the control file

    RMAN >
    RMAN >

    Complete recovery manager.

    I finally understood what was wrong with my approach. I had missed a bit in the literature: the definition of AUXILIARY channel should be the same as that used for the backup. Of course, RMAN normally does you not clear in its mystical error messages.

    In addition, according to the document, it's a good idea to create a SPFILE in the auxiliary instance. I did it.

    Therefore, in my case, the same channels as those used for backups on tape. So is the syntax I used successfully:

    target connection.
    connection Assistant sys/***@MBA

    Run {}
    allocate channel 'dev_01' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_02' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_03' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    allocate channel 'dev_04' type 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    ALLOCATE AUXILIARY CHANNEL aux1 DEVICE TYPE 'sbt_tape '.
    parms ' ENV = (OB2BARTYPE = SAP, MM1, OB2BARLIST = WYC_CENTRICA_wycvlsapx115_SAP_MM1_ON_Weekly = OB2APPNAME), SBT_LIBRARY = / opt/omni/lib/libob2oracle8_64bit.so ';
    up to the time "to_date('15-aug-2013:12:30:46','dd-mon-YYYY:hh24:mi:ss')";
    DUPLICATE THE MBA NOFILENAMECHECK TARGET DATABASE;
    output aux1 channel;
    release the string "dev_01";
    release the string "dev_02";
    release the string "dev_03";
    release the string "dev_04";
    }

    To improve the programming of schedules, the next time I can increase the number of auxiliary channels. I need to know how many tape drives, I have at my disposal.

  • Recovery of control files. I need to restore database?

    I am using below command procedure files recovery: restore the backup controlfile. I'm not restore database in this procedure with RESTORE DATABASE

    ==================================================================================
    QUESTION: Do I need to restore a full database to be consistent?
    =====================================================

    SQL > select name from v$ controlfile;

    NAME
    --------------------------------------------------------------------------------
    / QA/Data/OBT/QA112QA/Data/control01. CTL
    / QA/Data/OBT/QA112QA/Data/control02. CTL
    / QA/Data/OBT/QA112QA/Data/control03. CTL

    [oracle@rh56b64-1 rmanbackup] $ rm /qa/data/obt/QA112QA/data/control01.ctl /qa/data/obt/QA112QA/data/control02.ctl /qa/data/obt/QA112QA/data/control03.ctl

    SQL > stop the demolition
    ORACLE instance stops.

    SQL > startup
    ORACLE instance started.

    Total System Global Area 275615744 bytes
    Bytes of size 2212496 fixed
    184552816 variable size bytes
    Buffers data 83886080 bytes
    Redo buffers 4964352 bytes
    ORA-00205: error in the identification of control files, see log alerts for more information


    [oracle@rh56b64-1 rmanbackup] $ pwd
    / QA/Data/OBT/rmanbackup

    [oracle@rh56b64-1 rmanbackup] $ ls - ltr
    Total 591368
    -rw - r - 1 oracle oinstall 586711040 24 Dec 19:25 1antmgo6_1_1
    -rw - r - 1 oracle oinstall 1435648 24 Dec 19:25 1dntmgov_1_1
    -rw - r - 1 oracle oinstall 16809984 24 Dec 19:25 d to cfc-1266678734-20121224-0

    -set DBID - get the name of the controlfile autobackup.
    -For example, if the name of auto backup is
    -CTL_SP_BAK_C-1507972899-20050124-00 the the DBID is
    -1266678734. This step is not necessary if the instance is
    -Start RMAN

    RMAN > set dbid 1266678734

    executing command: SET DBID

    RMAN > restore controlfile to ' / qa/data/obt/rmanbackup/EFA-1266678734-20121224-0;

    From restoration to December 24, 12
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 135 type device = DISK

    channel ORA_DISK_1: restore the control file
    channel ORA_DISK_1: restore complete, duration: 00:00:03
    output file name=/qa/data/obt/QA112QA/data/control01.ctl
    output file name=/qa/data/obt/QA112QA/data/control02.ctl
    output file name=/qa/data/obt/QA112QA/data/control03.ctl
    Finished restore at December 24, 12

    RMAN > change the editing of the database;

    mounted database
    output channel: ORA_DISK_1

    RMAN > restore database;

    From back to December 24, 12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID = 135 type device = DISK

    starting media recovery

    Journal archived for thread 1 sequence 2 is already on the disc in the file /qa/data/obt/QA112QA/data/redo02.log
    Journal archived for thread 1 with sequence 3 is already on the disc in the file /qa/data/obt/QA112QA/data/redo03.log
    Journal archived for thread 1 with sequence 4 is already on the disc in the file /qa/data/obt/QA112QA/data/redo01.log
    Archive log file name=/qa/data/obt/QA112QA/data/redo02.log thread = 1 sequence = 2
    Archive log file name=/qa/data/obt/QA112QA/data/redo03.log thread = 1 = 3 sequence
    Archive log file name=/qa/data/obt/QA112QA/data/redo01.log thread = 1 sequence = 4
    media recovery complete, duration: 00:00:01
    Finished recover at December 24, 12

    RMAN > alter database open resetlogs;

    open database

    Hello

    ==================================================================================
    QUESTION: Do I need to restore a full database to be consistent?
    =====================================================

    You don't have to restore the full database. You just need to restore the backup controlfile and restore the database.
    The steps you mentioned are good restore the controlfile. After recovery, you must open the database in resetlogs.

    Also, you can take a look at this http://neeraj-dba.blogspot.com/2011/04/loss-of-control-file-in-various.html

    Kind regards
    Shivananda

  • backs up all blocks of logic control validate the database

    Hello

    Metalink: How to use RMAN, check for logical and physical database Corruption [ID 283053.1]

    The following example shows how to validate all data files:

    Run {}
    allocate channel d1 type disk;
    backs up all blocks of logic control validate the database.
    output channel d1;
    }


    This command checks only corruption, or it is actually trying to save the data files on the disks?

    Thank you

    Hello

    The BACKUP VALIDATE statement is used to check The corrupt block is not for the performance of a backup.

    You will have more details on the following links:

    http://download.Oracle.com/docs/CD/B28359_01/backup.111/b28270/rcmvalid.htm#CHDECGBJ

    http://download.Oracle.com/docs/CD/B28359_01/backup.111/b28270/rcmvalid.htm#CHDCEHFD

    Hope this helps.
    Best regards
    Jean Valentine

  • Restore the Oracle XE database to another machine

    I have an Oracle XE server on a Windows XP computer, and I want to copy it to a Windows 7 computer.
    On XP, I did a backup through the database "backup" interface graph user (BACKUP. (BAT). The Oracle backup created 3 new folders under C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\
    ARCHIVELOG
    AUTOBACKUP
    BACKUPSET

    I installed XE on the Windows 7 machine and it seems to work.
    Then I had to face the 3 files to backup on a USB and put them in the folder structure on the new Windows 7 machine. I ran the restore from the GUI as administrator (RESTORATION. (BAT). Restore failed, and I can't understand why. I don't know what are the sequence numbers.

    Now I can't get into Apex or Apex_Admin

    Thanks for taking a peek at this.

    The contents of the OXE_RESTORE file is as follows:
    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:33:11 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Windows NT Version V6.1
    CPU: 8 - type 586, 4 physical cores
    Process affinity: 0x00000000
    Memory (success/Total): Ph: 6031 M / 8183 M, Ph + FCP: 13737 M / 16364 M, GOES: 1973M / 2047 M
    From debugging disabled

    connected to target database: xe (unassembled)

    RMAN > set the echo;
    2 > restore (spfile to autobackup db_recovery_file_dest = 'C:\oraclexe\app\oracle\flash_recovery_area\');
    3 > strength of startup nomount;
    4 > restore (automatic backup controlfile);
    5 > change the editing of the database;
    6 > configure controlfile autobackup.
    7 > restore database;
    8 >
    echo on

    From restoration to January 8, 11
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 37 devtype = DISK

    destination field of recovery: C:\oraclexe\app\oracle\flash_recovery_area\
    name of database (or unique name of database) used for research: XE
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP
    channel ORA_DISK_1: restore SPFILE full automatic backup
    Finished restore at 8 January 11

    Oracle instance started

    Total System Global Area 805306368 bytes

    Bytes of size 1289996 fixed
    239075572 variable size bytes
    562036736 of database buffers bytes
    Redo buffers 2904064 bytes

    From restoration to January 8, 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 36 devtype = DISK

    destination field of recovery: C:\oraclexe\app\oracle\flash_recovery_area
    name of database (or unique name of database) used for research: XE
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP
    channel ORA_DISK_1: restore full automatic backup of control file
    name of the output file = C:\ORACLEXE\ORADATA\XE\CONTROL. DBF
    Finished restore at 8 January 11

    mounted database
    output channel: ORA_DISK_1

    RMAN old configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP
    new RMAN configuration settings are stored successfully

    From restoration to January 8, 11
    From implicit overlapping Backup 8 January 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 35 devtype = DISK
    Cut objects 1
    Backup of implicit overlap ended in January 8, 11

    Starting copy of implicit cross-8 Jan 11
    using channel ORA_DISK_1
    Copy of implicit overlap finished-8 Jan 11

    the search for all files in the recovery area
    cataloging files...
    cataloging done

    List of cataloged files
    =======================
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. ARC
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. ARC
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP

    using channel ORA_DISK_1

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to C:\ORACLEXE\ORADATA\XE\SYSTEM. DBF
    restoring datafile 00002 to C:\ORACLEXE\ORADATA\XE\UNDO. DBF
    restoring datafile 00003 to C:\ORACLEXE\ORADATA\XE\SYSAUX. DBF
    restoring datafile 00004 to C:\ORACLEXE\ORADATA\XE\USERS. DBF
    restoring datafile 00005 to C:\ORACLEXE\ORADATA\XE\APEX_1244616068553754.DBF
    channel ORA_DISK_1: backup C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_ piece reading. BKP
    channel ORA_DISK_1: restored the backup part 1
    piece handle = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_. Tag BKP = TAG20110107T194642
    channel ORA_DISK_1: restore complete, duration: 00:00:56
    Finished restore at 8 January 11

    Complete recovery manager.

    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:34:37 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Windows NT Version V6.1
    CPU: 8 - type 586, 4 physical cores
    Process affinity: 0x00000000
    Memory (success/Total): Ph: 6021 M / 8183 M, Ph + FCP: 13238 M / 16364 M, GOES: 1973M / 2047 M
    From debugging disabled

    connected to target database: XE (DBID = 2604800077, is not open)

    RMAN > set the echo;
    2 > restore database;
    3 > alter database open resetlogs;
    4 >
    echo on

    From back-8 Jan 11
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 38 devtype = DISK

    starting media recovery

    Archive journal 1 sequence 375 thread is already on the disk that the file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. ARC
    archive log thread 1 sequence 376 is already on the disk that the file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. ARC
    archive log filename = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. Wire ARC = 1 sequence = 375
    archive log filename = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. Wire ARC = 1 sequence = 376
    Cannot find the log archiving
    archive log thread = 1 sequence = 377
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 08/01/2011 18:34:47
    RMAN-20000: abnormal termination of job step
    RMAN-06054: recovery of media asking unknown journal: thread 1 seq 377 lowscn 11715842

    Complete recovery manager.

    After playing a bit, I solved the problem.
    There are a total of four records in \FLASH_RECOVERY_AREA\XE\ I had copied only three of the four.
    ARCHIVELOG
    AUTOBACKUP
    BACKUPSET

    Windows services store the files in open ONLINELOG, so I had to shut down services and then work with the folder. That's why four files must be moved and copied onto the new machine:
    ARCHIVELOG
    AUTOBACKUP
    BACKUPSET
    ONLINELOG

    If you are running as an administrator "Backup" of the GUI, it runs the BACKUP. BEATS, a batch file called RMAN. Once that is done, copy the four files to the same location on the target computer, and then run as administrator 'Restore' (RESTORATION. (BAT).

    In another forum someone told to be sure that the 'archive logs' are copied. It should be interpreted to mean not only the folder 'ARCHIVELOG', but all four files.

    Published by: PhilMan2 on January 11, 2011 11:28

  • Restore XE Oracle Database 10g on another machine

    Hello

    I have an Oracle XE server on a Windows XP computer, and I want to copy it to a Windows 7 computer.
    On XP, I did a backup through the database "backup" of the GUI. The Oracle backup created 3 new folders under C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\
    ARCHIVELOG
    AUTOBACKUP
    BACKUPSET

    I installed XE on the Windows 7 machine and it seems to work.
    Then I had to face the 3 files to backup on a USB and put them in the folder structure on the new Windows 7 machine. I ran the restoration from the GUI as administrator. Restore failed, and I can't understand why. I don't know what are the sequence numbers.

    Now I can't get into Apex or Apex_Admin

    Thanks for taking a peek at this.

    The contents of the OXE_RESTORE file is as follows:
    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:33:11 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Windows NT Version V6.1
    CPU: 8 - type 586, 4 physical cores
    Process affinity: 0x00000000
    Memory (success/Total): Ph: 6031 M / 8183 M, Ph + FCP: 13737 M / 16364 M, GOES: 1973M / 2047 M
    From debugging disabled

    connected to target database: xe (unassembled)

    RMAN > set the echo;
    2 > restore (spfile to autobackup db_recovery_file_dest = 'C:\oraclexe\app\oracle\flash_recovery_area\');
    3 > strength of startup nomount;
    4 > restore (automatic backup controlfile);
    5 > change the editing of the database;
    6 > configure controlfile autobackup.
    7 > restore database;
    8 >
    echo on

    From restoration to January 8, 11
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 37 devtype = DISK

    destination field of recovery: C:\oraclexe\app\oracle\flash_recovery_area\
    name of database (or unique name of database) used for research: XE
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP
    channel ORA_DISK_1: restore SPFILE full automatic backup
    Finished restore at 8 January 11

    Oracle instance started

    Total System Global Area 805306368 bytes

    Bytes of size 1289996 fixed
    239075572 variable size bytes
    562036736 of database buffers bytes
    Redo buffers 2904064 bytes

    From restoration to January 8, 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 36 devtype = DISK

    destination field of recovery: C:\oraclexe\app\oracle\flash_recovery_area
    name of database (or unique name of database) used for research: XE
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP
    channel ORA_DISK_1: restore full automatic backup of control file
    name of the output file = C:\ORACLEXE\ORADATA\XE\CONTROL. DBF
    Finished restore at 8 January 11

    mounted database
    output channel: ORA_DISK_1

    RMAN old configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    new RMAN configuration settings:
    CONFIGURE CONTROLFILE AUTOBACKUP
    new RMAN configuration settings are stored successfully

    From restoration to January 8, 11
    From implicit overlapping Backup 8 January 11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 35 devtype = DISK
    Cut objects 1
    Backup of implicit overlap ended in January 8, 11

    Starting copy of implicit cross-8 Jan 11
    using channel ORA_DISK_1
    Copy of implicit overlap finished-8 Jan 11

    the search for all files in the recovery area
    cataloging files...
    cataloging done

    List of cataloged files
    =======================
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. ARC
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. ARC
    File name: C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\AUTOBACKUP\2011_01_07\O1_MF_S_739828107_6LHF2W3X_. BKP

    using channel ORA_DISK_1

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to C:\ORACLEXE\ORADATA\XE\SYSTEM. DBF
    restoring datafile 00002 to C:\ORACLEXE\ORADATA\XE\UNDO. DBF
    restoring datafile 00003 to C:\ORACLEXE\ORADATA\XE\SYSAUX. DBF
    restoring datafile 00004 to C:\ORACLEXE\ORADATA\XE\USERS. DBF
    restoring datafile 00005 to C:\ORACLEXE\ORADATA\XE\APEX_1244616068553754.DBF
    channel ORA_DISK_1: backup C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_ piece reading. AK3
    channel ORA_DISK_1: restored the backup part 1
    piece handle = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\BACKUPSET\2011_01_07\O1_MF_NNNDF_TAG20110107T194642_6LHDZM3X_. Tag BKP = TAG20110107T194642
    channel ORA_DISK_1: restore complete, duration: 00:00:56
    Finished restore at 8 January 11

    Complete recovery manager.

    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Jan 8 18:34:37 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Windows NT Version V6.1
    CPU: 8 - type 586, 4 physical cores
    Process affinity: 0x00000000
    Memory (success/Total): Ph: 6021 M / 8183 M, Ph + FCP: 13238 M / 16364 M, GOES: 1973M / 2047 M
    From debugging disabled

    connected to target database: XE (DBID = 2604800077, is not open)

    RMAN > set the echo;
    2 > restore database;
    3 > alter database open resetlogs;
    4 >
    echo on

    From back-8 Jan 11
    using the control file of the target instead of recovery catalog database
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 38 devtype = DISK

    starting media recovery

    Archive journal 1 sequence 375 thread is already on the disk that the file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. ARC
    archive log thread 1 sequence 376 is already on the disk that the file C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. ARC
    archive log filename = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_375_6LHF31CQ_. Wire ARC = 1 sequence = 375
    archive log filename = C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ARCHIVELOG\2011_01_07\O1_MF_1_376_6LHF3DCQ_. Wire ARC = 1 sequence = 376
    Cannot find the log archiving
    archive log thread = 1 sequence = 377
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the command recover at 08/01/2011 18:34:47
    RMAN-20000: abnormal termination of job step
    RMAN-06054: recovery of media asking unknown journal: thread 1 seq 377 lowscn 11715842

    Complete recovery manager.

    Published by: PhilMan2 on January 8, 2011 19:24

    If you have made a full recovery, with online redo logs (copied on in cool mode).
    Good.

    Hemant K Collette

  • Output AIR assistance could not be created

    Hi Experts,

    I try to use the sample: employee care to create AIR help location database output. Please see the implementation in the error message and the property follows when click on record and produce.

    You could say whence this error?

    Thank you

    Fran

    Under general

    a. digital certificate-> create

    Publisher name: me

    Password: 123456

    Save as: C:\Documents and Settings\guanf\My Documents\My RoboHelp Projects\Adobe RoboHelp 9\Samples\EmployeeCare\me

    b. include Timestamp is checked

    Under the terms of the collaboration

    network folder.

    C:\Documents and Settings\guanf\My Documents\My RoboHelp Projects\Adobe RoboHelp 9\Samples\EmployeeCare\AIR_Comments

    b. let the path of Configuration file empty

    Then click on save and generate, and then I got the error:

    Output of adobe AIR could not be generated. Could not generate timestamp: handshake alert: unrecognized_name.

    Try without this checked field.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • RMAN-20001: target not found in the recovery catalog database

    I'm practicing the loss of all control files. I have backups of catalog rman configured for controlfile autobackup. So far, I did this.


    RMAN > startup nomount;
    Oracle instance started

    Total System Global Area 209715200 bytes

    Bytes of size 1272864 fixed
    155190240 variable size bytes
    Buffers 50331648 database bytes
    Redo buffers 2920448 bytes


    RMAN > restore controlfile autobackup.

    From restoration to SEPT. 08.-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 156 devtype = DISK

    field of recovery destination: / u02/flash_recovery
    name of database (or unique name of database) used for research: TEST
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: /u02/flash_recovery/TEST/autobackup/2009_12_09/o1_mf_s_705171034_5l0kgv4o_.bkp
    channel ORA_DISK_1: restore full automatic backup of control file
    output filename=/u02/control_files/TEST/control02.ctl
    output filename=/u03/oradata/TEST/control03.ctl
    Restoration finished in 08-SEVEN.-10

    RMAN > change the editing of the database;

    mounted database
    output channel: ORA_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure to modify the order db at 08/09/2010 14:54:50
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20001: target not found in the recovery catalog database


    I guess it has something to do with the DBID but... I don't have and I do not know how to find.

    Hello
    Try this
    RMAN > Connect target /.
    RMAN > Connect catalog rman/rman@test
    RMAN > startup nomount;
    RMAN > list backup of controlfile;

  • old value of the attribute selecing in an implementation class

    Dear all,

    Use ADF 11.1.1.3 and trying to write a validation on the implementation of the entity class (in the doDml method) and I need to compare a value in attribute of old with the current value...
    How can I do?

    The EntityImpl class has a getPostedAttribute(int index) method that gets the value initially read for this attribute in the database.

    Timo

Maybe you are looking for