locked
WARNING: Using oracle database driver with no command parameter RRS feed

  • Question

  • User-297332451 posted

    I am getting the following error when I try to connect to a desktop application with an Oracle 11g Database

    WARNING: Using oracle database driver with no command parameter

    Wednesday, September 9, 2015 9:00 AM

All replies

  • User269602965 posted

    And how are you trying to connect to the remote Oracle database with your desktop application?

    Using installed Oracle SQL Client on your machine?

    Using the managed or unmanaged Oracle Data Access components?

    Wednesday, September 9, 2015 10:48 AM
  • User-297332451 posted

    I have a CMIS time tabling system which connects to an Oracle client , when I try to connect I get  this error

    "WARNING: Using oracle database driver with no command parameter"

    Wednesday, September 9, 2015 12:08 PM
  • User269602965 posted

    show the block of code doing the connection.

    It sounds like it may be calling a PL/SQL procedure

    and the incorrect number and order of command parameters is the issue.

    But cannot tell just from error.

    Wednesday, September 9, 2015 2:14 PM