This content has been marked as final.
Show 6 replies
-
1. Re: 10g Release 2 (10.2) on Suse 10.0 not running
498658 Mar 15, 2006 5:41 PM (in response to 498658)and trying to start listener via LSNRCTL prompt...
LSNRCTL> start
Starting /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 10.2.0.1.0 - Production
NL-00280: error creating log stream /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
NL-00278: cannot open log file
SNL-00016: snlfohd: error opening file
Linux Error: 13: Permission denied
Listener failed to start. See the error message(s) above...
LSNRCTL> -
2. Re: 10g Release 2 (10.2) on Suse 10.0 not running
51034 Mar 17, 2006 8:00 PM (in response to 498658)If it has to be XE, I can't help.
But if you just want to know how 10g Release 2 on Suse 10 works, then you might find http://dizwell.com/main/content/view/94/142/ of interest -
3. Re: 10g Release 2 (10.2) on Suse 10.0 not running
411930 Apr 23, 2006 7:47 PM (in response to 51034)Hello
I've tried to follow the link you posted http://dizwell.com/main/content/view/94/142/ in order to install oracle 10 on suse 10.
I've managed to install the software, with some errors when linking libraries of this kind:
------------------------------------------------------------------------------------------------------------------------------
INFO: Salida final del proceso originado.
INFO: ----------------------------------
INFO: Excepción devuelta de la acción: make
Nombre de la Excepción: MakefileException
Cadena de la Excepción: Error al llamar al destino 'ntcontab.o' del archivo make '/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. Consulte '/home/oracle/oraInventory/logs/installActions2006-04-23_12-20-52PM.log' para obtener más información.
Gravedad de la Excepción: 1
INFO: La gestión de la excepción está definida para solicitar al usuario las opciones para Reintentar Ignorar
Selección del usuario: Ignorar
INFO: Llamando acción unixActions10.2.0.1.0 make
installMakePath = /usr/bin/make
installMakeFileName = /oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk
installTarget = nnfgt.o
installArguments = ORACLE_HOME =/oracle/oracle/product/10.2.0/db_1,
undoMakeFileName = null
undoTarget = null
undoArguments = null
logFile = /oracle/oracle/product/10.2.0/db_1/install/make.log
progMsg = Linking nnfgt
INFO: La salida de esta operación de archivo make también está disponible en: '/oracle/oracle/product/10.2.0/db_1/install/make.log'
------------------------------------------------------------------------------------------------------------------------------
But I can't even launch the dbca in order to create a database:
------------------------------------------------------------------------------------------------------------------------------
UnsatisfiedLinkError exception loading native library: njni10
Exception in thread "main" java.lang.UnsatisfiedLinkError: get
at oracle.net.common.NetGetEnv.get(Native Method)
at oracle.net.config.Config.getNetDir(Unknown Source)
at oracle.net.config.Config.initConfig(Unknown Source)
at oracle.net.config.Config.<init>(Unknown Source)
at oracle.sysman.assistants.util.NetworkUtils.<init>(NetworkUtils.java:222)
at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:255)
at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:682)
at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:205)
at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:160)
at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:94)
at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)
------------------------------------------------------------------------------------------------------------------------------
Do you know what the problems can be? -
4. Re: 10g Release 2 (10.2) on Suse 10.0 not running
176903 Jun 7, 2006 2:51 AM (in response to 498658)try start the listener
with oracle user ! -
5. Re: 10g Release 2 (10.2) on Suse 10.0 not running
394938 Jun 7, 2006 3:45 PM (in response to 498658)You might need to open port 1521 in the SuSE Firewall. -
6. Re: 10g Release 2 (10.2) on Suse 10.0 not running
392393 Jun 7, 2006 8:12 PM (in response to 394938)Make sure the firewall isn't blocking connections, and also you need to install it with SELinux Disabled.
You should probably take this to the Oracle-XE forums, if you registered XE and have access.
~Jer

