Install oracle 9205 patch

Does anybody have instructions on how to install oracle 9205 patch on windows 2000
Thanks in advance

But if you're too lazy to read through em;
* drop XMLCONCAT public synonym and function.
* remove stats from sys-schema:
dbms_stats.delete_schema_stats('SYS');
* stop all Oracle-stuff.
* start installer from patch.
* install oui 10.... if not yet installed.
* install patch.
* startup migrate database
* run $ORACLE_HOME/rdbms/admin/catpatch.sql
* shutdown
* startup
* gather stats on sys-schema:
dbms_stats.gather_schema_stats('SYS');
That should be it, if I remember correctly :)

Similar Messages

  • Problem in installing oracle database patch 10.2.0.3 on AIX 6.1

    Hi,
    I have to install oracle 10g on AIX6.1 so for that i have first installed 10.2.0.1 and then now trying to install patch 10.2.0.3 as AIX6.1 is certified form this patch only
    when i tried to install patch silently using the following command it gives me the following
    su - oracle -c "/p5337014_10203_AIX64-5L/Disk1/runInstaller -ignoreSysPrereqs -silent -force -debug \
    FROM_LOCATION="/p5337014_10203_AIX64-5L/Disk1/stage/products.xml" \
    ORACLE_HOME="/oracle/product/10.2.0.1.0" \
    ORACLE_HOME_NAME="OraDb10g" \
    TOPLEVEL_COMPONENT='{"oracle.patchset.db","10.2.0.3.0"}'"2>&1
    it gave me a message :
    Your platform requires the root user to perform certain pre-installation
    OS preparation. The root user should execute '/usr/sbin/slibclean' on all the nodes before
    you proceed with Patchset Installation.
    Answer 'y' if root has run '/usr/sbin/slibclean' so you can proceed with Oracle
    Patchset installation.
    Answer 'n' to abort installation and then ask root to run '/usr/sbin/slibclean'.
    Has '/usr/sbin/slibclean' been run by root? [y/n] (n)
    could you tell me what does it mean... also how to remove this message. I mean i want that i will execute the command and then patch should be installed without any little interaction.(this message should not appear)

    Why don't you (or your system administrator) simply do,what the message recommands?
    The root user should execute '/usr/sbin/slibclean' You cannot remove the message itself. Run 'slibclean' and answer 'Y'. Unfortunately on the AIX platform it interrupts a silent installation.
    http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds5/slibclean.htm
    Werner

  • PL/SQL don't work after install Oracle 9204 patch set

    I'm using Oracle 9.2.0.1.
    some pl/sql don't work after i install database patch set 3 (9.2.0.4).
    code--------------------------------
    BEGIN
    dbms_aqadm.stop_queue(
    queue_name => 'WB_RT_SERVICE_QUEUE');
    exception
    when others
    then
    null;
    END;
    error message is: ora-03113 end-of-files on communication channel.
    please help. thank you !!

    Can you please tell me the soluation of this problem as I am also facing the similar problem ?
    Thanks in advacne ?
    Regards
    Satpal

  • Help ! Error after install Oracle Database patch 9.2.0.5 on AIX

    My database version on AIX server is 9.2.0.1, and I installed the 9.2.0.5 patch to update it .
         But when i run the catpatch.sql, the out of process memory exception always occured even if i change the java_pool_size and share_pool_size both to 200M in init.ora file.
         and when i run bi_checkconfig.sh to check weither the olap can be used, I got these errors:
    Error: Olap API initialization failed; SQLException occurred when calling OlapiB
    ootstrap procedure: ORA-37111: Message 37111 not found; product=RDBMS; facility
    =ORA
    ; arguments: [  0509-022 Cannot load module /u01/app/oracle/9.2.0.1/lib/libolapa
    pi9.so.
    0509-150 Dependent module /usr/lib/libC.a(ansi_64.o) could not be load
    ed.
    0509-152 Member ansi_64.o is not found in archive
    0509-022 Cannot load module /usr/lib/libC.a.
    0509-150 Dependent module /usr/lib/libC.a could not be loaded.]
    ORA-06512: ÔÚ"SYS.OLAPIBOOTSTRAP", line 0
    ORA-06512: ÔÚline 1
    See G:\jdev904\bibeans\bi_checkconfig\bi_error.log
    I reinstalled xlC , but the message is still there!
    some one can help me ?

    Why don't you (or your system administrator) simply do,what the message recommands?
    The root user should execute '/usr/sbin/slibclean' You cannot remove the message itself. Run 'slibclean' and answer 'Y'. Unfortunately on the AIX platform it interrupts a silent installation.
    http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds5/slibclean.htm
    Werner

  • Error during oracle 91 patch installation on ecc 5.0 installation

    Hi All,
    I am installating oracle 9 patches on HPUX 11.The following is the error
    "error in invoking target sdo_on of make file /oracle/GMD/920_64/rdbms/lib/ins_rdbms.mk"....p
    Here is the installActions2007-06-29_03-05-20PM.log content:
    Start output from spawned process:
    Make: Don't know how to make /oracle/GMD/920_64/rdbms/lib/kxmwsd.o.
    Stop.
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'sdo_on' of makefile
    '/oracle/GMD/920_64/rdbms/lib/ins_rdbms.mk'. See
    '/oracle/GMD/oraInventory/logs/installActions2007-06-29_03-05-20PM.log'
    for details.
    Exception Severity: 1
    Here is the content of make.log
    Make: Cannot open ins_rdbms.mk. Stop.
    ar: could not open /oracle/GMD/920_64/rdbms/lib/kciwcx.o
    Make: Cannot open ins_rdbms.mk. Stop.
    ar: could not open /oracle/GMD/920_64/rdbms/lib/kxmwsd.o
    Make: Cannot open ins_rdbms.mk. Stop.
    ar: /oracle/GMD/920_64/rdbms/lib/libknlopt.a does not exist
    ar: could not open /oracle/GMD/920_64/rdbms/lib/kkpoban.o
    Observation: There is no archive library file named libknlopt.a under
    /oracle/GMD/920_64/rdbms/lib/ which is referred in script and
    hence its giving error while making object file kxmwsd.o.
    please help me

    Hi All,
    I am installating oracle 9 patches on HPUX 11.The following is the error
    "error in invoking target sdo_on of make file /oracle/GMD/920_64/rdbms/lib/ins_rdbms.mk"....p
    Here is the installActions2007-06-29_03-05-20PM.log content:
    Start output from spawned process:
    Make: Don't know how to make /oracle/GMD/920_64/rdbms/lib/kxmwsd.o.
    Stop.
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'sdo_on' of makefile
    '/oracle/GMD/920_64/rdbms/lib/ins_rdbms.mk'. See
    '/oracle/GMD/oraInventory/logs/installActions2007-06-29_03-05-20PM.log'
    for details.
    Exception Severity: 1
    Here is the content of make.log
    Make: Cannot open ins_rdbms.mk. Stop.
    ar: could not open /oracle/GMD/920_64/rdbms/lib/kciwcx.o
    Make: Cannot open ins_rdbms.mk. Stop.
    ar: could not open /oracle/GMD/920_64/rdbms/lib/kxmwsd.o
    Make: Cannot open ins_rdbms.mk. Stop.
    ar: /oracle/GMD/920_64/rdbms/lib/libknlopt.a does not exist
    ar: could not open /oracle/GMD/920_64/rdbms/lib/kkpoban.o
    Observation: There is no archive library file named libknlopt.a under
    /oracle/GMD/920_64/rdbms/lib/ which is referred in script and
    hence its giving error while making object file kxmwsd.o.
    please help me

  • Installation of oracle 9205 database and client software on same machine

    Hi,
    I have installed Oracle 9205 on my laptop running on windowsxp sp2.
    I intent to create a Database and access the same using developer forms which again would be installed on the same laptop.
    Please help me in configuring this scenario.
    how to configure the listener.ora, what about sqlnet.ora and tnsnames.ora for the server part as well as the client part
    also what services need to be configured in windows xp
    Altaf

    Altaf,
    Problem is you don't see similar output from your lsnrctl status. Try rebooting your machine and make sure you see similar output.
    How exactly are you trying to connect to your service?
    Sqlplus sys/password as sysdba
    sqlplus sys/password@INS_LIST as sysdba
    $ lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-DEC-2008 13:46:06
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date                16-DEC-2008 09:18:21
    Uptime                    0 days 4 hr. 27 min. 45 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File         C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NROHILLA01.usi.corpusi.net)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    Services Summary...
    Service "DSSXDB" has 1 instance(s).
      Instance "dss", status READY, has 1 handler(s) for this service...
    Service "DSS_XPT" has 1 instance(s).
      Instance "dss", status READY, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "dss" has 1 instance(s).
      Instance "dss", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • How can apply Oracle BPEL patch to Oracle BPEL Process manager??

    Hi, Gurus:
    I am new to Oracle BPEL Process manager, I successfully install Oracle BPEL Process manager, but I need to install Oracle BPEL patch and the examples within it.
    so I download bpelpatches.zip, it has over 106 MB.
    It contains:
    1. p4369818_101200_GENERIC.zip
    2. p4343748_101200_GENERIC.zip
    3. p4406640_101200_GENERIC_Patch01.zip
    4. p4469111_101200_GENERIC_Patch02.zip
    I am using window XP, how Can I apply these patches to my system??
    How can apply Oracle BPEL patch to Oracle BPEL Process manager??
    Thanks a lot!!
    Charlie

    don't see any invoke in your client against the intiate operation.. - which creates the correlation
    only 2 of them
    <invoke name="Invoke_1" partnerLink="PartnerLink_1" portType="ns1:CorrelatedBPELProcess" operation="receive1" inputVariable="Invoke_1_receive1_InputVariable"/>
    <invoke name="Invoke_2" partnerLink="PartnerLink_1" portType="ns1:CorrelatedBPELProcess" operation="receive2" inputVariable="Invoke_2_receive2_InputVariable"/>
    compared to this def of the process
    <portType name="CorrelatedBPELProcess">
    <operation name="initiate">
    <input message="client:CorrelatedBPELProcessRequestMessage"/>
    </operation>
    <operation name="receive1">
    <input message="client:CorrelatedBPELProcessRequestMessage"/>
    </operation>
    <operation name="receive2">
    <input message="client:CorrelatedBPELProcessRequestMessage"/>
    </operation>
    </portType>

  • How to install Oracle patch in windows

    Hi,
    I have installed oracle service registry and was facing below error:-
    org.idoox.wasp.WaspInternalException: java.lang.RuntimeException: Updates to config files not supported
    After searching on Oracle Support, i come to know that patch p9499508 is required for this bug.  I have downloaded the patch from oracle.
    Now i don't know how to install/use this patch . I'm using windows and installed everything on my local machine.
    Does anyone have idea on it??
    Thanks,
    Vinit

    Thanks Mathieu. I have checked 'Readme' file and followed instructions mentioned.
    But don't understand how to follow below mentioned by you:-
    Set the oracle_home where the patch will be installed.
    Use the "lsinventory" argument of opatch
    Use the "apply" argument of opatch

  • I need a patch files Install Oracle 9i(9.2.0.1) in RHEL3

    Hi!!!
    I need a patches to Install Oracle 9i(9.2.0.1) in RHEL3.
    I know that they are in metalink, but I don't login to metalink site... *^^*
    I need some patche files...
    p3006854_9204_LINUX.zip
    p3095277_9204_LINUX.zip
    p3119415_9204_LINUX.zip
    p2617419_210_GENERIC.zip
    Could somebody send them to email, my email address is [email protected]
    Thanks, Have a good day... *^^*!

    Hello !
    I need a patches to Install Oracle 9i(9.2.0.1) in RHEL3.
    I know that they are in metalink, but I don't login to metalink site... *^^*
    I need some patche files...
    p3006854_9204_LINUX.zip (2 KB)
    p3119415_9204_LINUX.zip (7 KB)
    p3238244_9204_LINUX.zip (280 KB)
    p2617419_220_GENERIC.zip (220 KB)
    P3095277_9204_LINUX.zip (318 MB)
    Could somebody send them to email, my email address is [email protected]
    Thanks, Have a good day...

  • Patches for Installing Oracle 9i on Red Hat Enterprise LINUX 3.0 AS

    I recently purchased An Oracle Database Enterprise Edition � Trial License.
    I am attempting to install Oracle 9i on Red Hat Enterprise Linux Advanced Server 3 (RHEL AS 3).
    After several unsuccessful attempts and consultation with the FAQs available on the Oracle site I have discovered
    that it can not be installed without the following patches.
    P3095277_9204_LINUX.zip
    P3238244_9204_LINUX.zip
    P2617419_210_GENERIC.zip
    P3006854_9204_LINUX.zip
    P3119415_9204_LINUX.zip
    Can anyone tell me how I can aquire these patches?
    This is for an eval of the product on the platform mentioned above. If I can not complete a successful install,
    there is no way for my company to evaluate the product
    and eventually purchase it.
    You can contact me at this email address [email protected]

    Daer suneetkapoor:
    I am looking for P3006854_9204_LINUX.zip in order that can be properly able to install oracle9i on Linux AS 3. And I saw you to reply the message on forum that you can share the patch. Would you mind if you can send an email with the patch for me immediately, I will greatly appreciate it.
    thanks you
    regards
    ellery
    PS: My email address is [email protected]

  • Error when installing Oracle Designer/SCM Release 9.0.2.6 patch

    Hi.
    I am trying to install Oracle Designer/SCM Release 9.0.2.6 patch. I've already installed Oracle 9i Forms and Reports 9.0.2.1.0 (patch 2705870) and 9.0.2.3.0 (patch 3129219). The Oracle Installer version is 2.2.0.18.0, but when I try to install Designer/SCM Release 9.0.2.6.0, which uses Oracle Installer version is 2.3.0.0.0, I get the following error in my hs_err log file:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xff12ed8
    Function name=CallWndProcFunc
    Library=C:\WINDOWS\System32\SHW95DLL.DLL
    Current Java thread:
         at sun.awt.windows.WToolkit.eventLoop(Native Method)
         at sun.awt.windows.WToolkit.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00405000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\javaw.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D420000 - 0x6D4EE000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x6D220000 - 0x6D227000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\verify.dll
    0x6D250000 - 0x6D266000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\zip.dll
    0x6D020000 - 0x6D128000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\fontmanager.dll
    0x5ED00000 - 0x5EDC6000      C:\WINDOWS\System32\OPENGL32.dll
    0x68B20000 - 0x68B3E000      C:\WINDOWS\System32\GLU32.dll
    0x51000000 - 0x51047000      C:\WINDOWS\System32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x10000000 - 0x101CA000      C:\WINDOWS\System32\ialmgicd.dll
    0x0FDB0000 - 0x0FDE0000      C:\WINDOWS\System32\ialmgdev.dll
    0x74720000 - 0x74764000      C:\WINDOWS\System32\MSCTF.dll
    0x0FF10000 - 0x0FF2F000      C:\WINDOWS\System32\SHW95DLL.DLL
    0x0FFB0000 - 0x0FFF1000      C:\WINDOWS\system32\WOW32.dll
    0x75F40000 - 0x75F5F000      C:\WINDOWS\system32\appHelp.dll
    0x773D0000 - 0x77BC2000      C:\WINDOWS\system32\SHELL32.dll
    0x63180000 - 0x631E5000      C:\WINDOWS\system32\SHLWAPI.dll
    0x181D0000 - 0x18271000      C:\WINDOWS\System32\ntvdm.exe
    0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\COMCTL32.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x75A70000 - 0x75B15000      C:\WINDOWS\system32\USERENV.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x5B430000 - 0x5B440000      C:\WINDOWS\System32\tsappcmp.dll
    0x0FF80000 - 0x0FF9E000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\jpeg.dll
    0x189D0000 - 0x189E4000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.oui.core\2.3.0.2.0\1\DataFiles\Expanded\lib\win32\oraInstaller.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Nov 05 19:27:05 2003
    Elapsed Time = 44
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    Please help!
    Thanks,
    Vincent Scorsone
    Phone: 504-908-1087
    Email: [email protected]

    What exactly do you want to do with Designer? You need to install the Designer repository in a Oracle database before you can use Designer.
    I suggest that you read the Repository Installation Guide (installed with the product or on OTN) and then go through the Designer Tutorial on OTN (http://www.oracle.com/technology/products/designer/9i_collateral.htm#tut) to understand some Designer concepts.

  • LD_ASSUME_KERNEL casuing havoc in Redhat ES5 when installing oracle patches

    Hi guys
    I have installed oracle 10.2.0.1 on a 64 bit Redhat ES5. I am trying to install patch 5689937 which requires the #export LD_ASSUME_KERNEL=2.4.19
    However I am unable to do anything when I do the export. I get the following message and i can't run any commands --> "error while loading shared libraries: librt.so.1"
    If I try to apply the patch without the required LD_ASSUME_KERNEL=2.4.19 then I get a ton of errors about "occiBytes.cpp:", "undefined reference to"..
    May somebody help? I don't have such issues in Redhat 3,4 32 bit.

    Use Redhat 4 or, better yet, Oracle Enterprise Linux 4.

  • Error installing Oracle Designer/SCM Release 9.0.2.6 patch

    Hi.
    I am trying to install Oracle Designer/SCM Release 9.0.2.6 patch. I've already installed Oracle 9i Forms and Reports 9.0.2.1.0 (patch 2705870) and 9.0.2.3.0 (patch 3129219). The Oracle Installer version is 2.2.0.18.0, but when I try to install Designer/SCM Release 9.0.2.6.0, which uses Oracle Installer version is 2.3.0.0.0, I get the following error in my hs_err log file:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xff12ed8
    Function name=CallWndProcFunc
    Library=C:\WINDOWS\System32\SHW95DLL.DLL
    Current Java thread:
         at sun.awt.windows.WToolkit.eventLoop(Native Method)
         at sun.awt.windows.WToolkit.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00405000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\javaw.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D420000 - 0x6D4EE000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x6D220000 - 0x6D227000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\verify.dll
    0x6D250000 - 0x6D266000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\zip.dll
    0x6D020000 - 0x6D128000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\fontmanager.dll
    0x5ED00000 - 0x5EDC6000      C:\WINDOWS\System32\OPENGL32.dll
    0x68B20000 - 0x68B3E000      C:\WINDOWS\System32\GLU32.dll
    0x51000000 - 0x51047000      C:\WINDOWS\System32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x10000000 - 0x101CA000      C:\WINDOWS\System32\ialmgicd.dll
    0x0FDB0000 - 0x0FDE0000      C:\WINDOWS\System32\ialmgdev.dll
    0x74720000 - 0x74764000      C:\WINDOWS\System32\MSCTF.dll
    0x0FF10000 - 0x0FF2F000      C:\WINDOWS\System32\SHW95DLL.DLL
    0x0FFB0000 - 0x0FFF1000      C:\WINDOWS\system32\WOW32.dll
    0x75F40000 - 0x75F5F000      C:\WINDOWS\system32\appHelp.dll
    0x773D0000 - 0x77BC2000      C:\WINDOWS\system32\SHELL32.dll
    0x63180000 - 0x631E5000      C:\WINDOWS\system32\SHLWAPI.dll
    0x181D0000 - 0x18271000      C:\WINDOWS\System32\ntvdm.exe
    0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\COMCTL32.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x75A70000 - 0x75B15000      C:\WINDOWS\system32\USERENV.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x5B430000 - 0x5B440000      C:\WINDOWS\System32\tsappcmp.dll
    0x0FF80000 - 0x0FF9E000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\jpeg.dll
    0x189D0000 - 0x189E4000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.oui.core\2.3.0.2.0\1\DataFiles\Expanded\lib\win32\oraInstaller.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Nov 05 19:27:05 2003
    Elapsed Time = 44
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    Please help!
    Thanks,
    Vincent Scorsone
    Phone: 504-908-1087
    Email: [email protected]

    What exactly do you want to do with Designer? You need to install the Designer repository in a Oracle database before you can use Designer.
    I suggest that you read the Repository Installation Guide (installed with the product or on OTN) and then go through the Designer Tutorial on OTN (http://www.oracle.com/technology/products/designer/9i_collateral.htm#tut) to understand some Designer concepts.

  • Installing Oracle Apps on Linux Virtual Machine, but need patch "6078836"

    Hello Friend's,
    Hope you are doing well...!
    I start my EBS Training in a functional role in less than 10 day's.
    My dilemma is that i am having a heck of a time installing Oracle Apps on my machine. As recommended in many blogs, i've installed a virtual machine environment and then installed Linux Version 5 Update 5. Before i begins installing Oracle apps, the last step is to go to my oracle support "mos" and install patch 6078836, which i can't access. It seems to me as if that one should either have a paid oracle support account or be a part of an organization/company that has one. I can't get past the sign in page to install this patch and no where in these blogs does it say this.
    Does anyone have this patch or has access to it or any knowledge or idea as to where can i find this?
    As a back up i've started downloading Oracle apps for a windows server machine as well, in case i am unable to download this patch at least i have a back up. And the bad thing about this is the fact that i am in India and the bandwidth here sucks even with a 2 MB plan. With these speeds this 50 GB download will take another 3 to 4 days. And time is of the utmost importance for me right now..
    Any help or suggestions will be much appreciated..
    Thank you all in advance and hope that you have a great weekend..!

    Does anyone have this patch or has access to it or any knowledge or idea as to where can i find this?Even though any of us has the patch we are not supposed to mail it as this violates Oracle support agreement policy.
    There is no other source to get the patch and most Oracle patches (if not all) can be downloaded from MOS website.
    As a back up i've started downloading Oracle apps for a windows server machine as well, in case i am unable to download this patch at least i have a back up. And the bad thing about this is the fact that i am in India and the bandwidth here sucks even with a 2 MB plan. With these speeds this 50 GB download will take another 3 to 4 days. And time is of the utmost importance for me right now..
    Any help or suggestions will be much appreciated..We cannot suggest anything about the download speed or the timing, and even if you had a CSI number it would take 3-5 days to get the Media Pack in case you log a SR and ask Oracle support to send you the pack.
    Thanks,
    Hussein

  • Installing oracle 9.2.0.4.0 in LINUX AS 4,patch 4198954

    I tried to install oracle 9.2.0.4.0 in redhat enterprise linux AS4.but it gives me too many errors.
    I Serarched throgh some documents and found that before installing it,it have to be some packages installed.
    So I need patch number 4198954.(compat-oracle-rhel4,compat-libcwait included)
    Is there anyone who have this package?
    I will appreciate your kindness,
    Regards

    Patches could be downloaded from Metalink site http://metalink.oracle.com but you need valid CSI.
    But these files (compat-oracle-rhel4,compat-libcwait) could be downloaded also here:
    http://oss.oracle.com/projects/compat-oracle/files/RedHat/

Maybe you are looking for

  • My iMovie is not working, it tells me there's a problem but does not know the problem, Can someone help me figure this out please?

    A couple of days ago, my I opened up my iMovie and it just goes into the blank screen. I am able to click on things like, "import" or "create" and it will take me into the next window, but when I choose an option, I receive a message that there is a

  • Bpm 64 bit or 32bit

    Friends Just wanted to check if there is a bpm 64 bit enterprise version and 32 bit one separate or is there is universal installer which can be used for both 64 and 32 bit? Thanks

  • Load rman backup on another instance

    Hi All, I am relatively new to Oracle and now I have to devise a strategy for backups and recovery. My objective is to backup the production database regularly in such a way that one month down the line I am able to load it on another instance. I hav

  • HT201412 Notes app will not open

    My notes app is full and I can't open it to delete or download. Anyone know how to do it?

  • Premiere Pro CC crashing during encode pass

    Sequence set to match media and export set to match sequence, yet crashes everytime at the encoding phase.  both with and without audio tracks enabled. crash log: Process:         Adobe Premiere Pro CC [36709] Path:            /Applications/Adobe Pre