dbTalk Databases Forums  

can not start the isqlplus

comp.databases.oracle.server comp.databases.oracle.server


Discuss can not start the isqlplus in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
happy
 
Posts: n/a

Default can not start the isqlplus - 05-08-2011 , 12:20 PM






I am a beginner and can not open the http://homer:5560/isqlplus page
under Solaris10-x86? Any solutions ? I could open it when I installed
Oracle 10 on Solaris 10 - x86 system for the first time.
Thanks

Reply With Quote
  #2  
Old   
Michel Cadot
 
Posts: n/a

Default Re: can not start the isqlplus - 05-08-2011 , 12:50 PM






"happy" <ehabaziz2001 (AT) gmail (DOT) com> a écrit dans le message de news:
60bdcbfc-ef80-4d90-ab90-b0b0fb909f58...oglegroups.com...
Quote:
I am a beginner and can not open the http://homer:5560/isqlplus page
under Solaris10-x86? Any solutions ? I could open it when I installed
Oracle 10 on Solaris 10 - x86 system for the first time.
Thanks
isqlplus is obsolete, start with something that exists in the current versions.

Regards
Michel

Reply With Quote
  #3  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: can not start the isqlplus - 05-08-2011 , 12:52 PM



On Sun, 08 May 2011 19:50:12 +0200, Michel Cadot wrote:


Quote:
isqlplus is obsolete, start with something that exists in the current
versions.
Something like rpt/rpf of SQL*Calc.



--
http://mgogala.byethost5.com

Reply With Quote
  #4  
Old   
happy
 
Posts: n/a

Default Re: can not start the isqlplus - 05-08-2011 , 02:41 PM



On May 8, 8:52*pm, Mladen Gogala <gogala.mla... (AT) gmail (DOT) com> wrote:
Quote:
On Sun, 08 May 2011 19:50:12 +0200, Michel Cadot wrote:
isqlplus is obsolete, start with something that exists in the current
versions.

Something like rpt/rpf of SQL*Calc.

--http://mgogala.byethost5.com
issued the two commands :
$ORACLE_HOME/bin/lsnrctl start
$ORACLE_HOME/bin/isqlplusctl start

But I got that error :
ERROR - ORA-01034: ORACLE not available ORA-27101: shared memory realm
does not exist Intel SVR4 UNIX Error: 2: No such file or directory

Reply With Quote
  #5  
Old   
John Hurley
 
Posts: n/a

Default Re: can not start the isqlplus - 05-08-2011 , 05:13 PM



happy:

.... but I got that error : ERROR - ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist Intel SVR4 UNIX Error:
2: No such file or directory

Is your database instance running?

If you do a "ps -ef | grep smon" what does it show you?

Reply With Quote
  #6  
Old   
Mladen Gogala
 
Posts: n/a

Default Re: can not start the isqlplus - 05-08-2011 , 06:08 PM



On Sun, 08 May 2011 12:41:25 -0700, happy wrote:


Quote:
But I got that error :
ERROR - ORA-01034: ORACLE not available ORA-27101: shared memory realm
does not exist Intel SVR4 UNIX Error: 2: No such file or directory
Is your ORACLE_SID defined and exported in the environment?



--
http://mgogala.byethost5.com

Reply With Quote
  #7  
Old   
happy
 
Posts: n/a

Default Re: can not start the isqlplus - 05-11-2011 , 12:00 PM



On May 9, 1:13*am, John Hurley <hurleyjo... (AT) yahoo (DOT) com> wrote:
Quote:
happy:

... but I got that error : ERROR - ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist Intel SVR4 UNIX Error:
2: No such file or directory

Is your database instance running?

If you do a "ps -ef | grep smon" what does it show you?
oracle @ Homer /export/home/oracle/database>ps -ef | grep pmon
oracle 1188 995 0 18:59:15 pts/3 0:00 grep pmon
oracle @ Homer /export/home/oracle/database>

Reply With Quote
  #8  
Old   
happy
 
Posts: n/a

Default Re: can not start the isqlplus - 05-11-2011 , 12:01 PM



On May 9, 2:08*am, Mladen Gogala <gogala.mla... (AT) gmail (DOT) com> wrote:
Quote:
On Sun, 08 May 2011 12:41:25 -0700, happy wrote:
But I got that error :
ERROR - ORA-01034: ORACLE not available ORA-27101: shared memory realm
does not exist Intel SVR4 UNIX Error: 2: No such file or directory

Is your ORACLE_SID defined and exported in the environment?

--http://mgogala.byethost5.com
oracle @ Homer /export/home/oracle/database>echo $ORACLE_SID
ORA10GR2

Reply With Quote
  #9  
Old   
happy
 
Posts: n/a

Default Re: can not start the isqlplus - 05-11-2011 , 12:09 PM



On May 9, 2:08*am, Mladen Gogala <gogala.mla... (AT) gmail (DOT) com> wrote:
Quote:
On Sun, 08 May 2011 12:41:25 -0700, happy wrote:
But I got that error :
ERROR - ORA-01034: ORACLE not available ORA-27101: shared memory realm
does not exist Intel SVR4 UNIX Error: 2: No such file or directory

Is your ORACLE_SID defined and exported in the environment?

--http://mgogala.byethost5.com

I can see that the db is up But when I start the listener I can see
the port 1521 but when I have the login screen of oracle I open the
web page using : http://homer:5560/isqlplus/login.uix

oracle @ Homer /export/home/oracle/database>ps -ef | grep pmon
oracle 1188 995 0 18:59:15 pts/3 0:00 grep pmon
oracle @ Homer /export/home/oracle/database>$ORACLE_HOME/bin/lsnrctl
start

LSNRCTL for Solaris: Version 10.2.0.2.0 - Production on 11-MAY-2011
18:57:36

Copyright (c) 1991, 2005, Oracle. All rights reserved.

Starting /opt/oracle/102/bin/tnslsnr: please wait...

TNSLSNR for Solaris: Version 10.2.0.2.0 - Production
System parameter file is /opt/oracle/102/network/admin/listener.ora
Log messages written to /opt/oracle/102/network/log/listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1) ))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Homer)
(PORT=1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1) ))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Solaris: Version 10.2.0.2.0 -
Production
Start Date 11-MAY-2011 18:57:42
Uptime 0 days 0 hr. 0 min. 2 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /opt/oracle/102/network/admin/listener.ora
Listener Log File /opt/oracle/102/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1) ))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Homer)(P ORT=1521)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this
service...
The command completed successfully

oracle @ Homer /export/home/oracle/database>$ORACLE_HOME/bin/
isqlplusctl start

iSQL*Plus 10.2.0.2.0
Copyright (c) 2003, 2005, Oracle. All Rights Reserved.
Starting iSQL*Plus ...
iSQL*Plus started.

Reply With Quote
  #10  
Old   
Sybrand Bakker
 
Posts: n/a

Default Re: can not start the isqlplus - 05-11-2011 , 12:28 PM



On Wed, 11 May 2011 10:09:20 -0700 (PDT), happy
<ehabaziz2001 (AT) gmail (DOT) com> wrote:

Quote:
I can see that the db is up
The database is *not* up.

Can you also explain why you simultaneously post this on this forum
*and* on OTN?

--
Sybrand Bakker
Senior Oracle DBA

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.