Kod: Zaznacz cały
deb [url]http://oss.oracle.com/debian/[/url] unstable main non-free
Kod: Zaznacz cały
aptitude install oracle-xe-universal oracle-xe-client
Kod: Zaznacz cały
ORACLE_DBENABLED=true
LISTENER_PORT=1521
HTTP_PORT=8081
CONFIGURE_RUN=true
Instalacja konczy sie opisem:
Kod: Zaznacz cały
To access the Database Home Page go to "http://127.0.0.1:8081/apex"
Kod: Zaznacz cały
# /etc/init.d/oracle-xe start
Starting Oracle Net Listener.
Starting Oracle Database 10g Express Edition Instance.
Kod: Zaznacz cały
lsof -n -i TCP:1521
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
tnslsnr 15523 oracle 10u IPv4 63432 TCP *:1521 (LISTEN)
brama:~# lsof -n -i TCP:8081
brama:~#