Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
ORA 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
ORA 01722 invalid number
 
FW: Problems moving from Database 9.2 to 10.2

FW: Problems moving from Database 9.2 to 10.2

2006-12-09       - By Greg Wallace

 Back
Ok, I don't know what happened but opmnctl startall and stopall are all of a
sudden both working, in the sense that I no longer get error messages.  And
if I do opmnctl status it shows it to be running.  That's the good news.
The bad news is I have no idea which port is being used.  It's none of the
ones that were mentioned in the logs.  Can someone tell me where to look to
see what port is being used so I can get into ISQLPLUS?

Thanks,
Greg Wallace

-- --Original Message-- --
From: Greg Wallace [mailto:gregwallace@(protected)]
Sent: Saturday, December 09, 2006 3:09 PM
To: 'suse-oracle@(protected)'
Subject: Problems moving from Database 9.2 to 10.2

I just managed to migrate from 9.2 to 10.2 and am having a few problems.
The most significant of these is not having access to ISQLPLUS.  Under 9.2,
you automatically got an apachectl script to start and stop the Oracle HTTP
server when you installed the database.  Under 10.2, it is apparently now
separate under the "companion" component.  I installed that component and
tried running "opmnctl startall", which I understand is the new way of
starting Oracle HTTP.  When I issue that command, I get back --

opmnctl:  Starting opmn and all managed processes...
opmnctl:  opmn start failed

I went to the log files under the same directory path as the bin where
opmnctl is located and found the following

ipm.log ->

06/12/09 11:50:03 [4] Create pm state directory:
/u01/app/oracle/product/10.2.0.Commpanion/opmn/logs/states
06/12/09 11:50:03 [4] PM state file does not exist:
/u01/app/oracle/product/10.2.0.Commpanion/opmn/logs/states/.opmndat
06/12/09 11:50:03 [4] OPMN server ready.  Request handling enabled.
06/12/09 11:50:03 [4] Request 2 Started.  Command: start
06/12/09 11:50:03 [4] Starting Process:
HTTP_Server~HTTP_Server~HTTP_Server~1 (2001403905:0)
06/12/09 11:50:05 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1
(2001403905:25328)
06/12/09 11:50:05 [4] Request 2 Completed. Command: start
06/12/09 13:46:58 [4] PM state directory exists:
/u01/app/oracle/product/10.2.0.Commpanion/opmn/logs/states
06/12/09 13:46:58 [4] OPMN server ready.  Request handling enabled.
06/12/09 14:13:30 [4] PM state directory exists:
/u01/app/oracle/product/10.2.0.Commpanion/opmn/logs/states
06/12/09 14:13:30 [4] OPMN server ready.  Request handling enabled.

ons.log ->

06/12/09 11:50:03 [4] ONS server initiated
06/12/09 13:46:58 [4] ONS server initiated
06/12/09 13:46:58 [2] BIND (Address already in use)
06/12/09 13:46:58 [2] 127.0.0.1:6113 - listener BIND failed
06/12/09 13:46:58 [4] Listener thread -1268642912: 127.0.0.1:6113 (0x442)
terminating
06/12/09 13:46:58 [1] Local listener terminated
06/12/09 14:13:30 [4] ONS server initiated
06/12/09 14:13:30 [2] BIND (Address already in use)
06/12/09 14:13:30 [2] 127.0.0.1:6113 - listener BIND failed
06/12/09 14:13:30 [4] Listener thread -1268003936: 127.0.0.1:6113 (0x442)
terminating
06/12/09 14:13:30 [1] Local listener terminated

states/p2001403905 ->

standalone
HTTP_Server
HTTP_Server
HTTP_Server
2001403905
25328
1:1
2
0
0
-
/u01/app/oracle/product/10.2.0.Commpanion/opmn/logs/HTTP_Server~1
/u01/app/oracle/product/10.2.0.Commpanion/opmn/logs/HTTP_Server~1
portStart
7202 0 http

127.0.0.1
portend

Out of all of that, the only thing that seems to possibly be indicative of
an error is the following under the ons.log --

06/12/09 14:13:30 [2] BIND (Address already in use)
06/12/09 14:13:30 [2] 127.0.0.1:6113 - listener BIND failed

Maybe that is telling me that it's trying to listen on port 6113 and that
port is already in use.  What's really confusing is the following --

During installation of the database, I got a message that ISQLPLUS would be
using port 5561.  But ISQLPLUS wouldn't have been installed until I
installed "companion", right?  After I found out that ISQLPLUS was separate,
I figured that maybe the port was simply pre-assigned by database, even
though the HTTP server wasn't there yet.  But then ons.log seems to be
referring to port 6113.  Also, from states/p2001403905, --

portStart
7202 0 http

127.0.0.1
portend

so isn't it saying that it's trying to use port 7202, or am I misreading
that?  Things were so much simpler under 9.2.  Is there anything in this
information that anyone can see that points directly to my problem?  If it
is a port problem, I don't know where I would go to make that change.  Under
9.2, the ports were embedded right in the apachectl script itself.  So far,
in my browsing, I haven't been able to find out where that assignment is
made under 10.2.  Any help with this greatly appreciated.

Thanks,
Greg Wallace


--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting