Re: [PHP-DB] PHP 4.3.8/Oracle 9i OCI call question for BLOBs

2004-10-04 Thread Christopher Jones
[EMAIL PROTECTED] wrote: I'm trying to write text to a BLOB. I got a valid return code but it did not write the BLOB. I was able to use similar code writing to a CLOB. Any examples I've seen for BLOBs are reading from Binary files. Here's how I did the CLOB, but it would not work for

[PHP-DB] PHP 4.3.8/Oracle 9i OCI call question for BLOBs

2004-09-22 Thread kkoehler
I'm trying to write text to a BLOB. I got a valid return code but it did not write the BLOB. I was able to use similar code writing to a CLOB. Any examples I've seen for BLOBs are reading from Binary files. Here's how I did the CLOB, but it would not work for BLOB. Is this a bug in PHP?

[PHP-DB] PHP 4.3.8/Oracle 9i OCI call question for BLOBs

2004-09-22 Thread kkoehler
One thing I left off. I changed the Oracle field to a BLOB, replaced OCI_B_CLOB with OCI_B_BLOB, the insert was successful but no data was saved to the BLOB. Kathy [EMAIL PROTECTED] wrote: I'm trying to write text to a BLOB. I got a valid return code but it did not write the BLOB. I was

Re: [PHP-DB] php and oracle

2004-09-14 Thread Christopher Jones
Dieter, Can you share some of your migration experiences? Why did you migrate to Oracle and what problems did you face? Miscellaneous thoughts follow: Regarding the error, search the bdump trace files for 3114 or other ORA-xyz errors. You may need to get Oracle Support involved if there are any.

Re: [PHP-DB] php and oracle

2004-09-10 Thread D.Wilkening
Hi, we are not really trained in analyzing Oracle-logs. I've been using Mysql and Mssql for years, but the migration was more difficult, than I thought. In $ORACLE_HOME/admin/%database% I have Gigabytes of logs, so do not know, where to start... du -sch * 1.5Gbdump 166Mcdump 28K

[PHP-DB] php and oracle

2004-09-07 Thread D.Wilkening
Hi everyone, i've a problem using php with oracle 10g. (php 5.0.1 compiled against Oracle 10.1.0.2-libs, apache2 and apache1) One or two days, everything looks good. Then, by pressing (once a second) reload in your browser, you sometimes get an ERROR #: 2 ERROR DESC: oci_execute() [a

[PHP-DB] Re: Antwort: [PHP-DB] php and oracle

2004-09-07 Thread D.Wilkening
to LIB32. Try it. Best Regards Jahan Ketabchy D.Wilkening [EMAIL PROTECTED] An: [EMAIL PROTECTED] kening.deKopie: Thema: Re: Antwort: [PHP-DB] php and oracle

Re: [PHP-DB] PHP 4.3.4 + Oracle 9i + Apache 2.0.47 ! SOLVED !

2003-11-13 Thread Daniel Sand
Hey Folks, in first cast their where missing .h libs from the oracle installation but after installing them the gmake was not working correct anymore. I cannot realy explain why. But in some case the configure shredded the Make files in think, because gmake tried to make .dll libs and not .so

Re: [PHP-DB] PHP 4.3.4 + Oracle 9i + Apache 2.0.47

2003-11-09 Thread Christopher Jones
I don't have this combo to test unfortunately. It may be an include path problem. Check the Makefile has a valid -I path for the Oracle headers. An unrelated issue to be aware of is http://bugs.php.net/bug.php?id=25980 Chris Daniel Sand wrote: Hello, The system is Solaris sun4u sparc

[PHP-DB] PHP 4.3.4 + Oracle 9i + Apache 2.0.47

2003-11-07 Thread Daniel Sand
Hello, The system is Solaris sun4u sparc SUNW,UltraAX-i2, SunOS 5.8 i'm compiling this with a gcc 3.3. I'm trying to configure a PHP 4.3.4 with oracle oci8 support. i've pushed the vars for oracle in the enviroment ORACLE_BASE=/opt/oracle/app/oracle export ORACLE_BASE

[PHP-DB] PHP and Oracle

2003-02-17 Thread Y Al Hinai
helloo Everyone... A new guest to the list needs your hlep!!. I am about to start working on a project in which im going to use Oralce with PHP4. I am new to PHP. I am looking for a good book about working with PHP4 and Oracle to help me pick up the basics as well as get the depth that i

Re: [PHP-DB] PHP and ORACLE conection error

2003-01-30 Thread Maxim Maletsky
xxx [EMAIL PROTECTED] wrote... : hy, i'm having a problem with my project i have an oracle server on a computer named oracle and in apache htdocs files i have a directory special for my project... 1 in that dir i have a html file named index.html here i get the username and the

[PHP-DB] PHP and ORACLE conection error

2003-01-28 Thread xxx xxxx
hy, i'm having a problem with my project i have an oracle server on a computer named oracle and in apache htdocs files i have a directory special for my project... 1 in that dir i have a html file named index.html here i get the username and the password and post it to the validate.php file

[PHP-DB] PHP and Oracle

2003-01-08 Thread Ha Duy Thien
Hi Everybody Does anyone have a sample code that read each page of data from Oracle like OLEDB in windows? I don't want to read the whole table into my webpage, each time i only want to read 20 rows. And list all of the remaining pages for choosing How can I do that. If someone has done it or

[PHP-DB] PHP and Oracle 7.0

2002-07-16 Thread Chip Atkinson
Greetings, Has anyone gotten oracle 7.0 to work with the latest php? I'm having trouble reliably getting anything back. Thanks in advance, Chip -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] php and oracle

2001-10-24 Thread Marco Orsuni
Hallo, I have problems installing php in Linux Mandrake 7.2. Php work, but I can't see the oracle funcions. I guessed I had to recompile the source. I have downloaded the latest version of php from php.net. I unzipped the file in /tmp but when I write ./configure the program go in abend with

Re: [PHP-DB] PHP and Oracle

2001-10-22 Thread Michiel_Lange
: .uk Fax to: Subject: [PHP-DB] PHP and Oracle 19-10-2001

[PHP-DB] PHP and Oracle

2001-10-20 Thread GEORGINA ELAINE BAILEY
Just a cosmetic question really. Why are the three links I have put in at the bottom of the script appearing at the top on the WEb page, just beneath the comp sci banner. How do I get them to appear beneath the table? Georgina html head titleProject Database - Search Results/title /head body

Re: [PHP-DB] PHP and Oracle

2001-10-20 Thread DL Neil
Just a cosmetic question really. Why are the three links I have put in at the bottom of the script appearing at the top on the WEb page, just beneath the comp sci banner. How do I get them to appear beneath the table? Georgina, It may look cosmetic but a browser's job is to display mark-up

[PHP-DB] PHP and Oracle

2001-10-19 Thread GEORGINA ELAINE BAILEY
Can anyone tell me why my results will display when I just use text, but won't display when I try to put them into a table. I keep getting a message saying there is a parse error on line 50 of my script, but as far as I acn see, line 50 is commented out. Georgina html head titleProject Database

Re: [PHP-DB] PHP and Oracle

2001-10-19 Thread DL Neil
Imbalance of double-quotes on line 43! Thus // comments have all been included in quoted string and hence strange text output. =dn - Original Message - From: GEORGINA ELAINE BAILEY [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 19 October 2001 18:26 Subject: [PHP-DB] PHP and Oracle

[PHP-DB] php and Oracle database

2001-09-27 Thread GEORGINA ELAINE BAILEY
I am very new to PHP and databases and have not really had very much programming practice. However, I am trying to create a Web page that retrieves data from an Oracle database and uses php to display the content in a HTML format. For some reason though my script just doesn't seem to work,

Re: [PHP-DB] php and Oracle database

2001-09-27 Thread Anthony Carlos
ELAINE BAILEY [EMAIL PROTECTED] Date: Thu, 27 Sep 2001 12:20:17 +0100 To: [EMAIL PROTECTED] Subject: [PHP-DB] php and Oracle database I am very new to PHP and databases and have not really had very much programming practice. However, I am trying to create a Web page that retrieves data from

[PHP-DB] PHP 4.05 Oracle 8

2001-09-19 Thread Ricky Theil
I need to set up PHP to work on a Windows 2000 machine with IIS 5, PHP 4.05 and Oracle 8.0.5 installed. I was having problems with the connection and kept getting all kinds of errors about the TNSNAMES file, but now I'm getting this error. Warning: _oci_open_server: ORA-12699: Native service

Re: [PHP-DB] php accessing oracle

2001-06-20 Thread Philippe Saladin
If you use PHP on Windows NT, you have to uncomment extension=php_oracle.dll in your php.ini file, and copy php_oracle.dll to winnt\system32. If you have installed Oracle8 client, you can also use php_oci8.dll (even with a 7.3 database), with the OCILogon functions, etc... I don't know what to do

Re: [PHP-DB] php accessing oracle

2001-06-20 Thread Philippe Saladin
If you use PHP on Windows NT, you have to uncomment extension=php_oracle.dll in your php.ini file, and copy php_oracle.dll to winnt\system32. If you have installed Oracle8 client, you can also use php_oci8.dll (even with a 7.3 database), with the OCILogon functions, etc... I don't know what to do

Re: [PHP-DB] php accessing oracle

2001-06-20 Thread Jimmy Brake
Hi! did you compile php with oci or ora functions? this is a really good tutorial... http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/page1.html here are the commands I use .. you need to adjust for versions... php config ./configure --with-apache=../apache_1.3.19

[PHP-DB] php accessing oracle

2001-06-19 Thread Martin Langlois
I want to make a query from a oracle database with php. That's what I do: $link=Ora_Logon(user,1234); $query = select * from sales; $cursor = ora_do($link,$query); while(ora_fetch($cursor)) { print $cursor; } I have an arror, it's doesn't recongnize ora_logon() function. Do i have to

[PHP-DB] PHP and Oracle

2001-05-09 Thread Lokesh Wuluvarana
Hi, I just wanted to know if there are any known issues with PHP working with Oracle database. We are currently configuring Oracle to make PHP work with Oracle. Let me know. Thanks Lokesh -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-DB] php 4 + Oracle 8 + FreeBSD w/ Linux Emulation

2001-05-07 Thread Theodore Hope
We're looking into getting PHP under FreeBSD (4.3) to talk to a remote Oracle server that runs on NT. In the past we have used OpenLink, but we'd rather not touch anything on the NT side. It's apparent that one can install Oracle 8.x for Linux under Linux emulation on FreeBSD. My question is,

[PHP-DB] PHP and Oracle

2001-04-18 Thread Lester June Cabrera
Hi, How would I install PHP with Oracle support if Oracle is on another machine, not in the web server machine? Thanks, Lester - Lester June Cabrera Chief Web Programmer I-Quest Corporation Tel: (632) 867 8460 local 32 Fax: (63 2) 867 8077

Re: [PHP-DB] PHP and Oracle

2001-04-18 Thread Brian S. Dunworth
At 03:43 PM 4/18/01 +0800, Lester June Cabrera wrote: How would I install PHP with Oracle support if Oracle is on another machine, not in the web server machine? 1. Install the Oracle Net8 client on your web server... 2. Configure the Oracle Net8 client on your web server... 3.