MiscWorld

A MiscWorld Experience

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 comments

Oracle 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 comments

Oracle 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:

  1. PHP Oracle Extensions
  2. Installing Oracle Database 10g Express Edition
  3. Using Oracle Database 10g
  4. Installing Apache HTTP Server
  5. Installing PHP
  6. Connecting to Oracle Using OCI8
  7. Executing SQL Statements with OCI8
  8. Using PL/SQL with OCI8
  9. and much more…
1 comment