Free WIRE PROTOCOL DRIVER???

Hi,
Does anybody know of a free wire protocol driver available on the internet??? (Accessing Oracle server without installing the client software...)
Thanks for any info.
JC

I do not believe such an animal exists. Since Oracle's wire protocol is proprietary, reverse engineering it is a very significant investment.
If you need to access the Oracle server without installing the Oracle client, can you use the thin JDBC driver?
Justin

Similar Messages

  • [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]

    Hii ..
    need help on this ..
    This what I am doing ..
    I am using a DATAEXPORT function to export level0 data from my essbase 11.1.2.2 to Microsoft SQL 2008 tables.
    So what I did first I exported the level0 data to a flat file using DATAEXPORT and the created the SQL columns by the same  in that order only in my SQL table.
    When I run it fails with this error:
    ODBC Layer Error: [21S01] ==> [[DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Column name or number of supplied values does not match table definition.]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021014)
    ODBC Layer Error: Native Error code [213]
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Error(1012085)
    Unable to export data to SQL table [dataexp]. Check the Essbase server log and the system console to determine the cause of the problem.
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1021002)
    SQL Connection is Freed
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Warning(1080014)
    Transaction [ 0x1c50001( 0x51ee7d66.0x80342 ) ] aborted due to status [1012085].
    [Tue Jul 23 18:26:07 2013]Local/dataexp/dataexp/admin@Native Directory/1209813312/Info(1012579)
    Total Calc Elapsed Time for [test.csc] : [1.44] seconds
    =============================================================
    I did a simple test on my Sample.basic application then ..
    loaded the calc data to it and then used the below script to export to a flat file
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET DATAEXPORTOPTIONS
                    DataExportLevel "Level0";
                    DataExportOverwriteFile ON;
                    DataExportColFormat OFF;
                    DataExportDimHeader OFF;
    FIX(
                "Jan",
                "Sales",
                "Actual"
    /*DATAEXPORT "File" "," "/home/hypadmin/samtest.txt";*/
    DATAEXPORT "DSN" "Abhitest" "sample" "sa" "welcome1";
    ENDFIX
    out put as below:
    "Sales"
    "100-30","California"
    "Jan","Actual",145
    Now In sql I created only 3 columns with name Jan/Sales/Actual and when I run this script again with comments removed .. I get the same error as what I have got in my first test case with other application ..
    but when I create the columns with same name as what its in export
    Sales/100-30/Califirnia/Jan/Actual
    It created the new rows successfully ..
    So with this I think the error which I am getting with my other application might be because of the same column issue  .. but then I have created all the columns by looking at the export file only as I did in sample ..
    Any idea would be helpful ..
    Thanks
    Abhishek
    I

    First make sure you add
    DataExportRelationalFile ON;
    to your set commands it is missing
    I alwats like to also add
    DataExportColHeader dimensionName;
    so I am sure what dimension is getting put into the columns.
    Then count the number of dimensions in your outline (exclude attribute dimensions). You need at least that many columns in your table  -1 + the number of  members you will be returning as columns in the export
    Taking your example Sample basic has 5 dimensions
    Measures
    Years
    Scenario
    Product
    Market
    Since you did not specify a dataexportcolheader it took the dense dimension Scenario as the columns. Your fix statement is limiting that to one member. Doing the math
    5 -1 + 1 = 5 columns in your table which is what you found works.  Suppose you fixed on bothe Actual and budget in scenario then you would need 6 columns 5 -1 +2

  • [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'

    Hi,
    We have exadata x3-2. I am seeing this error in alert log file frequently.
    The db version: 11.2.0.3 On RAC on Linux 5.8 x86-64Bit
    Errors in file /d01/oracle/TEST/11.2.0/admin/TEST1_dbtest/diag/rdbms/prod/TEST1/trace/TEST1_reco_11909.trc:
    ORA-01017: invalid username/password; logon denied
    [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'. {28000,NativeErr = 18456}
    ORA-02063: preceding 2 lines from HIS_CUST
    The file /d01/oracle/TEST/11.2.0/admin/TEST1_dbtest/diag/rdbms/prod/TEST1/trace/TEST1_reco_11909.trc
    Contains many repeated lines like below
    *** 2015-01-21 06:34:40.209
    ERROR, tran=21.24.51311, session#=1, ose=0:
    ORA-01017: invalid username/password; logon denied
    [Oracle][ODBC SQL Server Wire Protocol driver][SQL Server]Login failed for user 'RECOVER'. {28000,NativeErr = 18456}
    ORA-02063: preceding 2 lines from HIS_CUST
    Could any please help why is this happening.
    Thanks

    Hi,
       You have customers who are running distributed transactions using a gateway which need to be rolled back.  However, the gateway has not been correctly configured for distributed transactions.  To roll back a transaction on the SQL*Server database a connection is made as the user defined in the parameter  HS_FDS_RECOVERY_ACCOUNT in the gateway init<sid>.ora file but this user has not been created in the SQL*Server database with the password defined in HS_FDS_RECOVERY_PWD. This user also needs to own the transaction log table.
    I assume you are using the Database Gateway for SQL*Server (DG4MSQL) as the Database Gateway for ODBC (DG4ODBC) doesn't support distributed transaction.
    If you have access to My Oracle Support have a look at this note -
    How to Setup DG4MSQL to Use Distributed Transactions (Doc ID 227011.1)
    Otherwise, check the Gateway documentation.
    Regards,
    Mike

  • WARNING OGG-00869  Oracle GoldenGate Delivery, repdb2.prm:  [SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.

         When I migrate CLOB datas from Oracle 10g to PostgreSQL 9.0,and the target data type is text,the replicat process abend,and it reports as following:
    WARNING OGG-03056  Oracle GoldenGate Delivery, repdb2.prm:  Source table SDCMNET.T_INFO_SUPERIOR_PROGRAM column PRO_CONTENT_CLOB data size exceeds the maximum target table sdcmnet.t_info_superior_program column pro_content_clob size. Automatic truncation is enabled for all tables/columns without further warnings.
    WARNING OGG-00869  Oracle GoldenGate Delivery, repdb2.prm:  [SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.
    WARNING OGG-01004  Oracle GoldenGate Delivery, repdb2.prm:  Aborted grouped transaction on 'sdcmnet.t_info_superior_program', Database error 0 ([SQL error 0 (0x0)][Oracle][ODBC PostgreSQL Wire Protocol driver]String data, right truncated.
         But,according to the SEQNO and RBA,I find the records have been migrated,and the length of records is equal to what is in oracle.Then I try to use the odbc driver of postgresql 9.3 to replace,although I can login the database ,but it warns again.
         Can anyone help me?

    This forum is for Oracle Maven Repository.  You might have more luck posting your question in an forum for GoldenGate - you are more likely to find someone who knows about that product in its own forums.

  • Wire protocol driver

    Hi guru's am new to hyperion looking for some help on hyperon,what do u mean by Wire protocol driver pls tell me in brief

    I used the wired protocol driver to connect to an Oracle table with DATAEXPORT in lieu of a tradtional DSN.
    I don't pretend to know much about Oracle, but it seems to be the way you define the DSN.
    Here's the first hit I got when I googled "wired protocol driver" -- it seems to match up with what I wrote
    Regards,
    Cameron Lackpour

  • Oracle Wire Protocol Driver for ASA

    Hi all,
    where can I get the Oracle wire driver for sql Anywhere 10, 12 or 16?
    Please send me the URL and info. Thanks.
    André Rust

    AFAIK SQL Anywhere (at least Standard Edition) doesn't contain any Oracle ODBC driver.
    The page Recommended ODBC Drivers for 16.0 MobiLink tells to install an Oracle Client to use it's ODBC driver, but doesn't mention "Wire", whereas for Mobilink 10.0 Recommended ODBC Drivers for 10.0.1 MobiLink Technote: Mobile Enterprise, Database Management iAnywhere - Sybase Inc it's recommended to purchase "DataDirect Oracle Wire Protocol ODBC Driver".

  • ERROR [HY000] [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Invalid date string (7497) (pgoe1022.dll)

    I am selecting data from a Progress database using the Data Direct Open Edge 10.1.B driver. The target table stores the date values as varchar in this format "22-OCT-14" In the select statement I can use Progress statements or T-SQL to transform
    the varchar to a date - but cannot do the same in the WHERE clause 
    Select po_number, cast(po_date as date) as [po_date] from [po_table] 
    (no problem - the [po_date] field stored as "22-OCT-14" is returned as "2014-10-22 00:00:00"
    but when I include the cast in the where clause I get the error described in the title
    Select [po_number], [po_date] from [po_table WHERE cast([po_date] as date)<= '10/22/2014' - NO GOOD
    I have tried very many combinations of the date string format , different functions and sub-queries but cannot find an answer

    The sql strings I posted are working examples - I've tried the ISO format you included - any number of date formats will work when the target field is a "Date" field - but trying any kind of transform statment to processa date stored
    as a varchar in the WHERE CLAUSE throws the erro
    Storing dates in a varchar column is a bad idea on any platform. Apparently there are strings in that column which cannot be converted to dates.
    On SQL Server you could have found this with
    SELECT po_date FROM po_table WHERE isdate(po_date) = 1
    What you should use on Progress, I have no idea.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I hav 260000 mp3 stored on A My Book 3 TB external Fire wire 800 Drive - when I play songs I get short interuptions every 20 to 30 seconds. Can't iTunes handle that?

    I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I have 260000 mp3 stored on a My Book 3 TB external fire wire 800 Drive - when I play songs I get short interruptions every 20 to 30 seconds. Can't iTunes handle that number of songs?

    I'm using iTunes 10.6.1 on an iMac 2,66 Ghz intel core Duo with8GB DDR3 and Lion 10.7.3 I have 260000 mp3 stored on a My Book 3 TB external fire wire 800 Drive - when I play songs I get short interruptions every 20 to 30 seconds. Can't iTunes handle that number of songs?

  • Mac mini with a fire wire external drive

    I have 10 folders with pictures in my fire wire external drive, but mac mini cannot see the pictures in one of the folders. If you click the folder, it shows 0 items. However, if the folder is chosen as a screen saver folder, the pictures show as a slide show. Why is that?

    Use the Disk Utility and repair that drive.

  • Increasing free space on drive C

    My computer was really low on free space on drive C. It seemed as if Adobe programs were eating up space on drive C. I managed to increase the free disk space from 2.7 GB to 8 GB.
    (Try at your own risk...)
    Windows XP
    1. Delete picture folders from C:\Documents and Settings\Main Administrator\Application Data\Adobe\Bridge CS4\Cache
    Bridge apperantly saves some files automatically. I had some old photos there that I'd already backed up.
    2. Delete C:\Documents and Settings\(user name)\Application Data\Adobe\CameraRaw\Cache
    3. In premiere pro cs4: Edit>Preferences>Media change the location of Media Cache Files and Media Cache Database from drive c to any other drive.

    You are playing with fire!
    The proper way to control and purge these caches can be found as follows in Bridge:
    Edit=>Preferences=>Cache
    provides facilties to set the location of the Bridge cache, control its maximum size, to compact the cache, and to purge the Bridge cache.
    Edit=>Camera Raw=>Camera Raw Cache
    provides facilities to set the location of the Camera Raw cache, control its maximum size, and to purge the Camera Raw cache.
    Don't go willy-nilly deleting files!
         - Dov

  • Best way to free up hard drive space??

    Brand new here-please take it easy on me!!
    I backed up my hard drive to an external seagate freeagent pro (360GB??), but when I go to the seagate drive, I cannot view my photos that were backed up. How do I view them? I opened the seagate icon, clicked on applications folder, scrolled down to iphoto (which is under the installers tab-should it be under the installers tab or utilities tab??) open iphoto, but it shows no photos......?
    I have over 10,000 photos that are VERY important to me, and would not like to lose them.
    I read that it is okay to move the library to the trash to free up hard drive space?? Could someone direct me to a link to help me out? I have been searching for about 2 hours and haven't found my answer yet......I'm starting to get a little nervous.......

    do not do anything with the Library folders, especially the Library in your user home folder - most of your music, photos etc are stored there by default.
    in Mac OS X every user has an account and a home folder, contents of which are linked to the applications (iPhoto etc) for each different user; if you simply copy the files over to another drive, the links may not work.
    if everything still works on the original drive, you may want to "clone" the drive to the external - it will make an exact copy of your drive.
    to clone, boot from the installation DVD, go to the Disk Utility and use "Restore" option to clone the drive - be very careful about which drive is the source and which one is the destination, since the destination drive will be erased.
    try at your own risk though.

  • TCP / IP Protocol Driver - not installed (using Windows 7 Home Premium (64 bit) Service Pack 1

    I am using a ThinkPad T520 laptop.  Lenovo Solutions Center keeps referring me (with a yellow exclamation mark) to the Device Manager and alerting me to a "non-critical" error. The message is "TCP / IP Protocol Driver - not installed".
    I have found numerous pieces of advice for Windows XP and Vista - but very little for Windows 7. I have however tried the Microsoft "Fix it" solution and it had no effect.
    I am still able to connect to the internet via Ethernet cable and wifi. It is however worrying that the warning keeps being raised.
    Does anyone know how I can fix it?

    Hi Tripplec.
    Thanks for the reply. I am away from home at present without my ThinkPad, so will try it at the weekend. I am an experienced computer user but this is a brand new machine and I have never had a laptop that produced error messages without providing any suggested fixes. It seems that Lenovo is not suitable for ordinary home users, but only for computer engineers. Sadly that is not me... so before I plunge in, can I just check some details?
    1. You suggest removing the offending network adapters in device manager. Which are the offending adapters that cause a TCP/IP protocol driver error?  I am nervous of removing the wrong things and making it worse!
    2. You also suggest that I go to Network Connections via Control panel, properties of adapter, Install and select the desired Protocol(s) and install them.  Is that an alternative fix  to 1 above - or an essential follow-on after removing the offending adapters?  (Last week I searched the machine and the Lenovo support page of drivers - and never found a TCP/IP protocol driver. If you know where one can be found, I would prefer to instal a new driver, rather than delete other devices and hope that the machine reinstalls them later!).
    Much obliged for your assistance.
    Fillet

  • SBS 2003 I have a huge 211GB servername .bkf file in a folder called exchangebkp on my C drive . I have only 1.5 GB free on that drive

    I have a huge 211GB <servername>.bkf file in a folder called exchangebkp on my C drive .  I have only 1.5 GB free on that drive.  I want to delete that backup file to make room, and know it has not been modified since july 2013, although
    it seems to be accessed every hour or so ..  What is that file?  ntbackup has not been used on that exchange server. also, since i only have 1.5 free, will i be able to delete it? 
    SBS 2003

    Hi Mr. Multi,
    I would like to verify if you have other Exchange backup at first.
    If you don't have a full backup for Exchange data, it is not recommend to delete the .bkf file directly.
    About Exchange 2003 Databases backup, here is an article for your reference.
    Backing Up Exchange Server 2003 Databases
    http://technet.microsoft.com/en-us/library/aa998379(v=exchg.65).aspx
    Hope it helps.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • How can I solve the problem, which is shown as Modbus exception response 2 (illegal data address) in lookout protocol driver?

    I have a Dynisco UPR700 instrument that has a modbus communication protocol, I use the lookout protocol driver modbus to communicate with it, but the lookout protocol driver gave me the information about "modbus exception response 2 (illegal data address)", how can I solve this problem? where can I set the right data address? Thanks!

    Most likely you are trying to access a datamember address that is either not supported or non-existant on the UPR700.
    Double check the address that you are writing/reading and make sure that it is supported.
    Regards,
    Chad Evans

  • How I can move my GB songs to a CD so I can free up hard drive space?

    Whenever I attempt to move a GB song onto a CD (to free up hard drive space) and delete the song from the GB folder, I'm not able to open up the song. Any advice?
    iBook G4   Mac OS X (10.4.4)  

    Thank you for your advice.
    Ultimately you are correct about the CD-R not being reusable once the file is burned.
    Presently I've alleviated that by not burning the CD-R. However, the downside is that I will not be able to remove the CD-R from the drive until I either burn the songs to the CD-R, or move the songs back onto the hard drive.
    Perhaps a CD-RW may allow one to move files back and forth in the same manner that floppy disks do (though a GarageBand file obviously would be much too large to store on a floppy). This may be a temporary "poor person's" solution to free up hard drive space until one can afford a zip drive or a larger Mac.
    Thank you again for your tip.
    Cheers,
    John
    iBook G4   Mac OS X (10.4.4)  

Maybe you are looking for

  • IDevices Periodically Lose Connection to iTunes Server

    Periodically, our Apple TVs and iOS devices seem to lose "knowledge" of our iTunes server.  This has worked fairly reliably in the past, but seems more problematic now (I'm not sure if this is due to Yosemite or some other update).  There have been n

  • Partial Payment

    Hi Gurus I have got a query if anybody help me out in this. After entering the invoice in the system i want to clear it with partial payment and system does that and generates a clearing document against each other. Both invoice and partial payment r

  • Calling EJB from class in same ear

    Has anyone ever attempted to call an EJB from a class that is in the same ear? I have a singleton class, not another EJB, that is trying to get ahold of an EJB to call a method. This method has been defined to have both a local and remote interface.

  • Missing orders in SAP-Gap in number assignment

    Hi All,   We are facing a situation where there is a gap in assignment of order numbers. We do not have any trace of any failed updates in ST22,SM13 etc. Does this mean that we missed only a "number" and not an order? Is there any other transactions

  • How to use the stabilizer effect on Adobe premiere elements 11

    Can anyone show me how to use the video stabilizer effect on premiere elements 11 step by step ? Thank you !