Difficulties connecting with oci8 to Personal Oracle 8 on Win98

After looking through responses to other similar difficulties posted, I still can't seem to get this working.
I have Personal Oracle 8 running on Win98 on a laptop. I'm using Sun jdk117 and trying to connect with oci8 because the thin driver won't work without a TCP/IP listener which I understand Personal Oracle doesn't support.
There's an entry in my PATH pointing to c:\jdbc where the oci805jdbc.dll file is, and an entry in CLASSPATH pointing to c:\jdbc\classes111.zip .
To start with I'm using a simple connect program which shouldn't do much more than make a connection and close it again (please see below).
The program compiles fine, but when I run it all I get is:
C:\apache\jserv11b3\servlets>java connect2
in main()
connect instantiated
in tryconnect()
going to attempt connect
java.lang.UnsatisfiedLinkError: no oci805jdbc in shared library path
at java.lang.Runtime.loadLibrary(Compiled Code)
at java.lang.System.loadLibrary(System.java:561)
at oracle.jdbc.oci7.OCIDBAccess.logon(OCIDBAccess.java:186)
at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:127)
at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
va:170)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:148)
at java.sql.DriverManager.getConnection(Compiled Code)
at java.sql.DriverManager.getConnection(DriverManager.java:126)
at connect2.tryconnect(connect2.java:19)
at connect2.main(connect2.java:42)
C:\apache\jserv11b3\servlets>
I can't see any reason why there should be problems linking oci805jdbc.dll as PATH definitely has an entry pointing to the directory where it is located.
Doubtless I'm doing something silly, or I'm missing some essential configuration parameter.
Thanks for any helpful suggestions.
program code:
import java.sql.*;
class connect2
public int tryconnect()
throws ClassNotFoundException , SQLException
System.out.println("in tryconnect()");
/* Load the Oracle Driver */
Class.forName ("oracle.jdbc.driver.OracleDriver");
System.out.println ("going to attempt connect");
try
/* get the connection */
Connection conn =
DriverManager.getConnection("jdbc racle ci8:@laptop:1521:ORCL", "system", "manager");
catch (SQLException e)
System.out.println ("Database Connect Failed");
System.out.println (e.getMessage());
return (1) ;
return (0);
public static void main(String argv[])
throws ClassNotFoundException , SQLException
System.out.println ("in main()");
/* Create the instance */
connect2 c = new connect2();
System.out.println ("connect instantiated");
/* Call the tryconnect. Returns 0 if success , 1 if failed */
int Csuccess = c.tryconnect();
if (Csuccess == 0 )
System.out.println("Successfully Connected");
null

Thanks for your kind response.
I'll have a look through the docs and see if I can find out how to get the TCP/IP listener running with Personal Oracle.
I've been trying to use oci805jdbc.dll from the jdbc80520-nt.zip download file.
Since the original post I've been trying to get the connection working with the Sun JDBC-ODBC bridge, but all I get is:
C:\apache\jserv11b3\servlets>java connect2
in main()
connect instantiated
in tryconnect()
going to attempt connect
Database Connect Failed
[Microsoft][ODBC Driver Manager] Data source name not found and no default drive
r specified
The java code is identical apart from:
Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
and
Connection conn =
DriverManager.getConnection("jdbc dbc:LAPTOP;database=ORCL", "system", "manager");
The relevant entry in tnsnames.ora is:
LAPTOP.WORLD =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle80)(ARGV0 = oracle80ORCL)(ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=BEQ)))'))
(CONNECT_DATA =
(SID = ORCL)
Many thanks for any help.

Similar Messages

  • Error connecting with Few versions of Oracle

    I wrote an MFC based application in Visual C++ to make the connection with Oracle Database. ADO Control is used to make connection. Following is the Connection String:
    "Provider=MSDAORA;User Id=Scott;Password=Tiger;Data Source=(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)))(CONNECT_DATA =(SID = edox)));"
    I am able to connect with few versions of oracle like 8.0.5.0.0 and 9.0.1.1.1
    But few versions are not accepting this connection string. Like Oracle 9i, Release 1.0.2. What could be the reason of this problem?
    Another thing that noticed with 8.0.6.0.0 is that when i start the oracle service, and try to connect, it refuces connection, but next time it accepts the connection request...

    Another thing i noticed is if i connect the SQL+ software, it continues working. But if i close the session of sql+, my other application stops working...Strange.

  • HT2515 What happens if our video chat is not connecting with the other person?

    What happens if our video chat is not connecting with the other person?

    Hi,
    Not really enough info to help constructively.
    Which Version of iChat ?
    Is it iChat to iChat or iChat to Messages  (i.e Mac to Mac) or AIM (iChat) to PC AIM  (needs to be a compatible version)
    Is this AIM to AIM (Includes AIM valid Screen Names from certain Apple IDs) ?
    Is it Jabber to Jabber (this can only be done Mac to Mac in Messages and/or iChat) ?
    Do you get any failure  message ?
    In the Video Menu > Connection Doctor > Errors tab do you get any info ?
    NOTES
    As mentioned it is iChat to iChat or iChat to AIM on a PC if the PC has a compatible version (which is not the latest)  (where it lists iChat it also means Messages in Mountain Lion)
    It has to be either AIM to AIM IDs or Jabber to Jabber IDs
    It cannot be Jabber to some GoogleTalk Web Browser Login (or Facebook)
    It cannot be Jabber/Google Talk to the PC app called GoogleTalk
    Google released an PC only App that will use Jabber protocols for Video (Called Jingle)
    Their web Browser Plug-in also uses Jingle for Video and Audio chat but iChat and Messages use SIP (Session Initiation Protocol) to connect.  The two are not compatible.
    Facebook also run a  Jabber server and have apparently released their Own Plug-in  which can cause problems of it's own on a Mac.
    However you also cannot video to a Web Browser Login on Mac or PC
    If this is iChat 6 it does not Video on the Yahoo Accounts  (that is Text Only)
    This means it cannot Video to any version of Yahoo on Mac or PC or any Web Browser method.
    10:27 PM      Tuesday; February 19, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Connecting Developer 6 to Personal Oracle 8.1.0.5

    I installed Personal Oracle 6.0 and Developer 6.0 on Windows 98 in different homes.
    Have I install a network card to be able to connect Developer 6.0 to the personal Oracle 8.1.0.5 ?

    Hi, how are you?
    I read your file. On my computer, I got the same problem. First I installed Personal Oracle 8.15 version under window 98. The oracle home is e:\orale\ora81. Then I installed Form 8i in the orale home e:\oracle\ora. After installation, there are two SQLPLUS. One is under ora81 and another is ora. The one which is in e:\oracle\ora81 is working and it can bring up the database. Another one and Forms don't work. They can not connect to the local database. It means my client which is under e:\oracle\ora can't connect to my server which is under e:\oracle\ora81. I think I shoud set up the connection in tnsnames.ora by using Net8 Easy Config. I did it. It failed. Can you help me?
    Thanks.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by harry dhillon ([email protected]):
    No, you shouldn't have to to.
    If you have Personal Oraacle 8 running properly on your PC, then you can just connect to the database from Developer V6 using your normal username/password. For example, if you log on to SQLPLUS as scott/tiger, then the same will work for your forms and reports. You don't even need to enter a connect string. I have it working OK on a Windows '98 PC, with Personal Oracle 8i, and Forms v6i.<HR></BLOCKQUOTE>
    null

  • Connecting two machines using personal oracle

    I have a personal oracle 8.0.4 installed on my machine, I tried to connect another machine to use the same database, as a networking both machines were able to access the other but upon trying to connect to oracle I always get TNS message.
    Would you please advise.

    Make sure that your listener is started along with the oracle version. use lsnrctl command to start view listener status
    lsnrctl> status tells status
    > start to start
    > stop to stop listener
    now you need to configure the tnsnames thru net8 easy config or manually. it works
    good luck
    null

  • Connecting java apps to Personal Oracle 8.0.3

    I would like to find out exactly what driver to use in order to connect Java to Personal Oracle installed on my PC.

    this version of the product has been out of support for over a year.
    you need to move to the current version which can be located at the "download" site on the technet home page.

  • Dg4odbc connection with Sqllite Expert Personal

    Dear All,
    I have linked ms Sqlserver with oracle by dg4odbc. Now I am having other assignment to connect oracle 11 with sqlite database by dg4odbc.
    During installation of Oracle Gateway  I did not find the name of "SQLite" in available component list. Is it known with different name.
    Please share step by step procedure to make connection with Sqlite.
    Thanks

    You want to install the gateway on the 64bit Windows platform, so you need to install the 64bit Gateway release. The first gateway version available for 64bit windows is 11.2. It does not matter if you install the base release 11.2.0.1 or any patch set (like 11.2.0.4 I provided). All versions show when you execute the setup a product in the product list called Database Gateway for ODBC. That's the product you have to install. It is the only gateway that will work for you.
    When you have installed the gateway product, you only got the Oracle gateway software installed. In addition you need to get from a 3rd party vendor the ODBC driver. As you have installed DG4ODBC (64bit) on a 64bit OS you need to make sure you also have a suitable 64bit ODBC driver installed on that machine for your sqllite database.
    - Klaus

  • Why does facetime hang up when i connect with one certain person

    help me!!!!!!!

    That would not be an OS X or iMac issue if the problem is only with one other person. That points the finger at an Internet connection issue that must be solved by an ISP, my guess is the other person has a slow or problem Internet connection that needs troubleshooting.

  • How do you connect with a freaking person?  I have paid all of this money for Photoshop and Illustrator since July 2014 and can't access the programs.  This is a rip off?  Who can help me?

    How can I connect with an Adobe representative to assist me with this Creative Cloud and the software that I paid for since July 2014 and can't use it on my computer? 

    You will likely need to wait until the weekend passes but your options are chat or phone...
    800-833-6687 (US daytime only 5AM-7PM PST, Monday-Friday)
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Creative Cloud support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html ( http://adobe.ly/19llvMN )

  • JDeveloper 3.1 + Personal Oracle 8i for Win98

    Dear all,
    I want to use the JDeveloper 3.1 + Personal Oracle 8i + Window 98 for local testing before uploading the whole site.
    Which extra products should I use to connecting them within my PC. Should I install a web server program or/and Oracle application server? If so, are there any precautions for me?
    Thanks a lot.
    Wallace.

    Wallace,
    In order to save you some time, I will
    clarify some issues.
    JDeveloper 3.1 includes a web server (webtogo) which can be used for local testing - no additional installation necessary.
    JDeveloper 3.1 is not certified against
    windows 98 - only on Windows NT / 2000.
    [Optional] Personal Oracle 8i will give you
    a good local test environment, but ultimately you will need to migrate to your deployment
    platform and with JDeveloper's automated
    deployment support, you may want to go
    directly to the Oracle 8i on your server as
    it is just as easy.
    I hope this can help you save some time.
    Sincerely,
    John - JDeveloper Team
    null

  • Personal Oracle 8i for Win98

    Hi all!
    Is it possible to install Personal Oracle 8i for w98 to win Me?
    Thanks.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected] Lopez ([email protected]):
    Does anyone know the workaround of installing the Personal Oracle 8i for Windows 98 in Windows ME? Thanks<HR></BLOCKQUOTE>
    For me, the posting of Sidnei Mendes Freitas ([email protected]) has worked.
    For the answer this URL might help http://technet.oracle.com:89/ubb/Forum1/HTML/003638.html
    null

  • Can't establish internet connection with NAT network in Oracle virtualbox

    Hi all,
    I am new to Oracle virtualbox. I have created a new virtual machine with Oracle linux 5.5 (64bit). I have enabled the NAT networking adaptor so as to access internet connection from the VM. But I am not able to do so.
    Here are the network settings in the VM
    1. Automatically obtain IP address settings with DHCP
    2. Firewalls are disabled.
    The 'eth0' device shows active status. The #ifconfig command lists "inet address" as 10.0.2.15.
    Please let me know if any additional configuration is required for establishing the internet connection in the VM.

    The NAT engine of Virtualbox automatically provides a router between the network interface of your host system and the virtual network interface of your guest OS and offers the same DNS servers to the guest that are configured on the host.
    For more information how it works, see http://www.virtualbox.org/manual/ch06.html#network_nat.
    The problem you are experiencing is most likely with the network configuration of your host system.

  • How do I connect with a support person in real time? in real time?

    I just installed a supposed firefox security update and it changed the appearance of the top of the firefox page TO SOMETHING THAT I DO NOT WANT! How do I get it back to where it was? I refuse to install an add-on just to do this because add-ons always cause more problems that they solve and then there is no help for those. If you want my continued "business", this needs to be dealt with promptly- I am fed up with the endless problems for which there seems to be no support. You can get my phone number by email if you want it.

    Mozilla felt it was necessary to create a user interface that was the same for both mobile and desktop versions of Firefox but it can be modified with [https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/ Classic Theme Restorer] extension, and with selected bits of userChrome.css or Stylish user styles.
    If you still want to downgrade to an older version, see this
    [[Install an older version of Firefox]].

  • Connecting graph from personal oracle

    while trying to connect graph builder from
    personal oracle 8.0 , following error do
    come
    PDE-PER-001 INTERNAL ERROR , null password given , logon denied.
    missing mandatory parameter.
    while running graphs from report - following
    error come
    Error occur while runing the called developer
    component --- unable to create pl/sql developer environment content

    You mean that once I have my Oracle8i Enterprise Edition Release 8.1.6.1.0 server up I will have to use the EXP Export utility of 8.1.6.1.0 to export the database from the Personal Oracle Version 8.1.7.0.0

  • Personal Oracle 8i (8.1.6) & JDBC

    I am having some problems in connecting to oracle 8i (8.1.6) database using JDBC thin drivers thru applets with Ie5 browser.
    Whenever i tried to connect I am getting this error "cannot access <hostname>"
    I tried giving local, localhost, 127.0.0.1, default and my machine name Yempati as hostname but everytime i get the same error.
    I could able to connect from java application using oci8 and thin but not thru applets.
    I have Personal Oracle 8i, OS Win98 and JDK1.2
    I am this problem with the applet JdbcApplet.java the test applet that comes with Oracle 8i.
    Your help is appreciated .
    Thanks in advance.
    Ram Kumar
    null

    I have also the same problem. Please help me too with this.

Maybe you are looking for

  • My iPhone doesn't sync to iTunes, iTunes syncs back to my phone

    I tried to sync my iPhone 3G but instead of syncing all my new songs and folders to iTunes, iTunes synced back to my phone. Lost over 200 songs and all my folders. Use my phone in my fitness classes, all of my folders were set up with my songs for ce

  • HT201363 I HAVE AN ICLOUD ACCOUNT THAT I WISH TO DELETE BUT I'VE FORGOTTEN THE PASSWORD AND THE SECURITY QUESTIONS. THE EMAIL ADDRESS I USED IS NO LONGER ACTIVE

    I HAVE AN ICLOUD ACCOUNT THAT I NEED TO DELETE, BUT I'VE FORGOTTEN THE PASSWORD AND/OR THE SECURITY QUESTIONS. SO, I CAN'T RESET IT BY EMAIL BECAUSE THE ADDRESS I USED IS NO LONGER ACTIVE.

  • Toshiba 19" LCD TV

    I purchased a Toshiba 19" LCD TV on Dec. 10, 2008.  Being that the item was not in stock, I arranged for an in-store pick-up on Dec. 17.  I picked up the tv up on Dec. 19.  Two days later I saw a Best Buy flyer stating that the set I had just picked

  • Funky artwork glitch

    I don't know what's going on, and it's not a huge deal, but here goes: When i play tunes in itunes, i use grid mode and have the artwork in the lower left corner set to "Selected Item". The difficulty is that the artwork displayed is the artwork that

  • List tables in database

    I am querying an Oracle Rbd. I want to retrieve a list of Tables that exist in the database. I have used the following SQL statements without positive results: SELECT * FROM ALL_TABLES SELECT * FROM DBA_TABLES SELECT * FROM USER_TABLES Can someone he