oci8
How to sort by numbers first with Oracle SQL query?
I have this table with a \'title\' field which is varchar2 and I want to select all rows and sort them first by number and then by th开发者_如何学运维e alphabet as it normally happens.[详细]
2023-01-28 13:03 分类:问答OCIError on 'require'; permissions issue?
I\'ve just recently started learning/using Ruby at work.I\'ve got a super-simple test script that just connects to our Oracle 10g database, runs a select, and \'puts\' the results to the screen.This i[详细]
2023-01-04 16:51 分类:问答Why is PHP's OCI8/Oracle oci_bind_array_by_name not working for me?
I\'m trying to bind a php variable to pl/sql array.The pl/sql procedure works fine when I execute it manually and set the bind, so I know that\'s not the problem.It\'s the oci_bind_array_by_name that[详细]
2023-01-01 19:08 分类:问答Can I return values to PHP from an anonymous PL/SQL block?
I\'m using PHP and OCI8 to execute anonymous Oracle PL/SQL blocks of code.Is there any way for me to bind a variable and get its output upon completion of the block, just as I can when I call stored p[详细]
2023-01-01 15:46 分类:问答Where's the OCI8 extension in PHP/5.3.2?
I\'m deploying a PHP application that connects to an Oracle 9i server using the OCI8 functions. I\'ve installed the latest official binaries for Windows (PHP/5.3开发者_运维技巧.2) in order to run it a[详细]
2022-12-29 23:38 分类:问答How do I require a specific version of a ruby gem?
Specifically, the ruby-oci8 gem.I have both 1.0.7 and 2.0.4 installed.I want 1.0.7. I can just require oci8, but I don\'t get the version I want.[详细]
2022-12-27 16:36 分类:问答OCI8 functions not found when run by apache with php5
I\'m trying to set up a server for a project in my databases class. I\'ll be writing the project in php, deploying it via apache, and connecting to a remote oracle server. I\'m having trouble with the[详细]
2022-12-25 16:13 分类:问答Dealing with eacute and other special characters using Oracle, PHP and Oci8
Hi I am trying to store names into an Oracle database and fetch them back using PHP and oci8. However, if I insert the é directly into the Oracle database and use oci8 to fetch it back I just receiv[详细]
2022-12-21 09:33 分类:问答Return a 'DESC package' in PHP using OCI
Hi I am trying to get information on an Oracle package directly from PHP using OCI8: $sql = \'DESC my_package\';[详细]
2022-12-10 05:35 分类:问答