oci8
Ruby OCI8 DBI, how to check query generated after parameter binding? need to check for "in" queries
While using Ruby-DBI I am facing issues with parameter binding for where \"in\" queries. Two questions:[详细]
2023-04-09 04:05 分类:问答Set a time limit to an oracle query
I开发者_如何学Python need to interrupt the execution of an oracle query if it is taking more than 10 seconds, and give user a message informing him about execution timeout.[详细]
2023-04-06 21:00 分类:问答oci8 + php cgi not working
I have successfully instaled oci8 module following this guide: http://orfeogpl.info/wiki/index.php/Ubuntu_Oci8_Php5[详细]
2023-03-26 07:49 分类:问答Why my YII need have installed Oracle's Instant Client libraries?
I am playing with Yii framework and now I am investigating Yii Shell. But if I use this command: yiic shell[详细]
2023-03-23 12:30 分类:问答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 分类:问答calling the column_name in the table while connecting via Oracle DB
I am trying to get the value from the table(employee)connecting through the oracle database. Since there are 100s of values in one column, I would need to iterate the table and get the exact value.[详细]
2023-03-11 20:38 分类:问答CHAR semantics and ORA-01461
I maintain a PHP driven application with Oracle backend (OCI8 functions). The app is developed with Oracle 10g XE and deployed on whatever version thecustomer owns.[详细]
2023-02-15 23:12 分类:问答What is the preferred way to get access a transaction to commit or rollback?
I understand how transactions work and everything functions as expected, but I do not like the way I access connections to commit or rollback transactions.[详细]
2023-02-15 12:40 分类:问答Oracle exceptions displayed as PHP warnings not errors
I\'m interacting with an Oracle database using the oci8 interface. My problem is that whenever th开发者_Go百科e Oracle code raises an exception with an appropriate message and code, PHP emits a warni[详细]
2023-02-09 04:18 分类:问答how to install oracle instant client for xampp
I have XAMPP for Windows 1.7.3 installed. I\'m using Zend Framework and need to use the pdo_oci8 extension. I\'ve enabled the extension - but now getting the error that it can\'t find the oci.dll fil[详细]
2023-01-28 20:14 分类:问答