Kod: Zaznacz cały
Następujące NOWE pakiety zostaną zainstalowane:
oracle-xe
0 pakietów aktualizowanych, 1 instalowanych, 0 do usunięcia i 8 nie aktualizowanych.
Do pobrania 0B/221MB archiwów. Zajęte po rozpakowaniu: 405MB.
Zapisywanie dodatkowych informacji o stanie... Gotowe
Zaznaczenie poprzednio niezaznaczonego pakietu oracle-xe.
(Odczytywanie bazy danych ... 136282 plików i katalogów obecnie zainstalowanych.)
Rozpakowanie oracle-xe (z .../oracle-xe_10.2.0.1-1.1_i386.deb) ...
Przetwarzanie wyzwalaczy dla man-db...
Konfigurowanie oracle-xe (10.2.0.1-1.1) ...
update-rc.d: warning: /etc/init.d/oracle-xe missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
Oracle Database 10g Express Edition is not configured. You must run
'/etc/init.d/oracle-xe configure' as the root user to configure the database.
Executing Post-install steps...
You must run '/etc/init.d/oracle-xe configure' as the root user to configure the database.
Kod: Zaznacz cały
Starting Oracle Net Listener...
Wciskajac CTR+C proces konfiguracji jak gdyby dalej się kończy ale jednak nie zbyt poprawnie, gdyż podczas ładowania systemu ukazuje się
Kod: Zaznacz cały
Starting Oracle Net Listener...
Kod: Zaznacz cały
debian:/home/amon# /etc/init.d/oracle-xe configure
Oracle Database 10g Express Edition Configuration
-------------------------------------------------
This will configure on-boot properties of Oracle Database 10g Express
Edition. The following questions will determine whether the database should
be starting upon system boot, the ports it will use, and the passwords that
will be used for database accounts. Press <Enter> to accept the defaults.
Ctrl-C will abort.
Specify the HTTP port that will be used for Oracle Application Express [8080]:
Specify a port that will be used for the database listener [1521]:
Specify a password to be used for database accounts. Note that the same
password will be used for SYS and SYSTEM. Oracle recommends the use of
different passwords for each database account. This can be done after
initial configuration:
Confirm the password:
Do you want Oracle Database 10g Express Edition to be started on boot (y/n) [y]:y
Starting Oracle Net Listener...TU WCISKAM CTR+C
Done
Configuring Database...Done
Starting Oracle Database 10g Express Edition Instance...Done
Installation Completed Successfully.
To access the Database Home Page go to "http://127.0.0.1:8080/apex"
Może jeszcze się przyda plik /etc/default/oracle-xe po konfiguracji:
Kod: Zaznacz cały
#This is a configuration file for automatic starting of the Oracle
#Database and listener at system startup.It is generated By running
#'/etc/init.d/oracle-xe configure'.Please use that method to modify this
#file
# ORACLE_DBENABLED:'true' means to load the Database at system boot.
ORACLE_DBENABLED=true
# LISTENER_PORT: Database listener
LISTENER_PORT=1521
# HTTP_PORT : HTTP port for Oracle Application Express
HTTP_PORT=8080
# Configuration : Check whether configure has been done or not
CONFIGURE_RUN=true
Może ktoś wie jak można rozwiązać ten problem?