extract OGG gets NULL when updated

RDBMS version: 10.2.0.3 (RAC)

OGG version: 11.2.1.0.1(for 10g)

I'm confused by something like this for ten days:

There is a 10.2.0.3 RAC cluster and using ogg 11.2.1.0.1 for record extraction of 10g, files of parameters as follows:

EXCERPT:

EXTRACT extte

SETENV (ORACLE_HOME = / u01/oracle)

SETENV (NLS_LANG = AMERICAN_AMERICA. ZHS16GBK)

Username ogg@test,PASSWORD oggpassword

TRANLOGOPTIONS ASMUSER sys@OGGASM,ASMPASSWORD asmpassword

KEYNAME AES192 ENCRYPTTRAIL exttekey

EXTTRAIL/ogg/dirdat/you

FETCHOPTIONS FETCHPKUPDATECOLS

TABLE TEST.*;

I've added some exttrail of following commands:

dblogin USERID ogg@test,PASSWORD oggpassword

ADD THE EXTRACT OF EXTTE, TRANLOG, BEGIN NOW, NET 2

ADD EXTTRAIL/ogg/dirdat/you, EXTRACT of EXTTE

and began to extract. Then create and insert records in test schema:

drop table t is serving;

create table t (key primary number name age number);

Insert values into t (1100);

commit;

update of age set t = 200, where name = 1;

commit;

And I see the strangest thing has happened using logdump:

Open/ogg/dirdat/te000000

HDR - Ind: E (x 45) Partition:.  (x 04)

UndoFlag:.  (X 00)     Brutal: A (x 41)

RecLength: 20 (x 0014) IO time: 16:55:56.000.000 23/12/2013

IOType: 5 (x 05) OrigNode: 255 (xff)

TransInd:.  (X 03)     FormatType: R (x 52)

SyskeyLen: (0x00) incomplete:.  (X 00)

AuditRBA: 17 AuditPos: 4146564

Next: N (x 00) RecCount: 1 (x 01)

23/12/2013 16:55:56.000.000 insert Len 20 RBA 1054

Name: TEST. T

After Image: Partition 4 G s

0000 0005 0000 0001 3100 0100 0700 0000 0331 3030 | ........ 1... 100

Column 0 (x 0000), Len 5 (x 0005)

0000 0001 31                                      | .... 1

Column 1 (x 0001), Len 7 (x 0007)

0000 0003 3130 30 | .... 100

Logdump 393 > n

___________________________________________________________________

HDR - Ind: E (x 45) Partition:.  (x 04)

UndoFlag:.  (X 00)     Brutal: A (x 41)

RecLength: 19 (x 0013) IO time: 16:55:57.000.000 23/12/2013

IOType: 15 OrigNode (x0f): 255 (xff)

TransInd:.  (X 03)     FormatType: R (x 52)

SyskeyLen: (0x00) incomplete:.  (X 00)

AuditRBA: 17 AuditPos: 4147728

Next: N (x 00) RecCount: 1 (x 01)

23/12/2013 16:55:57.000.000 FieldComp Len 19 RBA 1182

Name: TEST. T

After Image: Partition 4 G s

0000 0004 ffff 0000 0001 0007 0000 0003 3230 30 | ................ 200

Column 0 (x 0000), Len 4 (x 0004)

ffff 0000                                         | ....

Column 1 (x 0001), Len 7 (x 0007)

0000 0003 3230 30 | .... 200

the primary key has become ffff 0000 which is NULL in "after the image. So I replicate in the target databases, complained ogg who found no documents that have a NULL value as the primary key.

And I have it reproduced in the environment of the product, it again in ogg 11.2.1.0.1 for 11g on 10.2.0.3 (RAC) RDBMS.

Earlier, I installed 10203 database on the single node (no CARS) and make the extraction of ogg even totally:

HDR - Ind: E (x 45) Partition:.  (x 04)

UndoFlag:.  (X 00)     Brutal: A (x 41)

RecLength: 20 (x 0014) IO time: 17:21:02.000.000 23/12/2013

IOType: 5 (x 05) OrigNode: 255 (xff)

TransInd:.  (X 03)     FormatType: R (x 52)

SyskeyLen: (0x00) incomplete:.  (X 00)

AuditRBA: 40333 AuditPos: 42779524

Next: N (x 00) RecCount: 1 (x 01)

23/12/2013 17:21:02.000.000 insert Len 20 RBA 1600

Name: TEST. T

After Image: Partition 4 G s

0000 0005 0000 0001 3100 0100 0700 0000 0331 3030 | ........ 1... 100

Column 0 (x 0000), Len 5 (x 0005)

0000 0001 31                                      | .... 1

Column 1 (x 0001), Len 7 (x 0007)

0000 0003 3130 30 | .... 100

___________________________________________________________________

HDR - Ind: E (x 45) Partition:.  (x 04)

UndoFlag:.  (X 00)     Brutal: A (x 41)

RecLength: 20 (x 0014) IO time: 17:21:02.000.000 23/12/2013

IOType: 15 OrigNode (x0f): 255 (xff)

TransInd:.  (X 03)     FormatType: R (x 52)

SyskeyLen: (0x00) incomplete:.  (X 00)

AuditRBA: 40333 AuditPos: 42781160

Next: N (x 00) RecCount: 1 (x 01)

23/12/2013 17:21:02.000.000 FieldComp Len 20 RBA 1735

Name: TEST. T

After Image: Partition 4 G s

0000 0005 0000 0001 3100 0100 0700 0000 0332 3030 | ........ 1.. 200

Column 0 (x 0000), Len 5 (x 0005)

0000 0001 31                                      | .... 1

Column 1 (x 0001), Len 7 (x 0007)

0000 0003 3230 30 | .... 200

everything seems fine.

Am I wrong in PAP/ASM configuration for extraction?

I thank you very much for reading and appreciate all of the advice.

the reference to

https://community.Oracle.com/thread/2395043

Read the answer by amardeep.sidhu, and I checked

SUBSECTIONS SUP SUP SUP SUP

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

NO YES NO NO NO

only a minimum extra newspaper was saved again log.trandata was not enabled.

further adjustment of the sessions to:

change the database adds additional log data (primary key) columns;

and I get good data.

Thanks a lot to this thread.

And now I have the time to find a way for another problem of ASM password which includes '%' while ogg unable connect instance asm :)

Tags: Business Intelligence

Similar Questions

  • Get Null when updating multiple records

    Hi all

    super.processFormRequest (pageContext, webBean);
    Am = (XxSupppacklistAMImpl) pageContext.getApplicationModule (webBean) XxSupppacklistAMImpl;

    String s1 = pageContext.getParameter ("ItemNumber");
    System.out.println ("The Parent point Nukmber is:" + s1);

    If (PageContext.GetParameter ("ParentItem")! = null)
    {
    String s2 = pageContext.getParameter ("ParentItem");
    System.out.println ("the Parent element will be", + s2);
    }
    System.out.println ("Hello I'm in the selectAll method," + s1);

    I was null, when executing the above code.
    could you please, help me on this.


    ThankswithRegards,

    Hello

    B4 value to write more if condition

    If (Row.GetAttribute ("ParentItem")! = null)
    {
    parent = row. GetAttribute("ParentItem").toStrring ();
    }

    Regards
    Meher Irk

  • Get "null" when I call getCurrentRow

    Hello

    I have a request from 10g to Oracle ADF and I'm having a problem. I'm in a servlet get an Application Module and executing a ViewObject:
        BindingContext context = (BindingContext) session.getAttribute("data");
        DCDataControl dc = context.findDataControl(MvcDefs.DATA_CONTROL_PEOPLE);    
        InfoImpl service = (InfoImpl) dc.getDataProvider();
        ViewObjectImpl dataView = service.getDataView();
        dataView.setNamedWhereClauseParam("documentCode", documentCode);
        dataView.executeQuery();
        Row data= dataView.next();
        String dataColumn= (String) data.getAttribute("dataColumn");
    So far, everything works fine. After this code, the servlet insert a record into a table (make a commit with the module of the application) and then try to recall the same front displayed view data:
         ViewObjectImpl dataView = service.getDataView();
         Row data= dataView.getCurrentRow();
         String dataColumn= (String) data.getAttribute("dataColumn");
    But I don't know why "dataView.getCurrentRow ()"; return null, if I get a NullPointerException when running "data.getAttribute".

    All the code shown in this post is run in the same call to the servlet.

    Why I am not getting null in the call "data.getCurrentRow"?

    Thank you

    The problem is that you make a commit after calling next(). This will reset the iterator and if no row is selected a current line.
    You will need to run the query again (not sure if you get the new line otherwise) and do the navigation to get what you want, or go with Suresh advise.

    Timo

  • Get BSOD when updated in Windows Vista Ultimate Edition

    I got the Windows Update for Monday, 30/11/09. Under the option updated, I clicked on the update Realtek for my wireless 801.11 b / g driver.  During the download on the window updates screen, he says that he was downloading updates. Then he went to install the updates and I got the BSOD about 3/4 of the way through.  Reboot the computer and to the Welcome screen, it said it was set up the updates.  He crossed the 1st to the 3rd stage, but remained at 0% and then in Windows. When the desktop is loaded, the window "Windows has recovered from an unexpected shutdown" came.  When I click on "Find solutions", he went the BSOD and restarted all over again with the same message "install updates" at the Welcome screen.  When I tried to cancel the window "windows has recovered...". ', he went the BSOD again and restarted again with the same method. The next time I tried to restart the computer and during the stop, he went to the BSOD and restarted everything again. This also happens when I try to shut down the computer.  The stop on the BSOD error message is Stop: 0x0000001A. Windows error that appears under Windows is 80070103.  I am running Windows Vista Ultimate Edition.  Help, please. How can I get out of this loop.  I tried the "Fix - It" program, but it's the same thing when he went to restart the computer. I know it has something to do with the appearance of the Windows Update, but I do not know how to break the loop of update.

    Bob,
    Run the Microsoft Fix - It from this link:reset Windows Update components

    It has all the steps that you have already done, but includes a couple that you don't.  After you run reboot and post back with the results.  Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I bought the CC license but still get trial when updating

    Capture.PNG

    Could you please tell me why?

    Your subscription to cloud shows correctly on your account page?

    https://www.adobe.com/account.html for subscriptions on your page from Adobe

    If you have more than one email, you will be sure that you use the right Adobe ID?

    .

    If Yes

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp

    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html

    .

    If no

    This is an open forum, Adobe support... you need Adobe personnel to help

    Adobe contact information - http://helpx.adobe.com/contact.html

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • «When updating I get «unable to extract the downloaded...»» U44M11210 ".

    «When updating I get «unable to extract the downloaded...»» U44M11210 ". WINS server 201 2R2

    To update previously - but recent updates to Flash after effects CC, first InDEsign and prelude show this message

    See the following topics

    U44M1I210 - creative cloud help / error U44M1I210 | Install the updates:

    http://helpx.Adobe.com/Creative-Suite/KB/error-u44m1i210-installing-updates-CCM.html

  • How can I get my tab open all when update my firefox?

    now I'm still using very old Firefox 3.6.12 and I want to upgrede. I always using "save and exit" to my tab all open when quitting and not using bookmarks. total approximately 300 + tab open.
    I already try to upgrade my tab and once all is lost. and because of that I do system restore and reintall with old new.

    How can I get my tab open all when update my firefox?
    Sorry my English is a mess...

    already installed, but all the connection site became logout.
    and when right-clicking, page list too...
    and when I choose open in new tab or windown and something else happened...
    loading longer become page (already stop the other tabs)
    and when I block a text/link and drag it to the input tab or the navigation text or input search nothing happenend too...

    and when I close it, no other choice to save and exit...

    Edit:

    Resolved:

    1. Save and quit already solved with the help of addons.

    2. right click and drag the problem is already solved, I close firefox and restart.

    unsolved:

    1. all the connection still in State of disconnection site (can't stay as before connection).

    Edit:

    unsolved:

    2. on option, the images block list is missing.

  • Windows Update lists an important update, but I get error when downloading it. "Fix" suggested did not work.

    Windows Update lists an important update, but I get error when downloading it.  I ran update readiness tool and two logs in Windows\logs appear no error at all and nothing fixed.  The update that will not download is KB974332, which can solve some problems I encounter.  What else can be done, or should I ignore this update?
    Just upgraded to Win7 64-bit, Vista 64 - bit Edition Ultimate Home premium.

    Hello

    Welcome to the Microsoft Vista answers Forum!

    We would like to ask you some questions to help us focus on the right place.

    (a) what is the error that you receive on the computer?

    (b) since when you are facing this problem?

    You can try the steps below and check if the problem is resolved.

    Note: this problem may occur if some of the windows update components are corrupt, so we will try to reset the windows update components and look for the number.

    You must follow the link provided below to run the fixit which will automatically fix the problem if you find problems with the fixit, then you can follow the procedure to manually reset Windows component update.

    How to reset the Windows Update components?

    http://support.Microsoft.com/default.aspx/KB/971058

    Also, visit the following link for more reference on the particular update.

    http://support.Microsoft.com/kb/974332

    Hope this information is useful.

    Thank you, and in what concerns:

    Suresh Kumar-Microsoft Support.

    Visit our http://social.answers.microsoft.com/Forums/en-US/answersfeedback/threads/ Microsoft answers feedback Forum and let us know what you think.

  • When I try I get the windows update error number: 0x8024400A

    When I try I get the windows update error number: 0x8024400A

    Hello


    This problem is limited to a particular update or all updates? Thanks for mentioning the number of KB.
     

    Follow the suggestions below for a possible solution:
     
    Method 1
    I suggest you consult the site mentioned below:
    Temporary connection related errors may occur when you use Windows Update or Microsoft Update
    http://support.microsoft.com/kb/836941.
    Important note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.
     
     
    Method 2
    If the problem is not solve I suggest you try the procedure described in the link mentioned below.
    You cannot install some programs or updates
    http://support.Microsoft.com/kb/822798
    WARNING: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:
    How to back up and restore the registry in Windows
    http://support.Microsoft.com/kb/322756/
     
     
    Let us know the status of the issue.
  • I get the same update to install, again and again, when the original is installed at 4 or 5 times.

    I get the same update to install, again and again, when the original is installed at 4 or 5 times.

    Hi stevie33

    For the update are facing the issue?

    If you have the update already installed on your computer and always offered several times the update then I suggest refer you to the Microsoft article provided below and follow the steps in resolution-

    http://support.Microsoft.com/kb/910339/

    I hope this helps.

  • What is the error code 646? I get this when I try to install the update KB977304. Have tried several times.

    What is the error code 646?  I get this when I try to install the update KB977304.  I tried to install this update several times.

    Look at the point previously addressed in http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/30624d26-942d-49ad-88b2-250514e92a9a/ I hope this helps.
    Good day.

  • I get an error when updating of the CS6 13.0.0 to 13.0.6 U44M2P7, why?

    I get an error when updating of the CS6 13.0.0 to 13.0.6 U44M2P7, why?

    Hi jkaybaker ,

    Please refer to this article:- 'Installation failed' error U44M1P7 with Adobe Creative Cloud or updates of Adobe Creative Suite 6

    Let me know if it helps.

    Kind regards

    Christian

  • I always get requests to update on my office home page. After the most recent, most of my quick start icons are badges of adobe. Except a few functions are not open. When I right click on Firefox (for example) it says 'READ' instead of 'OPEN' and t

    I always get requests to update on my office home page. After the most recent, most of my quick start icons are badges of adobe. Except a few functions are not open. When I right click on Firefox (for example) it says 'READ' rather than 'OPEN' and then displays the Adobe error box. The only other answer I received (from Ask.com) is that the update was a virus. I'm not computor savy and my pc is quite old. I just want to come an hour before this recent action, but I can't open Norton power eraser or even the ability of the computer to return to an earlier point in time to cancel the action. Each of these attempts of task appears Adobe error box. I am currently showing Adobe Reader X 10,0

    Hi deanrlh,

    I apologize for the inconvenience caused. Please follow the steps in the below article mentioned: Application, file icons change in Acrobat/Reader icon

    Thank you

    Abhishek

  • I'm trying to download 11 items that I already have on a new computor windows 8.1 after downloadind the first file and the extraction I get the error message when I try to download the second file: the party reach the components file is missing

    I'm trying to download 11 items that I already have on a new computor windows 8.1 after downloadind the first file and the extraction I get the error message when I try to download the second file: the party reach the components file is missing

    Make sure you have both. (1 of 2) file .7z and .exe file (2 of 2) under the same folder files

    Then double-click on the .exe file (2 of 2) it will start the installation process.

  • Get the error when update: Office creative cloud could not be updated. (error code: 2)

    Get the error when update: Office creative cloud could not be updated. (error code: 2).

    I'm on a McBook Pro, OSX 10.9.5 retina.

    How to fix error Code: 2?

    Always the same?

    Follow the procedure below:

    Please follow the steps below:

    1)

    Click on the Finder and search options listed next to icon located Apple in the upper left of the screen and click on the "Go" menu button and select 'utilities '.

    (Applications > Utiliites)

    Look for a CC Adobe and Adobe Application Manager folder under utility window and trash both folders.

    2)

    Click on the link below and download & run the cleaning of Adobe tool:

    Select the option "Adobe Application Manager for Mac OS X 10.6" and then click on "Clean up selected."

    https://helpx.Adobe.com/content/help/en/Creative-Suite/KB/CS5-cleaner-tool-installation-PR oblems/_jcr_content/hand-Sea/accordion_container_1/accordion-nominal/accordion-point-1/agreement I on-item-par/procedure/proc_par/step_3/step_par/download/file.res/AdobeCreativeCloudCleane r Tool.zip

    3) click on the link below and download file Creative Cloud install and use the same to install the creative Cloud Desktop application.

    https://creative.Adobe.com/products/creative-cloud

Maybe you are looking for

  • Meares irlens syndrome

    I myself like thousands of other users have a condition called 'Meares Irlens Syndrom' I am sure that if they are tested you will find many employees carry the condition without knowing about it too, basically, it is a condition that can cause to the

  • Is it OK to delete the update number 2 after the new update has been entered IE number 6 of the same program?

    to delete the update number 2 after the new update has been entered IE number 6 of the same program original title: he is allowed to delete the previous updates of files

  • Windows 7 Activation not giving phone option

    I installed Windows 7, it enabled without problems. Then the hard drive does not, and I had to reinstall Windows 7. The product key no longer works, and it does not offer the phone activation option. So, how can I get the phone option to show once ag

  • build the CAP problem - how do you do an automated build?

    I'm starting my first BB development industrial project.  I have a prototype that works in the Eclipse IDE plugin and in the Simulator. I am using: BB JDE Eclipse Plug - in component Pack 4.5.0 and java 1.6.0_11. The problem is I am putting in place

  • Ray vs GANYMEDE +.

    Greetings- I see implicit comments about a difference in architecture between how RADIUS seen NAS vs how GANYMEDE +. Is there someone who is intimately familiar with the call flow of each protocol that can comment on how it is different? Is there a d