Bug in Oracle Installer when adding OSA?

Hi everyone,
after unsuccessfully trying to add Oracle Advanced Security to my existing setup (every program tells me, that I don't have the required algorithms installed), I found the following in the 9i Administrator Reference:
Quote: "When you install Oracle Advanced Security, three .bak files are created: naeet.o.bak, naect.o.bak, and naedhs.o.bak. These files are located in the $ORACLE_HOME/lib directory. They are required for relinking during deinstallation of Oracle Advanced Security."
This is corresponds to my knowledge that these files contain the required protocols and algorithms.
After checking my lib directory, however, I found out, that those files weren't touched by the installer and there weren't any .bak files either. A call of 'nm' on each of them confirmed that the required symbols aren't in there.
Does anyone know what I could do to install the correct files? I somehow doubt that removing OSA from the installation and adding it again will do the trick...
Greetings
Marcus Ilgner

The problem went away. I think it was a bug getting triggered
by setting the selected items after I had updated the dataProvider
and refreshing the tree.
I was having another issue where the selectedItems were lost
after updating the tree. I fixed it by setting selectedItems using
callLater() because setting it immediately after updating the tree
dataProvider was not working as the selection was lost anyways.
using callLater to do this fixed the selection issue and now
apparently also the issue with a section of the tree being
obscured.

Similar Messages

  • Y2K bug in Oracle installer = v3.3.1.1.???

    In newsgroup comp.databases.oracle.misc
    I've read the following messages:
    I've heard about a Y2K-Bug in the common Oracle-Installer for
    NT. It was said, that installing any Oracle-product after the 1/1/2000
    will cause system-errors and you will need to reinstall the operating
    system. Is this true or is it nonsens? Does anybody know something
    about it?
    Yes, there is a Y2K-Bug in the Oracle Installer (v3.3.1.1.0 und
    niedriger) You can download a Y2K-compliant Version
    from http://metalink.oracle.com
    Questions:
    Does this bug really exists ?
    Does it affects only NT or Windows95/98 as well ?
    The Developer 6 Server, which you can download to date from Technet, contains an Oracle Installer with version >3.3.1.1 ??
    How to handle the Y2K compliant version ?? (e.g: overwrite the existing version)
    What is the size (in MB) of this Y2K compliant version ?
    Any comments will be appreciated.
    Thanks in advance
    Martin Vonk

    Well, heres my test (10g, for I dont have a 9.2.0.1.0, but I think it´d show the same result):
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select *
      2  from t1;
    ENO ENAME
       1 KARTHIK
    SQL> select *
      2  from t2;
    DNAME
    VENKATRAMAN
    SQL> select *
      2  from t1
      3  where eno in (select eno from t2);
    ENO ENAME
       1 KARTHIK
    SQL> alter table t2 add (eno number);
    Table altered.
    SQL> select *
      2  from t1
      3  where eno in (select eno from t2);
    no rows selected
    SQL> alter table t2 drop (eno);
    Table altered.
    SQL> select *
      2  from t1
      3  where eno in (select t2. eno from t2);
    where eno in (select t2. eno from t2)
    ERROR at line 3:
    ORA-00904: "T2"."ENO": invalid identifier
    SQL>
    But he is getting output of table T2 too se his last postI don´t think so, because he didn´t SELECT it. Would be nice to just copy & paste the output...
    Regards,
    Gerd

  • Application installation when adding an additional RD Session Host to a collection

    I am in the process of adding a second RD session host to a collection in my Windows Server 2012 R2 RDS deployment. When doing this should I install the applications I wish to publish as remoteapps before adding the host to the collection or after?
    There doesn't appear to be a way to add the RD session host role before adding the host to the collection.
    I am concerned that if I install the applications before adding to the collection, the server may not install them in 'change user /install' mode. However if I install them afterwards, users may be load balanced to the new RD Session host before the
    applications are installed.
    I was just wondering what procedures others use when adding additional RD session host servers to existing collections?
    Thanks

    Hi,
    First you install RD Session Host on the new server, then applications, then add it to collection.  You can install RDSH via Server Manager -- RDS -- Overview -- Deployment Servers -- Tasks -- Add RD Session Host Servers.
    -TP

  • Strange Oracle error when adding Chamber of Commerce to org.

    All,
    Can somebody please explain what the following error means.
    APP-PAY-07207: The mandatory argument ORG_INFORMATION_CONTEXT value cannot be null.
    Cause: The mandatory argument ORG_INFORMATION_CONTEXT has either not been specified or has been explicitly set to null in the API hr_ori_bus.update_validate.
    Action: Either specify a value for the ORG_INFORMATION_CONTEXT argument which is not null or contact your local support representative.
    I'm trying to fill in the chamber of Commerce for a organisation, but every time i try to save the error above pops-up. In other org's there are no problems. So, Please help.
    With kind regards,
    Sven

    Have you searched MOS for APP-PAY-07207 and go through the docs? If this does not help, please log a SR.
    Thanks,
    Hussein

  • A question about Oracle installer and a possible bug in JVM

    Hello,
    I appreciate if you could kindly guide me to solve the following problem.
    I'm trying to install Oracle11g Enterprise on a Linux system (Redhat Enterprise 5.3).
    There is no X system, and therefore I chose to install by using a response file
    in silent mode. I set the parameters value as indicated in Oracle installation
    guide. Yet, when I launch the installer, it seems that there is a problem with
    java:
    [oracle@ccsaplinux0002 database]$ ./runInstaller -responseFile /usr/local/oracle/database/responseFileV01.rsp -silent
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB.   Actual 34517 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 8189 MB    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-08-10_06-53-41PM. Please wait ...[oracle@ccsaplinux0002 database]$ Oracle Universal Installer, Version 11.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xb7948692, pid=2854, tid=3086293200
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # V  [libjvm.so+0x19c692]
    # An error report file with more information is saved as hs_err_pid2854.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    [oracle@ccsaplinux0002 database]$I looked in the oracle package that I downloaded, there was no jdk or jre direcotry.
    As a result I downloaded the JDK 1.6.0_15 available on Sun microsystem web site and then
    I set manually in oracle user ~/.bash_profile the value for $JAVA_HOME.
    Why I get this error?
    Thanks in advance,
    Dariush
    :)

    schavali wrote:
    >
    # An error report file with more information is saved as hs_err_pid2854.log
    >
    Can you post the contents of this error log ?
    HTH
    SriniHello there,
    Thanks for your attention to my problem. Here is the file:
    Kind Regards,
    Dariyoosh
    [root@ccsaplinux0002 oracle]# cat /tmp/hs_err_pid2854.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xb7948692, pid=2854, tid=3086293200
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # V  [libjvm.so+0x19c692]
    ---------------  T H R E A D  ---------------
    Current thread (0x0805f5c0):  JavaThread "main" [_thread_in_vm, id=2854]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    EAX=0x00000000, EBX=0xb7b3716c, ECX=0x000bfd68, EDX=0x00000001
    ESP=0xbfd68950, EBP=0xbfd689b4, ESI=0x0805f748, EDI=0xb7b49fa0
    EIP=0xb7948692, CR2=0x00000000, EFLAGS=0x00010286
    Top of Stack: (sp=0xbfd68950)
    0xbfd68950:   b7b3716c bfd68974 b79485e7 bfd68990
    0xbfd68960:   00000000 bfd68980 b7b3716c 0805f748
    0xbfd68970:   08060320 08060328 08060714 0805f5c0
    0xbfd68980:   bfd68994 0805f5c0 00000000 0805f5c0
    0xbfd68990:   bfd68a1c 00000000 08060730 0805f5c0
    0xbfd689a0:   08060774 08060774 aec60018 aec60018
    0xbfd689b0:   0805f680 bfd68a0c a371553b 0805f680
    0xbfd689c0:   00000000 00000000 aec60018 aec60018
    Instructions: (pc=0xb7948692)
    0xb7948682:   bc 8b 46 08 89 45 c0 8b 46 0c 89 45 c4 8b 45 0c
    0xb7948692:   8b 00 50 e8 f6 f3 fd ff 83 ec 0c 89 c7 50 e8 f3
    Stack: [0xbfb6e000,0xbfd6e000),  sp=0xbfd68950,  free space=2026k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [libjvm.so+0x19c692]
    C  [liboraInstaller.so+0x453b]  Java_oracle_sysman_oii_oiip_osd_unix_OiipuUnixOps_chgrp+0x19
    j  oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.changeGroup(Ljava/lang/String;)Z+19
    j  oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.writeInvLoc(Loracle/sysman/oii/oiic/OiicSessionInterfaceManager;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V+86
    j  oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc(Loracle/sysman/oii/oiic/OiicSessionInterfaceManager;Ljava/lang/String;Ljava/lang/String;)V+42
    j  oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperations(Ljava/lang/String;Ljava/lang/String;)I+21
    j  oracle.sysman.oii.oiic.OiicSilentInterfaceManager.doInvSetupOperations(Ljava/lang/String;Ljava/lang/String;)I+3
    j  oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation(Z)I+73
    j  oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(Z)I+249
    j  oracle.sysman.oii.oiic.OiicPullSession.doOperation(Z)I+11
    j  oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(Z)I+100
    j  oracle.sysman.oii.oiic.OiicInstaller.run()V+48
    j  oracle.sysman.oii.oiic.OiicInstaller.runInstaller([Ljava/lang/String;)I+107
    j  oracle.sysman.oii.oiic.OiicInstaller.main([Ljava/lang/String;)V+6
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x17ad8c]
    V  [libjvm.so+0x28efd8]
    V  [libjvm.so+0x17abbf]
    V  [libjvm.so+0x1a5472]
    V  [libjvm.so+0x196682]
    C  [java+0x1873]
    C  [libc.so.6+0x15e8c]  __libc_start_main+0xdc
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.chgrp(Ljava/lang/String;Ljava/lang/String;)I+0
    j  oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.changeGroup(Ljava/lang/String;)Z+19
    j  oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.writeInvLoc(Loracle/sysman/oii/oiic/OiicSessionInterfaceManager;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V+86
    j  oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc(Loracle/sysman/oii/oiic/OiicSessionInterfaceManager;Ljava/lang/String;Ljava/lang/String;)V+42
    j  oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperations(Ljava/lang/String;Ljava/lang/String;)I+21
    j  oracle.sysman.oii.oiic.OiicSilentInterfaceManager.doInvSetupOperations(Ljava/lang/String;Ljava/lang/String;)I+3
    j  oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation(Z)I+73
    j  oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(Z)I+249
    j  oracle.sysman.oii.oiic.OiicPullSession.doOperation(Z)I+11
    j  oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(Z)I+100
    j  oracle.sysman.oii.oiic.OiicInstaller.run()V+48
    j  oracle.sysman.oii.oiic.OiicInstaller.runInstaller([Ljava/lang/String;)I+107
    j  oracle.sysman.oii.oiic.OiicInstaller.main([Ljava/lang/String;)V+6
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x080cbc18 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2860]
      0x080ca708 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2859]
      0x080c9790 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2858]
      0x080bfc08 JavaThread "Finalizer" daemon [_thread_blocked, id=2857]
      0x080bddc0 JavaThread "Reference Handler" daemon [_thread_blocked, id=2856]
    =>0x0805f5c0 JavaThread "main" [_thread_in_vm, id=2854]
    Other Threads:
      0x080bb0f0 VMThread [id=2855]
      0x080cd1e0 WatcherThread [id=2861]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 576K, used 458K [0xa5150000, 0xa51f0000, 0xa5cd0000)
      eden space 512K,  85% used [0xa5150000, 0xa51bdb50, 0xa51d0000)
      from space 64K,  29% used [0xa51d0000, 0xa51d4cb8, 0xa51e0000)
      to   space 64K,   0% used [0xa51e0000, 0xa51e0000, 0xa51f0000)
    tenured generation   total 1408K, used 1367K [0xa5cd0000, 0xa5e30000, 0xae750000)
       the space 1408K,  97% used [0xa5cd0000, 0xa5e25eb0, 0xa5e26000, 0xa5e30000)
    compacting perm gen  total 8192K, used 5575K [0xae750000, 0xaef50000, 0xb2750000)
       the space 8192K,  68% used [0xae750000, 0xaecc1ec0, 0xaecc2000, 0xaef50000)
    No shared spaces configured.
    Dynamic libraries:
    0078f000-007a9000 r-xp 00000000 03:01 10762034   /lib/ld-2.5.so
    007a9000-007aa000 r-xp 00019000 03:01 10762034   /lib/ld-2.5.so
    007aa000-007ab000 rwxp 0001a000 03:01 10762034   /lib/ld-2.5.so
    007ad000-008eb000 r-xp 00000000 03:01 10762035   /lib/libc-2.5.so
    008eb000-008ed000 r-xp 0013e000 03:01 10762035   /lib/libc-2.5.so
    008ed000-008ee000 rwxp 00140000 03:01 10762035   /lib/libc-2.5.so
    008ee000-008f1000 rwxp 00000000 00:00 0
    008f3000-008f5000 r-xp 00000000 03:01 10762039   /lib/libdl-2.5.so
    008f5000-008f6000 r-xp 00001000 03:01 10762039   /lib/libdl-2.5.so
    008f6000-008f7000 rwxp 00002000 03:01 10762039   /lib/libdl-2.5.so
    008f9000-0091e000 r-xp 00000000 03:01 10762037   /lib/libm-2.5.so
    0091e000-0091f000 r-xp 00024000 03:01 10762037   /lib/libm-2.5.so
    0091f000-00920000 rwxp 00025000 03:01 10762037   /lib/libm-2.5.so
    00922000-00935000 r-xp 00000000 03:01 10762038   /lib/libpthread-2.5.so
    00935000-00936000 r-xp 00012000 03:01 10762038   /lib/libpthread-2.5.so
    00936000-00937000 rwxp 00013000 03:01 10762038   /lib/libpthread-2.5.so
    00937000-00939000 rwxp 00000000 00:00 0
    00aac000-00abf000 r-xp 00000000 03:01 10762054   /lib/libnsl-2.5.so
    00abf000-00ac0000 r-xp 00012000 03:01 10762054   /lib/libnsl-2.5.so
    00ac0000-00ac1000 rwxp 00013000 03:01 10762054   /lib/libnsl-2.5.so
    00ac1000-00ac3000 rwxp 00000000 00:00 0
    08048000-08057000 r-xp 00000000 03:01 1145290    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/bin/java
    08057000-08059000 rwxp 0000e000 03:01 1145290    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/bin/java
    08059000-0861c000 rwxp 00000000 00:00 0          [heap]
    a3711000-a371b000 r-xp 00000000 03:01 1145413    /tmp/OraInstall2009-08-10_06-53-41PM/oui/lib/linux/liboraInstaller.so
    a371b000-a371d000 rwxp 00009000 03:01 1145413    /tmp/OraInstall2009-08-10_06-53-41PM/oui/lib/linux/liboraInstaller.so
    a371d000-a37f4000 r-xs 00000000 03:01 1145388    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/srvm.jar
    a37f4000-a387e000 r-xs 00000000 03:01 1145387    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/xml.jar
    a387e000-a3884000 r-xs 00000000 03:01 1145386    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/ojmisc.jar
    a3884000-a3899000 r-xs 00000000 03:01 1145385    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/orai18n-mapping.jar
    a3899000-a399d000 r-xs 00000000 03:01 1145384    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/orai18n-collation.jar
    a399d000-a39da000 r-xs 00000000 03:01 1145366    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/jewt4-nls.jar
    a39da000-a3be7000 r-xs 00000000 03:01 1145365    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/jewt4.jar
    a3be7000-a3d05000 r-xs 00000000 03:01 1145383    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/classes12.jar
    a3d05000-a3d0d000 r-xs 00000000 03:01 1145381    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/swingaccess.jar
    a3d0d000-a3d5a000 r-xs 00000000 03:01 1145364    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/ewt3-nls.jar
    a3d5a000-a3d60000 r-xs 00000000 03:01 1145382    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/ewt3-swingaccess.jar
    a3d60000-a3f28000 r-xs 00000000 03:01 1145363    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/ewt3.jar
    a3f28000-a3f4f000 r-xs 00000000 03:01 1145368    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/help4-nls.jar
    a3f4f000-a3fc3000 r-xs 00000000 03:01 1145367    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/help4.jar
    a3fc3000-a4078000 r-xs 00000000 03:01 1145380    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/oracle_ice.jar
    a4078000-a409b000 r-xs 00000000 03:01 1145378    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_zh_TW.jar
    a409b000-a40be000 r-xs 00000000 03:01 1145377    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_zh_CN.jar
    a40be000-a40e1000 r-xs 00000000 03:01 1145376    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_pt_BR.jar
    a40e1000-a4103000 r-xs 00000000 03:01 1145375    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_ko.jar
    a4103000-a4124000 r-xs 00000000 03:01 1145374    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_ja.jar
    a4124000-a4146000 r-xs 00000000 03:01 1145373    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_it.jar
    a4146000-a416a000 r-xs 00000000 03:01 1145372    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_fr.jar
    a416a000-a418c000 r-xs 00000000 03:01 1145371    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_es.jar
    a418c000-a41b0000 r-xs 00000000 03:01 1145370    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp_de.jar
    a41b0000-a41d0000 r-xs 00000000 03:01 1145369    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstHelp.jar
    a41d0000-a41f1000 r-xs 00000000 03:01 1145379    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/InstImages.jar
    a41f1000-a422b000 r-xs 00000000 03:01 1145432    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/http_client.jar
    a422b000-a4266000 r-xs 00000000 03:01 1145389    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/remoteinterfaces.jar
    a4266000-a4271000 r-xs 00000000 03:01 1145390    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/ssh.jar
    a4271000-a429c000 r-xs 00000000 03:01 1145391    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/jsch.jar
    a429c000-a42e5000 r-xs 00000000 03:01 1145427    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/OraPrereq.jar
    a42e5000-a43c6000 r-xs 00000000 03:01 1145425    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/emCfg.jar
    a43c6000-a43c8000 r-xs 00000000 03:01 1145429    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/OraInstallerNet.jar
    a43c8000-a43d6000 r-xs 00000000 03:01 1145430    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/share.jar
    a43d6000-a4534000 r-xs 00000000 03:01 1145426    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/xmlparserv2.jar
    a4534000-a454e000 r-xs 00000000 03:01 1145424    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/oneclick.jar
    a454e000-a4967000 r-xs 00000000 03:01 1145428    /tmp/OraInstall2009-08-10_06-53-41PM/oui/jlib/OraInstaller.jar
    a4967000-a497c000 r-xs 00000000 03:01 1177352    /tmp/OraInstall2009-08-10_06-53-41PM/ext/jlib/orai18n-mapping.jar
    a497c000-a49df000 r-xs 00000000 03:01 1177351    /tmp/OraInstall2009-08-10_06-53-41PM/ext/jlib/orai18n-utility.jar
    a49df000-a4a06000 r-xs 00000000 03:01 1145126    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/ext/sunjce_provider.jar
    a4a06000-a4acb000 r-xs 00000000 03:01 1145125    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/ext/localedata.jar
    a4acb000-a4af6000 r-xs 00000000 03:01 1145127    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/ext/sunpkcs11.jar
    a4af6000-a4af7000 ---p 00000000 00:00 0
    a4af7000-a4b77000 rwxp 00000000 00:00 0
    a4b77000-a4b7a000 ---p 00000000 00:00 0
    a4b7a000-a4bf8000 rwxp 00000000 00:00 0
    a4bf8000-a4bfb000 ---p 00000000 00:00 0
    a4bfb000-a4c79000 rwxp 00000000 00:00 0
    a4c79000-a4c7c000 ---p 00000000 00:00 0
    a4c7c000-a4cfa000 rwxp 00000000 00:00 0
    a4cfa000-a4efa000 r-xp 00000000 03:01 10994471   /usr/lib/locale/locale-archive
    a4efa000-a4efd000 ---p 00000000 00:00 0
    a4efd000-a4f7b000 rwxp 00000000 00:00 0
    a4f7b000-a4f7e000 ---p 00000000 00:00 0
    a4f7e000-a4ffc000 rwxp 00000000 00:00 0
    a4ffc000-a4ffd000 ---p 00000000 00:00 0
    a4ffd000-a5082000 rwxp 00000000 00:00 0
    a5082000-a509e000 rwxp 00000000 00:00 0
    a509e000-a509f000 rwxp 00000000 00:00 0
    a509f000-a50e4000 rwxp 00000000 00:00 0
    a50e4000-a50e5000 rwxp 00000000 00:00 0
    a50e5000-a50e9000 rwxp 00000000 00:00 0
    a50e9000-a50eb000 rwxp 00000000 00:00 0
    a50eb000-a512f000 rwxp 00000000 00:00 0
    a512f000-a5133000 rwxp 00000000 00:00 0
    a5133000-a514f000 rwxp 00000000 00:00 0
    a514f000-a51f0000 rwxp 00000000 00:00 0
    a51f0000-a5cd0000 rwxp 00000000 00:00 0
    a5cd0000-a5e30000 rwxp 00000000 00:00 0
    a5e30000-ae750000 rwxp 00000000 00:00 0
    ae750000-aef50000 rwxp 00000000 00:00 0
    aef50000-b2750000 rwxp 00000000 00:00 0
    b2756000-b275a000 rwxp 00000000 00:00 0
    b275a000-b27d6000 rwxp 00000000 00:00 0
    b27d6000-b28b6000 rwxp 00000000 00:00 0
    b28b6000-b47d6000 rwxp 00000000 00:00 0
    b47d6000-b5045000 r-xs 00000000 03:01 1112048    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/charsets.jar
    b5045000-b505a000 r-xs 00000000 03:01 1112076    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/jce.jar
    b505a000-b50df000 r-xs 00000000 03:01 1112077    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/jsse.jar
    b50df000-b5148000 rwxp 00000000 00:00 0
    b5148000-b7757000 r-xs 00000000 03:01 1112084    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/rt.jar
    b7757000-b7766000 r-xp 00000000 03:01 1145170    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/libzip.so
    b7766000-b7768000 rwxp 0000e000 03:01 1145170    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/libzip.so
    b7768000-b7789000 r-xp 00000000 03:01 1145150    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/libjava.so
    b7789000-b778b000 rwxp 00020000 03:01 1145150    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/libjava.so
    b778b000-b7796000 r-xp 00000000 03:01 1145169    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/libverify.so
    b7796000-b7797000 rwxp 0000b000 03:01 1145169    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/libverify.so
    b7797000-b77a0000 r-xp 00000000 03:01 10759656   /lib/libnss_files-2.5.so
    b77a0000-b77a1000 r-xp 00008000 03:01 10759656   /lib/libnss_files-2.5.so
    b77a1000-b77a2000 rwxp 00009000 03:01 10759656   /lib/libnss_files-2.5.so
    b77a2000-b77a4000 r-xs 00000000 03:01 1145124    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/ext/dnsns.jar
    b77a4000-b77ac000 rwxs 00000000 03:01 1014834    /tmp/hsperfdata_oracle/2854
    b77ac000-b7b1c000 r-xp 00000000 03:01 1145177    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/client/libjvm.so
    b7b1c000-b7b3a000 rwxp 00370000 03:01 1145177    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/client/libjvm.so
    b7b3a000-b7f52000 rwxp 00000000 00:00 0
    b7f53000-b7f59000 r-xp 00000000 03:01 1145187    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/native_threads/libhpi.so
    b7f59000-b7f5a000 rwxp 00006000 03:01 1145187    /tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/native_threads/libhpi.so
    b7f5a000-b7f5b000 rwxp 00000000 00:00 0
    b7f5b000-b7f5c000 r-xp 00000000 00:00 0
    b7f5c000-b7f5d000 rwxp 00000000 00:00 0
    b7f5d000-b7f5e000 r-xp 00000000 00:00 0          [vdso]
    bfb6e000-bfb71000 ---p 00000000 00:00 0
    bfb71000-bfd6e000 rwxp 00000000 00:00 0          [stack]
    VM Arguments:
    jvm_args: -Doracle.installer.library_loc=/tmp/OraInstall2009-08-10_06-53-41PM/oui/lib/linux -Doracle.installer.oui_loc=/tmp/OraInstall2009-08-10_06-53-41PM/oui -Doracle.installer.bootstrap=TRUE -Doracle.installer.startup_location=/usr/local/oracle/database/install -Doracle.installer.jre_loc=/tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre -Doracle.installer.nlsEnabled="TRUE" -Doracle.installer.prereqConfigLoc=  -Doracle.installer.unixVersion=2.6.30.4-09-AUG-2009-V02 -Xmx150m
    java_command: oracle.sysman.oii.oiic.OiicInstaller -scratchPath /tmp/OraInstall2009-08-10_06-53-41PM -sourceLoc /usr/local/oracle/database/install/../stage/products.xml -sourceType network -timestamp 2009-08-10_06-53-41PM -responseFile /usr/local/oracle/database/responseFileV01.rsp -silent
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=
    CLASSPATH=
    PATH=/usr/bin:/usr/ccs/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/usr/local/oracle/app/oracle/product/11.1.0/db_1/bin:/usr/local/java/jdk1.6.0_15/bin:/home/oracle/bin:/usr/local/oracle/app/oracle/product/11.1.0/db_1/bin:/usr/local/java/jdk1.6.0_15/bin:/usr/local/oracle/database/install
    LD_LIBRARY_PATH=/tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386/client:/tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/lib/i386:/tmp/OraInstall2009-08-10_06-53-41PM/jdk/jre/../lib/i386
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x32a000], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x32a000], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x290460], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    ---------------  S Y S T E M  ---------------
    OS:Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    uname:Linux 2.6.30.4-09-AUG-2009-V02 #1 SMP Sun Aug 9 19:19:38 CEST 2009 i686
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 8192k, CORE 0k, NPROC 2047, NOFILE 65536, AS infinity
    load average:0.12 0.03 0.01
    CPU:total 1 (cores per cpu 1, threads per core 1) family 6 model 15 stepping 11, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1137164k(322240k free), swap 2047k(2047k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for linux-x86, built on Dec 15 2006 02:25:41 by java_re with gcc 3.2.1-7a (J2SE release)
    [root@ccsaplinux0002 oracle]#

  • When u install oracle where the oracle installation inventory information s

    when u install oracle where the oracle installation inventory information store in unix and windows . can we change location of this

    Again 'u' doesn't appear in any English dictionary.
    Assuming you are not a royal, can you please stop using the so-called 'majestic plural'.
    Why do you need to change the location?
    If you want to change to location: people here aren't get paid to abstract the installation manual on your behalf.
    If you can't be bothered to read it, please don't use Oracle.
    Sybrand Bakker
    Senior Oracle DBA

  • [svn] 3780: Fix for bug introduced yesterday when adding clipContent to FxContainer and FxDataContainer .

    Revision: 3780
    Author: [email protected]
    Date: 2008-10-21 10:51:40 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Fix for bug introduced yesterday when adding clipContent to FxContainer and FxDataContainer. The default value needs to be true.
    Also fixing a bug in SystemManager since application isn't always an IRawChildrenContainer anymore. This was previously fixed and got clobbered in a merge.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17423, SDK-17697
    Reviewer: Hans
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17423
    http://bugs.adobe.com/jira/browse/SDK-17697
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxContainer.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxDataContainer.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/SystemManager.as

    The network admin solved the problem:
    “When I recreated the User Profile Service, I did not enable “NetBIOS Name” on the service, so all user accounts did not have the proper domain, which is why none of the targeting worked.
    All users were listed as corp\username instead of rcd\username.”, Network Admin.
    Further information: http://www.windowsclever.com/sharepoint/netbios-name-is-different-domain-name-user-profie-service-sharepoint-2010.html

  • ACFS Mounts change permission when Oracle Installer is run

    I'm sorry for the confusion.  I mistated the permissions and since corrected.  We have the FS's set to 775 and when Oracle Installer is run they change to 770.
    We are using ACFS filesystems for a viariety of things, one being user home directories between a two node 11G RAC cluster.
    The problem that we are having is whenever we run the Oracle Installer, the permissions on certain directories change from 775 to 770. Our current ACFS mounts are located under the /oraclegrid/products directory, like this...
    [Server1:root /oraclegrid/product ] # ls -l
    total 35451
    drwxrwx--- 3 oracle oinstall 3 Jun 29 2011 11.2.0.2_old
    drwxrwxr-x 13 oracle oinstall 19 Jun 21 2011 acfsmounts
    lrwxrwxrwx 1 oracle oinstall 13 Apr 27 2011 admin -> /oracle/admin
    [Server1:root /oraclegrid/product/acfsmounts ] # ls -l
    total 198
    -rw-rw---- 1 oracle oinstall 80 May 2 2011 acfs_mount_ORADUMP.cmd
    -rwxrwx--- 1 oracle oinstall 365 Jun 1 2011 acfs_mountall.sh
    -rw-rw---- 1 oracle oinstall 1088 May 26 2011 acfs_mountsetup.sh
    -rwxrwx--- 1 oracle oinstall 152 May 2 2011 acfs_storageinfo.sh
    -rwxrwx--- 1 oracle oinstall 502 Jul 11 2011 acfs_unmountall.sh
    drwxrwxr-x 75 root sys 8192 Feb 27 12:37 EXPHOME
    drwxrwxr-x 8 root oinstall 4096 May 5 2011 OPTDEPLOY
    drwxrwxr-x 7 root oinstall 4096 May 13 2011 OPTIN
    drwxrwxr-x 8 iscdc iscdc 4096 Mar 12 18:52 OPTISCDC
    drwxrwxr-x 24 root oinstall 8192 May 10 2011 OPTTEST
    drwxrwxr-x 9 dmts dmts 4096 Jul 18 2011 OPTTESTDMTS
    drwxrwxr-x 10 root oinstall 4096 May 12 2011 OPTTESTSAMBA
    drwxrwx--- 13 oracle oinstall 4096 May 3 2011 ORADIAG
    drwxrwx--- 30 oracle oinstall 8192 Feb 8 16:16 ORADUMP
    The directories that change permission sometimes varies, for some reason. Most of the times the following change to 770 and we have to change then to 775 after Oracle Installer is run...
    /oraclegrid/product
    /oraclegrid/product/acfsmounts
    /oraclegrid/product/acfsmounts/EXPHOME
    /oraclegrid/product/acfsmounts/OPT*
    This may have something to do with the location of the ACFS mountpoint, but really unsure.
    Thanks for suggestions.
    Brian
    Edited by: user6705964 on Mar 28, 2012 4:38 AM

    Yeah - I wasn't sure if I should have changed my original post... I hope that did not confuse the issue.
    I appreciate your response, but I have not noticed the permissions changing on reboot. They seem to change only when we run the Oracle Installer. I'm think we may want to either change the owners to something other than root:oinstall or possibly move them out from under the /oraclegrid/product directory. We are on a change freeze now and I can't test this for a couple of weeks, but if you know of any reason why Oracle Installer would change these perms, please let me know.
    Thanks again.
    Brian
    Edited by: Brian on Mar 29, 2012 7:40 AM

  • BUG - OJC 10.1.3.2 doesn't allow upcast when adding to generic Collection

    JDeveloper: 10.1.3.2.0.4066
    Compile Errors:
    method asList(Crusty, Slush, Powder) not found in class java.util.Arrays
    method addAll(java.util.List<Snow>, Light, Heavy) not found in class java.util.Collections
    When adding a group of elements to a Collection which uses generics, the ojc compiler does not allow upcasting, but the same upcasting is permitted by the javac compiler.
    The following code is taken from Bruce Eckel's Thinking In Java, 4th edition, page 396. It reproduces the compile problems:
    import java.util.*;
    class Snow {}
    class Powder extends Snow {}
    class Light extends Powder {}
    class Heavy extends Powder {}
    class Crusty extends Snow {}
    class Slush extends Snow {}
    public class AsListInference {
      public static void main(String[] args) {
        //Following line compiles under javac but not under ojc:
        List<Snow> snow1 = Arrays.asList(new Crusty(), new Slush(), new Powder());
        System.out.println("snow1:");
        for (Snow s : snow1) {
          System.out.println(s);
        //Following line doesn't compile under javac or ojc:
        //List<Snow> snow2 = Arrays.asList(new Light(), new Heavy());
        List<Snow> snow3 = new ArrayList<Snow>();
        //Following line compiles under javac but not under ojc:
        Collections.addAll(snow3, new Light(), new Heavy());
        System.out.println("snow3:");
        for (Snow s : snow3) {
          System.out.println(s);
        //Following line compiles under both javac and ojc:
        List<Snow> snow4 = Arrays.<Snow> asList(new Light(), new Heavy());
        System.out.println("snow4:");
        for (Snow s : snow4) {
          System.out.println(s);
    }

    Loren,
    thanks will file this too
    Frank

  • Oracle Installation or Uninstallation Solutions For Windows 95/98/2000/ME/NT/XP

    You must read carefully the following steps here. If you previously installed any Oracle's products on your machine, I strongly recommend you to clean up thoroughly before install the new products.
    ================================================================
    Uninstallation
    The easiest way to remove ALL traces of Oracle software, for an 8i installation, is:
    (1) Using regedit, remove the key \\HKEY_LOCAL_MACHINE\\SOFTWARE\ORACLE.
    (2) Remove all the Oracle services (usually called Ora-something) from \\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services.
    (3) Go to the ORACLE_HOME directory (usually C:\Oracle\Ora81). Go to the BIN directory beneath this. Rename the file OCIW32.DLL to something like OCIW32.OLD.
    (4) Reboot your box.
    (5) Once you have logged on again, delete the directories C:\Program Files\Oracle and C:\Oracle.
    (6) Right-click on My Computer, select Properties->Environment. Edit the environmental variable PATH to remove all refernces to files in the two directories you have just deleted.
    (7) Remove the Oracle folders from your Start menu.
    *** Obviously, using regedit on your machine always entails risks, and I won't be held responsible if you end up trashing your system. However, the above procedure is one I have used many times with complete success. You have been warned! ;) ***
    As to logging on, the "standard" Oracle accounts are:
    SYS/change_on_install (SYSDBA - database owner)
    SYSTEM/manager (Owns various VIEWs and utility PACKAGEs)
    and (optionally):
    SCOTT/tiger (Training account containing some sample tables)
    If you're using PO8i on the local machine, you shouldn't need to worry about setting up NET*8 (Oracle's networking protocols)
    =================================================================
    Windows 95 and 98
    This will remove all Oracle products, Oracle services, and Oracle registry entries from your computer.
    Complete the following steps to create a Clean Machine. Backup any relevant databases before proceeding!
    On Windows 95 and Windows 98:
    1. Ensure you shutdown your Oracle. Right click on the Oracle Icon in the toolbar and click on the shutdown option.
    2. Un-install all your Oracle products if possible. Use universal installer to do that. Ignore this step if you dont have universal installer on your machine.
    3. In regedit, go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE.
    4. Delete the ORACLE key.
    5. Edit your AUTOEXEC.BAT file and remove your %ORACLE_HOME%\bin and JRE paths from the path setting.
    6. From the Windows Explorer (or from the command prompt), delete the Oracle directory (Oracle Base).
    7. Delete <system_drive>:\Program Files\Oracle (from the Windows NT Explorer or from the command prompt).
    8. Delete Icons from <system_drive>: \Windows\Start Menu\Programs\Oracle - <HOME> and <system_drive>:\Windows\StartMenu\Programs\Oracle Installation Products. Where <HOME> is the previous HOME name.
    9. Reboot your computer.
    On Windows NT:
    1. Ensure you are logged in as a user with Administrator privileges.
    2. Stop all Oracle Services through Control Panel Services. Use universal installer to un-install your Oracle products. Ignore un-install if you dont have universal installer on your machine.
    3. Using regedit (at the command prompt, type regedit), go to HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE and delete the ORACLE key.
    4. Open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services, and remove all keys under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services that begin with ORACLE.
    5. Open HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application, and remove all keys under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Application that begin with ORACLE.
    6. Close regedit.
    7. From the Control Panel, open System.
    8. If JRE was installed by Oracle, remove the %ORACLE_HOME%\BIN path and the JRE path. For example, you may see a path similar to this one: C:\ORACLE\ORAxx\BIN;G: \Program Files\Oracle\jre\1.1.7\bin. Go to Start > Control Panel > System > Environment tab. Click on the system variable path and modify the path.
    9. Delete Icons from <system_drive>:\Winnt\Profiles\All Users\Start Menu\Programs\Oracle - <HOME> and <system_drive>:\Winnt\Profiles\All Users\Start Menu\Programs\Oracle Installation Products. Where <HOME> is the previous HOME name.
    10. Delete <system_drive>:\Program Files\Oracle (from the Windows NT Explorer or from the command prompt).
    11. Reboot your computer.
    12. Delete all ORACLE_BASE directories (You can find the Oracle homes listed in HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ORACLE_HOMES).
    ================================================================
    Doc ID:
    Note:131299.1
    Subject:
    Oracle Installer 8.1.X Hangs on Machines with Pentium 4
    Processors
    Type:
    ALERT
    Status:
    PUBLISHED
    Content
    Type:
    TEXT/PLAIN
    Creation
    Date:
    02-JAN-2001
    Last
    Revision Date:
    18-APR-2001
    This alert was modified 16-January-2001 by specifying specific
    Oracle Universal
    Installer Versions in the the Versions Affected section.
    Oracle Universal Installer (OUI) for 8.1.x Hangs on Machines
    with Pentium 4
    Processors
    ~~~~~~~~~~~~~~~~~~
    Versions Affected
    ~~~~~~~~~~~~~~~~~
    Oracle 8.1.5
    ============
    Oracle Universal Installer 1.6.0.9.0
    Oracle 8.1.6
    =============
    Oracle Universal Installer 1.7.0.19.0
    Oracle 8.1.7
    ==============
    Oracle Universal Installer 1.7.1.9.0
    Platforms Affected
    ~~~~~~~~~~~~~~~~~~
    Any platform that uses the Intel Pentium 4 processor, with the
    Sun JRE
    and Symmantec JIT will encounter this problem. Windows NT,
    Windows 2000
    and NetWare platforms are confirmed to be affected.
    Description
    ~~~~~~~~~~~
    When installing Oracle Products with the Oracle Universal
    Installer (8.1.x)
    on machines that use the Sun JRE and Symmantec JIT, the
    installer hangs.
    Specifically for the Windows platform, the following version
    of the Symmantec
    JIT or earlier will encounter the failure:
    Symantec Java! JustInTime Compiler Version 3.10.107 for JDK
    1.2.
    Details regarding this issue can be found at:
    http://developer.intel.com/design/processor/future/manuals/knowni ssue.htm
    How to determine if you have Symmantec Java for JDK 1.2:
    1. Select the file "symcjit.dll" and right click on it.
    2. Select Properties, then the Version tab.
    3. Under Microsoft Windows*, the properties of the DLL are:
    "Symantec Java! JustInTime Compiler Version 3.10.107 for
    JDK 1.2 Copyright (C)
    1996-99 Symantec Corporation Dynamic Link Library file".
    DLLs older than this will also not work. "
    Likelihood of Occurrence
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Any platform that uses the Intel Pentium 4 processor, with the
    Sun JRE
    and Symmantec JIT will encounter this problem. Windows NT,
    Windows 2000 and NetWare platforms are confirmed to be
    affected.
    Possible Symptoms
    ~~~~~~~~~~~~~~~~~
    The failure typically is that the affected application simply
    terminates.
    Workaround
    ~~~~~~~~~~
    Not only will OUI be affected by this bug, most of the
    post-install
    configuration tools will also be affected. Running these
    tools with "-nojit"
    specified will avoid the hang, but it is not simple to specify
    "-nojit" for
    some of the products.
    The following workaround works for the Windows operating
    system:
    a. Copy only the install directory from the CD to the hard
    disk ,say, e:\temp.
    b. Open oraparam.ini and make the following modifications
    (Assuming CD
    drive is f:)
    * Change the "SOURCE=" line to use the full path to the CD
    instead of a
    relative path. (i.e., SOURCE=f:\stage\products.jar)
    * Change the "JRE_LOCATION" line to use the full path to the
    CD instead of a
    relative path. (i.e.,
    JRE_LOCATION=f:\stage\Components\oracle\swd\jre\1.1.7\1\DataFiles
    \Expanded)
    * Change the "OUI_LOCATION" line to use the full path to the
    CD instead of a
    relative path. (i.e.,
    OUI_LOCATION=f:\stage\Components\oracle\swd\oui\1.6.0.9.0\1\DataF
    iles\Expanded
    * Change the "JRE_MEMORY_OPTIONS" line to add "-nojit" as the
    first argument.
    (i.e., JRE_MEMORY_OPTIONS=-nojit -ms16m -mx32m)
    ^^^^^^
    * Other entries should remain the same
    c. Launch setup.exe from the temporary location on your hard
    drive (i.e.
    e:\temp\install\win32\setup.exe). This will use the
    modified
    oraparam.ini and pick up the information from the CD since
    the absolute
    locations are specified.
    Choose a Custom install and choose not to create a database
    during the
    install. This way, the Database Configuration Assistant will
    not be launched
    during installation.
    The Net8 Configuration Assistant will still be launched, and
    there is no way
    to suppress it. You will need to kill the Net8 Configuration
    Assistant if it
    hangs due to the bug. The installation still will have been
    successful, and
    you can run the DBCA and NetCA after installation.
    To kill NetCA if it hangs during installation:
    In the "Configuration Tools" window, highlight the "Net8
    Configuration
    Assistant" and click "Stop". If that does not work, look for
    the most recent
    JRE process using the Task Manager, and kill it manually.
    NOTE: the OUI
    itself will also have a jre process. Be sure to kill the one
    with the most
    recent date, which should be the jre process being used for
    Net8CA, not the
    one for OUI itself.
    After killing the configuration tools and continuing through
    the installation
    to the "End of Installation" screen, you should modify the
    configuration tools
    to use "-nojit", then call the appropriate tools from the
    Start Menu.
    Once installation is complete, each of the following files in
    the ORACLE_HOME
    needs to be modified:
    assistants\dbca\dbassist.cl
    assistants\dbma\dbmig.cl
    assistants\ifa\ifa.cl
    bin\elogin.cl
    bin\owm.cl
    ldap\oidamdin\oidadmin.cl
    network\tools\netasst.cl
    network\tools\netca.cl
    owm\install\instelogin.cl
    owm\install\instowm.cl
    Edit the contents of the above files to add "-nojit" as shown
    below:
    Command=("C:\Program Files\Oracle\jre\1.1.7\BIN\JREW" -nojit
    -classpath ....
    this is the only thing you need to add --> ^^^^^^
    Then, launch the necessary tools, like Net8CA and DBCA from
    the Start Menu.
    Patches
    ~~~~~~~
    Currently there is not a patched installer available to deal
    with this
    problem, the workaround listed above must be used.
    References
    ~~~~~~~~~~
    [BUG:1507768] INSTALLER FAILS WHEN RUNNING ON NEW PENTIUM 4
    (IV) PROCESSORS
    [BUG:1507946] INSTALLER FAILS WHEN RUNNING ON NEW INTEL
    PENTIUM 4 (IV) PROCESSORS
    @[BUG:1518935] SYMCJIT.DLL DOESN'T WORK WITH THE NEW P4
    PROCESSORS
    Oracle
    Support Services.
    Copyright (c) 1995,2000 Oracle Corporation. All Rights
    Reserved. Legal Notices and Terms of Use.
    ================================================================
    The solution of making a local copy of the installation CD on
    the hard disk and renameing symcjit.dll to symcjit.old does
    work to allow installation of Oracle Client 8.1.7 on a Pentium 4
    This function is useful and you can find two file to rename
    ===============================================================
    Windows ME
    Solution to the installation of Oraclei8.1.7 PE in Windows Millennium
    Oracle does not support installing version 8.1.7 PE into
    Windows Millennium.
    As an unsupported workaround, you may add the following line
    to the [compatibility95] section of win.ini prior to
    installation:
    Jrew=0x00080000
    After setup is complete, Oracle will recommend a reboot.
    There is one additional step necessary prior to reboot;
    Oracle may add a non-standard path statement to the
    autoexec.bat file. Please modify this SET PATH
    statement to use short-filenames if you find a quoted
    LFN string represented as part of the path. You can
    confirm that the path was merged successfully into the
    registry after reboot by examining the PATH variable
    in the registry at
    HKLM\System\CurrentControlSet\Control\SessionManager\Environment
    Symptoms of a missing Oracle path statement in the registry are that Net8 Easy Config will not launch.
    Please note that Oracle does not support the use of this
    product in Windows ME, but have authorized these workarounds
    for testing purposes only.
    ===============================================================
    Windows XP Home Edition
    Oracle 8i is not certified on windows XP. Even if yes, it must be Windows XP Professional.
    You can install Oracle8i on windows XP Home Edition, try like this:
    1 - Copy your Oracle CD into hard disk in your
    machine. For example Copy from oracle8i CD into C:\Oracle\ ...
    2 - Search the two files named Symcjit.dll on the D drive (where you have copied Oracle8i. You can found them in (example):
    C:\Oracle\stage\Components\oracle.swd.jre\1.1.7.30\1
    \DataFiles\Expanded\jre\win32\bin\symcjit.dll
    3 - Rename this file (Example): symcjit_back.dll (make sure to find two files and rename them)
    4 - Execute the Oracle setup.exe from C:\Oracle\setup.exe
    ===============================================================
    When Oracle 8i dies on the install or the installer hangs, here is the fix for this, make sure that you have Service Pack 2 installed.
    1. \JRE\1.3.1\ From Sun. (You can download java program at http://java.sun.com/products/jdk/1.1/jre/download-jre-windows.html)
    2. Install the java file.
    There is also a problem in the installation disk.
    3. Make a copy of the Oracle 8i disk on the local hard disk.
    4. Do a search for the two files called symcjit.dll and rename them for example: symcjit.old.
    5. Install Oracle from the win32 directory.
    ================================================================
    PLEASE NOTE THAT ORACLE DOESN'T SUPPORT THE USE OF THOSE PRODUCTS IN WINDOWS ME, BUT HAVE AUTHORIZED THESE WORKAROUNDS FOR TESTING PURPOSES ONLY
    Best Regards,
    Beau Leo

    Hi,Beau Leo, I am having problem installing Oracle9i Database Rel.2 on my pc.
    I read the suggestion and solution you posted for fixing Oracle 8.1.x installation
    probblem, and since my pc also hung at 48% while installing Oracle 9i software,
    I wonder if the same problem in the Oracle8 Vs.Pentium4 also exists for Oracle9i.
    I have Windows2000,256RAM, Pentium3 1Ghz, and 13.8 free diskspace. But the installation always
    hangs at 48%, my computer will just shut down and restart automatically without
    even showing an error message. I have tried installing the Enterprise edition for 3
    times already but everytime encountered the same problem. I've also tried custom installation
    by selecting not to create database, but it also hung.
    Before I started each installation, I always made sure that my registry and environment
    path are cleared and that all the partially-installed Oracle files are deleted.
    I hope that you or anyone who has a solution for this problem could be so kindly to help me out.
    Thank you in advance.
    ailee

  • Mail compose window jumps to back when adding address. As soon as I add a single character to the address window of a new mail message, it pops  under all other existing windows. If I have others open...and who doesn't? I have to then close them all.

    So.....deeply....disappointed by Lion...
    It honestly gets in the way of getting things done.
    When was the last time you had an upgrade, in any program or  OS that caused an immediate productivity drop?
    Mail windows, when adding a new address, pop under to become the lowest window in the stack...before you are done composing...
    no extra clicks..just adding ONE character to the actual address bar does it.
    Trying to add files to an online content management system is hard...it's hard because when you attempt to add the file, it disappears from
    the list, so a search must be conducted...oh not a search of your hard drive...no...it has to include ALL FILES and that takes a while, showing
    files totally unrelated to what you need or in whatever that view is, showing everything from movies to documents, to a whole range of other stuff
    that is irrelevant to what is being sought.
    I can get used to the disappearing icon tool bar...but the message threading in Mail is so strangely bad it's hard to describe. So you send out an email,
    and it had 5 points...but that was 3 emails before...A reply comes in addressing those 5 points but saying something like ..."I disagree with point number 4"
    Unless you have total recall the thread shows you only incoming mail and the LAST most recent folded up message you sent. You are forced to go digging
    into sent mail to see what that point you made 8 days eariler actually was...
    I am pleased that I don't have to have Launchpad (honestly the silliest 'feature' I've ever seen on a computer) in the dock and see no point in the juvenile Mission Control (the naming scheme is odd and reminiscent of Junior Spaceman...how ironic that we end America's manned launch capability at the same time as Launch Pad and Mission Control, both throwbacks to the 60's are added to an OS). In any case both are virtually useless tools. One, replacing the mildly useful Spaces and the other just genuinely useless.
    I'm going to give Apple until the second bug fix...but I can tell right now that Snow Leopard was a far more robust OS. The thousands of posts about this may rise to the level of AntennaGate...I hope so...It seems the only way to get Steve (for whom I have now honestly lost respect for the FIRST TIME) to address the issues is to embarrass the company publicly. Lion is a broken system, poorly conceived...and proof that the Apple methodology of no widespread user testing can and does fail. This needs to get fixed. Soon.

    It seems to have something to do with profile manager.
    I get stack traces in the "system messages" logs for the "Server" application, grrrr.
    I'll get that info and attempt to submit a but report tonight.

  • On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available". When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way,

    On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available".
    When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way, no error message. Any ideas to solve this, anyone? Would be greatly appreciated.

    I tried to update and it keeps telling me to get the Application Manager. And this is what happens
    Adobe Application Manager failed and it told me to download the Adobe Support Advisor.
    Adobe Support Advisor told me that there was an issue:" cpsid_82829s1: "A restart is pending," bootstrapper error has occurred. "Token Number: 40-87772-063201122012
    I followed the instructions it gave me to correct this issue:
    If you receive the error "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again," do the following:
    #Restart the computer and try the installation again.
    #If the installation fails, delete the InProgress registry key: 
    Disclaimer: This procedure involves editing the Windows registry. Adobe doesn't provide support for editing the registry, which contains critical system and application information. Make sure to back up the registry before editing it. For more information about the registry, see Windows registry information for advanced users on the Microsoft support site, or contact Microsoft. 
    Launch Windows Registry Editor.
    (Windows XP) Choose Start > Run, type regedit in the Open text box and click OK.
    (Windows Vista/ Windows 7) Choose Start, type regedit in the Search box, and press Enter.
    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager.
    Delete the InProgress key.
    I was not able to find the "InProgress" key.

  • SRM 4.0 Installation Master and Oracle Installation

    Dear Members, I am trying to install SRM 4.0 in sandbox using the SRM 4.0 Installation Master DVD. The question I have is does this installation take care of Oracle Installation also or should I install Oracle 9.2 first and then use the SRM Installation Master DVD to install the SRM. I am using SRM on Linux and Oracle.  Appreciate expert advice. Thanks in advance.
    Best Regards
    Gabriel

    I installed ORACLE 9x (only software) on Linux and also installed SAP SRM 4.0
    When I try to start the oracle db, i get the following error message..
    Trying to start ORASR2 database ...
    Thu Aug 9 21:08:39 UTC 2007
    checking required environment variables
    ORACLE_HOME  is >/oracle/SR2/920_32<
    ORACLE_SID   is >ORASR2<
    Thu Aug 9 21:08:39 UTC 2007
    check initora
    Thu Aug 9 21:08:39 UTC 2007
    check initora
    Thu Aug 9 21:08:39 UTC 2007
    starting orasrv
    /oracle/SR2/920_32/bin/orasrv missing or without set-user-ID bit. Terminating.
    ./startdb: Terminating with error code
    can someone help identify what the problem could be

  • "The Connection to Microsoft Exchange is unavailable" when adding second Exchange account to Outlook 2013

    I have a problem that I've found to be typical, just haven't found anything that describes my exact problem.
    I'm having trouble adding a second Exchange 2010 server account to Outlook 2013 in one of the computers of the domain. Outlook 2013 will complain with "The Connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete
    this action".
    I've Googled and found many threads with the same error... however most of those seem to be either a problem with the server, or the Global Catalog in Active Directory, or the "connection method" (I've tried all found solutions to no avail).
    This is not the case, since the first account is added with absolutely no problem. It can send and receive and I can delete the outlook profile and recreate it and it'll give no problems. I have this problem only when adding a second account.
    This is a fresh Windows 8.1 install with an up-to-date Outlook 2013. I have other computers in the same domain and network, with the same setup (Win 8.1 + Outlook 2013) configured with two exchange accounts with no problem.
    There are no connectivity problems, I can access that same account through OWA and in other computers on the network... the Global Catalog seems to be fine (shows two active DCs, which is correct).
    I've tried deleting and recreating the outlook profiles, repairing the outlook installation, even deleting all outlook files in AppData and letting it recreate them, with no success.
    Any hints of what could be going on?
    Before I speak, I have something important to say.

    Hi Javier,
    Thank you for the update.
    I have tested on my lab and get following result.
    Lab: Exchange 2010, CAS Array (CAS01+CAS02), MBX01, DC
    Type Server Field
    Check name result
    Changed Server Field
    CAS01.domain.com
    Yes
    CASArray.domain.com
    CASArray.domain.com
    Yes
    CASArray.domain.com
    DC.domain.com
    Yes
    CASArray.domain.com
    MBX01.domain.com
    No
    "The Connection to Microsoft Exchange is unavailable"
    Based on my knowledge, the reason why inputing DC FQDN in the Server Field fixes this issue is that Outlook performs AD Lookup and finds the account configuration from AD, then back the CAS Array FQDN in the Server Field  instead of DC FQDN.
    Exchange 2010 is different from Exchange 2013, if you are using Exchange 2013, we need to input MailboxServerGUID.domain.com into Server Field.
    If there is anything I’ve misunderstood, please don’t hesitate to let me know.
    Thanks,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • TableAdapter Configuration Wizard gives error when adding new TableAdapter

    Hi,
    I recently downloaded and installed the ODT for visual studio on my computer. I am running VS2008 on Windows 7 64-bit. I am able to create an ODP.NET connection to the Oracle XE 10.2g instance that is running on my computer with no problems and use that connection to browse the database. When I add a DataSet to my project, and start adding TableAdapters to the DataSet, I am getting errors. In an attempt to figure out what the problem is, I have followed various scenarios. I will describe each scenario, and what the end result is, and then after I have described them all, I will explain what I think the problem might be. Here are the different scenarios I have used:
    Scenario 1:
    From the Server Explorer, highlight ALL of the tables in my schema and drag them to the designer (all table adapters are added with no issues). I can add additional queries to each of the TableAdapters and then change the additional queries by right clicking and choosing "Configure". This all works with no issues. However, on certain TableAdapters, if I try to modify the primary query (Fill,GetData()), I can open the query editor just fine, change various settings, etc, but when I click on "Finish" I get the following error:
    Configure TableAdapter TABLENAME failed.
    Index was outside the bounds of the array.
    Scenario 2:
    From the Server Explorer, drag tables from my schema onto the designer one at a time. Some tables get added just fine, but for the rest of them, I get the following error:
    Failed to merge object(s).
    Index was outside the bounds of the array.
    Scenario 3:
    On the Dataset Designer, add tables one at a time by right clicking and choosing "Add -> TableAdapter" and then using SQL to define the query for each table. Some tables get added just fine, but for the rest of them, I get the following error:
    Failed to add TableAdapter.
    Index was outside the bounds of the array.
    Ok... now that I have described all of the different scenarios, I will explain what I think the problem is, and why. Based on my research, I believe the underlying problem has to do with Foreign Key Constraints on the various tables. While working on Scenarios 2 & 3, the same exact tables worked just fine in both scenarios. When I started looking at the definitions for the tables in my schema, it turns out that all of the tables that failed had foreign key constraints defined. When I remove the FK constraints from a table, I am then able to add it to my dataset and change the default query with no problems. My original application used the System.Data.OracleClient provided by Microsoft. When adding my tableadapters using the microsoft data provider, the FK relations are automatically generated for me in the designer, but not with the Oracle Data Provider
    I would be happy to provide you with the DDL that I used for creating my schema (it is not very big) if needed.
    Thanks,
    Jim

    Sorry let me clarify some of the config a little more.
    MAIL101 - Exch 2013
    MAIL102 - Exch 2013
    AP104 - Witness (strictly a witness nothing else on this machine)
    EDGE01 - Exch 2007 Edge
    CAS01 - Exch 2007 Hub/CAS load balancer for CAS02/03
    CAS02 - Exch 2007 Hub/CAS
    CAS03 - Exch 2007 Hub/CAS
    MBOX01 - Exch 2007 Mail cluster
    MBOX02 - Exch 2007 Mail cluster node
    MBOX03 - Exch 2007 Mail cluster node
    RDC01, RDC02, RDC03 - all 2008 R2 root domain controllers for rootdomain.rootdomain
    DC01, DC02, DC03, DC04 - all 2008 R2 domain controllers for us.rootdomain.rootdomain
    All DCs are Global Catalogs.
    I can ping all DCs and root DCs fromboth MAIL101 and 102
    The Exchange Replication service is running on both MAIL101 and 102.
    DC03 is in the same site as the MAIL101/102 servers so I'll run all replication tests from here.
    DCDIAG comes back with all tests passed.
    repadmin /replsum comes back with 0 fails and no errors largest delta for any intersite communication is 13min.
    When I run Test-ReplicationHealth -Identity MAIL101 and also 102 they both come back as everything passed.  No errors.

Maybe you are looking for

  • How to connect a APExpress to a digital audio console

    I have a Yamaha M7CL digital audio console that has an Ethernet connection. I want to control the desk wirelessly using the APExpress. I know how to do it with a Linksys or Netgear router. With those I need to plucg into one of the 4 LAN ports. Not t

  • Can't connect to the internet with my iPod touch 4th gen.

    So I have an iPod touch 4th gen. and have been able to get wifi from my computer with no problem but now it's not working. When I choose the network I've always used I see the 3 lines on top of the screen that show when it's connected to the internet

  • G50-30 Intel USB 3.0 driver Windows 8.1 64bit

    Hello everyone, I have just re-installed (after formatting) win 8.1 64bit on my lenovo G50-30. After downloading every driver from support.lenovo.com, I noticed that there are no USB drivers available for Win 8.1. The only driver I found on the websi

  • HT2737 Can I apply a gift card after I purchased the item with my credit card?

    I just completed the purchase of this iBook less than 5 mins ago before remembering that I have a gift card.

  • FAGLL03 alternative account description

    Hi guys, We are working with group accounts in Group chart of accounts (f.e. CAXX) and depending alternative accounts in Local chart of accounts (f.e. CAFR). When consulting FAGLL03 (Display line items) you can choose to display group account numbers