Skip to Main Content

Oracle Database Express Edition (XE)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle XE in OpenSuse 12.1

944933Jun 20 2012 — edited Jun 21 2012
I'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???
This post has been answered by Udo on Jun 21 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2012
Added on Jun 20 2012
2 comments
3,106 views