Installing jdriver

My weblogic server 5.1.0 sp6 with my oracle 8.1.5 server are sitting in one
machine which is running window NT server.
My question is : Do i still need to install oracle client libraries to work
with the weblogic jdriver?
I believe i don't need to install those oracle libraries if my oracle server
and weblogic are all in one computer. Please correct me if i am wrong.
Thanks
Adelard

Hi,
please include the directory with your license file in the classpath
when starting the server. This should be c:\bea in your case.
Hope that helps,
Nils
leo wrote:
>
I tried installing weblogic jDriver for oracle step by step as the BEA doc, but
when I checked the connection using dbping, a error throws:
C:\bea\wlserver6.1\config\mydomain>setEnv
C:\bea\wlserver6.1\config\mydomain>set WL_HOME=C:\bea\wlserver6.1
C:\bea\wlserver6.1\config\mydomain>set JAVA_HOME=C:\bea\jdk131
C:\bea\wlserver6.1\config\mydomain>set CLASSPATH=C:\bea\jdk131\lib\tools.jar;C:\
bea\wlserver6.1\lib\weblogic_sp.jar;C:\bea\wlserver6.1\lib\weblogic.jar;
C:\bea\wlserver6.1\config\mydomain>set PATH=C:\bea\wlserver6.1\bin;C:\bea\jdk131
\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32\WBEM;D:\RATIONAL\RATION~1\NUTC
ROOT\bin;D:\RATIONAL\RATION~1\NUTCROOT\bin\x11;D:\RATIONAL\RATION~1\NUTCROOT\mks
nt;D:\INPRISE\APPSERVER\BIN;D:\ORACLE\ORA90\BIN;D:\ORACLE\ORA90\APACHE\PERL\5.00
503\BIN\MSWIN32-X86;C:\PROGRAM FILES\ORACLE\JRE\1.1.8\BIN;d:\j2sdk1.4.0\BIN;D:\R
ATIONAL\COMMON;D:\RATIONAL\RATIONAL TEST;d:\Rational\common;d:\Rational\Rational
Test;C:\bea\wlserver6.1\bin\oci901_8;D:\BITWARE\
Your environment has been set.
C:\bea\wlserver6.1\config\mydomain>java utils.dbping ORACLE SYSTEM manager my
Missing license file for: WebLogic Server 6.1
Error encountered:
java.sql.SQLException: Fail to load jDriver/Oracle due to license checking faile
d!
at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:182)
at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
at java.sql.DriverManager.getConnection(DriverManager.java:517)
at java.sql.DriverManager.getConnection(DriverManager.java:146)
at utils.dbping.main(dbping.java:167)
I downloaded the weblogic 6.1 sp2 3 weeks ago, the oracle 9i runs ok.
So, should I get a license for jDriver ? Can I connect to my oracle9i database
using a weblogic evaluation version ?
Thanks in advance!
Leo--
============================
[email protected]

Similar Messages

  • How to install jDriver?

    Hi everyone,
    I am new to WebLogic and tryiny to install jDriver for SQL in Linux. Can
    anyone help me solve the following problem ? I don't know how to set the
    shared library path to include both DBMS-supplied client installation and
    the BEA-supplied native ibraries. Also , how to include the classes of the
    JDBC driver in the CLASSPATH . ( I am new to Linux ,too) .
    Best Regards,

    I assume that you are using Oracle. In that case, we do not ship a native
    code jdriver for Oracle (the client libraries for Linux from Oracle have
    proven to be too fragile).
    I suggest trying the platform independent driver available for free from
    Oracle:
    Go to http://www.oracle.com and select the "Download" option.
    From the resulting page, use the "Select Utility or Driver" dropdown to
    select Oracle JDBC drivers
    From the resulting page, scroll down a little (since SQLJ stuff appears at
    the top).
    Or, to go directly there:
    http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Nyman" <[email protected]> wrote in message
    news:[email protected]..
    Hi everyone,
    I am new to WebLogic and tryiny to install jDriver for SQL in Linux.Can
    anyone help me solve the following problem ? I don't know how to set the
    shared library path to include both DBMS-supplied client installation and
    the BEA-supplied native ibraries. Also , how to include the classes of the
    JDBC driver in the CLASSPATH . ( I am new to Linux ,too) .
    Best Regards,

  • Licensing problems installing JDriver for MS SQL Server

    I've been having problems for some time now creating a connection pool in WL 5.1 using the MS SQLServer4v70 JDriver. I am at wits end and haven't been able to find a solution or find anybody that could give me a solution. Below is a better description of the problem including exact error messages and configuration.
    There's some simple problem here, but I'm not an
    installation expert. Would you please post this to
    the support.install group? If you don't get help
    quickly from there, let me know.
    JoeAt 09:54 AM 10/31/00 -0800, you wrote:
    Here's the exact error message:
    Tue Oct 31 09:52:09 PST 2000:<I> <WebLogicServer> IIOP subsystem enabled.
    weblogic.common.LicenseNotFoundException: Could not find licensing file:
    Your WebLogic license file, named either WebLogicLicense.xml or
    WebLogicLicense.class must be located in a directory that is
    in your CLASSPATH. By default, your license file is located in the
    /license directory located in your WebLogic home directory
    (the root directory of your WebLogic installation).
    As of version 4.0 of WebLogic, a new XML-format license file has
    replaced the older, compiled class format license file.
    The WebLogic Server will recognize either format.
    For additional information on WebLogic licenses or on setting your
    classpath, see the i
    stallation instructions in the WebLogic Server documentation, available at
    http://e-docs.bea.com/
    my weblogic class path looks like:
    CLASSPATH Prefix c:\weblogic\mssqlserver4v70\classes
    CLASSPATH
    c:\weblogic\mssqlserver4v70\classes;c:\jdk1.3\lib\tools.jar;c:\jdk1.3\jre\li
    b\rt.jar;c:\jdk1.3\jre\lib\i18n.jar;C:\weblogic\license;C:\weblogic\classes\
    boot;C:\weblogic\cla
    sses;C:\weblogic\lib\weblogicaux.jar;C:\weblogic\eval\cloudscape\lib\cloudsc
    ape.jar
    JAVA_HOME c:\jdk1.3
    WEBLOGIC_LICENSEDIR C:\weblogic\license
    WEBLOGIC_HOME C:\weblogic
    system properties:
    java.security.manager
    java.security.policy==C:\weblogic\weblogic.policy
    weblogic.system.home=C:\weblogic
    java.compiler=symcjit
    weblogic.class.path=C:\weblogic\license;C:\weblogic\classes;C:\weblogic\myse
    rver\serverclasses;C:\weblogic\lib\weblogicaux.jar
    INITIAL_HEAP 64 MB
    MAX_HEAP 64 MB
    SERVERCLASSPATH
    c:\weblogic\mssqlserver4v70\classes;c:\jdk1.3\jre\lib\rt.jar;c:\jdk1.3\jre\l
    ib\i18n.jar;C:\weblogic\classes\boot;C:\weblogic\eval\cloudscape\lib\cloudsc
    ape.jar
    Type "wlconfig -help" for program usage.
    The license file is attached:
    -Matt
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Tuesday, October 31, 2000 8:41 AM
    To: Matthew Heaton
    Subject: RE: Problems creating connection pool
    At 04:35 PM 10/30/00 -0800, you wrote:
    Still having problems with it not finding the licenseOk, what is the exact failure message? Does the server start fine?
    Then it's finding the server license in the weblogiclicense.xml file.
    Is it then failing to find the driver license? If so, show me your
    editted xml license file.
    Joe
    Currently nothing related to the driver is in my classpath and
    c:\weblogic\mssqlserver4v70\classes is in my weblogic classpath. I deleted
    the license folder for the driver after moving the guts of it into the main
    weblogic license file.
    -Matt
    -----Original Message-----
    From: [email protected] [mailto:[email protected]]
    Sent: Monday, October 30, 2000 3:46 PM
    To: Matthew Heaton
    Subject: Re: Problems creating connection pool
    Hi Matt.
    You did the right thing adding the driver to the weblogic.class.path.
    That's where it should be, not in the java.class.path. The current
    licensing issue is that the weblogic server has(had?) it's own copy of
    WebLogicLicense.xml, containing the server licenses. The one from thedriver
    is now in the path. It contains the driver license, but not the server
    stuff. Edit the server one, adding the guts of the driver one, and
    delete the driver xml license file from your path.
    Joe
    Matt Heaton wrote:
    This is a problem that has been a roadblock for me for a while, I'm usingWL 5.1 and trying to create a connection pool with the MS SQL server 4v70
    JDriver.
    Here is the code to create the connection pool:
    weblogic.jdbc.connectionPool.SQLPool=\
    url=jdbc:weblogic:mssqlserver4:MATTHEWH1:1433,\
    driver=weblogic.jdbc.mssqlserver4.Driver,\
    initialCapacity=1,\
    maxCapacity=2,\
    capacityIncrement=1,\
    props=user=AceUser;password=AceUser;server=MATTHEWH1
    I've addedc:\weblogic\mssqlserver4v70\classes;c:\weblogic\mssqlserver4v70\license to
    my class path, but I was getting a class not found exception when Weblogic
    tried to make the connection pool. I then added
    c:\weblogicmssqlserver4v70\classes to my Weblogic classpath and got the
    following error:
    weblogic.common.LicenseNotFoundException: Could not find licensing file:
    Your WebLogic license file, named either WebLogicLicense.xml or
    WebLogicLicense.class must be located in a directory that is
    in your CLASSPATH. By default, your license file is located in
    the
    /license directory located in your WebLogic home directory
    (the root directory of your WebLogic installation).
    As of version 4.0 of WebLogic, a new XML-format license file has
    replaced the older, compiled class format license file.
    The WebLogic Server will recognize either format.
    For additional information on WebLogic licenses or on settingyour
    classpath, see the in
    stallation instructions in the WebLogic Server documentation, available
    at
    http://e-docs.bea.com/
    So I tried adding c:\weblogic\mssqlserver4v70\license to the weblogicclasspath and got yet a different error:
    $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$
    Loaded License : C:/weblogic/license/WebLogicLicense.xml
    However Unable to start because :
    No License found for WebLogic
    As well as the fact that: No License found for Tengah
    As well as the fact that: No License found for WebLogic/JDBC
    As well as the fact that: No License found for Tengah/JDBC
    As well as the fact that: No License found for jdbcKona/T3
    WebLogic Server terminated with an abnormal condition of 1
    What do I do? I've tried everything I can think of, I was able to getthis to work the first time that I tried to do it but everytime I've tried
    since then this happens.
    -Matt--
    PS: Folks: BEA WebLogic is in S.F. with both entry and advanced positions
    for
    people who want to work with Java and E-Commerce infrastructure products.
    Send
    resumes to [email protected]
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application
    Server
    Crossroads A-List Award: Rapid Application Development Tools for Java
    Intelligent Enterprise RealWare: Best Application Using a Component
    Architecture
    http://www.bea.com/press/awards_weblogic.html
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application
    Server
    Crossroads A-List Award: Rapid Application Development Tools for Java
    Intelligent Enterprise RealWare: Best Application Using a Component
    Architecture
    http://www.bea.com/press/awards_weblogic.html
    Attachment Converted: "c:\eudora\attach\WebLogicLicense11.xml"
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application Server
    Crossroads A-List Award: Rapid Application Development Tools for Java
    Intelligent Enterprise RealWare: Best Application Using a Component Architecture
    http://www.bea.com/press/awards_weblogic.html

    Eric Ma wrote:
    Joe:
    Connection is a LOCAL variable declared in each method. DataSource is an instance
    variable.That sounds fine... let me see your code (main block plus finally block). How long does this
    take to reproduce? Show me your pool definition.
    thanks,
    Joe
    >
    >
    Eric
    Joseph Weinstein <[email protected]> wrote:
    Eric Ma wrote:
    I was given the unfortunate task :-) of getting data out of M$FT SQL6.5. I set
    up a JDBC connection pool using jDriver in mssqlserver4v65.jar, andcreated a
    JDBCDataSource for the pool. I am using a stateless session bean +JDBC (with
    the DAO pattern) to get data. In the DAO class I have an instancevariable for
    the datasource, which I look up in the constructor. In the DAO's businessmethod
    I RELIGIOUSLY call datasource.getConnect() first, and ALWAYS call connection.close()
    in the finally block. Now the initial requests are fine, but aftera while I
    got a weblogic.common.ResourceException telling me there were no moreconnection
    available in the pool. Is this a jDriver bug? I never run into sucha problem
    with an Oracle connection pool using the thin driver.
    Any insight will be greatly appreciated.
    Eric MaHi. Is the connection object an instance variable? That would be a problem.
    The connection object has to be a method variable to be safe from multithreading
    issues.
    Joe

  • Missing license for Weblogic 6.0

    I am trying to install jdriver/Oracle and I get the following error when testing the connection with dbping:
    Missing license file for: WebLogic Server 6.0
    Error encountered:
    java.sql.SQLException: Fail to load jDriver/Oracle due to license checking faile
    d!
    at weblogic.jdbcbase.oci.Driver.loadLibraryIfNeeded(Driver.java:158)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:57)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:167)
    I have added the license.bea file to my classpath but I still get the error.

    Hi,
    You solved your problem, but I still have the same problem when I was using Weblogic
    server 6.1 and I try to connect to Oracle 8.17 on my Win2k.
    the license.bea file IS in c:\bea, and c:\bea IS included in classpath. the license
    for jDriver/Oracle is 5-28.
    I do not know why?
    James
    "kc" <[email protected]> wrote:
    >
    Hi Jignesh Patel,
    I should include the license file in classpath. Thanks you for your help.
    "Jignesh Patel" <[email protected]> wrote:
    First , check your classpath & your license file must be in your classpath.
    Can
    you post exact error message ?
    Thanks
    Jignesh Patel

  • Problem installing weblogic jdriver for oracle

    Hi ,
    I have installed WLS510 and Oracle8i Personal Edition on windows98. I have
    put the c:\weblogic\bin\oci815_8 directory in the system path and
    c:\oracle\ora81\jdbc\lib\classes102.zip in the CLASSPATH
    Now when I try to test the connection using the following command:
    $ java utils.t3dbping URL user password DB driver_class driver_URL
    I get error :
    Connecting to WebLogic with the WebLogic JDBC Driver
    Can't connect with the WebLogic JDBC driver:
    System.loadLibrary threw java.lang.UnsatisfiedLinkError
    with the message 'no weblogicoci36 in java.library.path'.
    Server StackTrace:
    <not available>]
    Could anyone please tell me what java.library.path is and where should I
    find
    weblogicoci36.
    Thanks
    Vishwajeet Lohakarey

    java.library.path is Java System variable for seting directories where will java look out for native library modules (DLLs on NT). It is normally unset because DLLs are serached by standard NT algorithm (PATH variable, System dir) too.
    weblogicoci36 is native module name of WL JDBC driver for Oracle that Java&NT couldn't find. Coresponding DLL file is in your c:\weblogic\bin\oci815_8 directory.
    Problem could be in that if WL is started as NT Service,
    a) PATH variable must be set for System not for User and
    b) this setting don't take effect until NT restart.
    VZ
    "Vishwajeet Lohakarey" <[email protected]> wrote:
    Hi ,
    I have installed WLS510 and Oracle8i Personal Edition on windows98. I have
    put the c:\weblogic\bin\oci815_8 directory in the system path and
    c:\oracle\ora81\jdbc\lib\classes102.zip in the CLASSPATH
    Now when I try to test the connection using the following command:
    $ java utils.t3dbping URL user password DB driver_class driver_URL
    I get error :
    Connecting to WebLogic with the WebLogic JDBC Driver
    Can't connect with the WebLogic JDBC driver:
    System.loadLibrary threw java.lang.UnsatisfiedLinkError
    with the message 'no weblogicoci36 in java.library.path'.
    Server StackTrace:
    <not available>]
    Could anyone please tell me what java.library.path is and where should I
    find
    weblogicoci36.
    Thanks
    Vishwajeet Lohakarey

  • JDriver with Oracle 8.1.7 on HP-UX any experiences

    Hi
    Our Oracle server v 8.1.7 running on HP-UX11.
    I know that weblogic provides a client library for 8.1.6
    only. We can't switch back to 8.1.6.
    We have Oracle client v 8.1.7 installed in the same host where
    weblogic is running.
    %echo $SHLIB_PATH
    /opt/oracle/product/8.1.7/lib:/opt/weblogic/lib/hpux11:/opt/weblogic/lib/hpux11/oci816_8
    Weblogic provided client library oci816_8.
    And when we tried to use jDriver JVM is dumping core.
    =========
    # Java version:
    # HotSpot VM (mixed mode)
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # occurred at pc=c39c64a0
    # Error ID:
    /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.cpp,
    3050
    ./startWebLogic.sh[167]: 12386 Abort(coredump)
    =========
    We are getting the following exceptions with oci driver
    java.sql.SQLException: ORA-08177: can't serialize access for
    this transaction
    at
    oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at
    oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597)
    at
    oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1209)
    at
    oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1321)
    at
    oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1446)
    at
    oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1371)
    ============
    Any help or suggestion will be appreciated.
    rgds
    Srikanth

    Srikanth,
    I suggest that you have a look at DataDirect SequeLink JDBC driver. It has
    been certified with Oracle 8i R1 (8.1.5), R2 (8.1.6) and R3 (8.1.7) on
    HP-UX.
    http://www.merant.com/products/datadirect/jdbc/sl5/overview.asp
    Cheers,
    Dimitri
    "Minnam" <[email protected]> wrote in message
    news:3b4ea44c$[email protected]..
    >
    Hi
    Our Oracle server v 8.1.7 running on HP-UX11.
    I know that weblogic provides a client library for 8.1.6
    only. We can't switch back to 8.1.6.
    We have Oracle client v 8.1.7 installed in the same host where
    weblogic is running.
    %echo $SHLIB_PATH
    /opt/oracle/product/8.1.7/lib:/opt/weblogic/lib/hpux11:/opt/weblogic/lib/hpu
    x11/oci816_8
    Weblogic provided client library oci816_8.
    And when we tried to use jDriver JVM is dumping core.
    =========
    # Java version:
    # HotSpot VM (mixed mode)
    # HotSpot Virtual Machine Error, Unexpected Signal 11
    # occurred at pc=c39c64a0
    # Error ID:
    /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/os_hp-ux.
    cpp,
    3050
    /startWebLogic.sh[167]: 12386 Abort(coredump)
    =========
    We are getting the following exceptions with oci driver
    java.sql.SQLException: ORA-08177: can't serialize access for
    this transaction
    at
    oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
    at
    oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1597)
    at
    oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1209)
    at
    oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1321)
    at
    oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1446
    at
    oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1371)
    >
    ============
    Any help or suggestion will be appreciated.
    rgds
    Srikanth

  • Help on setting up jdriver on Redhat 7.1

    Hi,
    I am having trouble setting up jdriver on redhat 7.1. I have tried both weblogic
    6.0 and 6.1. The database system I am using is Oracle 8.1.7.0.0
    I have installed Oracle client, and I have set the LD_LIBRARY_PATH as following:
    export LD_LIBRARY_PATH=/bea/wlserver6.1/lib/linux/i686/oci817_8:/ora8/m01/app/oracle/product/8.1.7/lib
    In 6.1, my error is as follows:
    Cannot startup connection pool "jpool" weblogic.corceException: java.sql.SQLException:
    open failed for XAResource 'jpool' with error XAER_RMERR : A resource manager
    error has occured in the transaction branch. rce 'jpool' with error XAER_RMERR
    : A resource manager error
    The trace file shows:
    ORACLE XA: Version 8.1.7.0.0. RM name = 'Oracle_XA'.
    162303.8882.18451.-1686770069:
    xaoopen: xa_info=Oracle_XA+Acc=P/odb/odb+SesTm=100+DB=jpool+Threads=true+Sqlne
    t=ODB+LogDir=.+DbgFl=0x15,rmid=-1686770069,flags=0x0
    162303.8882.18451.-1686770069:
    Error while trying to retrieve text for error ORA-12154
    162303.8882.18451.-1686770069:
    xaolgn_help: XAER_RMERR; OCIServerAttach failed. ORA-12154.
    162303.8882.18451.-1686770069:
    xaoopen: return -3
    Thanks for your time and help.

    Mark,
    You have to make sure your serverName ODB is defined in the tnsnames.ora
    file. Then make sure your oracle_home environemnt variable is set right.
    Heres a note from Oracle website:
    ORA-12154: TNS:could not resolve service name
    Cause: Oracle Net could not locate the net service name specified in the
    tnsnames.ora configuration file.
    Action: Perform these steps:
    1.. Verify that a tnsnames.ora file exists.
    See Also:
    Step 4 in "Client Diagnostics" for configuration file location
    information
    2.. Verify that there are not multiple copies of the tnsnames.ora file.
    3.. In the tnsnames.ora file, verify that the net service name specified
    in your connect string is mapped to a connect descriptor.
    4.. Verify that there are no duplicate copies of the sqlnet.ora file.
    5.. If you are using domain names, verify that your sqlnet.ora file
    contains a NAMES.DEFAULT_DOMAIN parameter. If this parameter does not exist,
    you must specify the domain name in your connect string.
    6.. If you are not using domain names, and this parameter exists, delete
    it or disable it by commenting it out.
    7.. If you are connecting from a login dialog box, verify that you are not
    placing an "@" symbol before your connect net service name.
    8.. Activate client tracing and repeat the operation.
    Cause: Oracle Net could not locate the database service name or net service
    name specified in the directory server.
    Action: Perform these steps:
    1.. Verify that the database service or net service name entry exists in
    the directory that this computer was configured to use.
    See Also:
    Chapter 8, "Setting Up Directory Server Usage" for directory setup
    instructions
    2.. Verify that the sqlnet.ora file includes the following entry:
    NAMES.DIRECTORY_PATH=(ldap, other_naming_methods)
    HTH
    sree
    "Mark Liu" <[email protected]> wrote in message
    news:[email protected]...
    >
    Sure,
    name= jpool
    url= jdbc:weblogic:oracle
    driver= weblogic.jdbc.oci.xa.XADataSource
    properties=
    user=odb
    url=jdbc:weblogic:oracle
    password=odb
    dataSourceName=jpool
    server=ODB
    serverName=ODB
    where ODB is the SID of my oracle database and login using accountodb/odb. There
    are no spaces after url or driver.

  • ORA-24327 error when trying to configure Oracle JDriver 2.0 on Commerce Server 3.5 SP1 on WLServer 6.0 SP2

    When I try to install and configure the Oracle JDriver v.2.0 to work with Commerce
    Server 3.5 SP1 and WebLogic Server 6.0 SP2, on starting up the commerce server,
    I get the exceptions that follow this message. I cannot run the dbping utility
    because it says it cannot find the BEA license file to verify that JDriver is
    licensed for use. I looked over previous discussion threads on this particular
    Oracle error, and the problem in the previous cases appears to have been use of
    the wrong TNS name. I am referencing the same TNS name that is in my server's
    tnsnames.ora file. I can connect to the database using SQLNet and the same connection
    parameters that I have set up in weblogic. My Oracle home directory is set to
    the directory just above the client install. I am trying to configure Commerce
    Server on a Sun SPARC system running Solaris 8. Any help would be greatly appreciated.
    Thanks,
    Jon Morgan
    ---------- LOGIN ERROR CODE: 24327
    java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    (WEBLOGIC/********@ARBR.intelixinc)
    at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:161)
    at weblogic.jdbcbase.oci.Driver.connect(Driver.java:92)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate.init(RDBMSDe
    legate.java:194)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate.<init>(RDBMS
    Delegate.java:139)
    at com.beasys.commerce.axiom.contact.security.RDBMSDelegate$DFactory.get
    Instance(RDBMSDelegate.java:975)
    at com.beasys.commerce.util.Pool.<init>(Pool.java:37)
    at com.beasys.commerce.axiom.contact.security.RDBMSRealm.<init>(RDBMSRea
    lm.java:127)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:237)
    at weblogic.security.acl.Realm.getRealm(Realm.java:84)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    <Aug 7, 2001 11:50:29 AM EDT> <Emergency> <Server> <Unable to initialize the ser
    ver: 'Fatal initialization exception
    Throwable: java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.secur
    ity.RDBMSException: realm initialization failed, action 'Driver.connect', - wit
    h nested exception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.security.RDBMSEx
    ception: realm initialization failed, action 'Driver.connect', - with nested
    ex
    ception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.IllegalAccessError: com.beasys.commerce.axiom.contac
    t.security.RDBMSException: realm initialization failed, action 'Driver.connect',
    - with nested exception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    java.lang.IllegalAccessError: com.beasys.commerce.axiom.contact.security.RDBMSEx
    ception: realm initialization failed, action 'Driver.connect', - with nested
    ex
    ception:
    [java.sql.SQLException: Error while trying to retrieve text for error ORA-24327
    - (WEBLOGIC/********@ARBR.intelixinc)]
    at weblogic.security.acl.Realm.getRealm(Realm.java:91)
    at weblogic.security.acl.Realm.getRealm(Realm.java:62)
    at weblogic.security.SecurityService.initializeRealm(SecurityService.jav
    a:265)
    at weblogic.security.SecurityService.initialize(SecurityService.java:123
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    Wrong Forum, you want the APEX LISTENER support forum, this is the APEX support forum..
    Thank you,
    Tony Miller
    LuvMuffin Software

  • New Install Help!

    I just installed an evaluation copy of Weblogic Server 6.0.
    I downloaded Weblogic jDriver for Informix.
    In the installation instructions, it tell me to setup a connection pool by
    adding an entry to the weblogic.properties file.
    I've done a search in my weblogic directory, and there is no such file. Do I
    have to create it myself?
    Where is it?

    WLS 6.0 no longer uses weblogic.properties. You have to use the
    management console provided by WLS 6.0 in order to install your JDBC
    drivers.
    Kenneth Chin wrote:
    I just installed an evaluation copy of Weblogic Server 6.0.
    I downloaded Weblogic jDriver for Informix.
    In the installation instructions, it tell me to setup a connection pool by
    adding an entry to the weblogic.properties file.
    I've done a search in my weblogic directory, and there is no such file. Do I
    have to create it myself?
    Where is it?

  • Installing BI Services as Windows Service

    Hi All,
    I am on 64 bit windows server 2008, I have done a simple install of obiee 11g. So I have only Admin Server
    and no managed server.
    I need to install the weblogic as windows service. And this is what i have done till now
    1. Modified the boot properties file to enter the login and password (weblogic/Welcome1)
    2. Set system environment variables BI_ORACLE_HOME and JAVA_HOME
    3. Modified the installsvc.cmd file to enter the following
         a.
         b.
         c.-log:"E:\MW_OBI\user_projects\domains\bifoundation_domain\AdminServer-stdout.txt
    4. created the installAdminServer_service.cmd file with following contents
    echo off
    SETLOCAL
    set DOMAIN_NAME=bifoundation_domain
    set USERDOMAIN_HOME=%Middlewarehome%\user_projects\domains\bifoundation_domain
    set SERVER_NAME=AdminServer
    set PRODUCTION_MODE=true
    call "%Middlewarehome%\user_projects\domains\bifoundation_domain\bin\setDomainEnv.cmd"
    call "%Middlewarehome%\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    5.Now when I run this, it does run something but doesn't install the "beasvc %DOMAIN_NAME%_%SERVER_NAME%"
    service as expected.
    This is the extract from my installsvc.cmd file. What is that I am missing? Is there any variable which
    needs to be set. What could be the issue. Does this work for 64 bit machine?
    @rem *************************************************************************
    @rem This script is used to install WebLogic Server as a Windows Service.
    @rem
    @rem To create your own start script for your domain, simply set the
    @rem SERVER_NAME variable to your server name then call this script from your
    @rem domain directory.
    @rem
    @rem This script sets the following variables before installing
    @rem WebLogic Server as a Windows Service:
    @rem
    @rem WL_HOME - The root directory of your WebLogic installation
    @rem JAVA_HOME - Location of the version of Java used to start WebLogic
    @rem Server. This variable must point to the root directory of a
    @rem JDK installation and will be set for you by the installer.
    @rem See the Oracle Fusion Middleware Supported System Configurations page
    @rem (http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html)
    @rem for an up-to-date list of supported JVMs.
    @rem PATH - Adds the JDK and WebLogic directories to the system path.
    @rem CLASSPATH - Adds the JDK and WebLogic jars to the classpath.
    @rem
    @rem Other variables that installSvc takes are:
    @rem
    @rem WLS_USER - admin username for server startup
    @rem WLS_PW - cleartext password for server startup
    @rem ADMIN_URL - if this variable is set, the server started will be a
    @rem managed server, and will look to the url specified (i.e.
    @rem http://localhost:7001) as the admin server.
    @rem PRODUCTION_MODE - set to true for production mode servers, false for
    @rem development mode
    @rem JAVA_OPTIONS - Java command-line options for running the server. (These
    @rem will be tagged on to the end of the JAVA_VM and MEM_ARGS)
    @rem JAVA_VM - The java arg specifying the VM to run. (i.e. -server,
    @rem -client, etc.)
    @rem MEM_ARGS - The variable to override the standard memory arguments
    @rem passed to java
    @rem
    @rem
    @rem MAX_CONNECT_RETRIES - Number of attempts the Windows Service will make to check
    @rem if the Weblogic Server is started. If this variable
    @rem is specified along with HOST and PORT, the Windows Service will
    @rem wait until the Weblogic Server is started.
    @rem HOST - IP address of the Weblogic Server
    @rem PORT - Port number where the WebLogic Server is listening for requests
    @rem
    @rem jDriver for Oracle users: This script assumes that native libraries
    @rem required for jDriver for Oracle have been installed in the proper
    @rem location and that your system PATH variable has been set appropriately.
    @rem
    @rem For additional information, refer to "Managing Server Startup and Shutdown for Oracle WebLogic Server"
    @rem (http://download.oracle.com/docs/cd/E17904_01/web.1111/e13708/overview.htm).
    @rem *************************************************************************
    @echo off
    SETLOCAL
    set WL_HOME=E:\MW_OBI\wlserver_10.3
    call "%WL_HOME%\common\bin\commEnv.cmd"
    @rem Check that the WebLogic classes are where we expect them to be
    :checkWLS
    if exist "%WL_HOME%\server\lib\weblogic.jar" goto checkJava
    echo The WebLogic Server wasn't found in directory %WL_HOME%\server.
    echo Please edit your script so that the WL_HOME variable points
    echo to the WebLogic installation directory.
    goto finish
    @rem Check that java is where we expect it to be
    :checkJava
    if exist "%JAVA_HOME%\bin\java.exe" goto runWebLogic
    echo The JDK wasn't found in directory %JAVA_HOME%.
    echo Please edit your script so that the JAVA_HOME variable
    echo points to the location of your JDK.
    goto finish
    :runWebLogic
    if not "%JAVA_VM%" == "" goto noResetJavaVM
    if "%JAVA_VENDOR%" == "BEA" set JAVA_VM=-jrocket
    if "%JAVA_VENDOR%" == "HP" set JAVA_VM=-server
    if "%JAVA_VENDOR%" == "Sun" set JAVA_VM=-server
    :noResetJavaVM
    if not "%MEM_ARGS%" == "" goto noResetMemArgs
    set MEM_ARGS=-Xms32m -Xmx200m
    :noResetMemArgs
    @echo on
    set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%
    @echo ***************************************************
    @echo * To start WebLogic Server, use the password *
    @echo * assigned to the system user. The system *
    @echo * username and password must also be used to *
    @echo * access the WebLogic Server console from a web *
    @echo * browser. *
    @echo ***************************************************
    rem *** Set Command Line for service to execute within created JVM
    @echo off
    set JAVA_VM=-server
    set MEM_ARGS=-Xms512m -Xmx512m -XX:MaxPermSize=512m-XX:+UseSpinning
    if "%ADMIN_URL%" == "" goto runAdmin
    @echo on
    set CMDLINE="%JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath \"%CLASSPATH%\" -Dweblogic.Name=%SERVER_NAME% -Dweblogic.management.username=%WLS_USER% -Dweblogic.management.server=\"%ADMIN_URL%\" -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy=\"%WL_HOME%\server\lib\weblogic.policy\" weblogic.Server"
    goto finish
    :runAdmin
    @echo on
    set CMDLINE="%JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -classpath \"%CLASSPATH%\" -Dweblogic.Name=%SERVER_NAME% -Dweblogic.management.username=%WLS_USER% -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy=\"%WL_HOME%\server\lib\weblogic.policy\" weblogic.Server"
    :finish
    rem *** Set up extrapath for win32 and win64 platform separately
    if "%WL_USE_X86DLL%" == "true" set EXTRAPATH=%WL_HOME%\server\native\win\32;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\32\oci920_8
    if "%WL_USE_IA64DLL%" == "true" set EXTRAPATH=%WL_HOME%\server\native\win\64\;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\64\oci920_8
    if "%WL_USE_AMD64DLL%" == "true" set EXTRAPATH=%WL_HOME%\server\native\win\x64\;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\x64\oci920_8
    rem *** Install the service
    "%WL_HOME%\server\bin\beasvc" -install -svcname:"beasvc %DOMAIN_NAME%_%SERVER_NAME%" -delay:120000 -javahome:"%JAVA_HOME%" -execdir:"%USERDOMAIN_HOME%" -maxconnectretries:"%MAX_CONNECT_RETRIES%" -host:"%HOST%" -port:"%PORT%" -extrapath:"%EXTRAPATH%" -password:"%WLS_PW%" -cmdline:%CMDLINE% -log:"E:\MW_OBI\user_projects\domains\bifoundation_domain\AdminServer-stdout.txt"
    ENDLOCAL

    Hi Ronny,
    The procedure does work for 64-bit machines. I have done for OBIEE 11.1.1.5 on Windows 2008 64-bit machine.
    In your installAdminServer_service.cmd file, turn on echo and check if you get additional information. This will help you know which steps are getting executed and which aren't.
    Also, you can cross check your steps with document on Oracle Support - How to Install MS Windows Services For FMW 11g WebLogic Domain Admin and Managed Servers.
    Thanks

  • How to install license for Weblogic Server 6.1

    Hi,
    I downloaded WebLogic Server 6.1, it works fine.
    but I want to change the JDBC to Oracle (the default is Cloudscape). I follow the
    instructions in page "Installing WebLogic jDriver for Oracle". it looks fine until
    "java utils.dbping ORACLE james 1234 DBServer"
    it says: Missing license file for: Weblogic Server 6.1.
    I found the licese.bea is in c:\bea, I use "updatelicense.cmd" to do it several times,
    it still doesn't work.
    I am using Win2k and Oracle 8.1.7
    Thanks.
    James

    Hi.
    http://edocs.bea.com/wls/docs61/jcom.html
    or do you have a more specific issue?
    Regards,
    Michael
    Raymond Cheng wrote:
    Anybody know how to prepare JCOM environment for developer to intetrate their windows client.
    Thanks a lot.
    Raymond Cheng.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • WLS 6.1 SP2 / JDRIVER / Oracle 8.1.6

    Hi all,
    our backends are generating a CORE DUMP file in our platform and a our weblogic
    is going down. Our actual configuration is:
    - Weblogic 6.1 SP2
    - Solaris 2.6
    - JDriver OCI 8.1.6
    - Database Oracle 8.1.6
    The file hs_err_pidXXXX.log generated is this one:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xccda35d0
    Function name=kpuspi
    Library=/usr/local/oracle/8.1.6/lib/libclntsh.so.8.0
    Current Java thread:
    at weblogic.db.oci.OciCursor.execAndFetch(Native Method)
    at weblogic.db.oci.OciCursor.oci_execAndFetch(OciCursor.java:1984)
    at weblogic.jdbc.oci.Statement.executeQuery(Statement.java:913)
    at
    weblogic.jdbc.pool.PreparedStatement.executeQuery(PreparedStatement.java:51)
    at
    weblogic.jdbc.rmi.internal.PreparedStatementImpl.executeQuery(PreparedStatementImpl.java:56)
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.executeQuery(SerialPreparedStatement.java:42)
    at
    iobox.infra.SchedulingEngine.SchedulingPoller.checkTimers(SchedulingPoller.java:181)
    at
    iobox.infra.SchedulingEngine.SchedulingPoller.run(SchedulingPoller.java:259)
    Dynamic libraries:
    0x10000 /usr/java/bin/../bin/sparc/native_threads/java
    0xef760000 /usr/lib/libthread.so.1
    0xef7a0000 /usr/lib/libdl.so.1
    0xef680000 /usr/lib/libc.so.1
    0xef740000 /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
    0xee880000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/hotspot/libjvm.so
    0xef630000 /usr/lib/libCrun.so.1
    0xef610000 /usr/lib/libsocket.so.1
    0xef500000 /usr/lib/libnsl.so.1
    0xef5d0000 /usr/lib/libm.so.1
    0xef660000 /usr/lib/libw.so.1
    0xef5a0000 /usr/lib/libmp.so.2
    0xef4d0000
    /usr/local/j2sdk1_3_1_01/jre/lib/sparc/native_threads/libhpi.so
    0xef490000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libverify.so
    0xef450000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libjava.so
    0xef420000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libzip.so
    0xd2a30000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libnet.so
    0xd29f0000 /usr/lib/nss_files.so.1
    0xd29b0000 /usr/local/bea/wlserver6.1/lib/solaris/libmuxer.so
    0xd2990000 /usr/ucblib/libucb.so.1
    0xd28e0000 /usr/lib/libresolv.so.1
    0xd28a0000 /usr/lib/libelf.so.1
    0xcee00000
    /usr/local/bea/wlserver6.1/lib/solaris/oci816_8/libweblogicoci37.so
    0xccc00000 /usr/local/oracle/8.1.6/lib/libclntsh.so.8.0
    0xd1090000 /usr/lib/libC.so.5
    0xd11b0000 /usr/local/oracle/8.1.6/lib/libwtc8.so
    0xd1190000 /usr/lib/libsched.so.1
    0xd0fe0000 /usr/lib/libaio.so.1
    Local Time = Thu Aug 1 20:57:17 2002
    Elapsed Time = 1447
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    Thandks in advance
    Luis

    Hi Luis,
    1. Try to set PreparedStatementCache="0" in the config.xml
    (JDBCConnectionPool tag as an attribute), and see what the outcome is.
    2. If #1 does not resolve the issue, see if this goes away if you use the
    8.1.7.2 driver with your 8.1.6 database(you will need to install Oracle
    8.1.7 client on the machine). Looks like a problem with Oracle OCI.
    Can you tell me what statement you are executing here, DDL or DML?
    sree
    "Luis" <[email protected]> wrote in message news:[email protected]...
    >
    Hi all,
    our backends are generating a CORE DUMP file in our platform and a ourweblogic
    is going down. Our actual configuration is:
    - Weblogic 6.1 SP2
    - Solaris 2.6
    - JDriver OCI 8.1.6
    - Database Oracle 8.1.6
    The file hs_err_pidXXXX.log generated is this one:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xccda35d0
    Function name=kpuspi
    Library=/usr/local/oracle/8.1.6/lib/libclntsh.so.8.0
    Current Java thread:
    at weblogic.db.oci.OciCursor.execAndFetch(Native Method)
    at weblogic.db.oci.OciCursor.oci_execAndFetch(OciCursor.java:1984)
    at weblogic.jdbc.oci.Statement.executeQuery(Statement.java:913)
    at
    weblogic.jdbc.pool.PreparedStatement.executeQuery(PreparedStatement.java:51)
    >
    at
    weblogic.jdbc.rmi.internal.PreparedStatementImpl.executeQuery(PreparedStatem
    entImpl.java:56)
    >
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.executeQuery(SerialPreparedStateme
    nt.java:42)
    >
    at
    iobox.infra.SchedulingEngine.SchedulingPoller.checkTimers(SchedulingPoller.j
    ava:181)
    >
    at
    iobox.infra.SchedulingEngine.SchedulingPoller.run(SchedulingPoller.java:259)
    >
    Dynamic libraries:
    0x10000 /usr/java/bin/../bin/sparc/native_threads/java
    0xef760000 /usr/lib/libthread.so.1
    0xef7a0000 /usr/lib/libdl.so.1
    0xef680000 /usr/lib/libc.so.1
    0xef740000 /usr/platform/SUNW,Ultra-80/lib/libc_psr.so.1
    0xee880000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/hotspot/libjvm.so
    0xef630000 /usr/lib/libCrun.so.1
    0xef610000 /usr/lib/libsocket.so.1
    0xef500000 /usr/lib/libnsl.so.1
    0xef5d0000 /usr/lib/libm.so.1
    0xef660000 /usr/lib/libw.so.1
    0xef5a0000 /usr/lib/libmp.so.2
    0xef4d0000
    /usr/local/j2sdk1_3_1_01/jre/lib/sparc/native_threads/libhpi.so
    0xef490000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libverify.so
    0xef450000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libjava.so
    0xef420000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libzip.so
    0xd2a30000 /usr/local/j2sdk1_3_1_01/jre/lib/sparc/libnet.so
    0xd29f0000 /usr/lib/nss_files.so.1
    0xd29b0000 /usr/local/bea/wlserver6.1/lib/solaris/libmuxer.so
    0xd2990000 /usr/ucblib/libucb.so.1
    0xd28e0000 /usr/lib/libresolv.so.1
    0xd28a0000 /usr/lib/libelf.so.1
    0xcee00000
    /usr/local/bea/wlserver6.1/lib/solaris/oci816_8/libweblogicoci37.so
    0xccc00000 /usr/local/oracle/8.1.6/lib/libclntsh.so.8.0
    0xd1090000 /usr/lib/libC.so.5
    0xd11b0000 /usr/local/oracle/8.1.6/lib/libwtc8.so
    0xd1190000 /usr/lib/libsched.so.1
    0xd0fe0000 /usr/lib/libaio.so.1
    Local Time = Thu Aug 1 20:57:17 2002
    Elapsed Time = 1447
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    Thandks in advance
    Luis

  • JDriver Problem for Oracle

    Hi,
    When Weblogic is starting up, it tries to load Jdriver for oracle.
    Suddenly in my machine, while WLS 6.1 sp1, is starting up, it says,
    Starting Loading jDriver/Oracle ....
    and it sits there for ever.
    The server is not booting up then. Its stuck.
    Thanks,
    Magesh.

    Magesh wrote:
    >
    Hi,
    When Weblogic is starting up, it tries to load Jdriver for oracle.
    Suddenly in my machine, while WLS 6.1 sp1, is starting up, it says,
    Starting Loading jDriver/Oracle ....
    and it sits there for ever.
    The server is not booting up then. Its stuck.
    Thanks,
    Magesh.get us a thread dump to see what the server is doing. What OS is this
    on, and what version of the Oracle client do you have installed on the
    box, and what version of the DBMS are you connecting to?
    Try the utility utils.dbping. What does it do when trying to
    connect to Oracle using our driver?
    thanks,
    Joe

  • Oracle JDriver serializable problems

    I'm testing optimistic locking issues for a new application. The current
              prototypes are running with Oracle 8.1.7, WLS 6.1 SP1, NT 4.0. However
              I'm seeing different behaviour when using the Weblogic JDriver and the
              Oracle thin driver.
              I've create a stateless session bean to wrap an entity bean. Both beans
              are managed by CMT, the session uses Required and the entity Mandatory.
              The session bean method performing the update is configured with
              TRANSACTION_SERIALIZABLE.
              When executed with two clients using the Weblogic
              JDriver(weblogic.jdbc.oci.Driver) I can make two calls (which increases my
              connection pool size to 2)each one is rejected and works as expected.
              However the next and remaining attempts refuse to generate the ORA-8177.
              If I restart the WLS server it produces exactly the same results. I've
              tried configuring the driver with bin/oci816_8 and bin/oci817_8 paths when
              starting weblogic.
              I then tried with the Oracle thin driver (oracle.jdbc.driver.OracleDriver)
              and this appears to work fine.
              Has anyone seen this behaviour ? Could this be a problem with the JDriver
              or Oracle's OCI ?
              Darren
              

    We had similar performance issues in our environment, once we upgraded from 9.2.0.2 to 10.2.0.2.
    Oracle: 10.2.0.2
    SAP: 4.7x110
    OS: SOLARIS 9 64bit
    The above mentioned notes were very helpful. We had to install an oracle patch as well (found on marketplace)  --  6321245
    and make the following oracle parameters changes:
    pga_aggregate_target - 144MB (default = 25MB)
    *.event="10027 trace name context forever, level 1"
    *.event="10028 trace name context forever, level 1"
    *.event="10162 trace name context forever, level 1"
    *.event="10183 trace name context forever, level 1"
    *.event="10191 trace name context forever, level 1"
    *.event="10629 trace name context forever, level 32"
    *.event="38068 trace name context forever, level 100"
    *.event="38043 trace name context forever, level 1"
    *.optimizer_index_caching=50
    *.optimizer_index_cost_adj=20
    *.parallel_execution_message_size=16384
    *._b_tree_bitmap_plans=FALSE
    *._index_join_enabled=FALSE
    *._optim_peek_user_binds=FALSE
    *._optimizer_mjc_enabled=FALSE
    *._sort_elimination_cost_ratio=10
    Remove
    *.optimizer_features_enable='9.2.0'
    HTH

  • Cannot configure JDriver for Oracle

    Following the instructions indicated in Setting JDriver for Oracle, I still get
    the following errors :
    1. Error dialog box : The procedure entry point OCILobLocatorAssign could not
    be located in the dynamic link library OCI.dll.
    Anyone can help to fix the problem.
    Thanks.
    Elton.

    Sashikiran Inuganti wrote:
    We recently applied a client and server patches to our db and workstations to move to Oracle9i Enterprise Edition Release 9.2.0.6.0. We are using the OCI driver thru the weblogic Jdriver for oracle. when we print the meta data after the client upgrade the version of the driver is still showing as old. If we put the oracle classes12.jar in the weblogic classpath the driver version is printed correctly from the meta data. Can some oone answer why this happens.
    Here is the out put with out the oracle classes12.jar in the class path:
    <b>============= Database Product Name is ... Oracle
    Database Product Version is Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production With the Partitioning, OLAP and Oracle Data Mining options JServer Release 9.2.0.6.0 - Production
    ============= JDBC Driver Name is ........ Oracle JDBC driver
    JDBC Driver Version is ..... 9.2.0.3.0
    JDBC Driver Major Version is 9
    JDBC Driver Minor Version is 2</b>
    Driver version should show as 9.2.0.6.0 it is instead showing 9.2.0.3.0.
    Thanks For your Help.We ship a version of the oracle driver, which you will find in the server\lib directory, and
    unless you put a different version of the driver ahead of weblogic.jar, that's the version of
    the driver WLS will use. You can definitely install a later version of the oracle driver in that
    directory.
    Joe

Maybe you are looking for

  • Making  selected rows to display mode in ALV  grid

    I Have program with ALV grid display, which has check box as the first field. The requirement is like. When i select some rows in the grid display with the check box and click on a button , then the selected rows shud change to display mode and other

  • Slide duration too short to read long captions

    Newbie here. iWeb 1.1.2. How can I change the length of time for each slide? Also can I force a return on captions that run the width of screen? PowerBookG4   Mac OS X (10.4.8)  

  • Synching 8330 with Outlook

    This is pretty frustrating.  I cannot get my 8330 to synch with Outlook on my desktop computer.  I run OS Windows XP 2002, Outlook 2007, and BDM 4.3.  When I attempt to configure the sync settings, Outlook is not even an option as available desktop a

  • Option Key Anomolies

    I am having a few issues with our G3. One, I can not get it to boot from a firewire drive. It mounts the drive fine when booted from internal drive, and it allows me to select the drive for the start-up disk. The big anomoly comes when I boot and hol

  • Updates installed; now Screensaver won't use photos from Iphoto

    After installing software updates today, I get this message "You cannot use the Iphoto screensaver with this version of Mac OS X. Please contact the vendor to get a newer version of the screen saver." The only screen saver I have is the one that came