Are you interested in securing networks and german books are no problem? Then you should read this one:
Because german is mandantory, here the link to my review at amazon.de in german.
/opt/Oracle/Middleware/utils/quickstart/quickstart.sh
dpkg -i oracle-xe-universal_10.2.0.1-1.0_i386.deband as written in the Oracle documentation - download the rcu and run it:
/etc/init.d/oracle-xe configure
oracle@hades:~/app/oracle/product/10.2.0/server/bin$ ./createdb.sh
lsnrctl start
sqlplus system/passwd@XE
./rcu
RCU-6107:Fehler bei der Prüfung auf Voraussetzungen von DB Init Param für: SHARED_POOL_SIZEBut this is fixable:
Erforderlicher Wert = 147456 KB, Aktueller Wert = 0 KB, Vergleichsoperator: ">="
RCU-6107:Fehler bei der Prüfung auf Voraussetzungen von DB Init Param für: SGA_MAX_SIZE
Erforderlicher Wert = 147456 KB, Aktueller Wert = 143360 KB, Vergleichsoperator: ">="
SQL> alter system set sga_max_size=150M scope=spfile;and restart the DB:
System altered.
SQL> alter system set sga_target=150M scope=spfile;
System altered.
/opt/Oracle/Middleware/wlserver_10.3/common/bin/config.sh...
cd /opt/Oracle/Middleware/user_projects/domains/DefaultDomain/And after waiting 2 minutes, it worked:
./startWebLogic.sh