Oracle 9.2.0.4 patchset

I am trying to install the Oracle 9.2.0.4 patch set and I am getting an error that I cannot write to the libclntsh.a file. I checked the log file in the oraInventory directory and it says that you cannot open or remove a file containing a running program. What is running?

The patchset certainly fixes bugs in the client, so you're better off applying it than not applying it. If there are 10,000 client machines and none of the users are encountering any of these bugs, though, it's probably not worth spending the time to apply the patch.
Justin
Distributed Database Consulting, Inc.
http://www.ddbcinc.com/askDDBC

Similar Messages

  • When is the Oracle 10.1.0.4 patchset available?

    Hi,
    Can someone tell me when the 10.1.0.4 patchset will be available please?
    Cheers,
    Warren

    The first release, for Linux and Windows, was supposed to be on March 11, but it's still not out and they've clammed up about a new release date.
    I can understand a schedule-slip, but they should have some idea of a new release date, you'd think.
    This is the (obsolete) tentative schedule we got from Oracle support:
    Intel Linux : March 11' 2005
    MS WIndows NT : March 11 '2005
    MS Windows 64bit : March 21 '2005
    MS Windows Server 2003 : March 11 '2005
    MS Windows XP : March 11 '2005
    MS Windows XP 64 Bit : MArch 21 '2005
    Sun Spark Solaris 64 Bit : March 25 '2005
    Sun Solaris V2 Intel : April 11 '2005

  • When is Oracle 10.1.0.4 patchset available?

    Hi,
    Can someone tell me when the 10.1.0.4 patchset will be available please?
    Cheers,
    Warren

    The first release, for Linux and Windows, was supposed to be on March 11, but it's still not out and they've clammed up about a new release date.
    I can understand a schedule-slip, but they should have some idea of a new release date, you'd think.
    This is the (obsolete) tentative schedule we got from Oracle support:
    Intel Linux : March 11' 2005
    MS WIndows NT : March 11 '2005
    MS Windows 64bit : March 21 '2005
    MS Windows Server 2003 : March 11 '2005
    MS Windows XP : March 11 '2005
    MS Windows XP 64 Bit : MArch 21 '2005
    Sun Spark Solaris 64 Bit : March 25 '2005
    Sun Solaris V2 Intel : April 11 '2005

  • Unzip Oracle patchset

    Hello,
    I just downloaded Oracle 10.2.0.4 patchset for AIX 5.3.
    They are 4 .bin files.
    As per Note - 509314, I joined the .bin files to form a single .zip file
    command:
    cat <prefix>aa.bin <prefix>ab.bin ... >> <prefix>.zip
    Now on AIX, when I try command - unzip <prefix>.zip it says that unzip is not found.
    Can I use any tool from SAP Kernel to unzip this file?
    Kindly suggest.

    Hi,
    If your file is not currupt, it should work...
    I assumed that you have java installed in your system.
    just correct the command and then try...
    jar -xvf filename.zip
    if it says "command not found", give the absolute path of jar file...
    #/path/to/your/jar/file/jar -xvf filename.zip
    you can search the file using the below command.
    which jar
    it will show you the where the jar file is installed.
    still if you fail to extract the file, try below tools to extract the same.
    download unzip and other tools from the link...
    [http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html|http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html]
    then try...
    Hope, it will help you...
    Rajesh Narkhede

  • Different Results from SQL-Query in Oracle 10.2 and  Oracle 11.2

    Look at the following example:
    CREATE TABLE GZP_PLAN (GZP_ID
    NUMBER(9) NOT NULL, PARENT_GZP_ID NUMBER(9),
    CONSTRAINT GZP_PLAN_PK1 PRIMARY KEY(GZP_ID)
    USING INDEX
    TABLESPACE USERS
    TABLESPACE USERS;
    insert into GZP_PLAN values(1,NULL);
    CREATE TABLE GZP_WB (OBJECTID NUMBER
    NOT NULL, GZP_ID NUMBER(10),
    CONSTRAINT GZP_WB_PK1_1 PRIMARY KEY(OBJECTID)
    USING INDEX
    TABLESPACE USERS
    TABLESPACE USERS;
    insert into GZP_WB values(1,1);
    CREATE OR REPLACE VIEW VW_GZP (GZP_ID1) AS
    SELECT xxx.gzp_id
    FROM gzp_plan xxx
    WHERE gzp_id IN (
    SELECT MAX (z.gzp_id) zzz
    FROM gzp_plan z
    START WITH z.gzp_id = xxx.gzp_id
    CONNECT BY PRIOR gzp_id = parent_gzp_id);
    -- query
    select a.* from GZP_WB a where gzp_id in (select gzp_id1 from vw_gzp);
    Result in Oracle 10.2. (Windows Server 2003 32-bit, Oracle 10.2.0.2 or Oracle 10.2.0.5, Enterprise Edition)
    OBJECTID     GZP_ID
    *1 1*
    Result in Oracle 11.2 (Windows Server 2008 64-bit, Oralcle 11.2.0.2, Enterprise Edition or Standard Edition One)
    no rows selected
    The result of the following queries are identical in Oracle 10.2 and 11.2
    SQL> select * from GZP_WB where to_char(gzp_id) in
    2 (select to_char(gzp_id1) from vw_gzp);
    OBJECTID GZP_ID
    1 1
    SQL>
    SQL> select a.* from GZP_WB a, vw_gzp b where a.gzp_id=b.gzp_id1;
    OBJECTID GZP_ID
    1 1

    The solution is Oracle 11.2.0.3 - patchset released 11th November.

  • Problems with value-based hierarchies in Oracle 11gR2

    Hello,
    I have the following problem:
    I want to cereate a dimension with 2 hierarchies.
    These hierarchies have to be value-based.
    It's no problem to fill and display one of them, but when I fill both and try to display them, at the lowest level, the parent-child relevancy is now incorrect.
    Let's display this in OLAP Worksheet for Cube Type OLAP 11g :
    lcolwidth=20
    rpr down nim_2 w 25 NIM_2_PARENTREL
                              ------------------NIM_2_PARENTREL------------------
                              ------------------NIM_2_HIERLIST-------------------
    NIM_2                                KON                       AGT
    L1_Total_AGT_A            NA                        NA
    L1_Total_KONZ_K           NA                        NA
    L2_AGT_A_A                NA                        L1_Total_AGT_A
    L2_AGT_B_A                NA                        L1_Total_AGT_A
    L2_AGT_C_A                NA                        L1_Total_AGT_A
    L2_KONZ_1_K               L1_Total_KONZ_K           NA
    L2_KONZ_2_K               L1_Total_KONZ_K           NA
    L3_100_A                  NA                        L2_AGT_A_A
    L3_100_K                  L2_KONZ_1_K               NA
    L3_200_A                  NA                        L2_AGT_B_A
    L3_200_K                  L2_KONZ_1_K               NA
    L3_300_A                  NA                        L2_AGT_C_A
    L3_300_K                  L2_KONZ_2_K               NA
    L4_101_A                  NA                        L3_100_A
    L4_101_K                  L3_100_K                  NA
    L4_301_A                  NA                        L3_300_A
    L4_301_K                  L3_300_K                  NA
    L5_302_A                  NA                        L4_301_A
    L5_302_K                  L4_301_K                  NA
    100                       NA                        L3_100_A
    101                       L4_101_K                  NA
    102                       NA                        L4_101_A
    200                       NA                        L3_200_A
    201                       L3_200_K                  NA
    300                       L3_300_K                  NA
    301                       NA                        L4_301_A
    302                       NA                        L5_302_A
    303                       NA                        L5_302_A
    304                       NA                        L5_302_AAs you see, the lowest level items are only connectet with one of the hierachies, instead connected with both. (100, 101, e.g)
    If I build the same dimension in a 10g Cube, the result is now correct.
    Let's display this in OLAP Worksheet for Cube Type OLAP 10g :
    lcolwidth=20
    rpr down nim w 25 NIM_PARENTREL
                         -------------------NIM_PARENTREL-------------------
                         -------------------NIM_HIERLIST--------------------
    NIM                             AGT                       KON
    L1_Total_AGT_A       NA                        NA
    L1_Total_KONZ_K      NA                        NA
    L2_AGT_A_A           L1_Total_AGT_A            NA
    L2_AGT_B_A           L1_Total_AGT_A            NA
    L2_AGT_C_A           L1_Total_AGT_A            NA
    L2_KONZ_1_K          NA                        L1_Total_KONZ_K
    L2_KONZ_2_K          NA                        L1_Total_KONZ_K
    L3_100_A             L2_AGT_A_A                NA
    L3_100_K             NA                        L2_KONZ_1_K
    L3_200_A             L2_AGT_B_A                NA
    L3_200_K             NA                        L2_KONZ_1_K
    L3_300_A             L2_AGT_C_A                NA
    L3_300_K             NA                        L2_KONZ_2_K
    L4_101_A             L3_100_A                  NA
    L4_101_K             NA                        L3_100_K
    L4_301_A             L3_300_A                  NA
    L4_301_K             NA                        L3_300_K
    L5_302_A             L4_301_A                  NA
    L5_302_K             NA                        L4_301_K
    100                  L3_100_A                  L3_100_K
    101                  L4_101_A                  L4_101_K
    102                  L4_101_A                  L4_101_K
    200                  L3_200_A                  L3_200_K
    201                  L3_200_A                  L3_200_K
    300                  L3_300_A                  L3_300_K
    301                  L4_301_A                  L4_301_K
    303                  L5_302_A                  L5_302_K
    304                  L5_302_A                  L5_302_K
    302                  L5_302_A                  L5_302_K-----
    We are using the latest Version of AWM: Version 11.2.0.1.0A
    Database:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE     11.2.0.1.0     Production"
    TNS for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    Thank you verry much for any help.

    11.2.0.2 for AIX was announced in October 2010. See DOC ID 1249584.1
    What is being announced?
    We are pleased announce the October 19, 2010 release of Oracle Database 11g Release 2 Patchset 1 (11.2.0.2) on HP-UX > Itanium and IBM AIX on POWER Systems.Patchset 10098816
    Description 11.2.0.2.0 PATCH SET FOR ORACLE DATABASE SERVER
    Product Oracle Database Family
    I have looked, but I cannot find a formal bug for this problem. My hunch is that it was fixed as a side effect of other changes, and I know there were several in this area. My simple test case did work in 11.2.0.2, so I hope it is all fixed. But feel free to enter an SR if you want. (If you mention my name in the SR then support should contact me.) You should certainly do this if moving on to 11.2.0.2 does not resolve the issue.

  • Problem in creating database after installion oracle on AIX6.1

    Hi.
    I have to install oracle 10g on AIX 6.1 silently so i have followed the the below steps:
    1. downloaded patch 6613550 and run ./rootpre.sh of that patch as root user
    2. created required oracle user and groups ( oracle and dba respectively)
    3. installed 10.2.0.1 version by using the following command :
    su - oracle -c "/Disk1/runInstaller -ignoreSysPrereqs -silent -responseFile /enterprise.rsp"
    4. run oraInventory/orainstRoot.sh
    5. run $ORACLE_HOME/root.sh
    6. installed oracle 10.2.0.3 patchset using the command :
    su - oracle -c "/p10_10203_AIX64-5L/Disk1/runInstaller -ignoreSysPrereqs -silent -force -debug \
    FROM_LOCATION="/p10_10203_AIX64-5L/Disk1/stage/products.xml" \
    ORACLE_HOME="given $ORACLE_HOME value" \
    ORACLE_HOME_NAME="OraDb10g" \
    TOPLEVEL_COMPONENT='{"oracle.patchset.db","10.2.0.3.0"}'"2>&1
    7. then i am Configuring oracle to startup automatically
    8. creating a database using the following command :
    su - oracle -c "$ORACLE_HOME/bin/dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname tc -passwordDialog false -sysPassword sys_password -listeners LISTENER"
    but when i execute this command it hangs .. doesn't show any error messages. nothing else..
    could any one please help me with that.. where i went wrong..
    Note : I have used the same command for creating a database for AIX 5.3 and i worked... but i didn't installed and patchset 6613550 and 10.2.0.3 as 10.2.0.1 is certified with AIX 5.3
    please help me .. its urgent

    dear friend
    thans for replying
    in fact i ddi not work
    i did the following:
    1 CREATE OR REPLACE TRIGGER t_CREATE_SYN
    2 AFTER CREATE ON SCHEMA
    3 BEGIN
    4 DECLARE
    5 vCUR INTEGER;
    6 vEXE NUMBER;
    7 CURSOR TAB_CUR IS
    8 SELECT TABLE_NAME FROM USER_TABLES;
    9 BEGIN
    10 vCUR := DBMS_SQL.OPEN_CURSOR;
    11 FOR I IN TAB_CUR LOOP
    12 DBMS_SQL.PARSE (vCUR,'CREATE PUBLIC SYNONYM '||' '||I.TABLE_NAME||' '||' FOR '||' '||' '||user||'.'||i.table_name,DBMS_SQL.NATIVE);
    13 vEXE := DBMS_SQL.EXECUTE(vCUR);
    14 END LOOP;
    15 DBMS_SQL.CLOSE_CURSOR(vCUR);
    16 END;
    17 NULL;
    18* END;
    SQL> /
    Trigger created.
    SQL> CREATE TABLE TAR_TAB ( ID NUMBER);
    CREATE TABLE TAR_TAB ( ID NUMBER)
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-30511: invalid DDL operation in system triggers
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 824
    ORA-06512: at "SYS.DBMS_SQL", line 32
    ORA-06512: at line 10
    i woder is it possible to write a DDL command in database trigger?
    and how can i achive my task

  • Going from Oracle 9.2.0.7 To 10.2.0.3

    Hi,
    I am in the process of upgrading our 9.2.0.7 databases to 10g and the question is to which patchset, will it be 10.2.0.3 or 10.2.0.2.
    As recommended by Oracle I downloaded the latest patchset 10.2.0.3 and applied it the base 10g install (10.2.0.1)
    Before running the upgrade, I ran the pre-upgrade information script UTU102i.sql and this gave me back this result.
    My question is why is Oracle 10.2.0.3 patchset is trying to install XDB, XDK, Java Packages in my DB when I don't really use, 10.2.0.2 patchset didn't do this, it only upgraded the ones that I already had in the DB.
    Because of this I am rethinking if I should go with 10.2.0.2 patchset and I also reading some blogs about the patchset being bugy.....
    Any insights in to this, I appreciate your help.
    Components: [The following database components will be upgraded or installed]
    --> Oracle Catalog Views [upgrade] VALID
    --> Oracle Packages and Types [upgrade] VALID
    --> JServer JAVA Virtual Machine [upgrade] VALID
    ...The 'JServer JAVA Virtual Machine' JAccelerator (NCOMP)
    ...is required to be installed from the 10g Companion CD.
    --> Oracle XDK for Java [upgrade] VALID
    --> Oracle Java Packages [install]
    --> Oracle XML Database [install]
    --> Oracle Workspace Manager [upgrade] VALID

    FWIW, I applied 10.2.0.2 and 10.2.0.3 to my home computer instance and encountered no trouble at all.
    This was originally a 10.2.0.1 fresh install, not an upgrade from 9i.
    I'm not having any problems after applying 10.2.0.3, but this is just my play instance. I don't use it very often and even then only for testing and learning.

  • Oracle 10.2.0.5 software download for HP-UX IA --missing a zip file?

    Hi all,
    Has anyone successfully downloaded and installed the oracle 10.2.0.5 patchset for HP/UX IA 64-bit ?
    We downloaded the fie "'51040056-2.zip  Oracle RDBMS patch 10.2.0.5 for hp-ux ia64 64 bit.'and 'un-jarred' it according to sap's directions.
    However,when we try to install the oracle 10.20.5 patchset it complains about missing files,such as oracle.bali.cabo.
    Since the zip file name appears to indicate that it is 2nd file of 2,we are wondering if there should be another zipfile to download on SAP's site? We only see the file indicated above.
    If anyone has done this download/install succesfully for hp-ux ia 64,would appreciate your advice.
    Thanks in advance for any help you can give us,
    Ann

    Hello Ann,
    Where have you download the patchset?
    Check note [871735|http://service.sap.com/sap/support/notes/871735|Current patch set for Oracle 10.2.0] for further information.
    Regards,
    Eduardo Rezende

  • Where can I download the patchsets.sh ftp site is not working

    Hi Hussein
    the ftp site for the patchsets.sh is not working.
    ftp://ftp.oracle.com/support/outgoing/PATCHSET_COMPARE_TOOL/patchsets.sh
    thanks
    Reddy

    hsawwan wrote:
    schavali wrote:
    Ensure that FTP service on your server is running and that the FTP port has not been blocked by security rules or software.This is Oracle FTP server, and it has nothing to do with the FTP service on the server. Just like downloading the file from a client machine.
    Thanks,
    HusseinTrue - I am talking about the FTP service on the OP's server/network. If the FTP service or port is blocked by security rules or software, then connection to the Oracle FTP site will appear to hang.
    Srini

  • How to update Oracle Client

    Hey,
    I downloaded and installed the Oracle Client Version 10.2.0.1 on Windows x86
    Now I would like to update this oracle client, but how ?
    I installed the software to
    C:\oracle\client
    Now I downloaded Patchset 3 (10.2.0.4)
    But I can´t install this patchset, because I can´t select the folder c:\oracle\client --> OUI-10136: OracleHome already exists
    But thats the home I need to update, right ?
    How to update the oracle client software ?
    Is there any full package to download for version 10.2.0.4 ?

    Absolut weird.
    I can´t use the drop down menu.
    It looks like disabled.
    But acutually you can (and have to) click on the little arrow, pick the default value and then the installation works.
    Thanks a lot
    ´
    Christian

  • Patches in oracle

    hi,
    how many types of pathes are there in oracle. for what purpose which patchsets we will apply.
    if you have some blogs plese let me know.
    thank you!

    Hi;
    There are below patche types avaliable:
    - Interim patch
    - Bundle patch
    - Patch Set Update (PSU)
    - Critical Patch Update (CPU)
    - Diagnostic patch
    You can find more details at link which is posted by P. Forstmann
    Regard
    Helios

  • Install OracleAS Workflow Portlet

    I'm trying to install OracleAS Workflow Portlet on a 10.1.2.02 application server.
    The installation instructions say I have to have a PDK-java installation and configuration that is complete. The notes say that
    "Starting with PDK 9.0.4.1.0, the PDK download is intended to be installed and deployed in a standalone OC4J instance only. If you plan to use PDK in an Oracle Application Server instance, you must get and install the corresponding Oracle Application Server releases or patchsets" Can someone point me to where I can get the application server release and patchsets and how to install it.
    Thanks in advance

    No need to install the framework, it is already installed.

  • Installing ABAP 6.40 SR 1 on Oracle 10g

    Good Day,
    I will like to install SAP 4.7 Enterprise using kernel 6.40 on Oracle 10g. I have successfuly gone to Oracle 10g via the upgrade process by 
    a) Installing Oracle 9.2.x upto patchset 9.2.0.7
    b) Then upgrade to Oracle 10g patchset 10.2.0.2
    I have already downloaded Oracle 10g DVD's (five of them)
    Our production system is Oracle 10g, I will like to refresh QAS to Oracle 10g, so I am just enquring whether a direct install to Oracle 10g is possible, and then perfrom a restore.
    If it is possible, please direct me to the CORRECT installing guide and DVD's.
    Thanks,
    Regards,
    VKM...

    > a) I want to build my QAS server from scratch with Oracle 10g installation. The version of SAP is 4.7 Enterprise  Ext 110, with 6.40 kernel.
    For this you either need
    - an Oracle 9.2.0 client (949116 - Oracle 10g Support on Windows: 6.40-Based SAP Systems)
    - or exchange during the database creation the kernel 6.40 with 6.40_EX2 so you don't need the 9.2 client but you use the 10.2 client.
    > After this then I want to restore from production which is already Oracle 10g.
    Why first installing the system and then restoring? This can be done in one step with the system copy procedure.
    >  b) The DVD I am using is Master "Installation_Master_6.20_6.40_07_07"
    I would recommend downloading the newest installation Master CD.
    > c) During the installation under section "Database Server and Client"
    >
    > The option to choose is available for Server "102 or 920", but only "920" appears for Client.
    Yes - because at that time there was no kernel which uses the Oracle 10.2 client. That is desribed in above note.
    > When I reach the screen that asks for

    > "RDBMS Client Oracle 920"  it is looking for a label
    > ORACLE:9.2.0.7:CLRDBMS:. which I don't have and can't seem to find on "SAP Service Market place".
    >
    > N.B All the software (SAP & Oracle) for the installation was downloaded from ServiceMarketPlace
    See above
    Markus

  • Oracle 9i require service pack 1?!

    as it said it requires service pack 1 or higher, what is it?
    Where can d/l?
    thx~

    Where did you read this? My guess, since Oracle doesn't refer to patchsets as service packs, is that it may be talking about a particular operating system (Windwos?) requirement, i.e. XP service pack 1, or something like that.
    There have been two releases of 9i, a 9.0 release and a 9.2 release, which are sometimes referred to as 9i & 9i Release 2. 9.2 is the only version of these that's available for download on OTN so far as I'm aware.
    Justin

Maybe you are looking for