On Sun, 25 Jun 2006 08:32:41 +0200, Francesco Talamona wrote > On Sunday 25 June 2006 00:20, pat wrote: > > Hi, > > > > I've successfully installed the OracleDB 10gR2 and I want to start it > > at boot. Are there any rc startup scripts ??? > > > > Thanks a lot. > > > > Pat > > I adapted the script found on akadia website, to run a 9.2.0.4 > inside a chroot. You may need to edit one for your setup. > > This will save you a lot of work: > http://www.akadia.com/services/ora_linux_install_10g.html > > HTH > Francesco
Thanks for your advice. I've finished the configuration, but I have a problems :-\ The installation was like this: 1) oracle 10gR2 - I've followed the http://www.akadia.com/services/ora_linux_install_10g.html 2) I've followed the suggested page I'm able to start dbora script and lsnrora like this: ***** korin ~ # /etc/init.d/dbora start * Starting Oracle ... [ ok ] korin ~ # /etc/init.d/lsnrora start * Start Oracle Listeners ... LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 29-JUN-2006 01:20:17 Copyright (c) 1991, 2005, Oracle. All rights reserved. Starting /opt/oracle/product/10.2.0.1.0/bin/tnslsnr: please wait... TNSLSNR for Linux: Version 10.2.0.1.0 - Production System parameter file is /opt/oracle/product/10.2.0.1.0/network/admin/listener.ora Log messages written to /opt/oracle/product/10.2.0.1.0/network/log/listener.log Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1))) Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))) Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1))) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production Start Date 29-JUN-2006 01:20:17 Uptime 0 days 0 hr. 0 min. 0 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Parameter File /opt/oracle/product/10.2.0.1.0/network/admin/listener.ora Listener Log File /opt/oracle/product/10.2.0.1.0/network/log/listener.log Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1))) (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))) Services Summary... Service "PLSExtProc" has 1 instance(s). Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service... The command completed successfully ***** But when I try to access the DB I'm receiving this: ***** korin ~ # /mnt/data/.home/st0rm $ sqlplus test SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 29 01:21:01 2006 Copyright (c) 1982, 2005, Oracle. All rights reserved. Enter password: ERROR: ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist Linux Error: 2: No such file or directory ***** Did I missed something ??? When I installed the oracle I was able to create database etc. Please, could you help me ??? Thanks a lot Pat -- [email protected] mailing list

