Posts filed under 'About Oracle'
Error during the installation of oracle
During the installation of oracle 10g, I got the error of DHCP and the installation process stopped. I try to search on the internet to find the solution and finally I am successful to install.
If someone have problem with installation just check this link: http://download-west.oracle.com/docs/html/B10130_02/reqs.htm#BABDJJFF
2 comments May 31, 2008
Un defined OCILogon
I get this error when I run my script: Fatal error: Call to undefined function OCILogon() in C:\AppServ\www\jpgraph\src\test.php on line 10
Solution: in the php.ini file we need to uncomment
extension=php_oci8.dll
extension=php_oracle.dll
Add comment May 31, 2008