Problems with WAS 6.40 Installation on Oracle - Phase 11 of 34

Hello,
<b>Problems with WAS 6.40 Installation on Oracle (Phase 11 of 34)</b>
with the installation of the Web Application server 6,40 SR1 on a Oracle server I get in phase 11 of 34 (Create Oracle Database) the following error-message:
CJS-00084 - SQL statement or script failed. Diagnosis: Error message: ORA-12547: TNS:lost contact.
error while loading shared library: libodm9.so : cannot open shared object file: No such file or dirctory.
Best Reagrds,
Ralf Steffens

hi Ralf
i've found one composite note for Oracle <a href="https://websmp203.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700001366932002">505630</a>
hope this solves...
<i><b>Symptom</b>
ORA-12547: TNS:lost contact
Brbackup, brarchive, brrestore or brconnect may terminate with errors similar to the following:
BR301E SQL error -12547 at location BrDbConnect-1
BR301E SQL error -12547 at location dbf_info_get-1
Sapdba returns the following error, for example:
  SAPDBA: ORACLE error -12547 occurred while checking instance status!
The R/3 work processes or R3trans return the following error at Connect:
  C  *** ERROR => CONNECT failed with sql error '12547'
<b>Other terms</b>
TNS-12547, TNS-00517
<b>Reason and Prerequisites</b>
As part of the Net8 Connect, a program such as the R/3 kernel, R3trans, svrmgrl, sqlplus or ODMA establishes a connection to the Oracle database. If the connection terminates due to problems at the server end, it can result in ORA-12547.
Additional information for the error is often available in sqlnet.log. In many cases, other messages that are not reported by all tools precede ORA-12547. If ORA-12547 occurs when the ODMA accesses the old Oracle-Home during a database upgrade, for example, it may make sense to temporarily restart ORACLE_HOME on the old Oracle-Home for test purposes and then to execute sqlplus or svrmgrl.
Even if sapdba or the BR tools terminate with an ORA-12547 when calling sqlplus or svrmgrl recursively, you should, for test purposes, call sqlplus or svrmgrl manually with the operating system user that was used.
Hopefully, a more informative error message will appear in addition to ORA-12547, for example:
  ld.so.1: oracleC11: fatal: relocation error: file
           /oracle/C11/817_64/libx8.so: symbol ksunsga_:
           referenced symbol not found
If you find accompanying error messages of this type, start a note search with the corresponding search terms since we are often aware of the problem and a solution may already be available. If you do not find any significant error messages or a suitable note, check the following possible causes for ORA-12547:
1. UNIX: Incorrectly linked Oracle tools
2. UNIX: Problems with XPG4 compliance and s-bit
3. Too many requests to the listener at the same time
4. HP-UX, Oracle 8.1: Missing OS patch
5. Use of CRYPTO parameters in sqlnet.ora
6. AIX: I/O Async is deactivated
7. Resource problems
8. The CONNECT_TIMEOUT_LISTENER parameter in listener.ora is too low
9. Activated Oracle trace
10. UNIX: Incorrect oracle executable authorization
11. SOLARIS: LD_LIBRARY_PATH set when you call ODMA
12. AIX: Problem with post/wait kernel enhancement
13. UNIX: Problems with the libobk library
14. SOLARIS: Incorrect search sequence in the path variable
15. UNIX: Conflicts between 32-bit and 64-bit files
<b>Solution</b>
1. Relink the Oracle software as ora<sid> with
  cd $ORACLE_HOME/rdbms/lib
  make -f ins_rdbms.mk install
              or
  relink all
1. See Note 88884.
2. If individual work processes terminate with ORA-12547 when you start an R/3 instance, See Note 131561.
3. See Note 399610.
4. You can set security parameters that begin with SQLNET.CRYPTO_ in sqlnet.ora as part of the Advanced Security Option. Oracle releases < 8.1.7 cannot process these parameters correctly and result in ORA-12547. In this case, delete these types of parameters from sqlnet.ora.
5. If I/O is deactivated on AIX Async, the Net8 Connect fails with ORA-12547. In this case, activate I/O Async by using smitty.
6. Insufficient resources such as available memory on the database server can cause ORA-12547. For more information, see 384839.
7. In individual cases, it may make sense to increase the CONNECT_TIMEOUT_LISTENER parameter in listener.ora (for example, by 5 seconds, so from 10 to 15). Although a value of 10 seconds should usually be sufficient to establish a connection.
8. Delete the log files written by the Oracle trace in accordance with Note 92537.
9. Check to see whether the executable in $ORACLE_HOME/bin has the "rwsr-s--x" authorizations and the ora<sid> owner and correct this if necessary.
10. If you call ODMA on SOLARIS as part of a database upgrade and if LD_LIBRARY_PATH is set explicitly (on the lib directory of the target release), calling the old Oracle software through ODMA may fail with ORA-12547. If you use the old ORACLE_HOME to list sqlplus or svrmgrl, you get the following error:
  ld.so.1: oracle<sid>: fatal: relocation error:
           file /oracle/<sid>/817_64/libx8.so: symbol ksunsga_:
           referenced symbol not found
  ORA-12547: TNS:lost contact
               In this case, permanently delete LD_LIBRARY_PATH from the environment. This does not have any negative effects since the libraries are automatically found in the correct directories as of Oracle 8.1.
               If problems occur with the post/wait extension on AIX, the following type of errors will be displayed:
  exec(): 0509-036 Cannot load program oracleC11 because of the
  following errors:
          0509-130 Symbol resolution failed for oracle because:
          0509-136   Symbol pw_post (number 2524) is not exported
                      from dependent module /unix.
          0509-136   Symbol pw_wait (number 2525) is not exported
                      from dependent module /unix.
          0509-136   Symbol pw_config (number 2526) is not exported
                      from dependent module /unix.
          0509-192 Examine .loader section symbols with the
                   'dump -Tv' command.
  ORA-12547: TNS:lost contact
1. If the libobk library was created incorrectly, the following type of errors may occur:
  /oracle/C11/817_64/bin/oracle: /sbin/loader:
    Fatal Error: Cannot map library libobk.so
  /usr/lib/pa20_64/dld.sl: Unable to find library
    '/oracle/C11/lib64/libobk.sl
  exec(): 0509-036 Cannot load program oracleC11 because of the
          following errors:
  0509-150   Dependent module /oracle/C11/817_64/lib/libobk.a(shr.o)
             could not be loaded.
  0509-152   Member shr.o is not found in archive
  ORA-12547: TNS:lost contact
               Check to see whether libobk exists and, if it is a link, that it points to a valid object. Note 142635 contains more information about this. The libobk link may point to this if a libsbtsh8.* file exists in the Oracle library directory. If you are using a third-party Backint tool, contact the relevant supplier, since libobk often has to point to a backint-specific library.
1. If an error such as
  ld.so.1: ./svrmgrl: fatal: libucb.so.1: open failed:
           No such file or directory
  ORA-12547: TNS:lost contact
               occurs, the PATH has probably been set incorrectly. For more information, see Note 44361.
1. If an error such as
  ld.so.1: oracle<sid>: fatal: <library> wrong ELF class: ELFCLASS64
  ORA-12547: TNS:lost contact
              concerning "wrong ELF class" occurs, check whether the <library> mistakenly has a different bit size than the tool that was called. You can determine this using
  file <library>
  file <tool>
               All the files involved must uniformly be either 32-bit or 64-bit.
</i>
Regards
Arunkumar

Similar Messages

  • Trying to upgrade to 10.6 so my iPhone could synch...I'm getting this error message "Problem with this Windows (XP) Installer package.  A program required for this install to complete could not be run."  Any ideas?

    I had iTunes 10.2.1.1 but needed to upgrade to 10.6 so my iPhone could synch...I'm getting this error message "Problem with this Windows (XP) Installer package.  A program required for this install to complete could not be run."  Any ideas?

    This has been fixed.  Answer is that I needed to go to "Apple Software Update" and repair it.  (From my Control Panel).

  • Installation problem with SolMan on SUSE 9,0 / Oracle

    Hi Experts,
    I have just started to work with SAP environment. My first challenge is to install Solution Manager on SUSE 9.0 Linux. I have faced quite lot of error messages and managed to solve them with help of support and forum pages. But the last mile seems to be the hardest one. Installation stopped on phase 42 / 45 (Configure System Landscape Directory) with following errors:
    WARNING 2007-02-08 09:18:13
    Execution of the command "/usr/sap/HSM/DVEBMGS01/exe/jlaunch UserCheck.jlaunch com.sap.security.tools.UserCheck /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install -c sysnr=01 -c ashost=haukka -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SLDDSUSER -p XXXXXX -message_file UserCheck.message" finished with return code 4. Output:
    Warning: tmpfs at /dev/shm is configured quite small with 1956 MB! Minimum value is 2048 MB.
    Recommended size is 75 % of RAM + swap.
    Warning: tmpfs at /dev/shm is configured quite small with 1956 MB! Minimum value is 2048 MB.
    Recommended size is 75 % of RAM + swap.
    Feb 8, 2007 9:18:10 AM   Info: User management tool (com.sap.security.tools.UserCheck) called for action "checkCreate"
    Feb 8, 2007 9:18:11 AM   Error: Exception during execution of the operation
    [EXCEPTION]
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=haukka SYSNR=01 GWHOST=haukka GWSERV=sapgw01 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner 'haukka:sapgw01' not reached
    TIME        Thu Feb  8 09:18:11 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2764
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       111
    ERRNO TEXT  Connection refused
    COUNTER     2
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:456)
         at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:922)
         at com.sap.mw.jco.JCO$Client.connect(JCO.java:3171)
         at com.sap.security.tools.UserCheck.main(UserCheck.java:172)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Feb 8, 2007 9:18:12 AM   Info: Leaving with return code 4
    INFO 2007-02-08 09:18:13
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.
    INFO 2007-02-08 09:18:13
    Removing file /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/dev_UserCheck.clone.
    ERROR 2007-02-08 09:18:13
    CJS-30196  Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=haukka SYSNR=01 GWHOST=haukka GWSERV=sapgw01 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner 'haukka:sapgw01' not reached
    TIME        Thu Feb  8 09:18:11 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2764
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       111
    ERRNO TEXT  Connection refused
    COUNTER     2
    ERROR 2007-02-08 09:18:13
    FCO-00011  The step createSLDDSUser with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Configuration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_SLD|ind|ind|ind|ind|0|0|createSLDDSUser was executed with status ERROR .
    I have stopped the installation, rebooted the system and started the installation again. Well that didn’t help at all. After that I have to start Oracle database and listener to proceed with old installation.
    Can you give me any advices how to solve this problem and finish the installation?
    Grateful for help.
    Jukka

    Hi Dolores,
    Thank you for your advices.
    I would appreciate further assistance with this problem because I couldn’t work it out jet.
    I logged in to the Visual Admin by using go file in usr/sap/HSM/DVEBMGS01/j2ee/admin.
    The Visual Administrator screen is opening but I cannot connect in.
    The error message popping up is "Cannot open connection on host xx.yy.xx.yy and port 50004".
    The login parameters specified are:
    Display name: j2ee
    User name: Administrator / (J2EE_ADMIN)
    Host: localhost
    HTTP Port: 50004
    Load balancing method: manual
    Transport layer: default
    I tried with two different username, see above.
    I also tried DDIC user logon via ssh command in Shell console, but didn’t succeed.
    Here is the information in some of those files your mentioned:
    trc file: "dev_rd", trc level: 1, release: "700"
    Wed Jan 31 10:47:35 2007
    ***LOG S00=> GwInitReader, gateway started ( 19402) [gwxxrd.c     1677]
    systemid   387 (Intel x86 with Linux)
    relno      7000
    patchlevel 0
    patchno    46
    intno      20050900
    make:      single threaded, Unicode, optimized
    pid        19402
    gateway runs with dp version 210000(ext=109000) (@(#) DPLIB-INT-VERSION-210000-UC)
    Wed Jan 31 10:47:37 2007
    gw/local_addr : 0.0.0.0
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Wed Jan 31 10:48:05 2007
    Bind service sapgw01 (socket) to port 3301
    Wed Jan 31 10:48:06 2007
    GwPrintMyHostAddr: my host addresses are :
      1 : [192.168.229.131] haukka (HOSTNAME)
      2 : [127.0.0.1] localhost (LOCALHOST)
    Wed Jan 31 10:48:07 2007
    DpSysAdmExtCreate: ABAP is active
    DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    Wed Jan 31 10:48:57 2007
    DpShMCreate: sizeof(wp_adm)          12744     (1416)
    DpShMCreate: sizeof(tm_adm)          4011160     (19956)
    DpShMCreate: sizeof(wp_ca_adm)          28800     (96)
    DpShMCreate: sizeof(appc_ca_adm)     9600     (96)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/520056/520064
    DpShMCreate: sizeof(comm_adm)          520064     (1032)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (68)
    DpShMCreate: sizeof(vmc_adm)          0     (1596)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/80/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 0x457a0000, size: 4663248)
    DpShMCreate: allocated sys_adm at 0x457a0000
    DpShMCreate: allocated wp_adm at 0x457a1e88
    DpShMCreate: allocated tm_adm_list at 0x457a5050
    DpShMCreate: allocated tm_adm at 0x457a5080
    DpShMCreate: allocated appc_ca_adm at 0x45b7f598
    DpShMCreate: allocated comm_adm at 0x45b81b18
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0x45c00a98
    DpShMCreate: allocated gw_adm at 0x45c00ad8
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0x45c00b08
    Wed Jan 31 10:48:58 2007
    MtxInit: -2 0 0
    Wed Jan 31 10:49:38 2007
    GwDpInit: attached to gw_adm at 0x45c00ad8
    Wed Jan 31 10:49:39 2007
    ***LOG Q0I=> NiIWrite: writev (32: Broken pipe) [nixxi.cpp 3797]
    ERROR => NiIWrite: SiSendV failed for hdl 1 / sock 12
         (SI_ECONN_BROKEN; UD; ST; 127.0.0.1:0) [nixxi.cpp    3797]
    LOCATION    SAP-Gateway on host haukka / sapgw01
    ERROR       connection to partner 'localhost:0' broken
    TIME        Wed Jan 31 10:49:39 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -6
    MODULE      nixxi.cpp
    LINE        3797
    DETAIL      NiIWrite
    SYSTEM CALL writev
    ERRNO       32
    ERRNO TEXT  Broken pipe
    COUNTER     1
    ERROR => GwIConnectHandle GwWrite failed (NIECONN_BROKEN) [gwxxrd.c     8689]
    C-STACK -
    (CTrcStack2+0x78)[0x80c1938]
    (SigIGenAction+0x2d1)[0x81e9451]
    [0xffffe440]
    trc file: "sapstartsrv.log", trc level: 0, release: "700"
    Thu Feb  8 09:15:05 2007
    <<- ERROR: SapSSLInit(read_profile=1)==SSSLERR_LIB_NOT_FOUND
    SapSSLInit failed => https support disabled
    Webservice thread started, listening on port 50013
    Trusted http connect via Unix domain socket '/tmp/.sapstream50013' enabled.
    trc file: "dev_disp.new", trc level: 1, release: "700"
    sysno      01
    sid        HSM
    systemid   387 (Intel x86 with Linux)
    relno      7000
    patchlevel 0
    patchno    48
    intno      20050900
    make:      single threaded, Unicode, optimized
    pid        19381
    Wed Jan 31 10:48:07 2007
    CCMS: start to initalize 3.X shared alert area (first segment).
    Wed Jan 31 10:48:10 2007
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 48
    Release check o.K.
    Wed Jan 31 10:49:57 2007
    MBUF state ACTIVE
    Wed Jan 31 10:50:11 2007
    DpModState: change server state from STARTING to ACTIVE
    Wed Jan 31 10:50:18 2007
    WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ
    WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ
    WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ
    WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ
    WARNING => DpRqServiceQueue: timeout of HIGH PRIO msg, return DP_CANT_HANDLE_REQ
    For some reason the latest files are dated 1.2.2007?
    Hopefully You can see the problem from this log file information.
    As I mentioned earlier I am a green novice at SAP systems and Linux.
    Best regards
    Jukka

  • Problems with Cluster Ready Service installation (RAC) in Oracle 10g R1

    Hello
    I have got problems with this installation. I am starting Oracle user
    At the end of the installation I get a mesage when all Configuration Assistants are failed
    I have got 2 computers with Windows 2000 PRO, two networks (private and public)
    As a shared disk I use one external disk (with USB) attached to one computer.
    What to do here?
    please for a reply
    Martin
    PROT-1: Failed to initialize ocrconfig
    SCLS error 1 reading current privileges.
    Internal Error Information:
    Category: 1234
    Operation: scls_iddb_has_privgrp_by_name
    Location: NetLocalGrou
    Other: get local group failed
    Dep: 0
    Step 1: checking status of CRS cluster
    Step 2: configuring OCR repository
    ignoring upgrade failure of ocr(-1)
    failed to configure Oracle Cluster Registry with CLSCFG, ret 102
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\oracle\product\10.1.0\crs\oui\bin\ouica.bat.
    Launched configuration assistant 'Oracle Notification Server Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: 'D:\oracle\product\10.1.0\crs/bin/racgons.exe add_config migi:4948'
    Start output from spawned process:
    End output from spawned process.
    Configuration assistant "Oracle Notification Server Configuration Assistant" failed
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\oracle\product\10.1.0\crs\oui\bin\ouica.bat.
    Launched configuration assistant 'Oracle Private Interconnect Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: 'D:\oracle\product\10.1.0\crs/bin/oifcfg.exe setif -global "public"/10.0.0.0:cluster_interconnect "public"/192.168.1.0:public'
    Start output from spawned process:
    PRIF-12: failed to initialize cluster support services
    End output from spawned process.
    Configuration assistant "Oracle Private Interconnect Configuration Assistant" failed
    PRIF-12: failed to initialize cluster support services
    Result code for launching of configuration assistant is: 1
    The OUICA command is launched from D:\oracle\product\10.1.0\crs\oui\bin\ouica.bat.
    Error:*** Alert: Some of the configuration assistants failed. However these are optional assistants, so they are not required for the correct configuration of your system. If you want to try to run those assistants again, select the failed assistants and click the 'Retry' button. ***
    User Selected: Yes/OK
    Starting to execute configuration assistants
    Launched configuration assistant 'Oracle Cluster Ready Services Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: 'D:\oracle\product\10.1.0\crs/install/crssetup.config.bat'

    Also you clusterware installation installs to an ORACLE_HOME.
    Oracle does only make a differentiation, if it has to be clear, that you got a clusterware home and a database home.
    Normally if a patch is referring to $ORACLE_HOME (and the patch can be used for clusterware & database), it just means the installation directory of the oracle software installed.
    Sebastian

  • Problem with SAPSERVER.CMD during installation, nothing happens

    In the process of installing in our test environment but I seem to have problems with the Oracle 9i installation. When i double click the file sapserver.cmd nothing happens.
    I have tried the workaround with renaming "symcjit.dll" and changing parameter JRE_MEMORY_OPTIONS=-nojit -ms16m -mx32m in oraparam.ini file.  Then rerun installation with command "install\win32\setup.exe -J-Dsun.java2d.noddraw=true".
    This time error message "<i>Could not initialize the Java virtual machine. Program will exit!</i>" occurred.
    Can anyone please help me how to fix the problem.  Thanks.

    I am also facing same problem--
    I have got IDES 4.7 CDs..
    I am trying to install Oracle RDBMS 9.2 NT thru first CD... when I am running SAPSERVER.CMD it does nothing except showing wait pointer for few seconds.
    it is actually creating three folders in TEMP folder images, jre, oui
    I have tried running SAPSERVER.CMD from command prompt also but there was no luck.
    When I tried to run SETUP.EXE there was same situation.
    Even i tried to run setup.exe from \NT\I386 directory on command prompt with following command ...
    SETUP.EXE -RESPONSEFILE E:\NT\I386\response\sapserver.rsp
    but nothing could help me out...
    I checked everywhere but could not find and LOG file which could explain me that what went wrong..
    this is an appeal to all are techies.. plz help me..
    I have tried it on two machines:
    1) p4 2.66 512 ram 80+40 gb HDD 2000 server with sp4 and ie6, JRE, .NET framework 2.0
    2) Dual core with 1 gb RAM 300 GB HDD 2003 Server with SP2 JRE, .NET framework 2.0
    There was exactly same situation on both the machines..
    Thank in advance

  • Problem with Application Login after upgrading to Oracle 11g

    I have a home-grown application with Oracle 10g database running under Windows XP Pro. Recently, I installed Oracle 11g and imported the application database from 10g to 11g (still want to keep the 10g running for a while). However, I now having problem with the application logging into the new 11g database. (Keep getting invalid user/name message).
    BTW, I have no problem accessing the 11g database through SQLPlus (logging in with the same name and password that I use for the application), and the connection test of NetManager (again using the same name and password that I use for the application) was successful.
    The application itself uses the old Borland BDE (Borland Database Engine) to access the 10g and 11g database. Testing confirms that BDE can access Oracle 11g with no problems.
    Any idea about the probable cause(s) of the problem?
    Thanks in advance,
    sg2000

    11g by default is case sensitive username/password.
    You can disable that with setting parameter SEC_CASE_SENSITIVE_LOGON to false.
    SQL> SHOW PARAMETER SEC_CASE_SENSITIVE_LOGON
    SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

  • Oracle XA driver problem with WLS 7.0.1.0, Oracle 9.0.1

    We are using simplified chinese, after swith to bea jdriver, it messed up
    all the encoding. So we cannot display Chinese character correctly.
    We are using WLS 7.0.1.0, Oracle 9.0.1 on both Windows and Solaris 8
    environment, BEA supplied JDK 1.3.1_03.
    We have many diffrent problems with oracle drivers:
    1. We want to use XA driver to support distributed transaction, However:
    * bea jdriver xa messes up with encoding
    * when using oracle 901 driver, everything works fince except webservices.
    Workshop application access the ejb, then the workshp application sets
    isolation level, but oracle driver does not support it and gives error. Is
    there a way to turn off isolation level in workshop? I tried manually edit
    weblogic-ejb-jar.xml, however,workshop cannot redeploy it after that.
    2. When not using XA, oracle thin driver works fine. But we lost XA
    capability.
    Any work around?

    I did try to change the value in this config file as well, but did not help.
    In fact, the installation default setting is with
    '<transaction-isolation-level>' commented out.
    And when I use bea oracle jdriver, it somehow messed up with database
    character set encoding, so our Chinese characters could not be retrieved
    correctly. And I try to set the encoding of jdriver to 'GBK', it did not
    work.
    "Anurag Pareek" <[email protected]> дÈëÏûÏ¢ÐÂÎÅ
    :[email protected]..
    Hello Ma,
    The transaction isolation level value for EJBs backing the JWS files is
    specified in the <transaction-isolation-level> tag in the
    WEB-INF/weblogic-jws-config.xml file of a Workshop project. You can
    manipulate this value to serve your purpose.
    Please do let me know how it goes.
    Regards,
    Anurag
    Workshop Support
    "Ma Jie" <[email protected]> wrote in message
    news:[email protected]..
    We are using simplified chinese, after swith to bea jdriver, it messed
    up
    all the encoding. So we cannot display Chinese character correctly.
    We are using WLS 7.0.1.0, Oracle 9.0.1 on both Windows and Solaris 8
    environment, BEA supplied JDK 1.3.1_03.
    We have many diffrent problems with oracle drivers:
    1. We want to use XA driver to support distributed transaction, However:
    * bea jdriver xa messes up with encoding
    * when using oracle 901 driver, everything works fince exceptwebservices.
    Workshop application access the ejb, then the workshp application sets
    isolation level, but oracle driver does not support it and gives error.Is
    there a way to turn off isolation level in workshop? I tried manuallyedit
    weblogic-ejb-jar.xml, however,workshop cannot redeploy it after that.
    2. When not using XA, oracle thin driver works fine. But we lost XA
    capability.
    Any work around?

  • Problem with Premiere Elements 10 installation?

    I have successfully installed the Photoshop Elements 10. I cannot install the Premiere Elements 10. Error message was that the installation package is not supported by the processor type, contace product vendor. My son has helped to check the specifications of my CPU etc of the PC and thought that my home PC should be OK to run the program. There appeared to be similar problems encountered by others before. But there was no cliear indications how to resolve it? Checking on "Ringing the technical support expert", there seems to be always "not available"? Can anyone help? Will be most grateful to hear what best to do next?
    SCALee

    Thank you Arpit, for getting back to me. I was not specific enough before when posting my Q. My son did know the minimum system requirements and I assumed checked before his comments.  I will try to list my system spec here again to see if it does fit.
    The CPU is Intel Pentium E5200 (Pentum(R) Dual-Core CPU) @2.50Ghz.
    The Caches: L1 Data 2x32Kbytes 8-way L1 inst is the same, Level 2 2048 Kbytes 8 way.
    Mainboard is Dell Intel Model 0RY007, chipset Intel P35/G33/G31, BIOS Dell 1.0.15
    Memory: DDR2 3072 MBytes, Dual channels, Symmetric DC Mode, DRAM Freq 332.5 MHz FSB-DRAM-3:5
    SPD is DDR2, 1024 MBytes, Max bandwidth PC2-5300 (333 MHz) Nanya Technology
    Graphics: ATI Radeon HD 3400 Series , Code RV620 Technology 55nm, Memory size 256 Mbytes, Bus Width 64 bits.
    Hopefully I have copied most of the important bits here. I have very little idea what all that means. My son however thought that the system should be compatible with the program??! Is it? Or do I need a new faster computer to run the software?
    SCALee

  • Problem with do click on a field - Oracle 10g form - UNIX

    Hello, friends.
    I nedd a help. I have a problem with a Oracle 10g form when it was executed in UNIX environment.
    The problem is that when I do click with the mouse in a different field, doesn't lead me to the other field. That is, don't let me to do click on a different field than the initial field of the form. Just work with TAB or ENTER.
    Would you tell me what I can check?
    Thanks.
    Kisses.
    Annie

    Hello
    Another question about the problem that I posted yesterday:
    Why the system.cursor_item isn't change when I do click in other field? Just the system.mouse_item changes. This problem occurss in Oracle 10g at UNIX environment (don't occurss in Windows environment).
    Thanks.
    Kisses.
    Annie

  • Is Anyone Else Having Problems With Key Chains After Installation?

    My installation went ok but I'm having all kinds of problems with Key Chains now that I didn't before. In addition to them being corrupted, it won't let me save corrected names and passwords even when it asks for them.

    Is there a fix if you don't have your Key Chains folder from before the 10.6 installation? I keep having to re-type my MobileMe and student Gmail passwords in Mail, and if I check remember password in Key Chain, I keep having to re-type the password until I uncheck the box, but then that means I have re-type the password every time I send an email or put the computer to sleep.
    Also, Keychain Access's First Aid shows that there are no problems whatsoever. When I click on MobileMe in my System Preferences I get 8 or so consecutive errors stating "Keychain Error. There was a problem saving to your keychain. Try again or use Keychain Access to verify your keychain." When I look at my login within Keychain Access, it says my MobileMe keychain is restricted (even after entering my administrator password).

  • Problem with output data when calling into Oracle stored procedure

    I have a problem that I think I've seen posted by others, but I can't find it anywhere on the forum. Here's what it looks like:
    I have a application that sends a query parameter called custID in a URL to a JSP page.
    http://domain.com/decrypt.jsp?custID=ewsw
    The JSP subsequently calls into the method below to run a decryption stored procedure on an Oracle db. The custId parameter works fine from most clients. However, I have seen the decryption stored procedure return invalid information on some clients in the following case:
    http://domain.com/decrypt.jsp?custID='eirwx
    Here is how I define my call to the DCUSTID (decryption stored procedure):
    public long dCustID(String sCustID)throws SQLException {
    CallableStatement cs = null;
    try {
    long nCustID = 0;
    if(conn == null || conn.isClosed()) {getLocalConnection();}
    String sp = "BEGIN DCUSTID(?,?);END;";
    cs = conn.prepareCall(sp);
    cs.setString(1, sCustID);
    cs.registerOutParameter(2,java.sql.Types.NUMERIC);
    cs.execute();
    nCustID = cs.getLong(2);
    return nCustID;
    }finally { release(cs); }
    I have not been able to find a problem with the stored procedure (although Im not counting that out). Is there any way that the jsp or the code above is corrupting the data before it gets to the stored procedure? I'm very suspicious of the single quote at the begining of the custID query string parameter.
    Thanks

    >
    The JSP subsequently calls into the method below to
    run a decryption stored procedure on an Oracle db.
    The custId parameter works fine from most clients.
    However, I have seen the decryption stored procedure
    e return invalid information on some clients in the
    following case:
    The back tick doesn't matter.
    How do you know that the routine that you posted returns invalid information? Are you printing the value retreived before you return in the code that you posted? That is the only way to tell if that code is the problem vs some translation problem in something else.
    And what do you mean by 'invalid'? It does return a numeric value right? Is it negative? Or so large that it couldn't be a key? Or what?
    The input parameter to the stored proc is a varchar and not a char correct?

  • Problems with special characters uploading data into oracle database

    Greetings
    I have a problem uploading data into oracle tables from sybase datasource. The data that I want to upload is in Spanish, for example when I have a varchar field with the data 'Consultoría', in oracle table the data upload with interrogation symbols.
    I have my source and target datastores configured as follows.
    Any suggestion? Thank you for your time

    Chack section 10 Locales and Multi-byte Functionality in the SAP Data Services Reference Guide for an exhaustive description of NLS settings.
    As a summary, following settings are required:
    locales in the datastore definitions match the actual locale used in the associated databases
    the locale of the DS engine allows for source to target translation
    the character set in the target database supports storage of accented characters

  • Problems with Java 1.5_X installs help required.

    Hi All,
    Having problems with multiple machines with Java 1.5_X installs, the install ppears to complete successfully, and the version checking on the Java Website says that Java is installed however the checking of the Java Virtual Machine using the webpage on the Java site fails, ends up with a red cross in the right hand corner and opening the java console receive this list of messages:
    load: class testvm2/Main.class not found.
    java.lang.ClassNotFoundException: testvm2.Main.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Have tried uninstalling and reinstalling to no effect, have tried uninsalling and reinstalling IE to no effect. Please note the problem does not happen when I install 1.6 versions on the same machine but unfortunately I need to get 1.5 working on these machines.
    Any help is appreciated.

    This is silly. Just because you don't know Vuze doesn't mean there's no problem with this update. My friends are having the same issue, of course we are looking at possible problem from Vuze's part but we cannot really say this update has 100% nothing to do with Vuze's launch failure, can we?
    P.S. Since Vuze is not banned by law, it's still legal to use it. It's up to people if they want to use it for good or bad.
    dogquake

  • Problem with New HDD and installation of Qosmio Player

    Hi All,
    Hope someone can help, I have had my Qosmio for 2 1/2 years now and recently had a problem with the hard disk. I decided to replace the hard disk as this was the quickest solution. The problem I have now is that I cannot receive TV on media center. I was trying to install qosmio player on the HDD to see if it made any difference but when I run the recovery disk supplied the software tells me that there is not enough disk space!!. The laptop came with a 60G hard disk and the new HDD made by the same manufacturer is a 150GB, can anyone help me out with this one would be appreciated.
    Thanks
    ED.

    Qosimo F10.
    Sorry my previous entry was garbled. I upgraded the HDD to 120, could not get the Qosimo player to reload, same error, No space on HDD.
    I then upgraded to Vista and downloaded the new Vista Qosimo drivers, created the ISO image and booted from it. Still did not work.

  • Fixing problems with the Microsoft Windows Installer Cleanup Utility

    Sorry for the long subject. I am having what appear to be common problems with my acrobat reader for which the only solution appears to be using the microsoft windows installer cleanup thing.
    I have acheived downloading the utility to my desktop but when I try to run it I get an error message as follows:
    Across the top of the message it says 'WINDOWS SCRIPT HOST' and in the box it says:
    Script: C:\DOCUMEN~1\Karen\LOCAL~1\Temp\IXP000.TMP\StartMsi.vbs
    Line: 1
    Char: 1
    Error: The specified module could not be found
    Code: 800700E
    Source: (Null)
    Does anyone have any clues as to where I can go from here as I am stuck with a program I can neither use or uninstall, and a reascue plan that doesn't want to cooperate either. And please treat me like a 2 yr old with the technical stuff. Thanks. :-)
    Karen

    Can you try to download it again, perhaps to the C:\ drive rather than the Desktop? Delete the Desktop download, then open Windows Explorer, and run the installer from the C:\ drive.
    P.S. do you have administrative privileges on your system?

Maybe you are looking for