| 
		
			| Problem starting database. [message #310568] | Tue, 01 April 2008 12:41  |  
			| 
				
				
					| molloybe Messages: 5
 Registered: March 2008
 | Junior Member |  |  |  
	| First post, so hopefully i'm putting this in the right forum. 
 I'm pretty new to both Oracle and Redhat and recently installed Oracle 10g on my home machine.  After the installation everything worked, and I could use the URL to login to Enterprise Manager.  I'm currently working through getting everything to startup at boot.  The problem I just ran into is a little odd though, after logging in, starting the listener, logging into sql, starting/mounting the database, i get nothing when i try to use the Enterprise Manager URL.  It's not giving any sort of Invalid URL/Can't Connect error...it's just loading a blank screen.  Any help would be greatly appreciated.
 |  
	|  |  | 
	|  | 
	|  | 
	|  | 
	| 
		
			| Re: Problem starting database. [message #311599 is a reply to message #310923] | Sat, 05 April 2008 00:09   |  
			| 
				
				
					| molloybe Messages: 5
 Registered: March 2008
 | Junior Member |  |  |  
	| I did have it running, but the firewall was disabled.  I've turned it off since, but i'm still having the same problem. 
 I did notice this when i run dbstart though:
 ---------------------------------------------------------
 SQL*Plus: Release 10.1.0.2.0 - Production on Sat Apr 5 01:02:44 2008
 Copyright (c) 1982, 2004, Oracle.  All rights reserved.
 
 SQL> ERROR:
 ORA-12162: TNS:net service name is incorrectly specified
 
 SQL> ORA-12162: TNS:net service name is incorrectly specified
 SQL>
 Database "" warm started.
 
 SQL*Plus: Release 10.1.0.2.0 - Production on Sat Apr 5 01:02:44 2008
 
 Copyright (c) 1982, 2004, Oracle.  All rights reserved.
 
 SQL> Connected to an idle instance.
 SQL> ORACLE instance started.
 
 Total System Global Area  188743680 bytes
 Fixed Size                   778036 bytes
 Variable Size             162275532 bytes
 Database Buffers           25165824 bytes
 Redo Buffers                 524288 bytes
 Database mounted.
 Database opened.
 SQL> Disconnected from Oracle Database 10g Release 10.1.0.2.0 - Production
 
 Database "orcl" warm started.
 ---------------------------------------------------------
 
 I'm guessing that those errors and the "Database "orcl" warm started" message may be something worth investigating?
 |  
	|  |  | 
	|  | 
	|  | 
	| 
		
			| Re: Problem starting database. [message #315203 is a reply to message #310568] | Sat, 19 April 2008 21:34   |  
			| 
				
				
					| molloybe Messages: 5
 Registered: March 2008
 | Junior Member |  |  |  
	| lsnrctl status: 
 Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
 STATUS of the LISTENER
 ------------------------
 Alias                     LISTENER
 Version                   TNSLSNR for Linux: Version 10.1.0.2.0 - Production
 Start Date                19-APR-2008 22:27:52
 Uptime                    0 days 0 hr. 1 min. 50 sec
 Trace Level               off
 Security                  ON: Local OS Authentication
 SNMP                      OFF
 Listener Parameter File   /app/oracle/product/10.1.0/db_1/network/admin/listener.ora
 Listener Log File         /app/oracle/product/10.1.0/db_1/network/log/listener.log
 Listening Endpoints Summary...
 (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
 (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=5500)))
 Services Summary...
 Service "PLSExtProc" has 1 instance(s).
 Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
 The command completed successfully
 -----------------------------------------------------------
 
 emctl status dbconsole:
 
 TZ set to US/Eastern
 Oracle Enterprise Manager 10g Database Control Release 10.1.0.2.0
 Copyright (c) 1996, 2004 Oracle Corporation.  All rights reserved.
 http://localhost.localdomain:5500/em/console/aboutApplication
 Oracle Enterprise Manager 10g is running.
 ------------------------------------------------------------------
 Logs are generated in directory /app/oracle/product/10.1.0/db_1/localhost.localdomain_orcl/sysman/log
 
 |  
	|  |  | 
	|  | 
	|  | 
	|  | 
	|  | 
	| 
		
			| Re: Problem starting database. [message #317828 is a reply to message #315204] | Sat, 03 May 2008 23:57  |  
			| 
				
				
					| molloybe Messages: 5
 Registered: March 2008
 | Junior Member |  |  |  
	| Sorry it's taken me so long to respond to everybody's suggestions...i was away for a few weeks. 
 I tried the alter system register command, but the lsnrctl status stayed the same.
 
 I also tried switching my port to 1521.  (As far as I know, the only places i need to change that are in listener.ora and tnsnames.ora, correct?)  But unfortunately, i'm still having the same problem.
 |  
	|  |  |