PROBLEM ABOUT PATCH SET 12733251

Enviroment:windows server 2008 stardard edtion 64bit,oracle 11GR2 64bit enterprise edition,golengate with path set 12733251.When I run ggsci -v,It shows:
D:\ggs>ggsci -v
Oracle GoldenGate Command Interpreter for Oracle
Version 11.1.1.1 12733251
Windows x64 (optimized), Oracle 10g on Aug 19 2011 14:29:03
Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
But,my oracle version is 11GR2,not 10g.Both the extracts and replicates can not work well,if I input:
start extract xx,it shows oraxml10.dll is missed error.and the extract keep the status of stop.
Can anyone resolve this strange problem?Thanks in advance.

Steve,I don't think the problem is due to the enviroment variable or ogg parameter setting.For example,the location of new ogg patch is d:\ggs_new,the location of old ogg is:d:\ggs, I run these commands in cmd window:
D:\>cd ggs_new
D:\ggs_new>ggsci -v
Oracle GoldenGate Command Interpreter for Oracle
Version 11.1.1.1 12733251
Windows x64 (optimized), Oracle 10g on Aug 19 2011 14:29:03
Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
D:\ggs_new>cd \
D:\>cd ggs
D:\ggs>ggsci -v
Oracle GoldenGate Command Interpreter for Oracle
Version 11.1.1.1 OGGCORE_11.1.1_PLATFORMS_110421.2040
Windows x64 (optimized), Oracle 11g on Apr 21 2011 23:49:53
Copyright (C) 1995, 2011, Oracle and/or its affiliates. All rights reserved.
Why?It's very strange.hope your reply.By the way,you can download the patch 12733251
from mos and do some test.

Similar Messages

  • About patche set in oracle

    i want to know the oracle release number format installed in my system i get 10.2.0.1.0 using the product_component_version
    here, the last digit indicates the patch set.
    i didnt understand what is meant by patch set?even not able to differentiate all the sections?
    so just i want to know what each digit specifies and what is meant by the patch set?
    what is the relationship with the platform to this patch set?

    Patch Set is the The fourth digit, component specific release number of 11.2.0.3. Oracle Support adds new features to the Patch Set.
    Patch Set Update is the fifth number 11.2.0.2.3; Every 3 months or so, Oracle Support release a Patch Set Update (PSU) to fix Patch Set bugs and does not add any new features to the PSU.
    Now, you may ask what about the other 3 digits; the first, the second and the third?
    The first digit is the major version, in our case 11g. The second digit is the release number, in our case it is release 2 also called (11g release 2 or shortly 11gR2) with major upgrades and major new features. The third digit is Oracle application specific number, always equal to 0 for database software.
    http://www.oracle-class.com/?p=2401

  • Problem downloading Patch Set Oracle 10.2.0.5 from SAP Service Market Place

    As mentioned in SAP Note 871735:
    Oracle patch set 10.2.0.5
    To navigate to the DVD download:
    1. On the right-hand side under 'Software Download', select the relevant
    software variant:
    - Oracle 10.2 software (64-bit)
    - Oracle 10.2 software (32-bit)
    2. Choose 'Installation'.
    3. Select your platform.
    4. Choose 'Oracle'.
    5. Select the relevant ORACLE RDBMS DVDs.
    6. Add the DVD to the 'Download Basket'.
    However, when I click on the "Oracle 10.2 software (64-bit)", the right-hand side of the page goes blank and just says Oracle on top? In the search, I also can't find the 51040057_4.
    Is it due to the SAP Service Marketplace account restrictions or what?
    We have our SAP on DB2.

    We have our SAP on DB2
    This could be the reason as to why you are not able to download Oracle patches.
    Regards,
    SBK

  • Problem about fill set up table

    Hi all,
    I got a problem when I run the fill set up table for sales billing data source. what I did is:
    first delete the setup table then oli9bw->type in a sales document no.(as I only want this order data), then give a run name, last execute, but I got the message as follow:
    Data source 2LIS_13_VDITM contains data still to be transferred
    Could you pls explain what this means, and what should I do to solve the problem
    Thanks

    Set up table definition
    Setup table is store the historical data, where as the delta records are updated in delta queue not to set up table.
    So once historical data is loaded you can delete the contents of the set up table.
    name is extract sturcture of your data source + setup
    also data is taken from setup table when an init / full/ full repair load is done.
    so in order to take ur records from the table delete the setup table(LBWG) and initialize it with ur records.
    You can find the contents SE16
    Filling set up tables
    transac LBWG
    + SBIW -> Logistics -> Managing Transfer Information Structures-> Setup of Statistical Data-> Application-Specific Setup of Statistical Data
    set up tables
    Set up tables
    Set up tables
    view of set up tables data in se11??????????
    Set Up tables..
    lo: delete set up tables: DOUBT
    LBWQ is the extraction queue and RSA7 is delta queue. Data is sent to delta queue from extraction queue through collective job scheduled in transaction LBWE.
    when we want to extract the data using LO Cockpit, the data will be come to the extraction queue first and from there it will processed to the delta queue. SO lbwq works as a outbound queue.
    If the update mode is Unserialised V3 then as soon as the document is posted it comes update table which you can see in Tr. Code SM13. After the jonb is scheduled the records come to RSA7 i.e delta queue from which BW pulls the data
    If you use u201CQueued Deltau201Dupdate method then the data moves to Extraction queue(LBWQ). Then run Collective update to move the data from LBWQ into Delta Queue (RSA7). Then schedule the data using the infopackage by selecting Delta Load in the update tab.
    So in If you are going to do Setup table filling, delete the data from LBWQ.
    The usage of Extraction queue(LBWQ) comes in to picture in delta loading. But actually system starts collecting the data (whenever there is document creation in R/3) after activating the EXtraction structure.
    Steps to Be Performed
    We know that there are 4 types of delta extraction that are available in LO. If you use u201CQueued Deltau201Dupdate method then the data moves to Extraction queue(LBWQ). Then run Collective update to move the data from LBWQ into Delta Queue (RSA7). Then schedule the data using the infopackage by selecting Delta Load in the update tab.
    Here is Roberto's weblog:
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    check this out...
    LBWQ - T code is for what?
    Ttransaction LBWQ
    What is LBWQ?
    Assign points if it helps
    Hope it helps
    regards
    Bala

  • Problem about character set

    I read data from excel using oracle com automation feature in plsql program and insert them into tables, but all chinese in the excel file was "?",how should I do?
    thanks.

    american_america.us7ascii You cannot store chinese character in this character set. US7ASCII stores data in 7Bits, which doesn't support non-ascii characters.
    You'll have to change the character set of your database to Unicode based character set to store the chinese characters.
    HTH
    Naveen

  • A problem about Ms Sql 7 - Oracle 8.1.5 ?

    hi
    I used OMWB to migrate MS sql 7 to Oracle 8.1.5, both of our env are on chinese character set,it worked well. Thank OMWB work team. The whole process of migration did't meet any problem. But I met a problem about character set,I don't see right content on CLOB column,all data in CLOB columns are like the following something :
    0F5C3A53A44E1A904575BE8FBF4F776302303052FD56388D01303100380006529F943052B065164E
    I maped text datatype of SQL to CLOB datatype,I can see the right data directly in SQL by select command,but I can't see the right data in SQL*PLUS.
    How can I do? Migration workbanch don't support the multi-bit char set such as chinese?
    null

    I already knew the solution of the problem,but I met another problem.
    I checked my sql 7 database again, I found large columns are ntext datatype. I changed the ntext to text and migrated data again. In SQL*PLUS ,I found the data of clob columns change to '????.?-?'. I know this is caused by NLS_LANG, my NLS_LANG=simplified chinese_china.zhs16gbk. How do i set my nls_lang to get the right data?
    null

  • Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it drops a message again and again, preventing me to do anything about the setting.

    Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it dropps the message again and again, preventing me to do anything about the setting.

    A Fix for "Your network preferences have been changed by another application" Error 
    In the Library/Preferences/SystemConfiguration/ folder delete the following:
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    preferences.plist
    com.apple.nat.plist
    You will have to re-configure all your network settings since deleting.
    (10.4.10)
    Use Software Update to update your OS to last version of Tiger.  Install all the other updates that goes along w/it.

  • 11.1.0.1.6 Patch Set Update problem

    Hi guys!
    I have problem with 11.1.0.1.6 Patch Set Update for Oracle Management Service.
    After i have installed OMS on my RHEL 5.2 server together with agent (Repository is on remote host) i have decided to install recommended patches as well.
    I have followed PSU install procedure, so i have first run
    [oracle@gc ~]$ opatch lsinventory
    Oracle Interim Patch Installer version 11.1.0.9.6
    Copyright (c) 2012, Oracle Corporation. All rights reserved.
    Oracle Home : /opt/oracle/Middleware/oms11g
    Central Inventory : /home/oracle/oraInventory
    from : /opt/oracle/Middleware/oms11g/oraInst.loc
    OPatch version : 11.1.0.9.6
    OUI version : 11.1.0.8.0
    Log file location : /opt/oracle/Middleware/oms11g/cfgtoollogs/opatch/opatch2012-04-12_10-24-52AM_1.log
    OPatch detects the Middleware Home as "/opt/oracle/Middleware"
    Lsinventory Output file location : /opt/oracle/Middleware/oms11g/cfgtoollogs/opatch/lsinv/lsinventory2012-04-12_10-24-52AM.txt
    Installed Top-level Products (1):
    Oracle Enterprise Manager Grid Console 11.1.0.1.0
    There are 1 products installed in this Oracle Home.
    Interim patches (3) :
    Patch 13248190 : applied on Wed Apr 11 11:41:33 CEST 2012
    Unique Patch ID: 14355092
    Created on 12 Jan 2012, 03:49:58 hrs PST8PDT
    Bugs fixed:
    10122270, 9930146, 9836815, 8638231, 9963717, 9543582, 9276193, 9911851
    9506062, 10361050, 10218699, 12657533, 10372559, 12908384, 10246310
    10418856, 10313110, 9500255, 10100210, 9462098, 12799578, 9747671
    10279457, 10400454, 9562462, 9570911, 11727299, 10638043, 9937784
    7340407, 9575427, 10204587, 10177562, 9935898, 12833678, 11809598
    9446422, 12545526, 9586285, 9548105, 10201753, 10353911, 9308029
    9534200, 12669853, 9184007, 9684768, 9686658, 9341486, 10122223, 11683765
    9241402, 9838084, 9849222, 9903280, 9888852, 9478844, 9558026, 9604064
    11728549, 9342290, 10410743, 10020408, 9151748, 9953045, 9221090
    9559264, 10264990, 10036568, 10065631, 9804442, 9576468, 10372513
    10108019, 9928480, 9535382, 11726378, 10114291, 10278756, 9892455
    9476313, 11900474, 9876632, 9386076, 12552334, 11076661, 9803798
    10408402, 10043790, 10307099, 9965939, 9646681, 9390531, 9662869, 10333908
    9544428, 9489355, 10190000, 9706552, 11890440, 8859562, 11808680, 12758241
    8234692, 9723689, 9734399, 9504581, 9558551, 9874327, 9313608, 12423703
    12360281, 12693879, 11901582, 12654105, 12536173, 10307544, 13248190
    9537948, 8930257, 10118817, 11696545, 9919614, 10404792, 12734089
    10636783, 9541036, 9821890, 12738517, 10270073, 10257014, 10223586
    10213026, 9952713, 9491872, 9507363, 10015330, 9726686, 10042225
    Patch 9367763 : applied on Tue Apr 10 14:03:38 CEST 2012
    Unique Patch ID: 12252189
    Created on 1 Mar 2010, 22:30:36 hrs PST8PDT
    Bugs fixed:
    9367763
    Patch 9207217 : applied on Tue Apr 10 14:03:30 CEST 2012
    Unique Patch ID: 12151251
    Created on 27 Jan 2010, 15:49:36 hrs US/Pacific
    Bugs fixed:
    9207217
    OPatch succeeded.
    [oracle@gc ~]$ echo $PATH
    :/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/kerberos/bin:/opt/oracle/agent11g/bin:/opt/oracle/oms11g/bin:/opt/oracle/Middleware/oms11g/bin:/opt/oracle/Middleware/oracle_common/OPatch
    [oracle@gc ~]$ echo $ORACLE_HOME
    /opt/oracle/Middleware/oms11g
    after this checks i have stopped oms server and successfully executed opatch apply command.
    Then next step is to connect to rcuJDBCEngine as SYSMAN and run the apply.sql script as follows (in my case):
    [oracle@gc 13248190]$ pwd
    /opt/InstallGrid/Oracle11g/11106_patch_32bit/13248190
    [oracle@gc 13248190]$ /opt/oracle/Middleware/oms11g/bin/rcuJDBCEngine [email protected]:1521:gcoemrep JDBC_SCRIPT apply.sql $PWD $ORACLE_HOME
    Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    at java.lang.String.charAt(String.java:686)
    at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:386)
    at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:634)
    at oracle.net.ns.NSProtocol.connect(NSProtocol.java:208)
    at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:966)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:292)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:154)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:259)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:142)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionHelper.getConnection(ConnectionHelper.java:61)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.getConnection(JDBCEngine.java:889)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.connect(JDBCEngine.java:417)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.main(JDBCEngine.java:1982)
    maybe my variables are not good?
    Any suggestions?
    Edited by: rootsman on Apr 12, 2012 1:36 AM

    Hi Rootsman,
    There are 2 possible causes for this issue.
    1. Because an incorrect syntax was used to apply the SQL part of the patch. If the password for the user is not added in the command line, the rcuJDBCEngine will fail. The rcuJDBCEngine will not prompt for the password (like sqlplus does), if it is not provided on the command line.
    - Incorrect syntax
    +$ORACLE_HOME/bin/rcuJDBCEngine sys@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    - Correct syntax
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/<password for sys>@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    2. This problem may also occur if the password has been supplied on the command line but includes some special characters.
    The solution is to stick to the syntax described in the README.txt which states to enter the sys password on the command line:
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/<password for sys>@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    If there are any special characters in the password, enclose the password in single-quotes ' '. For example:
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/'<password>'@<host>:<port>:<sid> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    Hope your problem gets resolved.
    Thanks,
    Cris

  • Problem running Sample Application after intalling patch set 4.0.2.00.07

    We just applied the patch set 4.0.2.00.07 on our TEST environment APEX4.0.
    Now I can't run the sample application. When I run the application, login using either the admin or the demo user with the #lower_case_workspace_name#", the browser is generating below error message:
    ORA-06550: line 2, column 8: PLS-00201: identifier 'CUSTOM_AUTH' must be declared ORA-06550: line 2, column 1: PL/SQL: Statement ignored
    Error ERR-10460 Unable to run authentication credential check function.
    The sample application works fine on our DEV environment APEX 4.0.0.00.46 *without* the patch set 4.0.2.00.07.
    Does anyone have an idea how to resolve this
    Thanks

    Varad -
    I see that these functions are missing on the TEST environment parsing schema. I will have our DBA rectify the issue.
    Thanks,
    DP

  • Problem in installing patch set 8.1.7.4

    Hi All,
    when i am installing patch set 8.1.7.4 i am getting stuck here like it is not able to file link the binaries can i know what is the reason
    when i tailed install log i am getting below error.
    /usr/ccs/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/meta01/app/oracle/product/8.1.7
    /meta01/app/oracle/product/8.1.7/bin/genclntsh
    when i tailed installlog.err log
    Error in deleting /meta01/app/oracle/product/8.1.7/rdbms/lib64/config.c

    Error in deleting /meta01/app/oracle/product/8.1.7/rdbms/lib64/config.cIt has been so long since I worked with V8 that I can't recall whether or not a 64-bit version existed.
    What OS name & version produced this error?

  • Problem installing 9.2.0.8 patch set noninteractively

    I am attempting to automate the installation of the Oracle 9i client on a Windows XP platform. The client will include the 9.2.0.1 base client with the 9.2.0.8 patch set applied to it. The silent installation of the base client works as it should. Then I initiate the installation of the Patch Set with the command
    z:\Patches\Server9208\Disk1\Install\Setup.exe -silent -waitforcompletion -responsefile z:\rspfiles\patch9208.rsp
    where patch9208.rsp is a copy of the response file distributed with the patch set and modified for our organization. The OUI opens properly and transfers control to the background task. All requested products are installed. However, at the end of the installation, I am presented with a request to “Please press Enter to exit…”. Is there any way to automate the response to this message or suppress the message. We do not want to require any user response when we distribute the Oracle client to the
    PC’s.

    Hm, can you try adding the -nowait option?

  • Installation of Patch Set 9.2.0.7 on Windows XP Pro SP2 fails

    When I tried to apply patch set 9.2.0.7 to my 9.2.0.5 installation on a computer with MS Windows XP Pro SP2, shortly after the selection of the target Oracle home directory the installer told me to shut down a large number of Windows processes (like RAS, RPC, etc., about 30 in total) that are not related at all to the installation.
    Am I getting anything wrong? Or is this a bug (as I would suspect)?
    Message was edited by:
    csage

    You are facing an annoying problem with Oracle installation on Windows.
    It seems, some files are locked by
    other processes than the Installer process.
    The following workaround worked (for me):
    Temporarily remove the reference to the Oracle Home at system startup
    1. Rename the Oracle Home \bin directory to \bin_save
    2. Reboot the system
    3. Rename the bin_save directory back to bin again
    4. Start patch installation again

  • Error after applying patch set 10.1.3.4.0

    Hi everyone,
    I downloaded the patch set 10.1.3.4.0 from [http://www.oracle.com/technology/software/products/ias/htdocs/101310.html] and intalled it on my machine but after the installation finished, I found problem in runing Oracle Process Manaer Console. When I try to login, it redirects to DomainPickup.jsp and after entering oc4jadmin id and password below message appears: No domains accessible to the user logged in.
    When I click on Goto BPEL Admin and try to create a new domain, it does not accept "default" as domain id: it says "Domain already exists." when I give different name, it shows this error:
    Exception
    Operation failed because:
    Domain creation error.
    An exception occurred while attempting to create the domain "sample" at path "c:\oracle10gR1\product\10.1.3.1\OracleAS_1\bpel\domains\sample". The exception reported is:
    I was using SOA suite 10.1.3.0 and it was working properly before upgrade.
    I will appeciate if someone can help me to fix this problem. I could not found any note for applying this patch on download page too.
    Thanks
    Esfand

    Hi Adina,
    I tried to perform all the steps explained there but I might have missed some parts which I'm not getting it down. I could figure out the cause of problem after I searched the oracle forums for several times. It seems that this error is because of data-source settings and database server. The bpel engine can not connect to database anymore. This means that during the pachset the database settings has been altered somehow but when I check the XML files, I can't find any mistake there.
    I have not worked with Oracle Lit database and do not know how to manage the database it creates therefore, I decided to install the Oracle 10g Database XE, when I go through advanced installation of SOA suite 10.3.0.1 after running IRCA, the installation is finished successfully but the same problem exists. When I checked the Connection pool in Oracle AS, it shows error from NLS data and now I'm in infinite loop how to fix this problem. After many installation / deinstallation I could not fix it so I decided to install the SOA Suite in typical mode and then connect the BPEL to oracle Database later. After the installation, I changed 3 data sources defined in Oracle AS along with its connection pool to connect to my Oracle 10g XE database having BPEL schema but it still raises some more exception and now, I have no idea what to do?!!!!
    It's about 10 days that I'm struggling to get this installation done but I have not succeeded yet. I believe It should not be so hard and complex to have Oracle Suite 11g TP4 configured as it appears to happen for me. Oracle products all have straightforward installation process but this once is killing me.!!
    I will appreciate any further help for windows installation.
    Regards
    Esfand
    Edited by: user3788199 on Sep 4, 2008 3:59 AM
    Edited by: user3788199 on Sep 4, 2008 4:02 AM

  • Applying oracle patch set for Oracle 10.2.0.4

    Hi All,
    I need some clarification on below suggestions from SAP,
    <div class="jive-quote">there is also no optimizer mergefix installed in the database. This can lead to big performance problems due to wrong Oracle Cost Based Optimizer decisions. SAP therefore requires the installation of so called SAP Bundle Patches. Please refer to
    SAP note #1137346 - Oracle 10.2.0: Patches/patch collections for Oracle 10.2.
    It is mandatory to install the most current available SBP in SAP environments.</div>
    I have Oracle 10.2.0.4 and AIX 6.1 for my all SAP systems, please guide me what exact steps I have to follow, as this note contains information about the relased oracle patch set but doesnt have information about how to apply.
    I never applied any oracle patch set before and very new to all this, so your solution will help me a lot in this task.
    Regards,
    Ramesh.

    ramesh_basis wrote:
    Hi All,
    >
    > I need some clarification on below suggestions from SAP,
    >
    > <div class="jive-quote">there is also no optimizer mergefix installed in the database. This can lead to big performance problems due to wrong Oracle Cost Based Optimizer decisions. SAP therefore requires the installation of so called SAP Bundle Patches. Please refer to
    > SAP note #1137346 - Oracle 10.2.0: Patches/patch collections for Oracle 10.2.
    > It is mandatory to install the most current available SBP in SAP environments.</div>
    >
    > I have Oracle 10.2.0.4 and AIX 6.1 for my all SAP systems, please guide me what exact steps I have to follow, as this note contains information about the relased oracle patch set but doesnt have information about how to apply.
    >
    > I never applied any oracle patch set before and very new to all this, so your solution will help me a lot in this task.
    >
    > Regards,
    > Ramesh.
    Hi Ramesh,
    Firstly, go to "http://service.sap.com/swdc -> Software Downloads -> Database Patches -> Oracle -> Oracle 10.2.0.4  -> OPatch"  then download and install OPatch_10205_Generic_v0.zip
    Secondly, go to "http://service.sap.com/swdc -> Software Downloads -> Database Patches -> Oracle -> Oracle 10.2.0.4  -> Database RDBMS -> Generic (32-bit / 64-bit)" then download and install "Pre-Upgrade Information Utility utlu102i.sql (zipped)" and "p8350262_10204_Generic.zip"
    Thirdly, "http://service.sap.com/swdc -> Software Downloads -> Database Patches -> Oracle -> Oracle 10.2.0.4  -> Database RDBMS -> AIX5L (64-bit)" then download and install "SAP_102048_201106_AIX.zip"
    You can find readme fles in the zip files.
    Best regards,
    Orkun Gedik

  • Oracle 9.2.0.3.0 patch set for windows - questions

    Hi!
    I have for that some questions. I have oracle 9.2.0.1.0 on a windows 2003 server running with one local database - no real apllication cluster.
    I don't understand which instructions I have to make for oracle upgrade?
    Must I also make the 3. instruction? Connect to databse prior and drop?
    Must I also make the post install action for my database?
    (startup migrate ...)
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?
    Thanks for help!
    1. When applying this patchset on Windows NT, XP or Windows 2000, you must log onto the system as a user with Administrative privileges
    (e.g. as a user which is a member of the local Administrators group).
    2. Unzip the downloaded patch set file into a new directory.
    3. Drop the xmlconcat function by running the following commands:
    drop public synonym xmlconcat;
    drop function xmlconcat;
    4. Shut down any existing Oracle Server instances in the ORACLE_HOME to be patched with normal or immediate priority. i.e.: Shutdown all instances (cleanly). Stop the database services, and stop all listener, agent and other Oracle processes running in or against the ORACLE_HOME to be installed into.
    5. Perform the following pre-install steps for Real Application Clusters (RAC) enviroments only:
    IN ADDITION TO STOPPING ALL ORACLE SERVICES IN THE ORACLE_HOME TO BE UPGRADED:
    If you are running in a RAC enviroment, stop the following Windows service(s)/devices(s) using the Net Stop command:
    Stop the Windows service named "OracleGSDService"
    Stop the Windows service named "OracleCMService9i".
    Stop the Windows device named "OraFenceService" (This Device does NOT show up as a Service in the Control Panel).
    For Example:
    C:\>net stop OracleGSDService
    C:\>net stop OracleCMService9i
    C:\>net stop OraFenceService
    Once the above steps have been performed on all the nodes of the cluster, you should then be able to upgrade the OSD components to the 9.2.0.3 versions. This can be accomplished by...
    xcopy all the files in the \Disk1\preinstall_rac\osd\*.* directory to the directory in which the OSD components were originally installed on all nodes(typically %SystemRoot%\system32\osd9i).
    Note: You may also be able to look in HKEY_LOCAL_MACHINE\Software\Oracle\OSD9i registry key to determine the directory in which the original OSD components were installed. Now the OSD components can be restarted on all the nodes in the cluster.
    C:\>net start OraFenceService
    C:\>net start OracleCMService9i
    C:\>net start OracleGSDService
    After all of the above steps have been completed on all the nodes of the cluster, you are now ready to proceed with the Oracle 9.2.0.3.0 patchset installation.
    6. Start the installer:
    If the current Installer version is less than 2.2.0.18.0 then download the Installer 2.2.0.18.0 from Oracle Metalink where it can be accessed with the bug number 2878462 and choosing the MS Windows NT/2000 Server platform, then run the setup.exe 2.2.0.18.0 from the C:\Program Files\Oracle\oui\install directory .
    7. You may install the Patch Set through either an interactive or a silent installation.
    To perform an interactive installation using the Oracle Universal Installer graphical interface:
    1. Start the installer from the newly installed OUI 2.2.0.18.0 by running the version of setup.exe located at C:\Program Files\Oracle\oui\install and verify
    that the version of the OUI GUI is 2.2.0.18.0 before proceeding.
    2. Follow the steps given below within the installer:
    1. On the Welcome screen, click the Next button. This will display the File Locations screen.
    2. Click the Browse button for the Source... entry field and navigate to the stage directory where you unpacked
    the Patch Set tar file.
    3. Select the products.jar file. Click the Next button
    The products file will be read and the installer will load the product definitions.
    The products to be loaded will be displayed (verify ORACLE_HOME setting for this first).
    4. Verify the products listed and then click on the Install button.
    5. Once the installation has completed successfully, it will display End of Installation. Click on Exit and confirm
    to exit the installer.
    To perform a silent installation requiring no user intervention:
    1. Copy the response file template provided in the response directory where you unpacked the Patch
    Set tar file.
    2. Edit the values for all fields labeled as "<Value Required>" according to the comments and examples
    in the template.
    3. From the unzipped patchset installation area, start the installer by running the setup executable passing
    as the last argument the full path of the response file template you have edited locally with your own
    value of ORACLE_HOME and FROM_LOCATION:
    setup.exe -silent -responseFile <full_path_to_your_response_file>
    Post Install Actions
    Execute these "Post Install Actions" only if you have one or more databases associated to the upgraded $ORACLE_HOME.
    Important Notes
    1: Java VM and XML DB Requirements
    Users who have JVM (Java enabled) or JVM and XDB installed on their 9.2.0.1 databases should make sure that the init.ora parameters shared_pool_size and java_pool_size are each 150 MB or more before running the catpatch.sql upgrade script. Failure to do so could result in an unrecoverable memory failure during running of the script. Please note that JVM and XML DB was shipped as part of the default 9.2.0.1 seed database and will be present unless the user explicitly installed a 9.2.0.1 instance without them.
    2: SYSTEM table space
    If you have JServer installed in the database, you should check to be sure there is at least 10M of free space in the SYSTEM table space before running these actions.
    3: Installing on Cluster Databases
    If you are applying this patch set to a cluster database, then set the CLUSTER_DATABASE initialization parameter to false. After the post-install actions are completed, you must set this initialization parameter back to true.
    To complete the installation of this patch set, you need to start up each database associated with the upgraded $ORACLE_HOME, start the database listener (e.g., lsnrctl start), login using SQL*Plus (e.g., sqlplus "/ as sysdba"), and run the following commands/scripts in order from $ORACLE_HOME within a MIGRATE session. If you are using the OLAP option, make sure that the database listener is up.
    startup migrate
    spool patch.log
    @rdbms/admin/catpatch.sql
    spool off
    Review the patch.log file for errors and re-run the catpatch script after correcting any problems
    shutdown
    startup
    This step is optional - it will recompile all invalid PL/SQL packages now rather than when accessed for the first time - you can also use utlrcmp.sql to parallelize this in multiprocessor machines:
    @rdbms/admin/utlrp.sql
    Execute the following if you use Oracle OLAP option:
    alter user olapsys identified by <password> account unlock
    connect olapsys/<password>
    @cwmlite/admin/cwm2awmd.sql
    exit
    Execute the following script only if you have version 9.2.0.1.0 of Oracle Internet Directory installed in your ORACLE_HOME. Make sure that the database and database listener are running and that all parameters are specified prior to running the script:
    $ORACLE_HOME/bin/oidpatchca.bat
    -connect <Connect String>
    -lsnrport <Listener Port>
    -systempwd <SYSTEM Password>
    -odspwd <ODS Password>
    -sudn <Super-User DN>
    -supwd <Super-User Password>
    -dippwd <Password to register DIP Server>
    Where:
    connect - Database connect string
    lsnrport - Database Listener port
    systempwd - Password of the database 'SYSTEM' user
    odspwd - Password of the database 'ODS' user
    sudn - Super-user DN
    supwd - Super-user Password
    dippwd - New password to register Directory Integration Server. This password must conform to the password policy in the OID server
    Execute the following steps only is you are using the RMAN catalog.:
    rman catalog <user/passwd@alias>
    upgrade catalog;
    upgrade catalog;

    I don't understand which instructions I have to make for oracle upgrade?
    -- You have to follow all the instructions mentioned
    (Just check for few if's for Cluster enabled, OID and OLAP databases. Perform these steps only if they apply)
    Must I also make the 3. instruction? Connect to databse prior and drop?
    -- Yes you should do
    Must I also make the post install action for my database?
    (startup migrate ...)
    -- Yes. Do run catpatch.sql .
    what means at post install actions the following:
    'execute these post install actions only if you have one or more databases associated to the upgraded $oracle_homee.
    -- In this step make sure you do step 1
    1: Java VM and XML DB Requirements
    Otherwise catpatch.sql will fail.
    Do 2 and 3 only if applicable
    Chandar
    My database path is e:\oracle\oradata\database my oracle path is e:\oracle\ora92 have I in my case make the post install actions?

Maybe you are looking for

  • MBpro 15" Crashing during games/movies/etc.

    Hey, been experiencing crashes while playing games and watching a few movies on my MBpro 15" Mid-2010 i5 Gt330m. It will just lock up all of a sudden and then play a continuous sound loop with a black screen. I then have to force shut it down, hold t

  • Problems to get 1080p resolution (1900x1080) on Satellite Pro U200

    Hi all, I'm new in this forum. I have a 1080p monitor, it works perfectly with my old desktop computer (with a gforce 4 graphics card). But when I connect this monitor to my Toshiba U200, the max resolution to set is limited to 1680x1050. I've update

  • Check compression of Infocube

    How do i check that compression of the infocube was successful. I did check the number of entries in the E table. But is there another way of checking that compression of the infocube was successful. Thanks for help. Michelle

  • Org and Staffing-Object Id to be displayed

    Dear All, Can anybody pls help me out with the settings which would enable me to have the various object ids displayed against the objects in PPOCE, PPOME, PPOSE ie Org and Staffing. Eg. I want to have the org unit id across the Org unit created in P

  • Enum - behavior of local members;  EnumSet - set operations?

    I've already discovered that local members of an element declaration block are not visible outside the block, even from other declaration blocks of the same enum. Now I have a more elaborate question about the behavior of local members referenced by