Oracle XE in OpenSuse 12.1
944933Jun 20 2012 — edited Jun 21 2012I've tried to install Oracle XE on OpenSuse 12.1.
The installation with rpm -ivh oracle-xe-11.2.0-1.0.x86_64.rpm was successful. Then when I try to run /etc/init.d/oracle-xe configure i got the following:
linux-jbzk:~ # /etc/init.d/oracle-xe configure
Oracle Database 11g Express Edition Configuration
-------------------------------------------------
This will configure on-boot properties of Oracle Database 11g 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]:8282
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 11g Express Edition to be started on boot (y/n) [y]:
Starting Oracle Net Listener...touch: cannot touch `/var/lock/subsys/listener': No such file or directory
Done
Configuring database...
Database Configuration failed. Look into /u01/app/oracle/product/11.2.0/xe/config/log for details
For the Oracle Net Listener message i've created the /var/lock/subsys/ directory and then when i run the /etc/init.d/oracle-xe configure it pass, but the Configuring Database still fails...
When i look to the logs in /u01/app/oracle/product/11.2.0/xe/config/log i noticed an ORA-00119 and ORA-00130 as bellow:
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00130: invalid listener address '(ADDRESS=(PROTOCOL=TCP)(HOST=linux-jbzk.site)(PORT=1521))'
Could someone help please???