fredsal
Posts: 2
|
| Posted: 08/06/2004, 6:48 PM |
|
has any one have done any project with Oracle + PHP+ apache+ Linux. I was working with JSP instead but I have problems with the record it seams that is the tomcat version. but on the other side i want to try to move the project to PHP.
_________________
Fred |
 |
 |
glerma
Posts: 56
|
| Posted: 08/09/2004, 7:11 PM |
|
I've done several in-house projects using Oracle+PHP+apache+Linux over the last three years, using CC, then CCS.
I am currently working on a new project using PHP5/Oracle 10g/Apache 2.x/Linux RH 9
Regards,
|
 |
 |
Don Safar
|
| Posted: 08/09/2004, 10:16 PM |
|
Wow, how did you manage that? Do you need some help?
"glerma" <glerma@forum.codecharge> wrote in message
news:541182ed564bd4@news.codecharge.com...
> I've done several in-house projects using Oracle+PHP+apache+Linux over the
last
> three years, using CC, then CCS.
>
> I am currently working on a new project using PHP5/Oracle 10g/Apache
2.x/Linux
> RH 9
>
> Regards,
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
fredsal
Posts: 2
|
| Posted: 08/12/2004, 2:43 PM |
|
Hi glerma. I have worked with Oracle on Windows and the database connection with ODBC do you know how do i Connect to the database (ORACLE) on Linux? can i configure the ORACLE database connection on Linux with CCS?
_________________
Fred |
 |
 |
glerma
Posts: 56
|
| Posted: 08/12/2004, 8:05 PM |
|
I'm not quite sure what you mean yet.
Do you mean how to connect via command-line?
If so, then you would use sqlplus utility.
Example:
[mfc@devsrv mfc]$ sqlplus
SQL*Plus: Release 10.1.0.2.0 - Production on Thu Aug 12 21:55:18 2004
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Enter user-name:
... so on and so on.
If you meant using PHP/Apache, then the answer is you must compile PHP with OCI8 support. I use PHP5/Oracle 10g combo. It seems to work pretty good using the old OCI8 functions. If you are familiar with compiling PHP, then here are my configure options:
./configure --prefix=/usr/software/php --enable-so=shared --with-apxs2=/usr/software/apache/bin/apxs --disable-libxml --with-mysql=/usr/software/mysql --with-pfpro=/usr/software/verisign/payflowpro/linuxrh9 --with-curl=/usr/bin --with-mm=/usr/software/mm --with-oci8=$ORACLE_HOME
I hope that answers your question. I can provide more details if you wish.
Regards,
George
|
 |
 |
bluiesmanonce
|
| Posted: 05/10/2005, 1:34 PM |
|
I would like If somebody has worked with php + oracle + pache using codecharge, because I would like to make the database connection with ADODB php library.
|
|
|
 |
yp
|
| Posted: 05/18/2005, 8:11 PM |
|
if i hv 2 record to display...how cani display it into 2 separate rows?
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 05/18/2005, 8:16 PM |
|
Create a grid. Grids are used to display records in sepaarte rows.
Note: please create a new discussion thread when wanting to discuss a new topic.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |