Archive for the 'Oracle XE' Category
Firefox cannot load “localhost”, while IE can
I installed IIS on a reformatted computer and when trying to access the home page using Firefox I was asked for my username and password. After many tries and permission checkings (check this first!) I used IE and it worked… I googled a little bit and found this solution:
1. Open up Firefox and type about:config in the url field
2. In the Filter Type in ntlm
3. Double click “network.automatic-ntlm-auth.trusted-uris” and type in localhost and hit enter
After I did that everything worked ok.
4 commentsOracle XE on Ubuntu
Do you want to know how to set up Oracle? It is pretty simple and this tutorial will take you step by step through the installation process.
Installing Oracle XE on Ubuntu.
No commentsOracle XE & PHP
Have you ever tried to access an Oracle database from PHP? Well, if you are a newbie (like me) this is a great manual that will take you from PHP compilation to XML generated results:
Download: The Underground PHP and Oracle Manual
By Christopher Jones and Alison Holloway
The book includes:
- PHP Oracle Extensions
- Installing Oracle Database 10g Express Edition
- Using Oracle Database 10g
- Installing Apache HTTP Server
- Installing PHP
- Connecting to Oracle Using OCI8
- Executing SQL Statements with OCI8
- Using PL/SQL with OCI8
- and much more…
