BUG: ORACLE Procedures with Lower Case Names Are Not ExecutedID: Q190593
|
With an ORACLE data connection if you have a procedure whose name is in lowercase letters, on execution you will be told that the procedure "is not a procedure or is undefined."
Before the procedure is executed, there is a check made to see if the procedure exists. This check is done against uppercase names.
Change the name of the procedure to uppercase letters or add a dummy procedure whose name is the uppercase equivalent. This dummy procedure will get past the existence check and the correct procedure will be run.
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
Additional query words:
Keywords : kb3rdparty kbOracle kbVisID600 kbVisID600bug kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 13, 1999