For the oracle database Enterprise Manager (EM) runs on port 1158. But it needs to be started by itself.
Linux
Login as oracle and run:
$ORACLE_HOME/bin/emctl start...
After installing Oracle XE you should setup backups.
Backups for XE
For Oracle XE there is ready a backup script that uses Oracle's RMAN.
Setup Archive Log...
Creating a ext3 file system on a new USB disk.
Partition Table
# /sbin/fdisk /dev/sdc
The number of cylinders for this disk is set to 60801.
There is...
Add the following entry to the VirtualHost
<Directory "/var/www/html">
order allow,deny
allow from all
AuthName "Staff only"
AuthType Basic
AuthLDAPURL ldap://localhost/dc=example,dc=com
require valid-user
</Directory>
On RedHat Enterprise 3 Linux on VMWare each interface link is always down.
The following needs to be added to all the ifcfg-eth in /etc/sysconfig/networking-scripts/
check_link_down()...