Check or change default port numbers of Oracle Database
Check or change the default port numbers by editing the file (in VI):
[bash]vi $ORACLE_HOME/install/portlist.ini[/bash]
Check or change the default port numbers by editing the file (in VI):
[bash]vi $ORACLE_HOME/install/portlist.ini[/bash]
Once you have XMing installed on windows do as follows:
credit: Novell Cool Solutions: Tip
To check if a Solaris machine has ftp enabled:
[bash]inetadm | grep ftp #check the status
inetadm -e ftp #enable
inetadm -d ftp #disable[/bash]
…may also try:
[bash]/usr/sbin/svcadm enable ftp
/usr/sbin/svcadm disable ftp[/bash]
To install Midnight-Commander (MC) in Linux:
[bash]wget http://www.midnight-commander.org/downloads/mc-4.7.5.2.tar.gz
tar -zxvf mc-4.7.5.2.tar.gz
cd mc-4.7.5.2
./configure
make
make install[/bash]
[bash]#to run Midnight commander use:
mc [/bash]
Notes:
– if link don’t work look for an updated link
– may need to install pcre* (perl) and glib* (gnome) libraries
Credits: http://www.webhostingtalk.com/showthread.php?t=345710
Oracle Application Server 10g Release 3 (10.1.3) installation on CentOS 5.5 (2.6.18-194.el5):
Using: rpm > install packages, vi > editing, cpio, unzip > unpack archives
gcc-3.4.3-22.1
gcc-c++-3.4.3-22.1
openmotif21-2.1.30-11 (this failes on check, installs ok) (more…)
Comments