Cant connect to Ora8.1.6 db using OLEDB provider for Ora8.1.7 cant find 8.1.6 OLEDB

Hello,
I need to connect to an Oracle 8.1.6 Database using OLEDB. Currently, we have one workstation with an ODBC connection and has an OLEDB Provider for Oracle 8.1.6. I can connect to Oracle using OLEDB on this machine (Winnt4 SP4) and see data from the tables. But I need to connect to the same Oracle DB from another workstation (Winnt4 SP6).
I dowloaded the OLEDB Provider for Oracle8i from the Oracle Website, and on install I observed that this one was for Oracle 8.1.7. I keep getting an error message that it can't resovle the Service Name. I have played with the Net8 Configuration assistant for Oracle8i and the other selection for Oracle8.0 or 7.0. But I keep getting the same error on the NT SP6 machine. I have looked at the tnsnames.ora file on the SP6 machine and the SP4 machine. They are different, and I tried to make the .ora file on the SP6 machine match the .ora file on the SP4 machine but still can't resolve the Service Name. I would be very grateful if someone could help me out - either finding an earlier OLEDB Provider or some configuration trick.
Many thanks,
Rich Protzel

Did you ever get this issue resolved? Do you know where I can get the Oracle Provider for OLE DB for 8.1.6?
Aaron

Similar Messages

  • Okay so my iphone says its connected to the internet but the internet only works for games so i cant use things like facebook twitter or youtube PLZ TELL ME HOW TO FIX THISf

    Okay so my iphone says its connected to the internet but the internet only works for games so i cant use things like facebook twitter or youtube PLZ TELL ME HOW TO FIX THISf by the way it an iphone 4s and i have never encountered this problem before my dads iphone is the same after we updated to ios 8.1.1 but my mum hasnt updated yet and hers is fine

    If deleting then reinstalling the apps doesn't work, then contact the app developer for support.
    It sounds, though, like your internet connection is simply very slow.
    Try making a backup, then restoring the iPhone as new, and testing again.

  • In a future version of ibook author would be very useful to provide for the creation of shared content online. Teachers can collaborate on the creation of a text. Very useful for teachers to collaborate in the network. sharing sharing sharing

    in a future version of ibook author would be very useful to provide for the creation of shared content online.
    Teachers can collaborate on the creation of a text. Very useful for teachers to collaborate in the network. sharing sharing sharing

    As always, feel free to use the 'Provide iBooks Author Feedback' menu item for features you'd like added in the future, etc. 
    http://www.apple.com/feedback/ibooks-author.html

  • I cant connect my TX palm with internet using my xp pro computer?

    For some reason I cant connect my TX PALM to the internet with Bluetooth  using my xp pro computer which is dial up for the internet. does anyone have any suggestions? am i doing something wrong? i used the cd that came with my palm for installing the palm. but I still can not connect to the internet with my computer using Bluetooth
    Post relates to: Palm TX

    I assume you have a Bluetooth enabled PC?
    Click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/tx/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    On page 287 of the user guide is the section regarding making bluetooth connections. You will need to setup a Bluetooth connection to the PC.
    On the main support page is a link to Make Bluetooth connections with other devices. Click on that link and then click on Bluetooth access point connection. Under the Browse the web on your handheld using Web section, follow that setion and see if you can get the connection made to the PC and browse the web.
    Post relates to: Palm i705

  • Access Oracle from SQL Server using Oracle Provider for OLE DB

    Using
    - SQL Server 2000 SP4
    - Oracle 10g
    - Oracle10g Provider for OLE DB Version 10.1.0.4.0
    - Oracle 10g client
    Able to create linked server in SQL server to Oracle 10g and display list of tables in Oracle. However, when execute query, it gives
    Server: Msg 7320, Level 16, State 2, Line 1
    Could not execute query against OLE DB provider 'OraOLEDB.Oracle'.
    OLE DB error trace [OLE/DB Provider 'OraOLEDB.Oracle' ICommandText::Execute returned 0x80040155].
    Any idea what is the problem ?

    I'm having the same error message...But I'm connecting to a Oracle 8i DB......
    I think this has to do with SP4 for SQL....I will test this tonight....

  • Crystal Reports can't add stored procedure using Oracle Provider for OLE DB

    Hello,
    I am trying to bind an oracle stored procedure to a crystal report through Visual Studio 2008.
    This oracle stored procedure returns a ref cursor.
    I am using an oracle 11g database (11.2.0.2.0) .
    When I use the Oracle Provider For OLE DB driver to bind the store procedure with the report, I get the following error message:
    Description : ORA -06550 Line 1 Column 7
    PLS 00306 wrong number of types or arguments to the "Strored Procedure Name"
    But When I use the Microsoft OLE DB provider for oracle driver, I can bind the stored procedure to the report successfully .
    I cannot use the Microsoft OLE DB provider for oracle driver because it does not support the CLOB data type which I plan on having the stored procedure return once I can get everything working.
    I have tried setting PLSQLRSET = 1 IN "HKEY_LOCAL_MACHINE\SOFTWARE\KEY_OraDb11g_home1\OLEDB", but that does not seem to work either
    Any assistance would be greatly Appreciated
    My Stored procedure is very simple as the moment (I just need to get it working then I'll add more stuff). Here's what it looks like:
    CREATE OR REPLACE PACKAGE PROMO.PKG_REPORT as
    TYPE OUT_Type IS REF CURSOR;
    procedure Report_ThisReport (
    p_ThisIdField IN number,
    IO_CURSOR IN OUT OUT_Type
    end PKG_REPORT;
    CREATE OR REPLACE PACKAGE BODY PROMO.PKG_REPORT as
    procedure REPORT_ThisReport (
    p_ThisIdField IN number,
    IO_CURSOR IN OUT OUT_Type
    IS
    BEGIN
    OPEN IO_CURSOR FOR
    SELECT ThisField
    FROM ThisTable
    WHERE ThisIdField = p_ThisIdField ;
    END REPORT_ThisReport;
    end PKG_REPORT;
    Edited by: 894988 on Nov 3, 2011 2:45 PM
    Edited by: 894988 on Nov 3, 2011 2:46 PM
    Edited by: 894988 on Nov 3, 2011 2:47 PM

    It seems that some questions posted here on the XE forum are really questions about other Oracle technologies.
    Concretely, for you there is an Oracle Provider for OLE DB Forum that is active and a terrific resource for you to use.
    Oracle Provider for OLE DB
    Cheers!

  • Installing a VB application using Oracle Provider for OLEDB

    Hi all,
    I have a corporate VB application that uses the Oracle 9i client.
    The Oracle Client is on a network disk, so all my clients will not need to install on their client machines.
    I am using Wise for Windows Installer to install the application on each client machine.
    I need to include on the installation package the "Oracle Provider for OLEDB" files.
    How can I do this?
    Thank you all,
    Ardates Cruz.

    The standard way to use the unmanaged Oracle.DataAccess is to install an Oracle client on any machine that wants to use the application.
    It is possible to avoid that installation by including a bunch of DLLs and some other files in the application, but it's far more cumbersome than using the managed client. Here's a link to get you started on that: http://stackoverflow.com/questions/13721025/deploying-and-configuring-odp-net-to-work-without-installation-with-entity-frame

  • Use JCE Provider for JSSE

    As far as I know, it is not possible to use a jce provider for the cryptographic operations of the jsse reference implementation. The sun implementation uses the algorithms implemented in the jsse provider.
    There was a statement from sun, that this may change with the integration of jsse in the jdk 1.4, but with the current beta this is not the case.
    Does anybody know a jsse implementation which supports the use of a third party jce provider? Actually we want to use our own smart card based jce provider to provide a jsse compatible java ssl implementation.

    You might want to check out a product called iSaSiLk from iaik http://jcewww.iaik.at.
    I have used this product in the past. Seemed to be quite openly designed.
    iSaSiLk supports the use of third party JCE provider.
    However, they do not claim the product to be compiant with the JSSE standard.

  • Time Capsule is connected wirelessly and I need to use ethernet ports for other devices.

    I have a 1st Gen Time capsule 802.11n and an Airport Extreem round hockey puck style.  My airport utillity program is version 6.2  My OS is 10.7.5 My internet is from a verizon hot spot Jetpak. All my devices, laptop, desk top, printer, and time machine are running off this jetpak.
    How can I use the ethernet ports on the back of my time capsule for a device that I had pluged in to my airport extreem?  Before I had verizon, I had hughes net for my internet provider. My time capsule was the main unit in a WDS network with the airport extreem. I no longer have Hughes Net and I need to run this item that was pluged into the airport extreem ethernet port.
    Of course with the newer airport utillity software (6.2) I can not control the older airport extreem anymore. This does not help my situation

    You need to load the older utility.. 5.6 is still available for lion.
    http://support.apple.com/kb/DL1482
    WDS is hidden option so hold down the option key..
    But I would search around for a cheap airport extreme N square type.. doesn't matter how old and you can pick up the older ones for $50 or so easily.. Then you use wireless extend which works much better than WDS. Using WDS you are killing wireless speed for everything.

  • Using JNDI Provider for Oracle JMS Queue

    Hello,
    I created a JMS Queue in Oracle 9.2.0.1 and would like
    a Java client to receive events from the Queue. I am
    not running Oracle9iAS. I have access to WebLogic server
    7.0 which is also a JNDI provider. Is there a sample code
    that shows the steps on how to go about this.
    thanks very much for any pointers.

    To define an Enterprise Message Source for AS JMS and OJMS in BAM, see Chapter 3 in the BAM Architect's User Guide.
    Specifying Settings for Oracle (AS JMS and OJMS)
    Settings for Oracle (AS JMS and OJMS) include:
    ■ Initial Context Factory.
    For 10.1.3: oracle.j2ee.rmi.RMIInitialContextFactory
    For 10.1.2: com.evermind.server.rmi.RMIInitialContextFactory
    ■ JNDI Service Provider URL. For standalone use oc4j: ormi://machine_name/
    where machine_name is the OC4J installed host, and for production use Application Server: opmn:ormi://<machine_name>:<opmn request port>:home where machine_name is the application server installed host, opmn request port could be found from looking at opmn.xml in <App server install location>/opmn/conf
    ■ TopicConnectionFactory Name.
    java:comp/resource/BAMTTT/TopicConnectionFactories/bam_ttq_tab
    ■ Topic Name. java:comp/resource/BAMTTT/Topics/bam_ttq
    ■ JMS Message Type. TextMessage.
    ■ Durable Subscriber Name. BAMFilteredSubscription
    ■ Message Selector. Message selector, for example, BAMFilter='true'
    ■ Client ID. ClientID
    You can also refer to:
    http://www.oracle.com/technology/products/integration/bam/10.1.3/TechNotes/TechNote_BAM_AQ_Configuration.pdf
    Regards, Stephen

  • Cant connect java with oracle

    i am new to oracle.
    i cant connect java(jdk1.3) to oracle using 'oracle.jdbc.driver.OracleDriver' in Class.forName() and DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:orcl","scott","tiger")
    it shows "class not found" error.
    is there any one to suggest or help me?

    Hi,
    you are posting in wrong forum, as this one is for SQLDeveloper-related issues only. You should post java-related issues in this forum:
    SQL Developer
    However, about your exception you have missed to put the oracle jdbc driver in the classpath.
    Download it from here:
    SQL Developer
    and see more info here:
    http://www.oracle.com/technology/sample_code/tech/java/codesnippet/jdbc/index.html

  • Nokia N80 USB phone Parent?? i cant connect my pho...

    i cant connect my phone on my computer using PC suit, it always shows Nokia N80 USB Phone Parent then a window will pop up showing "Cannot install this hardwear" wat can i do???? PLS Help

    same problem. USB PnP tries to install the driver time and time againe - no good. always "Fatal error"
    - removed PC-suite 6.8.X...
    - removed other Nokia SW using the cleanup
    - re-installed latest PC-suite
    - rebooted and rebooted
    - tried even to installa only USB drivers
    always "Fatal error" in USB driver Parent etc. installation
    bluetooth works fine, but USB cable not. I would'n need it for anything else than to update firmware. I bought my N80 as discounted just last week - of course with original SW from May 2006 + operator (elisa) add ons, SIM locking was removed fortunately :-).
    Nokia_PC_Suite_rel_7_0_8_2_eng_web ... worked otherwise ok. but not the section to update the firmware.

  • Cant connect 2nd or 3rd gen nano to any system after formatting laptop.

    i formatted my laptop at end of the month and since doing this i cant connect my i pod nano 2nd & 3rd gen to anything which means i cant charge either or use either , could anyone please give some advice as to how i could remedy this????...

    Do you have a wall charger you could use to charge the iPods with?  Have you tried using a different USB cable or plugging the iPod's into a different PC to see if they are recognized or charged there?  Knowing this information can help determine whether or not it is an issue with the iPods or with your laptop.
    B-rock

  • Cant connect to web services/proxy

    Cant connect to web services/proxy not used for officejet pro 8600 plus using verizon fios actiontec router.  Tried wireless and ethernet.  Connectivity looks good.
    This question was solved.
    View Solution.

    Resolved myself.  Problem resides in Port forwarding blocked by another verizonwebcamera application.

  • "Use Cellular Data For" is always on. I cant off this...

    I am continuosly using the iPhone. Suddenly i cant restrict few applications from internet in the "Use Cellular Data For". But I cant access few app which has On flag in "Use Cellular Data For". If i disable this, its getting enabling after few seconds,. I reset everything. Nothing works
    Thanks,
    Jude

    This troubleshooting guide helped me. Had to try up to step 7...
    iPhone: Troubleshooting a cellular data connection

Maybe you are looking for

  • Intermittent keyboard and trackpad freezes in 10.5.2 (not again!)

    Hi all, I'm having a major issue with my MacBook Pro built-in keyboard and trackpad. This issue is incredibly reminiscent of the previous widespread keyboard/trackpad freeze problems, documented in a number of threads, such as here: http://discussion

  • Hp 1350 all in one "paper jam" message

    I have a HP 1350 All In One Printer and I can print a test sheet but I can't print, I get a "paper jam" message.  Help

  • System prefs .mac trouble

    Kind of wierd.... When I open system prefs and click on the .mac area. My name is right but the password is wrong. When I change the password and hit enter it changes to the correct amount of dots hiding the password. However if I click on advanced o

  • How to modify existing enhancement?

    I have requirement which require to modify existing enhancement. What are the steps involved to modify enhancement? thanks

  • SAP Three-System Landscape

    Hi All, I have a very basic doubt - I have read umpteen times that the SAP recommendation is to use a 3-system landscape for performance reasons. One system for the developement, one for quality assurance and one for the production environment. Howev