ODBC Driver problem with GetSchema("ProcedureParameters")

Hi,
i'm using Oracle ODBC Driver version 9.2.08 with ADO.net and trying to get
list of procedure parameters using the standard GetSchema ODBC connection method. I always get an empty datatable (of course i'm sure that on my schema i've some procedures with parameters).
Using Microsoft Oracle ODBC Driver i don't have this problem (it runs fine)
Can someone help me ?
Thanks in advance

I'm simple use the following VB net code:
Dim odbccn As System.Data.Odbc.OdbcConnection = New System.Data.Odbc.OdbcConnection("DSN=OraDSN;UID=user;PWD=pwd")
odbccn.Open()
Dim DataTable As DataTable = odbccn.GetSchema("ProcedureParameters")
the DataTable is empty when OraDSN use ORACLE ODBC Driver... it runs when use Oracle Microsoft Driver
I know how get list of Parameters using oracle catalogues but i need use standard ODBC Call...
Thanks for your reply

Similar Messages

  • Hard drive problem with HP Pavillion dv7-4180us

    Hard drive problem with my HP Pavillion dv7-4180us. Using Windows 7.
    Boots up sometimes and very slow.
    Appreciate any help.

    Have you booted into the BIOS or Diagnostics Tool to run the Hard Drive Test?

  • MOVED: Driver problems with Windows Professional XP 64bit Edition

    This topic has been moved to Operating Systems.
    Driver problems with Windows Professional XP 64bit Edition

    Well, after looking around the forum here I found an answer that works! I wish I could remember who to give credit too though. I installed the latest Vista drivers and I got static all the time. I tried another members suggestion of disabling the X-Fi device in the Device manager every time I log off and then enable the X-Fi the next time I log in. I have great sound as long as I do that. Also, for connecting to a home system I am using the DTS-60, $00 on this website, but it works well if you havea DTS decoder. I am using the X-Fi extreme Music edition. Good Luck, hopefully another driver is on the way.

  • ODBC compatibility problem with server 7.1.5

    Hi all,
    I am suffering from Windows ODBC driver desasters and hope I am not alone with my problem:
    I am developing a client app with Visual Foxpro 5.0a (maybe not relevant to the problem) on Win NT 4.0 SP 6,
    which accesses a Oracle 7.1.5 Server (on Alpha VMS) through ODBC.
    I used for several years the Version 2.0.x of the Oracle ODBC driver with satisfying results.
    Now I have to extent the app to run on Win 95 (sorry, but thats true) and also Win 2000. I am working in a large company
    network and have to take as environment what is provided by the systems group, which is SQL-Net8 and Oracle drivers
    from the 8.x series (8.1.7x for Win 2000 and some 8.0.x for Win 95).
    My problem: While DML commands are just fine with the 8.x drivers on the 7.1 server, I cannot call any stored
    procedures on the driver. I am using "ODBC" syntax, i.e. send strings like
    "{Call Schema1.Package1.ProcedureA(?Variable1, ?@Variable2)}" to the ODBC driver.
    I get the error message "Table/View does not exist", which is garbage, since the same calls work just fine, when
    using the 2.x driver.
    However, with the 2.x drivers, also the procedures get called ok and IN parameters are passed correctly,
    I cannot receive IN OUT parameters! What I get back is what I passed into the procedure plus one arbitrary character.
    Needless to say, that the 8.x drivers work just perfect against an 8i Server. However, I cannot migrate my productive
    database anytime soon.
    Does anybody have an idea which drivers are able to support calling stored procedures on a 7.1.5 server or can point
    me to resources here, which handle the problem?
    Thanks a lot,
    Peter
    PS: Yes I have seen the previous thread stating that, 7.1x servers are no certified for new drivers. But I simply hope, some
    body recognizes my problem and has a solution. :-)

    Thanks for the tip, might well be that this solves my problem (standards always should, or).
    But how do I bind the variables in a separate step the standard way? I never saw that in any docs -neither Foxpro nor VB which of course now moved to ADO.
    Thanks for an example or a pointer to the literature,
    Peter
    The standard ODBC syntax for executing a stored procedure is
    "{Call Schema1.Package1.ProcedureA(?, ?)}"
    The syntax you describe
    "{Call Schema1.Package1.ProcedureA(?Variable1, ?@Variable2)}"
    isn't familiar to me. I assume it's something Microsoft cooked up for pass-through queries (may be something special for FoxPro) that combines a few steps. You may want to try using the standard syntax and doing the variable binding as a separate step.
    I suppose that there might be a problem with the 7.1.5 database and how it handles IN OUT parameters, but that seems unlikely...
    Justin

  • Samsung hard drive problems with mid 2009 Macbook Pro

    Arghh, this is driving me mad. 
    I'd like to know if anyone has installed a Samsung HM641JI SATA II hard drive into a mid 2009 Macbook Pro (mine is a 2.8Ghz) and, if so, how they managed it. The drive is 640GB. These are the steps I've taken:
    1. Swap out the stock drive for the Samsung
    2. Boot from a USB drive which contains a mirror of my system
    3. When the system identified the new disk, I formatted it with 2 partitions (GUID table, HFS journaled)
    4. Reboot
    5. System is very slow. Boots from USB but can't use keyboard to login
    6. Switch off and try again
    7. Remove Samsung drive
    8. Reboot from USB (works perfectly)
    9. Downgrade firmware to 1.6
    10. Replace samsung drive and try again
    11. System boots from USB
    12. Verify that drive is running at 1.5Ghz
    13. Disk utility and system profiler both crash
    14. Disk unmounts by itself and other random weirdness
    15. Remove Samsung drive
    I've read endless reports about the firmware in this model of Macbook Pro and its issues with SATA II but struggling to find anything current and specific. Two questions:
    a. Is there anythign I can do to get this drive to play nicely?
    b. What drive should I get if the answer to a is no?
    As a bit of background.. my system began playing up last week with lots of spinning beach balls resulting in forced switch offs. Booting from a mirror on a USB drive works perfectly so I concluded that the drive was on its way out. A drive test utility confirmed this. I'm now wondering if it really was the drive or the cable or the logic board.
    Any advice appreciated.
    Cheers
    //A

    I'm coming around to the idea that this might be a problem with the SATA cable rather than the drive.
    I currently have the stock drive (Hitachi) back in the macbook. It mounted for a while and was then ejected when I tried writing data to it. System profiler reports that "There was an error while scanning for Serial-ATA devices."
    I was able to mount the same drive in a USB enclosure this afternoon without any problems. Right now, I seem to be having issues with both the Samsung drive and the Hitachi drive - I wasn't suspicious of thr latter because I thought it was failing.
    I found one or two accounts of other people having similar problems that were resolved with a new sata cable.
    How does a cable fail? Could this be my problem?
    Cheers
    //A

  • Oracle 8.1.5 JDBC driver problem with LONGVARCHAR

    Hi, I'm having problem with 8.1.5 release on Solaris with the
    JDBC type 4 driver (thin). If I create the following table
    create table test1 (col1 NUMBER, col2 LONG);
    Using JDBC driver to insert into the second column any string
    longer than 4000 characters causing run time exception. The type2
    driver works fine, but type2 is slow.
    String sql = "insert into test1 (col1, col2) values (1099,?)";
    PreparedStatement stmt ;
    stmt = conn.prepareStatement(sql);
    // create a string with very long value , bigger than 4096
    stmt.setString(1,string);
    stmt.executeUpdate();
    runtime exception:
    java.sql.SQLException: Data size bigger than max size for this
    type
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.sql.SQLException.<init>(Compiled Code)
    at oracle.jdbc.dbaccess.DBError.check_error(Compiled
    Code)
    at oracle.jdbc.ttc7.TTCItem.setArrayData(Compiled Code)
    at
    oracle.jdbc.driver.OraclePreparedStatement.setItem(Compiled Code)
    at
    oracle.jdbc.driver.OraclePreparedStatement.setString(Compiled
    Code)
    at testi.main(Compiled Code)
    Any help is appreciated.
    Thanks
    Steve
    null

    Post the full stacktrace here
    Also you might want to post jdbc related questions to weblogic.developer.
    interest.jdbc
    Kumar
    DreamNEON wrote:
    Hello,
    the NSAPI integration works, also the JSP files.
    But I have still problems with the Jdriver for my Oracle 8.1.5.
    I get the message :
    Failed to invoke startup class
    weblogic.jdbc.common.internal.JdbcStartup=weblogic.jdbc.common.internal.JdbcStartup
    when the WebLogic Server is started.
    Any ideas or hints about that?
    Thanks in advance
    Armin

  • Scanner driver Problem with - Windows 8.1 and HP AIO L7680

    Hi folk,
    i have a problem with my HP AIO L7680.
    I have made an upgrade to Windows 8.1 x64
    I install the actual driver version 14.8.0.
    The printer runs but the scanner makes trouble.
    When i will start a scan process i will get an error message and the scan process will be canceled.
    I will get this error message with photoshop, HP Solution Center and any other scanner software.
    The HP Print and Scan Doctor says i should contact the support.
    Here i am any idea?
    By the way i disabled my Antivirus Software during the installation.
    Thanks a lot.
    greetings
    Markus
    This question was solved.
    View Solution.

    Hi Markus,
    I understand that you are having an issue with scanning after upgrading to Windows 8.1. I will try my best to help you resolve this issue. I just need a little more information. What operating system are you running on your computer? Are you connecting wireless or with a USB cable? What is the error message that you are getting?
    I am including this document for A 'No Scan Options' or 'Scan settings are not set' Message Displays on the All-in-One there are trouble shooting steps for Windows 8 that will work for Windows 8.1.
    I hope this helps, let me know.
    Thank you,
    I worked on behalf of HP.

  • Oracle XA driver problem with WLS 7.0.1.0, Oracle 9.0.1

    We are using simplified chinese, after swith to bea jdriver, it messed up
    all the encoding. So we cannot display Chinese character correctly.
    We are using WLS 7.0.1.0, Oracle 9.0.1 on both Windows and Solaris 8
    environment, BEA supplied JDK 1.3.1_03.
    We have many diffrent problems with oracle drivers:
    1. We want to use XA driver to support distributed transaction, However:
    * bea jdriver xa messes up with encoding
    * when using oracle 901 driver, everything works fince except webservices.
    Workshop application access the ejb, then the workshp application sets
    isolation level, but oracle driver does not support it and gives error. Is
    there a way to turn off isolation level in workshop? I tried manually edit
    weblogic-ejb-jar.xml, however,workshop cannot redeploy it after that.
    2. When not using XA, oracle thin driver works fine. But we lost XA
    capability.
    Any work around?

    I did try to change the value in this config file as well, but did not help.
    In fact, the installation default setting is with
    '<transaction-isolation-level>' commented out.
    And when I use bea oracle jdriver, it somehow messed up with database
    character set encoding, so our Chinese characters could not be retrieved
    correctly. And I try to set the encoding of jdriver to 'GBK', it did not
    work.
    "Anurag Pareek" <[email protected]> дÈëÏûÏ¢ÐÂÎÅ
    :[email protected]..
    Hello Ma,
    The transaction isolation level value for EJBs backing the JWS files is
    specified in the <transaction-isolation-level> tag in the
    WEB-INF/weblogic-jws-config.xml file of a Workshop project. You can
    manipulate this value to serve your purpose.
    Please do let me know how it goes.
    Regards,
    Anurag
    Workshop Support
    "Ma Jie" <[email protected]> wrote in message
    news:[email protected]..
    We are using simplified chinese, after swith to bea jdriver, it messed
    up
    all the encoding. So we cannot display Chinese character correctly.
    We are using WLS 7.0.1.0, Oracle 9.0.1 on both Windows and Solaris 8
    environment, BEA supplied JDK 1.3.1_03.
    We have many diffrent problems with oracle drivers:
    1. We want to use XA driver to support distributed transaction, However:
    * bea jdriver xa messes up with encoding
    * when using oracle 901 driver, everything works fince exceptwebservices.
    Workshop application access the ejb, then the workshp application sets
    isolation level, but oracle driver does not support it and gives error.Is
    there a way to turn off isolation level in workshop? I tried manuallyedit
    weblogic-ejb-jar.xml, however,workshop cannot redeploy it after that.
    2. When not using XA, oracle thin driver works fine. But we lost XA
    capability.
    Any work around?

  • Having hard drive problems with 2011 macbook pro

    Hey all,
    I am having some hard drive issues with a 2011 Macbook Pro running OS X Mavericks.
    How it happened: I was browsing the web when suddenly I got the spinny-wheel-of-death.  The spinny wheel of death stuck around for much longer than usual, and eventually my computer wouldn't even respond to mouse input (the mouse wouldn't move).  Nothing worked, so I did a hard reset of my computer.  When I rebooted the machine, it took me into "Recovery Disk Mode".
    Here are the diagnostics that I've done: In "Recovery Disk Mode", I have the option to use the Disk Utility, which I have done.  My main volume, called "Macintosh HD" is grayed out - and not mountable.  When I run "first aid" on it, it is not able to verify the disk because of an "Invalid B-tree node size".  It then tells me to repair the disk.  I have tried repairing the disk, but it fails - and that is not entirely unexpected because all of the forum posts that I have read up until now say that Disk Utility cannot repair this specific type of error.
    3rd party software I have tried: Based on the forum posts that I have read, Disk Warrior is especially capable at fixing this kind of error, so I went to my local computer shop, purchased the software, and booted into it.  Disk Warrior did not recognize my drive, and did not even show it in the list of available options.
    Other things I have tried: I purchased a Seagate external drive, and I tried to use Disk Utility to copy the contents from my MBP's hard drive over to the external drive, but when I do so, "Disk Utility" tells me that "Recovery partition restores can only be done on GPT partition maps."  I have also had it give me another error message where it says it "cannot verify source - error 254". 
    Additionally, I have seen around the internet that many people try using "fsck" to fix this issue, but I haven't been able to find a good explanation of the proper steps when using "fsck", nor how to specify to the "fsck" program that I want it to fix my "Macintosh HD" volume.  I've opened up the terminal, and gone into the "/dev/" folder, but I don't know which item in that folder, or any other folder, would properly lead down the path to my "Macintosh HD" volume.  Also, the man pages seem to be of little help here.
    One option I would like to try, but I have not been able to, is to try putting my MBP into Target Disk Mode, and see if my desktop machine (a Dell) can see it.  The problem here is that my Dell only has USB ports - no Firewire, and obviously no Thunderbolt ports.  I would need to find a way to plug my MBP into my Dell while it is in Target Disk Mode, but from what I can tell, that's impossible if I don't have a Firewire or Thunderbolt port on my Dell.
    So, now having explained everything I have tried, can y'all give me any advice on how I can recover my drive without completely repartitioning it?  Although most of my important data and files are located on cloud services, there are definitely some files on the drive that I don't have backed up, and I would like to recover the drive without losing those files.  What suggestions can you give me?  Thanks!

    Yes, BUT...
    ... there are many problems that are really easy to eliminate by replacing the Hard drive, including ones that have nothing to do with actual Drive Hardware failure. These include corrupted install of Mac OS X, its EFI partition, clobbered partition tables, or the appearance of Bad Blocks in a critical area.
    Any of these problems can sometimes be eliminated by re-initializing the entire drive and writing Zeroes, and re-installing from scratch. The trouble is, this process takes hours to complete, and is not guaranteed to be successful -- you may still need a new drive after all that effort.
    I learned from my Plumber that consumers have no appetite for solutions that might work, and detest return visits for any related problems whatsoever. You or your friend may have had your drive replaced, not because it actually failed, but because the situation was troublesome, and the provider thought you would not tolerate anything less than a crisp, complete fix on the first attempt. And based on the cost of technician time, it may have even been cheaper that way.

  • [SOLVED!] On USB drives, problems with non-English chars and HAL

    Hello,
    I am having a problem with non-English caracters (áãàçéẽê...) on files stored on my USB drive.
    On Windows they're created with the correct name. But on Linux the files have the non-English characteres replaced by '?' and are not accessible.
    If I manuallly mount the drives using 'mount -o iocharset=utf8 /dev/sdb1 /media/usbdisk' the characters are OK, so I think I just need to get HAL to pass the correct parameters to mount. However I don't know how to do that, and haven't found any good solution.
    I tried to build a custom kernel setting the default charset as UTF-8 and it didn't work.
    Any ideas? I'm using x86-64, HAL 0.5.13-3 and my locale is pt-BR.UTF-8.
    Thanks!
    EDIT: Actually, this is not a HAL problem, but a problem with 'exo'. For the solution, I edited /etc/xdg/xfce4/mount.rc and added iocharset=utf8 to the [vfat] category.
    Last edited by Renan Birck (2009-11-28 20:54:23)

    I don't use Thunar presently, but I looked in the Thunar Volume Manager doc and I didn't find anything to change the mount options of removable drives. I am not quite sure if it's possible or not. Maybe someone using it can tell for sure.
    But if it is not possible to change the mount options, a possible solution is to disable the Thunar Volume Manager plugin and to use something else more configurable to manage the automount function.
    Personally I use the halevt package from AUR which uses configuration files in the xml format.
    It's not so easy to use but is highly configurable.
    But there exists other tools also.
    I can help you with halevt if you choose that way...

  • Print driver problem with OS 10.4.6

    I recently installed 10.4.6 and ever since have been unable to print via a network on a Lexmark Optra T614 (duplex). All was working fine until the upgrade to 10.4.6. I have downloaded a driver from Lexmark's website and successfully installed it to my system via the wizard - message was "you have successfully installed . . . ". However cannot find it to install through the Print Centre. I am running it through a router shared with a PC (Windows 2000). No problems at the Pc end. As I said prior to purchasing 10.4.6 all was working fine. I have tried to set up to print through the local network via the PC - without success. At one point (not sure what I did) actually got the Mac talking to the printer. The lights were activated and it made a few attempts but then cancelled out. I then tried something else and it didn't work, so now I am back to where I was when I started. Can you help with this one Greg? regards Ian

    Hi Greg, Still no answer to my printing problem.
    The Optra T driver is probably right.
    I trashed the drivers and did a fresh download and reinsatlled. It is an Optra T driver.
    Since you can't print using generic postscript, I don't think you
    have a driver problem. If the printer supports LPD or
    IPP, you probably need to enter a device queue name
    in Printer Setup. (No queue name for HP Jetdirect
    protocol) L1, P1, LPT1, and print are common queue names
    I have set up so that Printer Name is 192.168.0.200. This automatically selected Lexmark Optra T. Also the queue name appeared as 192_168_0200-1. Host name was blank and Driver Version 10.4 and PPD File Version is 10.4.3.3.0. I tried to print the Print box showed Preparing . . then Processing Page 1 and dissapeared in the normal manner. I opened the Printer Monitor (in the dock) and it showed the job in the queue as it should and the Status showed: printing. The blue bar scrolls and the message Connected to 192.168.0.200 comes up. The printer shows no sign of receiving the file. I have done this numerous times. I have also keyed in the computer name in the location and still no go - just the same outcome. The computer name is ian-brownlees-computer.local.
    Look in the printer manual or google for it.
    Unfortunately I don't have a manual but have been trying to locate one.
    Any further clues??

  • Y510P Synaptic Touch Driver Problem with win 8.1

    Under warranty my Y510P Elan touchpad was replaced with a Synaptics and now will randomly not register a tap until taped 3 times. After the 3 tap it works fine again for a while then repeats the cycle over and over. After many tech suport calls it was sent in, twice, and sent back with no repairs made. They push the one button recovery and ship it back.
    They told me that the system is set up for Windows 8.0 and not 8.1 so it's driver is the problem and when Synaptics updates it's driver all will be well. After a call to Synaptics I was informed that it's not an issue with 8.1 because it's the same as 8.0 as far as there touch pad and driver were concerned. This thing was not cheep and has turned out to be such a boat anchor.  

    The y510p has a whole range of issues, it has een discontinued, Im having a lot of problems with mine as well. Lenovo should atleast help out owners who bought this $900+ laptop.

  • M-Audio Delta 1010LT driver problems with 10.4.6

    I'm having problems with the M-Audio drivers for my Delta 1010LT sound card under 10.4.6. Specifically, I'm getting frequent kernel panics if I try to play sound through the card when I boot up in the morning after the computer has been shut down during the night. I've tried using not only the current version of the Delta driver (2.0.5), but also 2.0.4, 2.0.3, and 2.0.1.
    Recently, after being very frustrated with this problem, I requested and received a replacement card from the vendor, since both I and M-Audio Tech Support suspected that I might have a defective card. I have to admit that there seems to be some progress. At least for the time being, I have a working setup for Pro Tools M-Powered 7.1 with driver version 2.0.5 and Mac OS 10.4.6. However, I'm finding that I'm still experiencing frequent kernel panics if I try to play sound through the card (any sound application causes a problem, not just PTMP) when I boot up my computer in the morning. (BTW, I probably wouldn't have this problem if the driver would allow my computer to sleep! But that's another story . . .)
    I do have a workaround (at least, it seems to be a workaround, though my past experience leads me to believe that it could cease to be one at any moment): immediately upon starting up, I reinstall the driver. Then everything seems to be OK—unless the system freezes (which it does frequently, and which it didn't before I installed the 1010LT), in which case more often than not I get a kernel panic upon rebooting and have to install the driver again.
    Since when it does work, it works very well, I don't think that the problem is with my machine. (I've tried switching slots several times, which does not seem to have an effect.) But something is still clearly not right.
    BTW, through a process of trial and error, I've determined that there seems to be a conflict, at least on my system, between the M-Audio Delta drivers (all versions) and Intego VirusBarrier X 4 (and, I think, also ClamXav). I assume, though I can't support the assumption, that they may conflict with other anti-virus software as well. With Mac OS X viruses beginning to appear, this is a serious problem that I think should be addressed very soon!
    I'd be interested to hear if other users with Delta 1010LT cards have had similar problems under 10.4.6. I've seen a large number of such items involving 10.4.3 and 10.4.4, but there appear to be few reports of such difficulties with 10.4.6.
    MDD dual 1.25 GHz Power Mac   Mac OS X (10.4.6)  

    I finally gave up and ordered a Firewire 410, which works beautifully. Too bad that I wasted $200 on a card that I couldn't use, but . . .

  • OS X print driver problem with PDF (only)

    Why is it that I cannot print a PDF (only – all other documents print fine) from my MacPro 5,1 OS X 10.7.5 to my HP LaserJet 4050N using the latest HP driver, but I have no problem whatsoever printing the same PDF to the same printer using the Gutenprint CUPS driver? With the HP driver I get spooling file 10% for an hour before I give up.
    I have tried printing from Adobe Reader, Acrobat and Preview (all latest versions) with the same result.

    Nuthin? Not even finger pointing?

  • DVDRAM Drive problem with my Toshiba P105-S6020

    The DVDRAM GMA 4082N installed on my P105-S6020 is all of a sudden not being recognized my the system. Attempts to troubleshoot, un-install and re-install the device as well as downloading the latest drivers have yielded no results. HELP!!!
    Solved!
    Go to Solution.

    There was an issue where the DVD drive suddenly becomes missing from My Computer.  This is a problem with windows and can be easily fixed by editing the registry.  First, check if the drive is recognized under the BIOS.  Second, check the device manager if it shows any yellow exclamation marks (yield sign) on the DVD drive.  Lastly, check My Computer to see if the drive is missing.  If all these 3 are correct, then this can be fixed by a program that can be downloaded from the link below.  Just follow the instructions and you should be good to go.
    CD / DVD drive missing from 'My Computer' (Windows Explorer)
    =====================================================
    Okay, now I've closed all the windows. What do I do next? By the way, it's a bit warmer with all the windows closed...

Maybe you are looking for