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
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?
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"
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.