Re: [PHP-DB] Oracle Newbie

2001-02-12 Thread Andris Jancevskis

Nothing best Oracle documentation CD, if You have experience in ANSI SQL
...
I'm working as system analyst with Oracle product having MS SQL SERVER
6.5 experience.

Some statement tuning and dba course will get some extra.

Andris

Tuesday, February 13, 2001, 9:07:47 AM, you wrote:

c Hello everyone,

c I was wondering if anybody would like to share real world experiences in 
c development and deployment of oracle and php.  I'm extremely new to 
c oracle  am in the early process of starting to map out a redesign  
c conversion of a site from postgres to oracle.  I am trying to get as 
c much background oracle information as possible.   I've read the manual 
c about the php oracle 8i function calls  have done some other web reading. 

c I would appreciate any kind of thoughts in regards to challenges that 
c people have faced with oracle  php..  My other question is will the php 
c oracle 8i calls work with the oracle 9i.  Looks like 9i has some cool 
c features, and would like to take advantage of them w/ our java components. 

c We are using php  apache  are using java in the background application 
c processes and other non-web server stuff. FYI, we are also currently 
c using linux.


c I am trying to get as much info since oracle is a huge beast, and want 
c to do it right the first time around... so Thanks in Advance!

c Chris

-- 
Andris Jancevskis
Systems Analyst,
Tieto Konts Financial Systems Ltd
Kr.Barona 32, Riga, LV1011, Latvia
tel: +371 7286660, fax: +371 7243000
mailto:[EMAIL PROTECTED]
http://www.konts.lv



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DB] installing php4 on windows and apache 1.3.*

2001-02-08 Thread Andris Jancevskis

I successfully install with installation version and copy additional
extensions into directory /extensions. Then modify .reg file and
2-click. I use isapi version.
After restart all works. How? it is another question ... I didn't have
time to test complitely, but something goes wrong on App, that runs
under workst 4.0 (IIS 4.0) and linux (Apache) - (the same configuration).

Andris

Thursday, February 08, 2001, 11:51:37 AM, you wrote:

u How do I get php to work on apache under win98?
u I've tried a lot of manuals but i constantly get the error:

u Premature end of script headers: e:/php4/php.exe

u What did I do wrong?

u thanks,

u ufo




-- 
Andris Jancevskis
Systems Analyst,
Tieto Konts Financial Systems Ltd
Kr.Barona 32, Riga, LV1011, Latvia
tel: +371 7286660, fax: +371 7243000
mailto:[EMAIL PROTECTED]
http://www.konts.lv



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] WinNT 4.0 wrkst / Oracle 8.1.6 - succeed

2001-01-23 Thread Andris Jancevskis

Hi,

  It may interested someone:
  I have succesfully connected to Oracle:

use
ORACLE 6i runtime
connect to Oracle 8.1.6  from winnt4.0 workstation SP6
Code I use:

?
dl("d:\\www\\php\\extensions\\php_oci8.dll");
$tns_name="sun";
$usr="scott";
$pwd="tiger";
putenv("ORACLE_HOME=D:\ora_6run");
$lnk=OCIPLogon($usr,$pwd,$tns_name);
?

full server description:

Oracle8i Enterprise Edition Release 8.1.6.0.0 - 64bit Production
PL/SQL Release 8.1.6.0.0 - Production
CORE8.1.6.0.0   Production
TNS for Solaris: Version 8.1.6.0.0 - Production
NLSRTL Version 3.4.0.0.0 - Production

-- 
Andris
mailto:[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]