oracle-call-interface
Calling a Oracle procedure with output variables using OCILIB
I have a procedure with the following signature: procedure countryExists(iCountryName in varchar2, oCount out integer)[详细]
2023-04-11 06:04 分类:问答Oracle OCI - failing with ORA-12705 when running as another user
I\'ve got a C application using OCI to talk to a database.I\'m using the instant client method so there is no standalone Oracle installation on the server - just a couple of libraries that the applica[详细]
2023-04-09 01:10 分类:问答Debugging Oracle Error That Only Occurs With PHP/OCI
I have a query that is designed to total hours and assign a value depending on the make up of those hours written for an Oracle database.[详细]
2023-04-05 20:22 分类:问答Trying to fetch data from database error
This is the script. I am getting an error on line 29 which is.. $stmt = OCIParse($connect, $query); (Compare as well this question PHP error: Warning: ociparse() expects parameter 2 to be string)[详细]
2023-04-05 12:00 分类:问答Can't compile against OCILIB
I\'m having trouble compiling some code against ocilib (libocilib.a) on version 3.9.0: $ ls libocilib.a ocilib.htest.c[详细]
2023-03-18 13:12 分类:问答OCI8 script giving a blank page
Okay, I am trying to use OCI8 with PHP 5.3.x and Or开发者_开发问答acle 10g and the latest Apache 2.2.x ! I did everything written in Oracle & PHP underground manual to set it up. But when run this[详细]
2023-03-17 00:39 分类:问答Does Oracle really offer any OCI demo/sample programs? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.[详细]
2023-03-13 02:59 分类:问答Getting a bind position from a bind name in OCI
When using OCIStmtPrepare() and OCIBindByName(), is there a way to do the开发者_JAVA技巧 bind by name, then get the position of that bind as an int? OCIStmtGetBindInfo() doesn\'t seem to do it. Thanks[详细]
2023-03-10 04:08 分类:问答Suppress PHP warnings for expected Oracle exceptions
I have a PHP functi开发者_如何转开发on that calls a PL/SQL package that can throw a number of known exceptions (i.e. user exceptions) that I can catch in PHP and act on. The problem is, despite catchi[详细]
2023-03-09 17:23 分类:问答Using a NULL pointer with OCIAQDeq()
In the documentation for OCIAQDeq() it states: The application may choose to pass NULL for payload the first time[详细]
2023-03-08 03:55 分类:问答