[svn:fx-] 21432: recreate from tag

Revision: 21432
Revision: 21432
Author:   [email protected]
Date:     2011-06-21 10:43:19 -0700 (Tue, 21 Jun 2011)
Log Message:
recreate from tag
Added Paths:
    flex/sdk/trunk/

This is great. It will totally help clear up what commits happen in flex trunk vs the i10/11 branches.
Great solution!

Similar Messages

  • Oracle 9i. RMAN. How to restore standby controlfile using "from tag" clause

    -bash-3.00$ rman target / catalog rman/rman@emgc
    Recovery Manager: Release 9.2.0.8.0 - 64bit Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    connected to target database: crvs (not mounted)
    connected to recovery catalog database
    RMAN> list backup tag stby_ctrl;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    142851 Full 7M SBT_TAPE 00:01:44 02.02.11
    BP Key: 142852 Status: AVAILABLE Tag: STBY_CTRL
    Piece Name: CRVS_20110202.c7m3kbrd_1_1.stb
    Controlfile Included: Ckp SCN: 67168490043 Ckp time: 02.02.11
    RMAN> run
    ALLOCATE CHANNEL ch1 DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=/oracle/apps/osb/lib/libobk.so';
    RESTORE standby CONTROLFILE from tag stby_ctrl;
    release channel ch1;
    2> 3> 4>
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01005: syntax error: found "from": expecting one of: "to"
    RMAN-01007: at line 4 column 29 file: standard input
    RMAN> run
    ALLOCATE CHANNEL ch1 DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=/oracle/apps/osb/lib/libobk.so';
    RESTORE CONTROLFILE from tag stby_ctrl;
    release channel ch1;
    2> 3> 4> 5> 6>
    allocated channel: ch1
    channel ch1: sid=13 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting restore at 04.02.11
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 02/04/2011 09:49:26
    RMAN-06026: some targets not found - aborting restore
    RMAN-06024: no backup or copy of the controlfile found to restore
    RMAN> run
    ALLOCATE CHANNEL ch1 DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=/oracle/apps/osb/lib/libobk.so';
    RESTORE CONTROLFILE from 'CRVS_20110202.c7m3kbrd_1_1.stb';
    release channel ch1;
    2> 3> 4> 5> 6>
    allocated channel: ch1
    channel ch1: sid=13 devtype=SBT_TAPE
    channel ch1: Oracle Secure Backup
    Starting restore at 04.02.11
    channel ch1: restoring controlfile
    channel ch1: restore complete
    replicating controlfile
    input filename=/data02/crvs/ctrl/control01.ctl
    output filename=/data02/crvs/ctrl/control02.ctl
    Finished restore at 04.02.11
    released channel: ch1
    RMAN>

    The error message states:
    RMAN-01005: syntax error: found "from": expecting one of: "to"restore TO where?
    Personally I'd never use RMAN to restore a control file. Takes less time to job copy an existing one.

  • Confusion about recovery from tag

    Hi All,
    We had a situation where we need to restore and recover to point in time until 24th June. One of our colleagues at first restored the controlfile from 24th June backup using below script..
    run
    ALLOCATE CHANNEL c1 DEVICE TYPE SBT_TAPE PARMS 'ENV=(NB_ORA_SERV=masterhp003.xxxxx.com,NB_ORA_POLICY=ora_pacerprd01_pacerprd,NB_ORA_CLIENT=orasalxhp603),BLKSIZE=524288';
    restore controlfile from 'TAG20130624T004158';
    release channel c1;
    After that he executed the below script to recover the database.
    run
    ALLOCATE CHANNEL c1 DEVICE TYPE SBT_TAPE PARMS 'ENV=(NB_ORA_SERV=masterhp003.xxxxx.com,NB_ORA_POLICY=ora_pacerprd01_pacerprd,NB_ORA_CLIENT=orasalxhp603),BLKSIZE=524288';
    ALLOCATE CHANNEL c2 DEVICE TYPE SBT_TAPE PARMS 'ENV=(NB_ORA_SERV=masterhp003.xxxxx.com,NB_ORA_POLICY=ora_pacerprd01_pacerprd,NB_ORA_CLIENT=orasalxhp603),BLKSIZE=524288';
    ALLOCATE CHANNEL c3 DEVICE TYPE SBT_TAPE PARMS 'ENV=(NB_ORA_SERV=masterhp003.thehartford.com,NB_ORA_POLICY=ora_pacerprd01_pacerprd,NB_ORA_CLIENT=orasalxhp603),BLKSIZE=524288';
    ALLOCATE CHANNEL c4 DEVICE TYPE SBT_TAPE PARMS 'ENV=(NB_ORA_SERV=masterhp003.xxxxx.com,NB_ORA_POLICY=ora_pacerprd01_pacerprd,NB_ORA_CLIENT=orasalxhp603),BLKSIZE=524288';
    set newname for datafile 1 TO '/asj_pacerqa/data01/pacerqa/datafile/system01.dbf';
    set newname for datafile 2 TO 'asj_pacerqa/data01/pacerqa/datafile/sysaux01.dbf';
    set newname for datafile 3 TO '/asj_pacerqa/data01/pacerqa/datafile/undotbs01.dbf';
    set newname for datafile 4 TO '/asj_pacerqa/data01/pacerqa/datafile/users01.dbf';
    set newname for datafile 5 TO '/asj_pacerqa/data01/pacerqa/datafile/base_idx_256k_0101.dbf';
    set newname for datafile 6 TO '/asj_pacerqa/data01/pacerqa/datafile/base_idx_6400k_0101.dbf';
    set newname for datafile 7 TO '/asj_pacerqa/data01/pacerqa/datafile/base_idx_6400k_0201.dbf';
    set newname for datafile 8 TO '/asj_pacerqa/data01/pacerqa/datafile/base_idx_64k_0101.dbf';
    set newname for datafile 9 TO '/asj_pacerqa/data01/pacerqa/datafile/base_idx_64k_0201.dbf';
    set newname for datafile 10 TO '/asj_pacerqa/data01/pacerqa/datafile/base_tbl_256k_0101.dbf';
    set newname for datafile 11 TO '/asj_pacerqa/data01/pacerqa/datafile/base_tbl_6400k_0101.dbf';
    set newname for datafile 12 TO '/asj_pacerqa/data01/pacerqa/datafile/base_tbl_6400k_0201.dbf';
    set newname for datafile 13 TO '/asj_pacerqa/data01/pacerqa/datafile/base_tbl_64k_0101.dbf';
    set newname for datafile 14 TO '/asj_pacerqa/data01/pacerqa/datafile/base_tbl_64k_0201.dbf';
    restore database from tag 'PACERPRD_LEVEL0_174_24';
    switch datafile all;
    recover database;
    release channel c1;
    release channel c2;
    release channel c3;
    release channel c4;
    The tag 'PACERPRD_LEVEL0_174_24' was also from 24th datafile backup.
    Please suggest whether the database was restored until 24th or it was restored to the current data.Please help us to understand.

    If you would look up the recover database command in the online documentation,
    you would notice the following
    nowhere in your code you restored the controlfile, so you are using the current controlfile
    nowhere in your code you are using 'set until' and you are not using the 'until clause' of the recover database command
    This means you performed complete recovery, until now.
    Please spend a bit of time to read the documentation and to understand what they are taking about.
    Sybrand Bakker
    Senior Oracle DBA

  • Duplicate target database from tag

    Hi guys,
    Wonder if someone has tried something like 'DUPLICATE TARGET DATABASE TO ... FROM TAG ...'?
    10.2.0.4 database, in today's duplication RMAN tried to find monthly cold backup instead of hotbackup that it usually takes. Monthly cold backup was taken after the hotbackup, and duplication starts some time after that. I know, controllfile tried to find the last backup, but after failing to find it (it is unaccessible from the host that performs duplication) it did not try to find the hotbackup (which is accessible by the new host), instead it was searching for previous monthly cold backups. This seems TAG related (these 2 backups have different tags) and I just wonder if I could explicitly set tag from which I could perform duplication, so I can avoid this happening again?
    Thanks

    user2552261 wrote:
    Hi guys,
    Wonder if someone has tried something like 'DUPLICATE TARGET DATABASE TO ... FROM TAG ...'?
    10.2.0.4 database, in today's duplication RMAN tried to find monthly cold backup instead of hotbackup that it usually takes. Monthly cold backup was taken after the hotbackup, and duplication starts some time after that. I know, controllfile tried to find the last backup, but after failing to find it (it is unaccessible from the host that performs duplication) it did not try to find the hotbackup (which is accessible by the new host), instead it was searching for previous monthly cold backups. This seems TAG related (these 2 backups have different tags) and I just wonder if I could explicitly set tag from which I could perform duplication, so I can avoid this happening again?
    ThanksYes, there's no such syntax, but in RMAN Recipes books, there's a way of how to do it
    Check this link: http://tinyurl.com/yax7k4m

  • [Solved]mutt & msmtp -- big problem; emails I sent have wrong FROM tag

    I have configured mutt and msmtp according to the wiki.
    In .msmtprc I have set the 'from' tag to be my university's email address, basically [email protected]
    Now, when I sent emails out to people, what they see in the from tag is [email protected].. etc, where is USER is my Linux user name, HOST is my machine's name... This is really odd, and it appears as if I have a mailserver running or something....
    How can I solve that?
    Last edited by Stalafin (2009-02-07 18:28:22)

    set this in muttrc:
    my_hdr From: you <[email protected]>
    my_hdr Reply-To: you <[email protected]>
    and try again. i do this to use multiple accounts in mutt, so it should work for you as well.

  • [svn:bz-] 24024: recreating the branch from BlazeDS4. 6 branch in place of trunk, as per the discussion from stake holders and Rohit's recommendation.

    Revision: 24024
    Revision: 24024
    Author:   [email protected]
    Date:     2012-07-31 03:05:09 -0700 (Tue, 31 Jul 2012)
    Log Message:
    recreating the branch from BlazeDS4.6 branch in place of trunk, as per the discussion from stake holders and Rohit's recommendation.
    Removed Paths:
        blazeds/branches/4.6_Apache/

  • Can an iPhoto library that does not exist be recreated from the AlbumData.xml file?

    Our iMac hard drive recently got corrupted and we hadn't backed up. (I know, I know, stupid, stupid, stupid. Won't make that mistake again!) The comptuer folk we took it too were able to recover most of the data on the drive, but my iPhoto library was not one of them.  I don't have the library - the file is gone. But I do have the AlbumData.xml file.  Is there any way to recreate the library from that file alone? I've tried it with iPhoto Library Manager and it wants me to have a default library for which this file is associated. I don't have that.  Is there any way to get this data back?  Some friends had trusted us with their wedding pictures. (I know, I know, stupid, stupid, and again, stupid. They won't make that mistake again!) I'd really, really, love to get them back if it's at all possible from this one file I do have.
    Thanks in advance for any help!

    No
    iPhoto is a SQL database and you can only create the database (the iPhoto library) using a SQL editor - using iPhoto is the best
    The database has many components and all of them must be there with exact names and in an exact structure to work
    The only way you could rereate the library is from the photos (depending on the version of iPhoto you had they would have been in the originals or masters folder)
    And yes - it is unfortuante but you have learned the most simple and basic lesson of computers - If you do not have a good current backup (I have multiple daily backups plus occasional offsite backups) you will eventually lose all of your data including your photos
    LN

  • Problem capturing Data from TAG.

    Hello,
    We have dashboard which displays Throughput, Downtime for the particular Machine. The data for the Downtime is extracted from the TAG system. We have created Downtime BLS which is scheduled for every 1 Hour and it displays Downtime Start and Downtime End on the Dashboard after every 1 hour if it finds any Downtime.
    The requirement is whenever the machine goes down at that particular instant we need to capture the Downtime Start.
    We plan to build the 24/ 7 monitoring system to capture the Downtime Start. This has a huge Performance Issue.
    Please suggest me if there is any feasible and effecient way of capturing Downtime Start from the Tag instantly when the machine goes down.
    Thanks,
    Pallavi

    Pallavi,
    If you build the 24/ 7 monitoring system to capture the Downtime Start, it will create the huge perfomance issue.
    There is no any feasible and effecient way of capturing Downtime Start from the Tag instantly when the machine goes down.
    So you follow the following steps to avoid the performance issue.
    You build a transaction to do the 24/ 7 monitoring system to capture the Downtime Start.You schedule this transaction in backend and this transaction will store the values in a SQL table.In front end you can get the values from the SQL table.
    It wont create any performance issue.
    Hope this will help you.
    Thanks,
    Manisha

  • Content query in code instead of from tag

    I have a simple query to perform, but I would like to do it in java code instead of with a content tag.
    The tag would look something like this:
    <cm:search id="content" query="nodeName='foo'"/>
    but I want to call the same query from within a java class instead of from a JSP. I can't find any reference to this and I wonder why?

    Here is link to edocs
    http://e-docs.bea.com/wlp/docs81/javadoc/com/bea/content/manager/package-summary.html
    Hope it helps
    Subba

  • How to retrieve/recreate previous tagged library?

    A computer engineer deleted my Elements program which had 10 years of photos catologued/tagged.  I can't find the original Elements disk (9) so have had to buy Elements 10. Is there any way when I load it that I can retrieve/recreate all the previous tags as going through each phot manaully and retagging is going to be a big task.

    The main question is to know if the catalog, which is a folder containing a file 'catalog.pse9db' is still there. Before doing a search, make sure to make hidden files visible. If you can find it, PSE10 should be able to find it and import it in its own format.
    Otherwise, your only hope if you don't have a backup would be if you have 'written metadata to files' in the organizer. In that case, the tags are stored in the files themselves and can be restore by creating a new catalog in PSE10 and importing all your pictures.

  • [svn:fx- flex] 18346: Created tag trunk-4.5.0.17811.

    Revision: 18346
    Revision: 18346
    Author:   [email protected]
    Date:     2010-10-28 09:31:58 -0700 (Thu, 28 Oct 2010)
    Log Message:
    Created tag trunk-4.5.0.17811.  Last build prior to the hero-preview integration
    Ticket Links:
        http://bugs.adobe.com/jira/browse/trunk-4
    Added Paths:
        flex/sdk/tags/trunk-4.5.0.17811/

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx- flex] 14685: Create tag 4.0.0.14159_RC.

    Revision: 14685
    Revision: 14685
    Author:   [email protected]
    Date:     2010-03-10 13:51:02 -0800 (Wed, 10 Mar 2010)
    Log Message:
    Create tag 4.0.0.14159_RC.  This was the final build from the build machine, but not what was ultimately shipped.  The tag 4.0.0.14159_RCK is what was included in the final kit
    Added Paths:
        flex/sdk/tags/4.0.0.14159_RC/

    This is weird behavior that I don't experience with Awesome and Atom. Does this happen only with Atom, or with anything? One aspect of your rc.lua that might cause something like this is the sloppy focusing, this bit here:
    -- Enable sloppy focus
    c:connect_signal("mouse::enter", function(c)
    if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
    and awful.client.focus.filter(c) then
    client.focus = c
    end
    end)
    Try disabling that, by commenting it out entirely, and see if the problem persists.
    If it only happens with Atom, then maybe Atom conflicts for some reason with this sloppy focusing.

  • [svn:fx- flex] 13807: Created tag 3.5.0.12683

    Revision: 13807
    Revision: 13807
    Author:   [email protected]
    Date:     2010-01-27 11:15:48 -0800 (Wed, 27 Jan 2010)
    Log Message:
    Created tag 3.5.0.12683
    Added Paths:
        flex/sdk/tags/3.5.0.12683/

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • Sending value to JSP page from Tag Handler

    Is there some reason why a call to setAttribute inside a Body tag handler would not succeed in making visible a variable outside the scope of the tag? I mean a situation like this:
    <% String p=request.getParameter("p"); %>
    <taglib:tag count="<%= p %>">
    ...body which handler fills in...
    </taglib:tag>
    <form action="thispage.jsp?p=<% newcount %>">
    <input type=submit>
    </form>
    Assume that "count" and "newcount" are defined in the Tag Extra Info class for this handler and that TLD allows a run time evaluation of the "count" attribute.
    (The idea here is to have the handler recall the same jsp file with an incremented counter.)
    Some other way to do this?
    Thanks,
    Alan

    Never mind... I see that I forgot to set the scope of the scripting variable to AT_END in the "Handler Extra Info" class.

  • How to submit a form in jsp from tag handler class

    I have a form in jsp.I created some more links in the tag handler class.Based on the link we click form action will take place.Now how can i submit the form in tag handler class for the links i created in that class.

    I have a form in jsp.I created some more links in the tag handler class.Based on the link we click form action will take place.Now how can i submit the form in tag handler class for the links i created in that class.

Maybe you are looking for

  • Average amounts in a separate reating frame

    I have a group report in which sum of two fields is calculated and the bottom. I have to caculcate the ratio of these two values and display the ratio of sum values as well. The report spans over the year. For every month i have the different ratio.

  • I can't install adobe flash player update on my macbook pro. Goes to " Device" lather then download

    I can't install adobe flash player update to my macbook pro. Download to " device" lather then " download" When I click device for Adobe flash player, it won't finish installing. I am so done with this update. When I watch youtube, keep popping up "

  • Python segfault

    Hello, Follows is a test program I have written. I am attempting to do multi-process inserts. Sometimes the program appears to deadlock and every other time, when it completes, it segfaults at the end complaining that a database handle is still in us

  • Workflow customization problem.

    Hi Experts, I have a doubt to insert the activity step in already existing workflow. There is a mail step in customized workflow to send notification to SAP Inbox(SBWP), but i want to send a mail to the outlook. There is a customized method to get th

  • What happened to my "Message Window" in iMessage on my Mac?

    I'm not sure when this happened, but now when I open iMessage on my Mac, I don't get the full Message Window. I can only see my most recent conversation. Gone are the list of names in the right column. I cannot start a new conversation. I cannot clic