Unable to Extract from Oracle

Dear Team,
I am very newer in Golden Gate. Going thru with the blog and trying to learn.
http://www.pythian.com/news/7959/oracle-goldengate-installation-part-1/
I was trying to extract from the Oracle tables at the time of extraction
it’s giving error which are:-
1.     2011-02-01 10:20:16 ERROR OGG-00685 begin time Jan 28, 2011 1:48:12 PM prior to oldest log in log history. Last SQL executed <SELECT 1 FROM dual WHERE TO_DATE(:begin_time,'YYYY-MM-DD HH24:MI:SS') < (SELECT MIN(first time) FROM v$log_history WHERE thread# = :ora_thread)>.
2.     2011-02-01 10:20:16 ERROR OGG-01668 PROCESS ABENDING.
Configuration details are available in detail in Ext1.rpt. Please provide the solution for the same.
Thanks & Regards
Pramod Gaikwad
log file details are:-
Oracle GoldenGate Capture for Oracle
Version 11.1.1.0.0 Build 078
Windows (optimized), Oracle 10 on Jul 28 2010 15:50:58
Copyright (C) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
Starting at 2011-02-01 10:20:14
Operating System Version:
Microsoft Windows XP Professional, on x86
Version 5.1 (Build 2600: Service Pack 3)
Process id: 1064
Description:
** Running with the following parameters **
extract ext1
userid ggate, password ********
rmthost INFVA04159.vshodc.lntinfotech.com, mgrport 7809
rmttrail /goldenGate/dirdat
ddl include mapped objname sender.*;
table sender.*;
2011-02-01 10:20:14 INFO OGG-01635 BOUNDED RECOVERY: reset to initial or altered checkpoint.
Bounded Recovery Parameter:
Options = BRRESET
BRINTERVAL = 4HOURS
BRDIR = C:\GoldenGate
CACHEMGR virtual memory values (may have been adjusted)
CACHEBUFFERSIZE: 64K
CACHESIZE: 1G
CACHEBUFFERSIZE (soft max): 4M
CACHEPAGEOUTSIZE (normal): 4M
PROCESS VM AVAIL FROM OS (min): 1.81G
CACHESIZEMAX (strict force to disk): 1.59G
Database Version:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE     10.2.0.1.0     Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
Database Language and Character Set:
NLS_LANG environment variable specified has invalid format, default value will be used.
NLS_LANG environment variable not set, using default value AMERICAN_AMERICA.US7ASCII.
NLS_LANGUAGE = "AMERICAN"
NLS_TERRITORY = "AMERICA"
NLS_CHARACTERSET = "WE8MSWIN1252"
Warning: your NLS_LANG setting does not match database server language setting.
Please refer to user manual for more information.
2011-02-01 10:20:15 WARNING OGG-01423 No valid default archive log destination directory found for thread 1.
2011-02-01 10:20:15 INFO OGG-01515 Positioning to begin time Jan 28, 2011 1:48:12 PM.
Source Context :
SourceModule : [er.redo.ora.metathr]
SourceID : [er/redo/oracle/ocimetathr.c]
SourceFunction : [OCIMETATHR_get_sequence]
SourceLine : [771]
2011-02-01 10:20:16 ERROR OGG-00685 begin time Jan 28, 2011 1:48:12 PM prior to oldest log in log history. Last SQL executed <SELECT 1 FROM dual WHERE TO_DATE(:begin_time,'YYYY-MM-DD HH24:MI:SS') < (SELECT MIN(first_time) FROM v$log_history WHERE thread# = :ora_thread)>.
2011-02-01 10:20:16 ERROR OGG-01668 PROCESS ABENDING.
Edited by: user2855889 on Feb 1, 2011 1:33 AM

This is a startup bug error where certain initial log positions are not resolved at initialization.
This should happen only if the first log switching didn't occur after the db was created and before extract was started
It is bug (11839680).
It is resolved by performing a database log switch.
Other causes and solutions:
If some of the nodes in RAC are not active, OGG will hit this error when trying to find the redo logs for those inactive nodes.
The solution in this case is to exclude those inactive nodes from GG, e.g. THREADOPTIONS PROCESSTHREADS SELECT 1

Similar Messages

  • Using XML extraction from Oracle and XSLT data transformation

    Hi
    How can transfer data ie: Using XML extraction from Oracle and XSLT data transformation with java application?
    usually i use to do querying sql, getting data from table assinging to model class then send it to UI. how can i go for XML extraction form oracle?
    thanks

    Sorry, I don't understand what exactly you want to do. And I'm under the impression that you might not know exactly what you want to do as well. Could you explain a bit more detailed what you want to achieve?

  • DATA EXTRACTION FROM ORACLE & SYBASE

    Hello members...
    Good day. This is my first posting in this site. I am new to Oracle and have a question regarding Data extraction from Oracle and Sybase.
    My project has two applications one having Oracle as the database and the other has Sybase as the database. On the proposed production schedule, there would be a interface data update from the Oracle database to the Sybase database.
    My aim is to check if the data update is in sync after the update. We plan to extract the data from the two databases (Oracle and Sybase) and compare in a Third Party tool. We have the tool to compare. Can any of you suggest a nice data extraction tool. I have to set this data extraction as a batch in the nightly batch schedule.
    Thanks in advance,
    Regards,
    Krishna Kumar...

    Sybase provides the best data extraction utility called BCP. You can load and extract data. It is very user friendly. From your unix prompt if you type in BCP ? you will all the switches and
    help messages you need to use. It is so simple.
    Oracle dosn't have such a utility to extract data from table.
    You need to write a Stored procedure and use UTF_FILE package to
    extract data from table and write into a file.

  • Extraction from Oracle

    Hello Experts,
    As some of might already know that I'm new to complex extractions. Hence, the question:
    What are basic steps/tools needed to extract from Oracle.
    and
    What are the main challenges?
    I would really appreciate if someone could share some experience in a general context.
    Thanks
    Fran

    Fran
    Please see this link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2f0fea94-0501-0010-829c-d6b5c2ae5e40
    Also have a look at this thread which already discussed
    how create a db connection between oracle and bw
    Hope this helps
    Thnaks
    sat

  • Unable to select from Oracle to SQL Server

    Hi group,
    I am having some issues while trying to select a SQL Server table from Oracle.
    Oracle version is 10.2.0.4 64 bits on Solaris 64 bits too, this database connects to Oracle Client (with dg4odbc) on Windows 64 bits installation (Oracle Cient version is 11.2.0.1), and finally SQL Server is running right on a Windows 2000 server on 32 bits.
    When I try to select the SQL Server table from Oracle, I am getting the next error message:
    SQL> select * from "interfaceinventarios"@TEST;
    select * from "interfaceinventarios"@TEST
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from TEST
    tnsping TEST is working well.
    On the Windows Server (64 bits) I used: C:\Windows\System32\odbcad.exe executable to create the datasource.
    Any help or advice will be really appreciated.
    Thanks in advance.
    Kind regards,
    Francisco

    Hi,
    If your server is of 64 bit then the oracle client needs to be 64 bit.

  • Unable to Extract Credential Oracle Web services manager

    Hi
    I am using oracle web services manager for all the web service security.
    When I user Extract Credentials and Active Dirtectory steps. I am getting Unable to extract credentials. Below is my soap request and Extract credentials xpath settings,
    Request
    <?xml version='1.0' encoding='UTF-8'?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
    <sites xmlns="http://logic.domain.clinicaldatabrowser.com">
    <in0 xmlns="http://logic.domain.clinicaldatabrowser.com">
    <identifier xmlns="http://domain.clinicaldatabrowser.synarc.com">1234</identifier>
    </in0>
    <in1>
    <password xmlns="http://domain.clinicaldatabrowser.com"> testws</password>
    <username xmlns="http://domain.clinicaldatabrowser.com"> test.user</username>
    </in1>
    </sites>
    </soap:Body>
    </soap:Envelope>
    Here are my Extract Credential configuration
    Credentials location : /soap:Envelope/soap:Body/sites/in1
    Namespaces :
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://domain.clinicaldatabrowser.com"
    UserID xpath : username
    Password xpath : password
    Suggetions or solutions will be appreciated,
    Thanks
    Gops

    Were you ever able to get this to work?

  • Data extraction from oracle

    We need to pull data like material information, purchase order information from SAP to our local oracle database. How can we connect our application to download this data direcly from SAP's oracle database to our local database. We don't want to use BAPI calls. Is there is any way to connect to SAP's oracle directly?

    There are ETL tools made for this that have add-ons for SAP R3/ECC, so that extraction of data uses native SAP functionality, and then loads to Oracle tables (including using native Oracle buik load functionality).
    Two tools of this nature come to mind: Informatica and Talend. Informatica has an enterprise-class ETL tool that does exactly what you're looking to do, but the cost for Informatica is quite huge. On the other end of the spectrum, Talend also performs the tasks you're looking to perform and it's an open-source tool (free to download and use - cost for support and training).

  • Data extraction from Oracle database

    Hello all,
    I have to extract data from legacy database tables. I need to apply a lot of conditions on data extraction using SQL statements for getting only valid master data, transaction data, SAP date format etc. Unfortunately I don;t have a luxary of accessing legacy system data base table to create table views and applying select statements.
    Is there anyother way round by which I can filter data on source system side w/o getting into legacy system. I mean being in BW data source side.
    I am suppose to use both UD connect and DB connect to test which will workout better way of data extraction. But my question above should be same in either interface.
    This is very urgent as we are in design phase.
    Points will be rewarded immediately.
    Thanks
    Message was edited by:
            Shail
    Message was edited by:
            Shail

    Well I and eveyone know that it can be done in BI.
    I apologize that I did not mention it in my question.
    I am looking for very specific answer, if there is any trick we can do on source system side from BI. Or where we can insert SQL statements in infopackage or data source.
    Thanks

  • Avoid using DB link when extracting from Oracle in OWB map

    if i define a db table as a source to extract data in my OWB mappings, it will generate PLSQL code which utilises a DBlink to get access to the table.
    my question is, if my source table is in the same schema as my data warehouse runtime schema, can i tell OWB to avoid using a dblink ?!

    Hi Duncan,
    Yes you can. What you will need to do is configure the mapping, which allows you to specify physical characteristics of a mapping. So it allows you to specify where or better how to access and object in a mapping. By default it gets the database link associated with the module it is sourced from.
    To change this, in the module editor highlight your mapping. Click configure, and look at "sources and targets". Open this node and find your source table (or view). Open this node and deselect the "database link".
    Should your table be in a different schema but in the same instance, you can specify a schema qualifier. You can also combine schema and dblink to point to a different instance and schema. If you specify the schema be sure to specify this in the correct case. OWB double quotes to preserve case, so use upper case in the most common scenario.
    Hope this helps,
    Jean-Pierre

  • Data extracted from Oracle ASCP and presented in OBI

    Hello,
    I work for a company using the Oracle APS suite and for demand management and supply planning. The ASCP (Advanced Supply Chain Planning) tool is the key tool for our end user planners.
    What are the interfaces like between Oracle APS and OBI?
    Are there any OBI users who have enjoyed success using OBI to present the detailed data out of ASCP? The users report that getting visibility to the data in ASCP using the out of the box ASCP functionality is very limited.
    I am interested in general feedback and any suggestions on where to get more information or perhaps to read about how other companies are using APS/OBI together.
    Thanks and Best Regards,
    Jim Shaughnessy

    One way of doing this is setup Heterogeneous Database connections
    http://www.dba-oracle.com/t_heterogeneous_database_connections_sql_server.htm
    I am sure there's other options out there.

  • How to Extract data from Oracle DB to BW via DBConncet interface.

    HI All,
    Do you know how to extract data from ORACLE data base to BW, using DBConnect.
    Here we are not using R/3 Business content structures.
    How to do it in both source system  and BW side?
    How to define structures on both sides.
    Please provide any documents on that.
    Thanks in Advance.
    Sri.

    Hi Srilaxmi
    Have a look at these links
    http://help.sap.com/saphelp_nw04/helpdata/en/58/54f9c1562d104c9465dabd816f3f24/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/a1/89786c3df35c4ea930a994e884bb4c/content.htm
    http://help.sap.com/saphelp_bw30b/helpdata/en/80/1a618ae07211d2acb80000e829fbfe/content.htm
    and  this thread
    Extract from Oracle View with DB connect
    regards
    KR

  • How to extract data from oracle database directly in to bi7.0 (net weaver)

    how to extract data from oracle database directly in to bi7.0 (net weaver)? is it something do with EDI? can anybody explain me in detail?
    Thanks
    York

    You can use UDConnect to get from Oracle database in to BW
    <b>Data Transfer with UD Connect -</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/content.htm
    <b>Prerequisites</b>
    You have installed the SAP WAS J2EE Engine with BI Java components.  You can find more information on this in the SAP BW installation guide on the SAP Service Marketplace at service.sap.com/instguides.
    Hope it Helps
    Chetan
    @CP..

  • Extracting a flat file from oracle table

    I have moved the knowledge module KIM ISO SQL to FileAppend from the Metadata to my project folder.
    But when I create an interface mapping the oracle table and a flat file on a different unix server, in the drop down menu , it shows only KIM SQL TO SQL and KIM Control Append.It does not show up the SQL to FileAppend knowledge module option.
    What should I do to extract a flat file from oracle table?
    Thanks
    Hima
    Overstock.com

    All IKM in the Drop Down Menu are dependent of the target technology.
    A question, at this interface, is your target table a file ?

  • How to extract data from Oracle Table to an Oracle XMLtype field

    All,
    I'm very new with ODI and I'm looking for a way to implement the following scenario:
    I have the Oracle table A, already mapped to Data Model A. This table has the following fields:
    field X (PK)
    field Y
    field Z
    field W
    I have a table B, already mapped to Data Model B. This table has the following fields:
    field X (PK)
    field V (XMLType)
    I want to extract the data from Table A to a XML file with the following structure:
    <X> yada yada yada </X>
    <Y> yada yada yada </Y>
    <Z> yada yada yada </Z>
    <W> yada yada yada </W>
    and then insert this file into the field V of Table B. How can I do that?
    TIA,
    Rodrigo

    You can use UDConnect to get from Oracle database in to BW
    <b>Data Transfer with UD Connect -</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/78/ef1441a509064abee6ffd6f38278fd/content.htm
    <b>Prerequisites</b>
    You have installed the SAP WAS J2EE Engine with BI Java components.  You can find more information on this in the SAP BW installation guide on the SAP Service Marketplace at service.sap.com/instguides.
    Hope it Helps
    Chetan
    @CP..

  • I keep getting error message: unable to extract to temp directory when downloading InDesign from Creative Cloud

    I have Windows 7 32-bit Am trying to download InDesign from Creative Cloud desktop version and I keep getting the error message "Installation failed, Unable to extract to temp directory. Please contact customer support. (EX11)
    have tried going into temp files and moving Indesign file to desktop, but still failing

    Creative Cloud Error Codes (WIP) | Mylenium's Error Code Database
    Mylenium

Maybe you are looking for