[PHP] PHP with Oracle

2006-04-19 Thread pons
is there a ready script that handle entering user name and password for authentication by extracting the Data from Oracle10g DB without showing the URL in the address bar...I am thinking of using a popup window Spec. The server is Linux king 2.6.5-7.191-bigsmp #1 SMP Tue Jun 28 14:58:56 UTC 2005

RE: [PHP] PHP with Oracle

2006-04-19 Thread Jay Blanchard
[snip] is there a ready script that handle entering user name and password for authentication by extracting the Data from Oracle10g DB without showing the URL in the address bar...I am thinking of using a popup window Spec. [/snip] Please RTFM at http://www.php.net/oracle and have a look at

Re: [PHP] PHP with Oracle

2006-04-19 Thread Brad Bonkoski
Assuming the PHP web page is available, anyone else having problems connecting to php.net? -B Jay Blanchard wrote: [snip] is there a ready script that handle entering user name and password for authentication by extracting the Data from Oracle10g DB without showing the URL in the address

Re: [PHP] PHP with Oracle

2006-04-19 Thread pons
php.net is DOWN!!! or what On 4/19/06, Brad Bonkoski [EMAIL PROTECTED] wrote: Assuming the PHP web page is available, anyone else having problems connecting to php.net? -B Jay Blanchard wrote: [snip] is there a ready script that handle entering user name and password for authentication

Re: [PHP] PHP with Oracle

2006-04-19 Thread Thomas Munz
Only the main US Server. Try: http://us2.php.net/ on Wednesday 19 April 2006 15:13, Brad Bonkoski wrote: Assuming the PHP web page is available, anyone else having problems connecting to php.net? -B Jay Blanchard wrote: [snip] is there a ready script that handle entering user name and

RE: [PHP] PHP with Oracle

2006-04-19 Thread Jay Blanchard
[snip] php.net  is DOWN!!! or what [/snip] Use your resources. There are mirrors if the main is down, also here is Oracle's PHP Dev Center; http://www.oracle.com/technology/tech/php/index.html http://us3.php.net/oci8 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP with Oracle

2006-04-19 Thread pons
http://us2.php.net/ http://us3.php.net/ using mirror On 4/19/06, Thomas Munz [EMAIL PROTECTED] wrote: Only the main US Server. Try: http://us2.php.net/ on Wednesday 19 April 2006 15:13, Brad Bonkoski wrote: Assuming the PHP web page is available, anyone else having problems connecting

Re: [PHP] PHP with Oracle

2006-04-19 Thread tedd
Brad: Yes, I'm having problems as well (as well as top posting). Bu,t there are other sources, such as: http://www.weberdev.com/oci_connect tedd At 9:13 AM -0400 4/19/06, Brad Bonkoski wrote: Assuming the PHP web page is available, anyone else having problems connecting to php.net? -B

[PHP] PHP and Oracle RAC

2004-04-14 Thread Kevin O'Brien
Has anyone succesfully got PHP and Oracle Real Application Cluster (RAC) working together? -=Kevin=- - Do you Yahoo!? Yahoo! Tax Center - File online by April 15th

Re: [PHP] PHP and Oracle RAC

2004-04-14 Thread William Lovaton
in the client, in this case the web server, to let the RAC know that it must determine which real server within the cluster will recieve the connection. I might be wrong though. -William El mi? 14-04-2004 a las 17:45, Kevin O'Brien escribió: Has anyone succesfully got PHP and Oracle Real

[PHP] Php, Blob, Oracle

2003-02-27 Thread M.ALPER KARASAHIN
Hi, How can i display a blob column that contins a MS word object. OR How can i display a blob column that contins a bitmap object. function foo() { $this-statement = OCIParse($this-db_con_id, SELECT blobcolumn FROM XX ); if (!$this-statement) {

Re: [PHP] Php, Blob, Oracle

2003-02-27 Thread Thies C. Arntzen
On Thu, Feb 27, 2003 at 05:51:01PM +0200, M.ALPER KARASAHIN wrote: Hi, How can i display a blob column that contins a MS word object. OR How can i display a blob column that contins a bitmap object. function foo() { $this-statement = OCIParse($this-db_con_id,

[PHP] PHP and Oracle

2003-01-23 Thread Christophe Valentin
Hello, Does someone had a speed trouble when using PHP and Oracle with OCI ?? The trouble i have is that the php pages are slower and slower during the day. It looks that if I make an apache restart things restart in a good way. I don't understand where the trouble come from. Help ! Christophe

Re: [PHP] PHP and Oracle

2003-01-23 Thread Larry E. Ullman
Does someone had a speed trouble when using PHP and Oracle with OCI ?? The trouble i have is that the php pages are slower and slower during the day. It looks that if I make an apache restart things restart in a good way. I don't understand where the trouble come from. I've seen this once before

[PHP] PHP and Oracle

2003-01-14 Thread Jadiel Flores
Hi, I'm having a big problem with php4 and Oracle 8.1.6 and I'd like to know if anybody knows how to handle CLOB fields using oracle's functions. Thanks. Jadiel Flores - http://www.abargon.com [EMAIL PROTECTED] (52-55) 52-29-80-34 -- PHP General Mailing List

[PHP] PHP with Oracle

2002-10-01 Thread Jadiel Flores
Hi guys, I'm having some problems here, I have to do an application using Oracle in Windows, I enabled the extension php_oci8.dll but I'm receiving this error: Warning: Unable to load dynamic library 'C:\PHP\extensions/php_oci8.dll' - Access is denied. in Unknown on line 0 The dll is in the

RE: [PHP] PHP with Oracle

2002-10-01 Thread Francisco Vaucher
Have you tried to check the access permissons ? Maybe the Oracle/PHP user/app doesn't have the right permissons in that directory. Regards, Francisco M. Vaucher Departamento IT Tyco / ADT Security Services Buenos Aires - Argentina mailto:[EMAIL PROTECTED] -Mensaje original- De

[PHP] PHP and ORACLE

2002-07-12 Thread Ricardo Fitzgerald
Hi, I started with PHP and MYSQL a while ago and now I've been involved in a huge database project with ORACLE. My point is I never used it nor develop with ORACLE, so I want to know where and what kind of information I need to port my web application developed with php and mysql to port it to

Re: [PHP] PHP and ORACLE

2002-07-12 Thread Alberto Serra
ðÒÉ×ÅÔ! I hope you are not really living in the early 70's, are you? Ricardo Fitzgerald wrote: Hi, I started with PHP and MYSQL a while ago and now I've been involved in a huge database project with ORACLE. Have the Oracle box do most of it. Make sure that: 1) there is a well defined

Re: [PHP] PHP and ORACLE

2002-07-12 Thread Miguel Cruz
On Fri, 12 Jul 2002, Alberto Serra wrote: Ricardo Fitzgerald wrote: I started with PHP and MYSQL a while ago and now I've been involved in a huge database project with ORACLE. Have the Oracle box do most of it. Make sure that: 1) there is a well defined API for external application

Re: [PHP] PHP and ORACLE

2002-07-12 Thread Chris Hewitt
. I develop a lot with Oracle (pl/sql not php) but I think the key factors remain the same with a small or large amount of data. Spend time ensuring the table layout (and its indices) are fairly optimal. With a small amount of data extra time in doing sql statements may not be critical

Re: [PHP] PHP and ORACLE

2002-07-12 Thread Anas Mughal
I don't think you would find any book covering PHP and Oracle. They technologies usually don't mix. Oracle is very enterprise oriented; whereas, PHP is open source community favorite. Oracle is a beast by its nature. So, you would need a few good books on Oracle. I would suggest following

Re: [PHP] PHP and Oracle

2002-03-26 Thread Thies C. Arntzen
On Mon, Mar 25, 2002 at 02:49:07PM -0500, Scarbrough, Jeb (ISS Atlanta) wrote: Is it possible to create a transaction the involves multiple pages using PHP and oracle. For example, can I log onto oracle using OCIPLogon on one page named master, insert information, go to the next page named

[PHP] PHP and Oracle

2002-03-25 Thread Scarbrough, Jeb (ISS Atlanta)
Is it possible to create a transaction the involves multiple pages using PHP and oracle. For example, can I log onto oracle using OCIPLogon on one page named master, insert information, go to the next page named detail, insert information and commit both transactions at the same time? -- PHP

[PHP] PHP with ORACLE 8i/9i

2001-11-16 Thread Steve Haemelinck
Question: I want to build php withd support for ORACLE 8i or 9i. Normally you use the option with-oci=path-to-oraclehome. So far so good. How can I achieve this when the oracle database is running on another server? Thx Haemelinck Steve Haemelinck.be - Developers Unite (Under construction

Re: [PHP] PHP with ORACLE 8i/9i

2001-11-16 Thread Thies C. Arntzen
On Fri, Nov 16, 2001 at 10:49:17AM +0100, Steve Haemelinck wrote: Question: I want to build php withd support for ORACLE 8i or 9i. Normally you use the option with-oci=path-to-oraclehome. So far so good. How can I achieve this when the oracle database is running on another server

[PHP] php under Oracle Web server pleaaaaaaaaaase!

2001-03-19 Thread kaab kaoutar
Hello Is it possible to work with php under an oracle server ? If yes can u point me to some manuals and articles Thanks _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP General Mailing

Re: [PHP] php under Oracle Web server pleaaaaaaaaaase!

2001-03-19 Thread Frank Joerdens
On Mon, Mar 19, 2001 at 10:27:19AM -, kaab kaoutar wrote: Hello Is it possible to work with php under an oracle server ? If yes can u point me to some manuals and articles AFAIK, the Oracle Web server is not Open Source; hence it would be difficult to support it directly. You can always

Re: [PHP] php under Oracle Web server pleaaaaaaaaaase!

2001-03-19 Thread kaab kaoutar
HI! DO U MEAN I SHOULD GIVE UP USING PHP under oracle web server ? i used to work on php under PWS and apache! However i've made a project with ASP under IIS but the client changed his mind and wanted to put it in his oracle web server ! i thought of using php translation from asp ! or at last

Re: [PHP] php under Oracle Web server pleaaaaaaaaaase!

2001-03-19 Thread techzeus
You can still use PHP with Oracle Webserver, www.php.net is the best resource I found so far :) - Original Message - From: "kaab kaoutar" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, March 19, 2001 6:56 PM Subject: Re: [PHP] php under Oracle

[PHP] PHP w/ Oracle OCI8 - how stable?

2001-03-19 Thread Hardy Merrill
I'm thinking of using PHP to talk to an Oracle database with the OCI8 interface - is PHP's OCI8 interface stable? Anything unusual I should know about? I'm using: Redhat 6.1 Linux PHP 4.0.4pl1 Oracle 8i 8.1.6 Apache 1.3.14 TIA. -- Hardy Merrill Mission Critical Linux, Inc. http

RE: [PHP] PHP w/ Oracle OCI8 - how stable?

2001-03-19 Thread Rudolf Visagie
Very stable. Rudolf Visagie [EMAIL PROTECTED] -Original Message- From: Hardy Merrill [mailto:[EMAIL PROTECTED]] Sent: 20 March 2001 01:18 To: [EMAIL PROTECTED] Subject: [PHP] PHP w/ Oracle OCI8 - how stable? I'm thinking of using PHP to talk to an Oracle database with the OCI8

Re: [PHP] PHP and Oracle Zombie processes

2001-03-14 Thread Rouvas Stathis
Oracle database from PHP, I create an oracle zombie process. This eventually hits a "number of zombie process" limit and prevents my page from executing. The queries work properly (except for the zombie problem). Here is a sample that creates the zombie process: putenv("ORA

[PHP] PHP and Oracle Zombie processes

2001-03-13 Thread Bob Kakalec
When I execute an sql statement against my Oracle database from PHP, I create an oracle zombie process. This eventually hits a "number of zombie process" limit and prevents my page from executing. The queries work properly (except for the zombie problem). Here is a sample th

[PHP] PHP 4.0.4pl1 + Oracle 9iAS + AIX 4.3.3 - Seg faults at first PHP call -Pthreads?

2001-02-18 Thread Michael Champagne
successfully installed PHP on Oracle 8iAS which runs Apache 1.3.9. Here's the exact steps I took to install PHP: NOTE: I ran all of this as the oracle user and I had my ORACLE_HOME set to /ias/6iserver. This shouldn't be necessary since we specify this on the configure line but I did it to be safe

Re: [PHP] PHP and Oracle resources

2001-01-29 Thread Markus Fischer
On Sun, Jan 28, 2001 at 12:46:37AM -0500, Kristofer Widholm wrote : Well, I've been given the joyous task of implementing the DaveTV project at CBS via PHP, using Oracle as a database. I've never used Oracle before. Looking at the PHP functions for Oracle, and having heard about

[PHP] PHP and Oracle resources

2001-01-27 Thread Kristofer Widholm
Well, I've been given the joyous task of implementing the DaveTV project at CBS via PHP, using Oracle as a database. I've never used Oracle before. Looking at the PHP functions for Oracle, and having heard about it in the past, it seems like quite a different approach than any SQL database