Knowledge Base Contributions
Below is a list of the knowledge base entries that Eyzen Medina has contributed to:
- How can i use oracle through php with iis on windows. I have installed php 4.3.3, iis 5,oracle 9i.
- A table taking online data has fields tagid, date, value. I want last 10/ 20 records records of it
- PHP can do a SELECT on Oracle however when I refresh the same page, oicexecute fails sometimes. Why?
- How do I geting PHP to work with oracle in a Linux ?
- How can I query v$ tables (e.g. v$database) via PHP?
- How do I use the OCI functions to make use of an Oracle stored proc/func that returns a cursor?
- How do I get PHP 4 to work with Oracle 9i. I had it working with 8i.
- Any benefit in using ocibindbyname for input to oracle stored_procs rather than just PHP vars?
- Any benefit in using ocibindbyname for input to oracle stored_procs rather than just PHP vars?
- Can one PHP page call another PHP inside its block?
- OCI/Optimization Issue: Can I share a connection between several scripts or should I re-open it in every script ?
- If I installed PHP using RPM, are the Oracle's libraries included? or do I need to intall them...
- Need to know how to Select Data from a Clob Field, ie. where clob ='blah'
- Clob Fields
- Where can I find the ORA package for PHP?
- set the putenv(NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1), but when i insert via the php scipts chars like "äöü" oracle get them as "|{}",same sqlplus ok
- I always get an Error using the Oracle libraries. The error means i don´t have an interface driver for oracle. Oracle Extensions and Client installed.
- How do I get the result from a procedure with an array as OUT parameter?
- Can I did two queries (in this case, it will be an updates in the database) in the same OCIParse?
- Can I execute Oracle stored procedures in PHP?
Do I have access to Oracle OUT parameters in PHP?
How do I access Oracle stored procedure return values in PHP?