Problem with default oci driver with database ORACLE 8.1.7

Presently our application is using weblogic 5.1 with oracle 8.1.6 database. Our
application uses OCI driver to connect OraclePool. We used weblogic/lib/solaris/oci815_8/libweblogicoci36.so
libraary to connect to dataabse.
We upgraded our Database from 8.1.6 to 8.1.7. After upgradation of database from
8.1.6 to 8.1.7. By using above shared library we are getting following error.
In the weblogic connoction pool, we specied minimum as 4 connections. When it
is creating connections while startup first connection is successfully connecting
and second onwards it is giving following error.
url=jdbc:oracle:thin:@169.165.38.162:1570:PBGSUP, props=user=SUPPORT;password=
SUPPORT;, allowShrinking=true, driver=oracle.jdbc.driver.OracleDriver, aclName=w
eblogic.jdbc.connectionPool.oraclePool, # testTable=dual, capacityIncremen
t=2, initialCapacity=5, url=jdbc:oracle:oci8:@PBGSUP, shrinkPeriodMins=5}
Delaying 1 seconds before making a oraclePool pool connection.
Thu Nov 22 09:38:58 CST 2001:<I> <JDBC Pool> Connection for pool "oraclePool"
cr
eated.
Delaying 1 seconds before making a oraclePool pool connection.
java.sql.SQLException: ORA-01017: invalid username/password; logon denied
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(SQLException.java:43)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:310)
at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:200)
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
va:251)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
nectionEnvFactory.java:149)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
nectionEnvFactory.java:109)
at weblogic.common.internal.ResourceAllocator.makeResources(Compiled Cod
e)
at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
ava:330)
at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
at weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
at weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
:62)
Thu Nov 22 09:39:00 CST 2001:<I> <JDBC Pool> Sleeping in createResource()
Thu Nov 22 09:39:01 CST 2001:<E> <JDBC Pool> Failed to create connection pool
"oraclePool"
For Oracle 8.1.7 do we need to any other library other than oci815_8. If so can
you send those details

Looks like you are using Oracle OCI driver and not WebLogic OCI driver so
you really dont need the libweblogicoci36.so file in your
LD_LIBRARY_PATH/PATH. Also your properties below show that you are using
thin driver url and then also oci8 url, check you connection pool setting
properly and may be try getting the latest oracle drivers.
If you are trying to use weblogic jDrivers make sure your pool properties
are set right.
hth
sree
"Subba Rao.S..G" <[email protected]> wrote in message
news:[email protected]...
Presently our application is using weblogic 5.1 with oracle 8.1.6 database.
Our
application uses OCI driver to connect OraclePool. We used
weblogic/lib/solaris/oci815_8/libweblogicoci36.so
libraary to connect to dataabse.
We upgraded our Database from 8.1.6 to 8.1.7. After upgradation of database
from
8.1.6 to 8.1.7. By using above shared library we are getting following
error.
In the weblogic connoction pool, we specied minimum as 4 connections. When
it
is creating connections while startup first connection is successfully
connecting
and second onwards it is giving following error.
url=jdbc:oracle:thin:@169.165.38.162:1570:PBGSUP,
props=user=SUPPORT;password=
SUPPORT;, allowShrinking=true, driver=oracle.jdbc.driver.OracleDriver,
aclName=w
eblogic.jdbc.connectionPool.oraclePool, # testTable=dual,
capacityIncremen
t=2, initialCapacity=5, url=jdbc:oracle:oci8:@PBGSUP, shrinkPeriodMins=5}
Delaying 1 seconds before making a oraclePool pool connection.
Thu Nov 22 09:38:58 CST 2001:<I> <JDBC Pool> Connection for pool
"oraclePool"
cr
eated.
Delaying 1 seconds before making a oraclePool pool connection.
java.sql.SQLException: ORA-01017: invalid username/password; logon denied
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.sql.SQLException.<init>(SQLException.java:43)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
at oracle.jdbc.oci8.OCIDBAccess.check_error(Compiled Code)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:310)
at
oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:200)
at
oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
va:251)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:224)
at
weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
nectionEnvFactory.java:149)
at
weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
nectionEnvFactory.java:109)
at weblogic.common.internal.ResourceAllocator.makeResources(Compiled
Cod
e)
at weblogic.common.internal.ResourceAllocator.<init>(Compiled Code)
at
weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
ava:330)
at weblogic.jdbc.common.internal.JdbcInfo.initPools(Compiled Code)
at weblogic.jdbc.common.internal.JdbcInfo.startup(JdbcInfo.java:200)
at
weblogic.jdbc.common.internal.JdbcStartup.main(JdbcStartup.java:11)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
at weblogic.t3.srvr.StartupThread.doWork(Compiled Code)
at
weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
:62)
Thu Nov 22 09:39:00 CST 2001:<I> <JDBC Pool> Sleeping in createResource()
Thu Nov 22 09:39:01 CST 2001:<E> <JDBC Pool> Failed to create connection
pool
"oraclePool"
For Oracle 8.1.7 do we need to any other library other than oci815_8. If so
can
you send those details

Similar Messages

  • HELP! --with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared

    I have oracle instant client installed on C:\oracle\instantclient_11_2 and the environment variable for path set to C:\oracle\instantclient_11_2 on my windows VPS server. When I install PHP version 5.3.6 with the OCI8 extension it installs correctly. I run a php script with phpinfo(); and I see...
    "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=D:\php-sdk\oracle\instantclient11\sdk,shared"
    But no OCI8 extension info is listed. So that tells me it's not installed and I can't do any oci functions.
    I don't have a D:\php-sdk\oracle\instantclient10\sdk directory on that server and I have no idea on how to change the default compiled directory. If I run the php.exe I get an error saying that it can't locate the oci.dll...
    How do I get this instant client path fixed?
    I am at the end of my rope so who ever answers this post. THANK YOU!!!

    This is a dup of this :
    HELP! "--with-oci8=D:\php-sdk\oracle\instantclient11\sdk,shared"

  • Problems sharing external hard drives with Lion

    I have 2 external hard drives connected to my imac. I had no problem sharing and accessing my external drives on other computers (pc & mac). Recently I just upgraded my mac os to Lion and since I am having problems accessing my external drives on my PC (windows 7).
    On my PC in the shared folder I can see the external drive folders but I am getting an error code when I try to open them. I have no problem accessing my imac folders on my PC, just my external drive folders.
    I would like some help because it would be nice to access them wirelessly on my PC without having to disconnect them from my iMac.
    Rome.

    My external hard drive was formatted in the FAT32 format--my iBook had no trouble reading or writing on this drive, and neither did my family's Dell deskop.
    If I recall correctly, the FAT32 format cannot store files larger than 4GB. Also, you will have to partition the drive. My 160GB drive was split into 4 parts, each about 30GB in size. This is another limitation of the FAT32 format.
    Formatting my drive was such a pain--and time consuming--that I didn't bother to format the remaining 30 or so gigabytes.
    I've reformatted my drive to be HFS and will likely do some work with our home network so that our Dell will be able to send files to my machine & then to the external hard drive.
    Programs exist for Windows machines to allow them to read a HFS (Mac-formatted) volume. If you want to be able to use all space possible on the hard drive, purchasing such a program may be your best option.

  • Problem using DVD/CD drive with Thinkpad Advanced Dock -- drive gets "lost" on start-up

    Hello, I have a Thinkpad Advanced Docking station, a Thinkpad T60p, and an UltraBay Slim Super Multi-Burner Drive (HL-DT-ST DVDRAM GSA-4083N) that I use in the docking station's expansion bay.  Whenever I restart the docking station and computer, the multi-burner drive becomes "lost" -- I have to physically remove the drive and re-insert it for the computer to recognize the drive. 
    Has anyone else experienced this problem?
    Does anyone know how to get around it?

    Yes, I have had the same problem. I have the HP Pavilion 14.1" but similar stuff. I don't know if you noticed searching but there are a LOT of people who have this problem. Apple won't help me because they say its not them. HP and Costco Tech Support can't figure it out and I don't have another 3+ hours to sit on the phone more to figure it out. Its an issue with Apple and Windows believe it or not, I am considering selling my ipod and not using itunes to purchase music and movies anymore. So are friends. The ONE way to fix it is you go into the regedit and delete the upper and lower drive filters for the drive. The problem with this is now when you go back into itunes it will no longer recognize your drive. So two options you are left with A) Itunes working without your cd drive working at all OR B) your cd drive working for everything BUT itunes and when you use itunes you get that message about not finding your cd drive. So no matter what you do, itunes and your drive will never work together. That is just how it is and NO SOLUTION has been found. Apple doesn't know or care. HP or Microsoft has no idea because its something Apple did. And despite people frantically trying to find solutions online, there really doesn't seem to be any to this point. If someone finds a viable working solution to this problem to get your drive and itunes to work TOGETHER even after restarting, I would be VERY HAPPY as well as 'computerguy'!

  • Using OCI driver with Tomcat for JSP?Servlets

    We have a need to switch to OCI drivers instead of JDBC thin driver. Our tomcat is running on Sun and Linix platform. Does anyone have real world experience in terms of configuring the OCI driver and connection pooling? Please help to provide some configuration tips.

    You should repost this in the JDBC forum here on OTN so that you can get some better expertise in this area.
    The URL is http://forums.oracle.com/forums/forum.jsp?forum=99
    Hope this helps,
    Rob

  • Initializu00EDng select options field with default values and with NO INTERVALS

    Dear All,
    I have used WDR_SELECT_OPTIONS technology within WD Abap.
    I also have added the fields which have to be taken into consideration.
    lt_range_table =
    wd_this->m_handler->create_range_table(
    i_typename = 'PLANT' ).
    wd_this->m_handler->add_selection_field(
    i_id = 'PLANT'
    it_result = lt_range_table
    i_read_only = read_only ).
    Can I assign two values to this field 'PLANT' whereby the user may take only these values.
    I mean kind of pre initializíng of this select options field with default values.
    Due to this handling it should be prevented that the user can give other values
    except this values.
    Additonally it should be fine whether it is possible to disable the second input field
    of this select options field like NO INTERVALS .
    Regard
    sas
    Regard
    sas

    wd_this->m_handler->add_selection_field(
    i_id = 'PLANT'
    it_result = lt_range_table
    I_NO_INTERVALS = 'X'
    i_read_only = read_only ).
    Pls check 'WDR_TEST_SELECT_OPTIONS' web dynpro component

  • Problem using JDBC Thin driver with Oracle 8i Personal Edition

    Hi all, I have an issue I have been unable to figure out. In order to make my code as portable as possible I am using the JDBC thin driver to access my database. I have been able to connect to an instance of Oracle 8i on a Sun box by hardcoding the following string into getConnection() call:
    conn = DriverManager.getConnection("jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(Host=<myhostname>)(Port=1521))(ADDRESS=(COMMUNITY=tcp.w orld)(PROTOCOL=TCP)(Host = <myhostname>)(Port = 1526)))(CONNECT_DATA = (SID = <mysidname>)))", <myuser>, <mypassword>);
    My problem is that I cannot figure out what string to use to connect to my local instance of Oracle 8i Personal. I used the following string (the sid I got from the looking at the init.ora file):
    conn = DriverManager.getConnection("jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)(Host=localhost)(Port=1521))(ADDRESS=(COMMUNITY=tcp.world)(PRO TOCOL=TCP)(Host = localhost)(Port = 1526)))(CONNECT_DATA = (SID = orcl)))", "scott", "tiger");
    That didn't work, so I took the only entry found in my tnsnames.ora file in as:
    conn = DriverManager.getConnection("jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0)))(CONNECT_DATA = (SID = PLSExtProc)(PRESENTATION = RO)))", "scott", "tiger");
    I am not knowing what is wrong, but that didn't work neither. Any suggestions would be highly appreciated.
    Thanks....
    null

    try this:
    conn = DriverManager.getConnection("jdbc:oracle:thin:scott/tiger:@hostname:1521:sid");
    or use system/manager as username/passward
    null

  • How to setup Oracle OCI Driver with Kerberos Authentication in Eclipse

    Hello I am trying to setup a connection to Oracle Server with kerberos authentication.
    I am able to connect using SQL Developer but it seems impossible to do the same through the eclipse plugin any pointers?

    Currently there is no support for Kerberos authentication on OEPE DB support. I'll open an enhancement request.

  • Problems restarting from C drive with Tech Tools 3.0.4 -OS 10.4.7

    I have a TechTools CD sent to me by Apple for purchasing the protection plan. When i attempt to start up with that disk by holding C, the drive does not recognize the disk and i get the "no smoking sign" where the apple goes on the gray screen. I also have a Disk Warrior CD and it also is not recognized. I've also tried other methods of choosing both disks and neither are recognized. I've called Apple 3 times on this, and no one has been able to tell me why. They have sent me a new Tech Tools disk which still doesnt work, and now they are telling me it is a compatibility issue. What i want to know is, if it's a computability issue then is there anyone else in here who has this problem?? The lady at Apple had said she'd never heard of it so my thinking is the answer she gave me is b.s.
    My mac is version 10.4.7 and my Tech Tools is version 3.0.4
    HELP PLEASE??
    iMac G5 iSight   Mac OS X (10.4.7)  
    iMac G5 iSight   Mac OS X (10.4.7)  

    But my question is, if this is a compatibility issue then why doesnt EVERYONE who bought my computer and got the TechTools disk from apple having the same problem?? I don't understand why they would send me a disk that was useless to me. Shouldn't someone know that this disk is supposedly incompatible??
    I agree that it reduces the value of the TTD disk substantially, TrtlAtak.
    Essentially the problem occurs because the disc contained in the Applecare package is often out of date, containing a system too old to start your computer. Sometimes the software itself is also out of date and should not be used until it has been updated. It depends partly on how long the particular package you receive has been sitting on the shelf, and partly on how long since a new version of the update has been provided.
    The problem with the software occurs because Micromat often take a long time to update TechToolDeluxe for use with new systems. (As you have probably guessed, I'm not overly impressed with the TTD compnent of Applecare)
    Remember there are TWO issues here, not just one. Firstly the CD has to have an appropriate operating system on it to start your computer. Secondly it has to have a version of TTD on it which is compatible with the OS on your computer.
    In your case , the link to https://support.apple.com/techtooldeluxe/main?id=dl SHOULD , however, provide you with a disc which is capable of starting up your iMac G5 iSight (and with an appropriate version of TTD for use with it).
    Any chance the caps lock key was down when you attempted to startup using the c key? This will prevent bootup from CD. (Its "c" that needs to be held down , not "C").
    Secondly, you could try holding down the "option" key instead while you start up, with the CD in the drive. This should allow you to select which particular drive you wish to start from (the HD or the optical drive).
    Thirdly, with the Disc in the drive, you could see if it appears as a "startup disc" choice whe you go to SystemPreferences / StartupDisc. If so, select it, and restart your computer.
    There are other things that can prevent your Mac startingup from a CD or DVD. If you have an "open firmware" password installed on the computer, for example, it can't be started from an optical drive. Some third party keyboards also will not let you start up in this fashion.
    Cheers
    Rod

  • Please I havea problem with my vga driver with windows 8

     I tried several time to install windows 8  but the problem always come with vga driver . my laptop is pavilion dv6-6b90se
     please give me some help
    This question was solved.
    View Solution.

    Hi,
    Please check the following link, it has Windows 8 driver(s) now but will be updated next few days:
       http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?swlinkmsg=100&cc=us&dlc=en&docname=c00042629&lan...
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Problem partitioning external hard drive with Disk Utility

    I'm trying to create a new partition in disk utility in an external hard drive using disk utility and every time I click Apply it says that "Disk Utility has lost its connection with the Disk Management Tool and can't continue. Quit and relaunch Disk Utility". It is a 3TB hard disk and I already created the first partition of 2 TB, and when I click the + symbol to add a 1 TB partition and click Apply is when the error shows up. I have restart the mac, unplugged the hard disk but the error still shows up. Anyone has any idea??? Thanks for your help in advance
    David

    I solved this issue. I was able to create the partition with the format MS-DOS and then I erased it to the Mac OS Extended (Journaled) format.
    Now it is working OK. Hope this help someone

  • Show tables with high I/O in database oracle 10g

    I need to know which are the tables with high daily transactions
    how to identify them?

    I need to know which are the tables with high daily transactions
    how to identify them?.
    How* is anyone supposed to help when we don't know
    a) Oracle version?
    and
    b) Operating System?
    Take a look at DBA_TAB_MODIFCATIONS
    and DBA_HIST_SEG_STAT (all of the DBA_HIST stuff if you have it).
    Try and post more detail in future.
    Paul...

  • Airport Express with printer & hard drive with Time Machine

    I have a MacBook that I'd like to backup its data. Concerned about the following (in level of concern from highest to lowest): theft, crash, fire.
    I currently have an Airport Express with a Brother printer attached to it that my PC and MacBook print to.
    I am really in a dilemma as to what to do. I was looking into Carbonite to get an offsite backup location of my data. (I figured offsite would cover all concerns of losing data due to theft, fire, or just a crash) However, Carbonite does not hold onto data you delete (ie, my photos and videos will fill up my hard drive eventually and I'd like to just archive them in one central spot when I am done accessing them on a regular basis-- ie delete them off my MacBook hard drive). That is like $55/year to do Carbonite... but, the only thing that will help me with over a hard drive in my house is a fire (and theft if a burglar were to find where my backup drive was in the house).-- Of course, I'd probably want a different location for my hard drive for that reason -- so, I'd have to buy another airport or just a time machine that has the wifi built in.
    I've read lots of issues with the Western Digital trying to download programs onto your computer... I have one for my PC that I backed up photos manually and it did try to install programs when I attached it to my PC... not so much my Mac when I took some photos off it. I looked into getting another portable hard drive at Costco for my Mac, but realized that it would require reformatting to use on my Mac (as it was built for a PC).... something I wasn't sure if I was computer-savvy enough to do or if I did do it, would I end up with issues later on?
    Anyhow... in the end, what do you all do to backup your data, especially photos and videos? Do you have smaller hard drives that you back up to and then when full move them to an offsite location? Can you have more than one "hard drive" backing up..... I was thinking it would be nice to have one larger hard drive that would potentially hold all my photos and videos so I can access anytime, but then have smaller drives of the same data that I can take to a safe deposit box and use as my super secure backup (no fire, no theft, no crash).
    btw, When doing time machine, does it keep all the metadata with each photo?
    Burning CD's is time consuming.... and, I have heard there are different qualities of disks out there... archival v. not... how long do the archival last v. the non-archival... or is that more of an issue for future generations not being able to access our photos?

    You need to remember that the Time Capsule is both a wireless router and a hard drive all in one enclosure. If you don't need a wireless router, around $150 of the $300 for a Time Capsule is going to be in the router portion of the device.
    The nice thing about the Time Capsule is that it is a network drive. All Macs running Leopard or Snow Leopard will be able to back up automatically to a single device. The first generation of Time Capsules about two years ago had some power supply problems that affected some users. Apple announced a program for these users to replace their Time Capsules.
    So, it depends on your requirements. If you are looking for a new, dual band wireless router and want to backup your Macs running Leopard or Snow Leopard automatically using ethernet or wireless, the Time Capsule is a logical choice.
    If you don't need a new router, then you'll need to look at a separate hard drive that will be attached directly to the computer using the USB or FireWire port. If you have two Macs, you'll have to get two hard drives if you want to do Time Machine backups correctly.
    Most hard drives can be reformatted to work with Mac if you don't mind a few extra steps and Disk Utility (Macintosh HD > Applications > Utilities > Disk Utility) does not look too complicated for you.
    Message was edited by: Bob Timmons

  • Help with audiocs device driver with reduced record buffer

    Hi,
    Iam trying to write an audio application, using the Sun audio driver. In the man pages there is no recommended value on how low the record buffer sizes can be. Iam able to set the record buffer size to a low value of 4000 and it works fine. When I try to set the record buffer_size to low values like 1920, which is a latency of (1920/160)*20 msec, I start to see noise when I record or read from the audio device.
    Any inputs on what can be the problem when we set the record buffer size to low values like 1920.
    Iam running the application on an Ultra 10, Solaris 8.
    Any inputs on ways to remove the noise and decrease the latency will be very helpful.
    Thanks

    Hi,
    Iam trying to write an audio application, using the Sun audio driver. In the man pages there is no recommended value on how low the record buffer sizes can be. Iam able to set the record buffer size to a low value of 4000 and it works fine. When I try to set the record buffer_size to low values like 1920, which is a latency of (1920/160)*20 msec, I start to see noise when I record or read from the audio device.
    Any inputs on what can be the problem when we set the record buffer size to low values like 1920.
    Iam running the application on an Ultra 10, Solaris 8.
    Any inputs on ways to remove the noise and decrease the latency will be very helpful.
    Thanks

  • Error on NT with 8.1.6 OCI driver and JDK 1.2

    I have the error:
    "The procedure entry point slzsetevar could not be located in the dynamic link library oracore8.dll"
    oracore8.dll is 8.1.5
    ocijdbc8.dll is 8.1.6
    Any help will be great.
    Thanks,
    8.1.6 OCI driver with JDK 1.2

    when using a jdbc oci driver you must have a matching oracle client installed.
    (fyi -- an oem install is not considered to be an oracle client install)
    use the jdbc oci 8.1.6 driver only from a platform with the oracle 8.1.6 client installed.
    what you've indicated is you're using an 8.1.6 jdbc driver with an 8.1.5 oracle client -- that will not work.
    move to an all 816 client and jdbc driver to "synch up" the dll's you mentioned.
    null

Maybe you are looking for

  • Customizing request for a workflow

    Dear experts, I have created a workflow. I want to move the workflow from one client to other for testing it. For this i need to transport workbench and customizing requests of my workflow. Can you please tell me how to find the workbench and customi

  • UCS Design Best practice for vMotion

    hi, We are deploying a new UCS domain with 8 chassis and 50/60 B200M3 for installed an VMware infrastructure 5.0 For each ESXi, we need : 2 vNIC dedicated to Management Network 2 vNIC dedicated to vMotion 4 vNIC dedicated to srv These vNIC will be co

  • I am having to reinstall indesign 5 on a new computer...

    Installed ok but I cannot access things such as fonts, character control bar, etc. All of these items are grayed out.

  • F12 key has fallen off. How do I reattach it?

    My f12 key has fallen off. How do I reattach it? It seems like the hooks on the keyboard itself are slightly bent, but I'm not sure if thats the design. Is this normal, or something I need to go get replaced? Here's a picture that shows the hooks if

  • Firefox will not fully download

    firefox will only download 95%from the mirror == i tried to download == == User Agent == Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1