Ask a Question related to Coldfusion Database Access, Design and Development.
-
pdrich #1
Oracle Thin Client and Stored Procedures
We have a stored procedures in Oracle that we are trying to call from
ColdFusion MX 7 using the Oracle Thin Client. The request hangs -- we never
get an error (that we can see in the CF logs or in the browser). There are a
lot of messages about issues with this, but I'd like to know for sure: is it
possible to call stored procedures in Oracle from CFMX7 using the Oracle Thin
Client?
pdrich Guest
-
Oracle thin client stop working
I just applied hotfix 3 to my MX 7 standard deployment and all my thin client connections to Oracle database now stop working. When I tried to... -
Calling Oracle overloaded stored procedures from CF 6.1
Did any of you tried to call an Oracle overloaded stored procedure from CF 6.1? You will be amazed to know that it doesn't work. :)) Please test... -
Oracle Thin client error w/ MX
My thin driver seems to be only partially working...if I do not supplie a username and password in the administrator (even though I am passing the... -
Cannot view Oracle Stored Procedures in Dreamweaver XP
Does anyone know how to get round this? I've defined and tested the connection to the Oracle database and everything seems to work OK, but when I... -
Oracle stored procedures vs Running from a flat .sql file
Does anyone know what the advantages are to using stored procedures and java stored procedures over and above running from flat unix files. I... -
sdupre #2
Re: Oracle Thin Client and Stored Procedures
I remember looking at this. It's bug 57560. Oracle had this problem in the
9.2.x driver and fixed it but didn't port the fix to the 10.x driver. This
should be an everytime repro case so if you can get a stack trace (technote
18339) and send it to me, we can confirm.
My 9/2004 comments:
The stack trace shows the statement is spinning at getUpdateCount(). Oracle
had this problem with their old 9.x thin driver too. Looks like someone forgot
to port this fix to 10g drivers.
Are you using the absolute latest thin driver? I'll try this and report back.
Stephen Dupre
Macromedia QA
sdupre Guest
-
pdrich #3
Re: Oracle Thin Client and Stored Procedures
Thank you for your response. I sent the stack trace in a private email. The
file I requested calls a simple stored proc that just runs a query but doesn?t
return a value. When I ran the page, it never completed. Eventually the
services hang and must be restarted.
Perhaps unrelated, but when I run CF using cfstart.bat, the following two
errors appeared:
no such classpath element: C:\CFUSIONMX7\runtime/../../classes
no such classpath element: C:\CFUSIONMX7\runtime\servers\lib\ojdbc14.jar
pdrich Guest
-
sdupre #4
Re: Oracle Thin Client and Stored Procedures
Bug 61189. This was a bug in the Oracle thin driver 10.1.0.2.0. I saw the
behavior.
10.2.0.1.0 solves the problem. (from the Oracle site - that goes with the 10g
R2 release). The thin driver was hung at getUpdateCount().
"jrpp-0" prio=5 tid=0x045a5728 nid=0xb78 runnable [777f000..777fdb8]
at
coldfusion.server.j2ee.sql.JRunStatement.getUpdate Count(JRunStatement.java:231)
at coldfusion.sql.Executive.getRowSets(Executive.java :331)
at coldfusion.sql.Executive.executeCall(Executive.jav a:564)
at coldfusion.sql.Executive.executeCall(Executive.jav a:517)
at coldfusion.sql.Executive.executeCall(Executive.jav a:477)
at coldfusion.sql.SqlImpl.executeCall(SqlImpl.java:32 0)
at coldfusion.tagext.sql.StoredProcTag.doEndTag(Store dProcTag.java:193)
at cfindex2ecfm1075374923.runPage(C:\cfroot\rcpDev\in dex.cfm:20) <- Line 20
is running a stored proc.
Stephen Dupre
Macromedia QA
sdupre Guest



Reply With Quote

