It comes ready for use, with everything necessary including sql*net, sql*plus and php support.
In order to test it on our AIX test system, I decided to install a phpBB 3.04 forum.
Everything worked perfectly withing minutes.
The only things I had to do was
. starting the Oracle installer : ./runInstaller
. Let the installation complete
. browse http:/.......:7777 (yes, it's a strange port, unfortunately my 80 port was already busy) and see Apache works.
. copy my tnsnames.ora remote database definition file (using netca can avoid this step)
. sqlplus in order to test my remote database access and my forum database owner.
. upload and unzip phpBB3 scripts.
. run http://myserver:7777/forum/index.php
This started the phpBB3 install program, which tested that php and oracle were available and started the installation.
For configuring, you only need the tnsname of the remote database and the user/password of the forum schema owner, leave all other fields to default values.
That's all, I was then able to enter my first topics and see remote users connect and answer my posts.
I really appreciated this experience. It showed that, once you are in the "open" world, familiar with some tools like phpBB, you can start a very professional service on a high end AIX server without any intellectual effort, because Oracle people did most of the integration part and provided a ready-to-use tool for system admins as lazy as me.
And the total thing remain very professional because it works on a very reliable high-end Unix Power6 machine, and has the power of Oracle for the database.


