OGG Integrated Capture applies to which version of DB?

If I want to use the Integrated Capture which talks to DB Log mining servers, Is this feature only applicable from Oracle DB 12c or I can use it for Oracle DB v 11.2.0.4.2.

Ya I just read in the DOC. But wanted to be sure. So If I use the version 11.2.0.4.2 all the Integrated features are available by default. So we neednot apply a patch for it.
Doc Refer
5.2.2.1 Integrated Capture Supported Database Versions
The database version determines the data type support available through integrated capture:
Full support: To support all Oracle data and storage types, the compatibility setting of the source database must be at least 11.2.0.3 with the 11.2.0.3 Database specific bundle patch for Integrated Extract 11.2.x (My Oracle Support Document ID 1557031.1). To get this patch from My Oracle Support, go to:https://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1557031.1
To support DDL capture without installing DDL support objects, the source database must be at least Oracle 11.2.0.4 or later. For earlier database versions, DDL support objects are required. See Appendix D, "Installing Trigger-Based DDL Capture" for more information.
Limited support: You can use integrated capture on an 11.2.0.3 downstream mining database for a source database with a compatibility less than 11.2.0.3, but in this mode, SECUREFILE LOBs, XML columns, Transparent Data Encryption, and UDTs have limited support based on database version and compatibility. The downstream mining database must have the 11.2.0.3 Database specific bundle patch for Integrated Extract 11.2.x (Doc ID 1557031.1) applied. See Section 5.2.2.2, "Integrated Capture Deployment Options". The downstream mining database must be at the same (or greater) database release (minimum 11.2.0.3) as the source database release being mined.

Similar Messages

  • GoldenGate Downstream Integrated capture from SQL Server 2012 as source

    Hi,
    Previously, I had done OGG integrated capture from downstream mining database. In that case SourceDB, Downstream MiningDB and TargetDB, all databases were Oracle.
    MiningDB was in sync with source for log shipping and OGG extract was hooked with MiningDB to capture changes and apply on targetDB by replicat.
    This time, I am looking for similar solution for SourceDB as MS SQL Server 2012. Exploring my options as I am not allowed to let OGG extract directly capture from source database.
    I have to come up with a solution where source database can ship logs to another location (miningDB) and let OGG extract capture from there.
    What could be my options ??? Appreciate your suggestions???
    Thanks
    Neetu

    Hi,
    You can move post to Golden Gate forum and also add following more information: 
    I see you are using Integrated it means the version is either 11 or higher.
    1, Add GG version   11/12 ?
    2. Add Oracle DB Version 10/11/12
    In Oracle downstream, basically you ship the archive logs to the downstream server but have you thought how is the transnational logs handled in SQL Server ?
    HTH,
    Pradeep

  • GoldenGate integrated capture mode (native DDL capture method)

    Hi Everyone,
    I configured Oracle GoldenGate by integrated capture mode (native DDL capture method)
      with
      Oracle DB version: 11.2.0.4
      OGG version:  12.1.2.1.0
    My proplem is the extract processes use high memory and memory not release when many ddl activity.
    Can anyone advise how to reduce memory ?
    Thanks.

    Thank you Veera
    after i config that you advice.
    For DML INSERT MANY ROW
    memory usage normal:
         254.836 MB ./dirprm/exaa.prm
    libumem:
         $  echo "::findleaks " | mdb -p 1766
    BYTES             LEAKED         VMEM_SEG CALLER
    4096                   2 fffffd7ff8df5000 MMAP
    4096                   1 fffffd7ffcf39000 MMAP
               Total       2 oversized leaks, 8192 bytes
    CACHE             LEAKED           BUFCTL CALLER
    000000000272b2e8       1 0000000004a2a0e0 __1cIggCalloc6Fi_pv_+0x3c
    0000000002724b28       1 0000000004a478c0 __1cIggCalloc6Fi_pv_+0x3c
    0000000002724b28       1 0000000004a0f380 __1cIggCalloc6Fi_pv_+0x3c
    0000000002724b28       1 0000000004b158c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28       1 0000000006984c40 libCrun.so.1`__1c2n6FL_pv_+0x26
    000000000272b5a8       1 0000000003c51700 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28      35 0000000007cd3ee0 libCrun.so.1`__1c2n6FL_pv_+0x26
               Total      41 buffers, 1392 bytes
    For DLL test by ADD Column
    memory Increased by number of DLL activity and memory not release until restart processes:
         264.211 MB ./dirprm/exaa.prm 
    libumem:
         $ echo "::findleaks " | mdb -p 1766
    BYTES             LEAKED         VMEM_SEG CALLER
    4096                   2 fffffd7ff8df5000 MMAP
    4096                   1 fffffd7ffcf39000 MMAP
               Total       2 oversized leaks, 8192 bytes
    CACHE             LEAKED           BUFCTL CALLER
    0000000002724b28       1 0000000004a478c0 __1cIggCalloc6Fi_pv_+0x3c
    000000000272b2e8       1 0000000004a2a0e0 __1cIggCalloc6Fi_pv_+0x3c
    0000000002724b28       1 0000000004a0f380 __1cIggCalloc6Fi_pv_+0x3c
    0000000002724b28     131 0000000007c02700 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ccf540 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c0f380 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c0f000 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be42a0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28       1 0000000004b158c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007cd09a0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be57e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ce0ee0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be2380 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c000e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     132 0000000007cce7e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    000000000272b5a8       1 0000000003c51700 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be8d20 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     130 0000000007cce000 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be48c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be80e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be5ee0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007cec0e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be5380 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     210 0000000007cd3ee0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bdb7e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c0f9a0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be88c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c108c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     132 0000000007c0e0e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c0e460 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     132 0000000007cce2a0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bdc620 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c0f540 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007cde540 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c022a0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007cec8c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     130 0000000007c10e00 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bdf620 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c0f1c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bdbd20 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ce81c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c02a80 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bf4a80 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ce5460 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bdcee0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be2700 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ce7620 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c02460 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bdfee0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007cceb60 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ce8620 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be20e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28       1 0000000006984c40 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bf41c0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ccf9a0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ce5c40 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c0fd20 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c02ee0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ce7ee0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bf4700 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007ce70e0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     132 0000000007c00460 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007cd0460 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     132 0000000007c0e2a0 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c0f700 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007c10a80 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007be4d20 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     131 0000000007bf4c40 libCrun.so.1`__1c2n6FL_pv_+0x26
    0000000002724b28     130 0000000007cce540 libCrun.so.1`__1c2n6FL_pv_+0x26
               Total    8340 buffers, 266960 bytes

  • Which version of SCOM is this ?????

    Hi All,
    Question may sound silly, But i don't know a answer for it hence raised this question.
    I was reading this blog and found this type of a SCOM which i have never seen in the below link.
    http://www.opsmanager.se/2012/11/06/text-log-monitoring-part-1/
    There is no Administration, Authoring, Monitoring TAB at all ?
    Does anyone have any idea which version of SCOM is this ?
    Gautam.75801

    This is authoring console screen capture and not a operations console. This is the reason why you cannot see Administration, Authoring, Monitoring TAB .
    If you want to create a text file log monitoring using SCOM, you should refer to the following link
    https://support.microsoft.com/kb/2691973?wa=wsignin1.0
    http://jimmoldenhauer.blogspot.hk/2013/03/scom-2012-how-to-generate-alert-from.html
    Roger

  • SQL Server 2008 R2: which version of Visual Studio do I need to keep database projects and SSIS projects in the same solution

    I need to build a solution containing a database project and an integration services project for SQL Server 2008R2.  Apparently, the subset of Visual Studio tools that comes with SQL Server 2008R2 does not include database projects and does not have
    Team Foundation Server support.  Because of those limitations, I am trying to determine which version of Visual Studio will allow me to:
    1. Build a single solution that includes both a database project and an Integration Services project
    2. For the database project, be able to import a database schema from an existing SQL Server 2008 R2 database, do schema compares and update the project from the database and vice versa
    3. For the Integration Services project, be able to deploy the packages to SQL Server Integration Services on SQL Server 2008 R2 (that is, to the msdb database).
    4. Use Team Foundation Server for source control of the whole solution, including both project types.

    Hi G Britton,
    To build a solution containing a database project and an integration services project for SQL Server 2008 R2 and use Team Foundation Server for source control.
     You can choose to install Visual Studio 2008.
    And as you want to utilize Schema compare and/or Data compare functionalities in Visual Studio, you will need to install the
    Visual Studio Team System 2008 Database Edition or Visual Studio Team System 2008 Team Suite.
    In addition, for Visual Studio issues, I would like to recommend you post the question in the
    Visual
    Studio forums to get better support.
    Reference:
    Team Foundation Version Control
    Compare and Synchronize Database Schemas
    Interoperability and Coexistence (Integration Services)
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • How to find out which version of OID, SSO, Portal, and Disco. to install?

    Hi,
    I just upgraded from 11.5.9 (DB 9.2.0.4) to 12.1.1 (DB 10.2.0.5) using Rapid Install Wizard.
    The 11i system did have Portal and Single Sign-On, and Discoverer 4i. How can I find out which version of these I can install and integrate with the new system? Do I need to install a separate Application Server?
    Thanks,
    Sinan

    Please see these docs.
    Integrating Oracle E-Business Suite Release 12 with Oracle Internet Directory and Oracle Single Sign-On [ID 376811.1]
    Oracle Application Server with Oracle E-Business Suite Release 12 FAQ [ID 415007.1]
    Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12 [ID 373634.1]
    Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12 [ID 1074326.1]
    How To Enable Single Sign On (SSO) For Discoverer 11g (11.1.1.x) [ID 879604.1]
    Thanks,
    Hussein

  • How to tell: Which version of camera raw do I have?

    How to tell which version of camera raw I have? The only Google search I found answering this question refers to is 2 years old and seems to no longer apply. There is no File, Edit etc. menu on the new version of Camera Raw with (Photoshop/Bridge CS6). I do use Adobe Application Manager to do my updates telling me if a new version exists or not, nevertheless I would like to know.

    The F key works as described for me in CS6-ACR7.4 with ACR as the window with focus.  The same function is available using the double-arrow-window icon at the right of the Preview checkbox near the top right of the preview area. 
    When in full-screen mode there is no title bar, but when I press the F key or click the double-arrow, again, ACR becomes smaller and I can see the title bar that includes the ACR version and camera model.  This is on Windows7-64-bit on a 1600x1050 monitor.  Perhaps you’re ACR’s title bar is off the top of the screen so you can’t see it, or maybe ACR optimizes some things if you have a smallish display—do you?
    A plug-in is a program that interfaces with another program but is not independently runnable application, itself, bit is independently updatable, so in this instance, Photoshop doesn’t need to be downloaded and installed every time Adobe adds support for a few more cameras.

  • Dreamweaver and BC which version is best and how do I start a fresh clean slate?

    To all Adobe Gurus who are willing to help,
    I have had Creative Cloud for over a year and I have nothing to show for it. Mainly because I am overwhelmed with what to do. I went to school for design some time ago. I used Dreamweaver when it was still owned by Macromedia. I have had a hard time integrating back after so many years and this is all new to me. I have watched countless of tutorial videos both on here and lynda.com. I am lost. I can not find the answers I need?
    I need to get help on building an e-commerce site. I used Muse first for design, then I was told that DW works best.
    Which one? Seems I only can get something going on DWCS6 or DWCC,  but not DWCC14'
    However, when I did start a site with DW CC,  I was prompted to import an entire site with the GET STARTED video that you use as beginners for BC, but I accidentally hit cancel.
    Now, the site manager can see the name of the site. But I want to start a fresh new slate? Is it as easy as just deleting the local root folders? Do I need to uninstall and reinstall?
    Nothing has gone remotely except for a template that is sitting still on the admin side of Business Catalyst.
    I do like DW CC 14' newest features with the PSD comp and such. WOAH. But can I design a website and still integrate BC into it or how does it all work?
    Can I start all over? Delete what I started and start fresh?
    **Running MAC OS X latest version. I just want to know if I can start all over? Or which version of Dreamweaver should I use in order to get the best results?
    Thank you kindly for reading and lending a hand. I sincerely would appreciate any leads or answers to these questions.
    Artizahn

    The template for ePub is for Pages 09 as are the instructions on that particular web page.
    Have you tried looking in the Help  for Pages 5?  Here is the link to that particular subject when searching for ePub.
    http://help.apple.com/pages/mac/5.0/?lang=en#/tanc2e488747
    You have the option to get to the online help in Pages 5 Help menu.
    If you have Pages 09 I suggest you use that app for your ePubs.

  • Report on which computers have which version of Internet Explorer?

    Hi, Does anyone know of a simple report or way of reporting on which computers have which version of Internet Explorer?
    e.g. I expect to mostly find 7, but checking also for 6 & 8).
    As its integrated into the OS this isn't as easy to determine as with other products installed. I know there are simple manual check like "Help About" and HKLM\SOFTWARE\Microsoft\Internet Explorer
    Thanks.

    Hi
    Torsten is rigth, the reigstry path does contain version information (and other usefull information). You can get the information by:
    Adding this entry to the configuration.mof file:
    #pragma deleteclass("IE", NOFAIL)
    [DYNPROPS]
    Class IE
    [key] string KeyName;
    String MkEnabled;
    String Version;
    String Build;
    String W2kVersion;
    Uint32 IntegratedBrowser;
    [DYNPROPS]
    Instance of IE
    keyname="SystemCenter.fr";
    [PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|MkEnabled"),Dynamic,Provider("RegPropProv")] MkEnabled;
    [PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|Version"),Dynamic,Provider("RegPropProv")] Version;
    [PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|Build"),Dynamic,Provider("RegPropProv")] Build;
    [PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|W2kVersion"),Dynamic,Provider("RegPropProv")] W2kVersion;
    [PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|IntegratedBrowser"),Dynamic,Provider("RegPropProv")] IntegratedBrowser;
    And enter this information into the SMS_def.mof file
    #pragma namespace ("\\\\.\\root\\cimv2\\SMS")
    #pragma deleteclass("IE", NOFAIL)
    [SMS_Report(TRUE),SMS_Group_Name("IE"),SMS_Class_ID("IE|IE|1.0")]
    Class IE: SMS_Class_Template
    [SMS_Report(TRUE),key] string KeyName;
    [SMS_Report(TRUE)] String MkEnabled;
    [SMS_Report(TRUE)] String Version;
    [SMS_Report(TRUE)] String Build;
    [SMS_Report(TRUE)] String W2kVersion;
    [SMS_Report(TRUE)] Uint32 IntegratedBrowser;
    Kent Agerlund | http://scug.dk/members/Agerlund/default.aspx | The Danish community for System Center products

  • Which versions of Final Cut Pro support HD video?

    Which versions of Final Cut Pro support HD video? (Other than 6)

    Uncompressed HD...that can be done with FCP 4.5 or higher. But as said, you need a capture card, no matter what version you use.
    DVCPRO HD support started in FCP 4.5. P2 DVCPRO HD support started with 5.0.4. HDV support started with FCP 5.0, and is much better in FCP 5.1. XDCAM started in FCP 5.0, better in 5.1. AVCHD requires 5.1, and AVCIntra requires FCP 6.
    Shane

  • Register in integrated capture in GoldenGate 12c

    register extract <name process > database
    register in integrated capture in GoldenGate 12c.
    detail workflow in register?
    Thanks,
    T N

    Hi T N,
    Integrated Capture is one of the New features of Oracle GoldenGate  11g. In Integrated Capture mode, the Extract process does not directly reads the Redo Logs. Instead, it directly interacts with the database log mining server.
    The log mining server reads the database redo logfiles and captures the changes in the form of Logical Change Records. These records are then written to the Oracle GoldenGate trail files by the Extract Process.
    Earlier in Classic Capture Mode, the Extract directly reads the Redo Logfiles, captures the changes and writes it to the GoldenGate Trail Files. But here it is totally different. The Oracle has binded the GoldenGate process with the Oracle Log Mining Server to capture the changes and hence it is has been named as Integrated Capture.
    To Integrate the Extract with the Database Log miner server, we need to first Register the extract with the database.
    REGISTER EXTRACT <EXTRACT_NAME> DATABASE
    This registers the Extract with the database to make the Extract process integrate with the Oracle Database Log miner server. Once you Register your Primary Extract to the database, automatically dedicated Log Miner Server will be assigned to that Primary Extract Group. So that Log Miner Server will capture the changes from the Redo Logs and gives it to the Extract process which in turn is written to the GoldenGate Trail files.
    Only Primary Extract can be registered with the Database. I mean if you are using a Datapump extract, you cannot register it to the Database.
    Regards,
    Veera

  • Order of Queues(Capture/Apply/Propagation) to start and stop the queues

    Hi All,
    We have bi-directional replication using streams.We want to stop and restart it .
    Would you please help me in deciding the order of different queues(Capture/Apply/Propagation)
    Thanks in Advance!!!
    Kind Regards

    I always stop capture first; and ensure it has gone down cleanly by checking the alert log.
    Then propagation (which may hang on the first attempt before it times out), then finally apply (followed by another alert log check).
    Rgds
    Mark

  • I should add an application server to central XI. But which version

    I should add an application server to central XI. But I do not know which version of SAP netweawer to use in order to install (and which options...)
    I know that used version is not newest (we are not using PI but XI so e.g we have (Integration Builder:Configuration and Integration Builder:Design).
    However components are
    SAP_ABA     700     0018     SAPKA70018     Cross-Application Component
    SAP_BASIS     700     0018     SAPKB70018     SAP Basis Component
    ST-PI     2005_1_700     0006     SAPKITLQI6     SAP Solution Tools Plug-In
    PI_BASIS     2005_1_700     0018     SAPKIPYJ7I     PI_BASIS 2005_1_700
    SAP_BW     700     0020     SAPKW70020     SAP NetWeaver BI 7.0
    ST-A/PI     01K_BCO700     0000          -     Servicetools for other App./Netweaver 04

    Hello
    I have moved this thread to the Software Logistics forum (this is not a PI technical issue). You have a better chance of getting a quality answer to your query if it is opened in the correct forum. I think the Software Logistics is the best forum for this issue.
    Regards
    Mark Smyth
    XI/PI Moderator

  • I have firefox 5.0 which version of firefox do i need to upload in order to support web dynpro?

    i cannot access certian websites to search for jobs. it says "your browser is not supported by web dynpro" i currently use firfox 5.0. please tell me which version i need to download so i can apply for jobs. please get back to me asap.

    Firefox 3.6.23 - http://www.mozilla.com/en-US/firefox/all-older.html

  • Which version Shud I choose??

    Hi All
    I am very new to BPEL. I have read many articles in this forum .
    I want to have perfect advice on which version of BPEL process manager shud i choose to start learning BPEL. The reason for asking this is because I cud see many patches available for different version 10.1.2.0.0 to 10.1.3.3.1.
    So I wanted to start working with the latest version to get rid of those patches.
    Pls flow in ur expert advice.
    Thanks
    Naveen

    Hi Abhi
    I am sure that i am eating ur head but as this is my first setup I cant help :(
    I went to
    http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    and downloaded soa_windows_x86_101310_disk1.zip this zip file has installed 10.1.31.0.
    on the same link http://www.oracle.com/technology/software/products/ias/htdocs/101310.html
    there is one more zip file(patch) ias_windows_x86_101340. I believe this is to upgrade SOA to 10.1.3.4.
    the link which u have sent
    http://download.oracle.com/otn/nt/ias/10133/ias_windows_x86_101330.zip doesnt open any file istead it takes me to some other path.
    As U told already that I need to first apply 10.1.3.3 I am not able to find this fle mentioned by u .
    pls help
    I am really tahknkful to u
    naveen
    Message was edited by:
    user640347

Maybe you are looking for

  • What is use of index by binaary_integer

    Hi All, I have created to program of collection where we use index by binaary_integer in one program and not use index by binaary_integer in second program, but result is same, any body help me what is use of index by binaary_integer here 1- Declare

  • Render Attachments in PDF files

    Hi, We have a user action in our process for which we want to allow users to add attachments to the form. We are then rendering the form as a PDF and e-mailing the form to a client. however we also want to e-mail any attachments that the user has add

  • Another Images not Showing up thread

    I know there are multiple threads out there about images not showing up on the login page of application express, and I have browsed most of them without success. My images folder is in: C:\oracle\product\10.1.0\db_1\Apache\Apache\images\ My dads.con

  • SQL Developer not working

    I installed SQL developers dot rel. 3.2.20.09.87 in my windows XP machine today. The downloadable zip file is available at oracle website http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html. Version I downloaded is :

  • Removing 'i'  from swf skins???

    I know I can remove the exit button from swf skins, but what about the info button? also, is there a way to have a 'on' state for a button, so when the cc button is clicked it stays highlighted? Can I build this in flash and have my custom skin show