Snapshot to physics - flashback data missing

Environment: Oracle 11.2.0.3 EE on Solaris


I think I know the answer to this already, but I wanted to have confirmation of experts.


BTW, thanks Brian, Michael and CKPT to my previous question.


My goal was to make a Data Pump Export of the physical Standby database to move Production data in a test environment.


After research, I decided to use the method of conversion the physical Standby a standby time of the snapshot, performing the Data Pump Export and then conversion back.


I did a small implementation of work to do to make the physical Standby ready to become a watch of the snapshot, but that seems to be going smoothly.  It was changing the name of the tablespace, UNDO, adding a temporary file to the temporary tablespace and setting the DB_FILE_RECOVERY_DEST and _Dest_size.


The conversion on the eve of the snapshot and the subsequent Data Pump Export went well.


When I went to convert the physics of the day before, I have received several messages as follows:


ORA-38753: can't the 22 flashback data file; no newspaper flashback data.

ORA-01110: data file 22: ' / u02/oradata/APSKTLP1/aps_datastore_dt01_13.dbf'

It seems I missed the step in my process to allow the return of flame in the database.


Is it possible to recover from this or do I have to recreate the physical Standby from scratch?


Any help is GREATLY appreciated.


-gary

Gary;

It is not good. The thing with a snapshot is to have the available Flash back to return to standby mode.

I think that you must re-create the day before. I don't know of another option.

No Data Guard system, you can sometimes use the offline data file and continue with the return of flame.

Best regards

mseberg

Tags: Database

Similar Questions

  • SmartView - HypExecuteQuery with suppress ranks "No. Data / missing"

    Hello

    I'm running an MDX query by running the command "HypExecuteQuery" and I put the options remove lines "No Data / Missing". "."

    But each time the query is working properly but without deleting the missing data.

    Does anyone know of it suppress lack of lines is compatible with the hypExecuteQuery or "execute MDX"?

    SmartView 11.1.2.5.210

    Office 2010

    Thanks in advance for your answer

    Best regards

    Benjamin

    Hello

    The solution is the following:

    SELECT

    NOT EMPTY {[NOM_MEMBRE]} ON THE RANKS.

    NOT EMPTY {[NOM_MEMBRE]} ON COLUMNS

    OF .

  • Flashback Data Archive issue

    Hi all

    There is this issue on the web:

    Q: identify the statement that is true about Flashback Data Archive:

    A. you can use multipletablespaces for an archive, and each archive can have its own maintenance time.

    B. you can have an archive, and to eachtablespace which is part of archive, you can specify a different retention period.

    C. you can use multipletablespaces for an archive, and you can have more than one default value archive by retention period.

    D. Si you specify an archive by default, it must exist in onetablespace only.

    Everyone says that the correct answer is b. isn't it supposed to be a?

    Specified retention period to the archive flashback level not tablespace, then B is incorrect.

  • I am new to Adobe, I created an Excel file that I convert the file to PDF, but the converted PDF file shows all the data, missing on the right side of the page

    I am new to Adobe, I created an Excel file that I convert the file to PDF, but the converted PDF file shows all the data, missing on the right side of the page

    Hi Tony,.

    In Excel, click on the Acrobat toolbar, and then click Preferences.

    Now select the option 'Fit the worksheet to a single page' and click ok

    Now, try to convert and check.

    Kind regards

    Rave

  • Flashback data archive

    Hello
    I heard about flaskback data Archives.
    can I get some short examples to understand in practical ways

    Thank you

    Please put your comments. I got the answer from your post

    I'm confused what do you want to get from us when you have the answer but... :)

    I think above doc link will answer your questions rest/future about FDA (flashback data archive)

    Concerning
    Girish Sharma

  • Snapshot of a different data store

    Hello

    Quick question for the community.

    Suppose I have 2 data warehouses and A VM is located in the data store 1. I can take a snapshot of the machine and I have this snapshot can be found on the data store 2?

    My understanding was I could not easily do this but our service provider said that's the way it works and I'll try to find a documented method, support to do so.

    All responses will be appreciated.

    Kind regards

    Richard

    Incorrect, it is advisable, and applies by default to store the snapshots in the same data store in which the VMDK resides in, but he did not.

    You can edit the .vmx VM to store snapshots on a different data store, this can be useful if you run lack of space on the data store, which resides in your virtual machine.

    Please refer to this VMware KB on the configuration of this change: http://kb.vmware.com/kb/1002929

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • Flashback data archive commit the performance of time - a bug problem?

    Hi all

    I use the Oracle 11 g R2 on 64-bit windows environment. I just want to do some tests quue flashback data archive. I created one and add to a table. about 1.8 million records is to exist in this table. Furthermore, this table is one of the examples of oracle, SH. SALEStables. I created another table using the table and insert the same data twice.
    -- not a SH session
    
    Create Table Sales as select * from sh.sales;
    
    insert into sales select * from sh.sales;
    Commit;
    insert operation takes a few seconds. sometimes, in this code, validation command takes more of * 20 *, sometimes 0 seconds. If validation time is brief after insert, can I update the table and then validate again:
    update sales set prod_id = prod_id; -- update with same data
    commit;
    update takes a few seconds longer. If the first commit (after integration) has had too little time, second validation, after the update, takes more than 20 minutes. At this time, while that commit were working, my cpu becomes overloaded, 100% charge.

    the system that oracle runs on is good for quest staff use, i7 4 real core cpu, 8 GB ram, disk SSD etc.

    When I looked at the Business Manager - performance monitoring, I saw this SQL in my sql album list:
    insert /*+ append */ into SYS_MFBA_NHIST_74847  select /*+ leading(r) 
             use_nl(v)  PARALLEL(r,DEFAULT) PARALLEL(v,DEFAULT)  */ v.ROWID "RID", 
             v.VERSIONS_STARTSCN "STARTSCN",  v.VERSIONS_ENDSCN "ENDSCN", 
             v.VERSIONS_XID "XID" ,v.VERSIONS_OPERATION "OPERATION",  v.PROD_ID 
             "PROD_ID",  v.CUST_ID "CUST_ID",  v.TIME_ID "TIME_ID",  v.CHANNEL_ID 
             "CHANNEL_ID",  v.PROMO_ID "PROMO_ID",  v.QUANTITY_SOLD 
             "QUANTITY_SOLD",  v.AMOUNT_SOLD "AMOUNT_SOLD"  from SYS_MFBA_NROW r, 
             SYS.SALES versions between SCN :1 and MAXVALUE v where v.ROWID = 
             r.rid
    This consumes my resources for more than 20 minutes. what I do is, just an update 1.8 milion records (which use update is really takes little time) and validation (which kills my system).

    What is the reason for this?

    Info:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    I see that in the example of Guy Harrison the SYS_MFBA_NROW table contains a very large number of lines - and the query is forced into a loop of neste join on this table (as is your query). In your case the nested loop is a vision (and there is no sign of a current "pushed" predicate.

    If you have a very large number of rows in the table, the resulting code is bound to be slow. To check, I suggest your run the test again (from scratch) with active sql_trace or statistics_level defined at all so that you can get the rowsource for the query execution statistics and check where the time is being spent and where the volume is displayed. You will have to call this one in Oracle - if this observation is correct that FBDA is only for OLTP systems, no DSS or DW.

    Concerning
    Jonathan Lewis

  • Deletion of snapshots to recover from data store space

    ESXi 4.1

    I have an ESXi host Miss space on one of its data warehouses. No 911 short, but short enough so that something needs to be done in a few weeks. On this data store, we created snapshots of some servers Exchange 2010 hosted before installing a custom Microsoft patch. So we have a server HUB, CASES and MB each with a single shot of several months that we will never have to come back. In this navigation data store, some of these 00001.vmdk files are huge, almost up to the size of the player it is a snapshot of. I believe it happened when we had backup problems and drive full of balls of trans.

    In any case, I want to remove these snapshots in snapshot Manager on each of those virtual machines by selecting the snapshot and hit delete. The problem is I've read different information about what will happen. Some of the information I've read says even this will take even MORE space. I don't know how that's possible, but I wanted to get in the forums before doing anything.

    Delete the snapshots will delete all files in capture instant hard, recovering a ton of space on the data store?

    TIA!

    The OMI 30 GB should be enough. When you delete the snapshot with the virtual machine, a snapshot of assistance is created, which will consume disk space necessary for any change, even if the current snapshot is being deleted more ~ 4GB for the snapshot file (.vmsn).

    With the virtual machine off, you will not need any addiitonal disk sapce. However, you won't be able to turn on the virtual machine again, until it's finished!

    André

  • database insert data missing

    Hello

    I am inserting data constantly loop using toolkit.missing database that data table.and also insert form data insertion in the table it will correct.

    You can do this with the "DB tools free Object.vi.

  • Data missing for Viacom channels Guide

    Since the conflict of Viacom with DirecTV, all of my channels of viacom shows "No data available" in the guide.  The hassles of long course, but the guide data are always been missing.  What is wrong with him?  The guide has worked for years before it is past, and all my other channels continue to have data from the guide - it's just the channels of viacom missing guide data.

    appear on zap2it.com?
    for your zip code?
     
    If they DO, post comments to http://connect.microsoft.com/site1145 (you may need to
    to login / create an account). If they do NOT, contact zap2it-
     
     
    Barb
     
    MVP - Windows/entertainment and connected home
     
     
    Please mark as answer if that answers your question
     
     
     
     
  • Smart View - delete no data / Missing columns option

    In the Options of SmartView, removing NoData / missing / zero columns does not work. You refresh the worksheet and columns remain.

    I think that it was an old bug, but I'm now on version 11.1.2.5.510 (Build 082)

    Is it still a defect known and unresolved?

    What data source?

    If it's Essbase, the columns option is not supported - see the data Options (table 23)

  • Error code: 0xc0000034 in Windows 8 - start of the file Configuration data missing required information

    Hi my friend has a Samsung ativ 700 t pro (xe700T1C)

    An update came on his computer to upgrade to 8.1 windows and she accepted the update.
    When the computer has been restarted, an come blue screen error message (error Code: 0xc0000034 in Windows 8 - Boot Configuration data file necessary missing information).
    can help you with a solution?
    I have the same tablet, but I'm still on windows 8.
    see you soon

    Hello

    There is a link available now where you can upload an image from 8.1 to win without a key needed to download... You can save an ISO, create a Flash drive or burn a DVD...

    At least I save the ISO and create a flash...

    The only problem I know is you need to do this on a Win 7 machine or higher and the same 32 or 64-bit machine you make it for...

    http://Windows.Microsoft.com/en-us/Windows-8/create-reset-refresh-media

  • Flashback Data RETENTION Archive not applied?

    Hello

    We are on the 12 c Enterprise Edition Release Oracle database 12.1.0.2.0 - 64 bit Production.

    For testing purposes, I have created an Archive of Flashback with RETENTION 1 DAY data and
    Adding a table of this archive. Then I inserted/updated / delete records in the table
    and verified that there are data in the table (SYS_FBA_HIST_ < ObjectID >) story that reflects
    My DML.

    When revisitng the history of table after a few days the reviews are still there, even if
    column USER_FLASHBACK_ARCHIVE. LAST_PURGE_TIME shows that the archive

    has been purged.

    I expected the records in the table in history to have disappeared, can someone explain why they are still there?

    Hello

    Probably you hit the bug, trying to perform a manual purge if you still have questions of conclusion then fdba process is not able to pick up the partition for split and couldn't right '; t could truncate

    -Pavan Kumar N

  • Maker of data missing in SQL Dev 4.1 Mac

    Hello

    4.1.0.19 SQL Developer, build HAND - 19.07, OS X 10.10.3

    I downloaded and installed the SQL Developer 4.1 Mac Pack, but the Data Modeler extension seems to be missing.

    There is no maker data section in the view menu. In the box about the research of model in the Extensions Panel lists only data Modeler - reports. He does not appear in the tools-> features dialog box is. There is no directory of the oracle.datamodeler Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/extensions.

    If I download the generic SQL Developer bundle and run sqldeveloper.sh then the Data Modeler is available. I could use but its more practical to have an app packed of course.

    It is missing the Mac download or have I deleted it somehow?

    See you soon,.

    Kevin

    BUG!

    Thanks for letting me know Kevin. Apparently I forgot to update my Mac to the ai2 and I have not heard that.

  • Error 14031 on denormalised to physical time data sources with no real key (simple model POC)

    Hello

    OBIEE 11.1.1.6

    Modeling of a very simple physical model; -

    1 large table denormalised = > 1 time dimension

    My table denormalised lacking real keys so I'm flat modeling (total / detail) hierarchies of dimension using text based descriptors (this awaits the final version of the data warehouse) but I get a persistent error that manifests from dimension to dimension... i.e. If I recreate only one dimension, then the error does not appear on this dimension, but moves on the next , but he's now gone full circle...

    The error is; -14031 "filtering the contents of a logical table source: 'X' references multiple dimensions TNA 15001 error could not load the navigation for topic area 'Y" ".

    As I said if I delete and recreate the logic table 'X' as shown above, then the error will change in another dimension table.

    I saw a 'hit' saying that the problem is with joined him on the business model, someone can advise in my scenario the joins should be on the logical tables, physical source is (aside from the time Sun) all coming from the same physical source? (the only physical join real is my large denormalised in the time dimension table)

    Thanks for your comments,

    Robert.

    Hello

    found my own fix, for reference, if anyone facing this problem was that the details on the different Dimensions all came from the same source, so when I put the level of the source for the various files, in fact and in corresponding Sun at different levels, that was causing the error, so the error of compensation was a case of undo levels for all outside my separate time table.

    The error message is less useful...

Maybe you are looking for

  • I get pop up windows that are not blocked. This is like no popups I've seen before

    suddenly, I get a strange type of popup that is not blocked. It must be closed manually, rest on the page in the same place. It appears on Google constantly Thank you EDIT: A screenshot is here http://tinypic.com/r/xqizcp/5

  • Moving imported photos of 'All the Photos' under 'Albums' in the section 'Photos '.

    I have pictures that I imported from the SD card in my digital SLR which are found in the pictures in the album 'Last import' or "All Photos" album, both on the "Albums" tab  My question is how can you move these so that they appear on the first tab,

  • Problem installation of DSC Module 2016

    Hello I try to install LabVIEW 2016 64-bit on my 10 64-bit windows. the problem is: Although labview is installed and works perfectly, when I try to install the DSC module an error appears and indicates that LabVIEW is not installed! LabVIEW module a

  • My HP Envy 17-3277NR won't turn on or charge more?

    Last night I had it turned off and unplugged the power cord from it. This morning when I pressed the power button to turn it on nothing happens. And when I plug the cord power it would not light, so it does not load. I even tried another adapter hp I

  • PIX configuration

    Greetings My name is Joel. I got a PIX 515e on 7.0 IOS. I am managing it forms Cisco ASDM 5.0 and I want to activate record buffer contained in any FTP server before it is crushed. I tried to do this in the submenu Configuration Logging, Configuratio