dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Startup problem - Oracle Server

This is a discussion on Startup problem - Oracle Server ; Hello everyone, I installed Oracle 10g Express on a Windows 2K3 Server box without any problem, (almost) everything runs ok. The only problem I have is at startup, after rebooting the server if i try to connect to the server ...



Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 11-14-2006, 04:34 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Startup problem

Hello everyone,

I installed Oracle 10g Express on a Windows 2K3 Server box without any
problem, (almost) everything runs ok.

The only problem I have is at startup, after rebooting the server if i try
to connect to the server (even using SQL Prompt locally), I get this error:

ORA-12514: The TNS Listener does not currently know the service requested in
connection descriptor (The error description might be slightly different, I
translated from Italian).

If I stop and restart the database, then it works ok...

I'm posting here my *.ORA files:

--- TNSNAMES ---
XE =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = whitey)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = XE)
)
)

EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)

ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
)
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
)
)

--- LISTENER ---
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(PROGRAM = extproc)
)
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
(PROGRAM = extproc)
)
)

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
(ADDRESS = (PROTOCOL = TCP)(HOST = whitey)(PORT = 1521))
)
)

DEFAULT_SERVICE_LISTENER = (XE)

--- SQLNET ---
# This file is actually generated by netca. But if customers choose to
# install "Software Only", this file wont exist and without the native
# authentication, they will not be able to connect to the database on NT.

SQLNET.AUTHENTICATION_SERVICES = (NTS)


I did not make any changes to the defaults.

Thanx in Advance
Paolo


Reply With Quote
  #2  
Old 11-14-2006, 05:14 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem



On Nov 14, 9:33 am, "QDL" wrote:
> Hello everyone,
>
> I installed Oracle 10g Express on a Windows 2K3 Server box without any
> problem, (almost) everything runs ok.
>
> The only problem I have is at startup, after rebooting the server if i try
> to connect to the server (even using SQL Prompt locally), I get this error:
>
> ORA-12514: The TNS Listener does not currently know the service requested in
> connection descriptor (The error description might be slightly different, I
> translated from Italian).
>
> If I stop and restart the database, then it works ok...
>
> I'm posting here my *.ORA files:
>
> --- TNSNAMES ---
> XE =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = whitey)(PORT = 1521))
> (CONNECT_DATA =
> (SERVER = DEDICATED)
> (SERVICE_NAME = XE)
> )
> )
>
> EXTPROC_CONNECTION_DATA =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
> )
> (CONNECT_DATA =
> (SID = PLSExtProc)
> (PRESENTATION = RO)
> )
> )
>
> ORACLR_CONNECTION_DATA =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
> )
> (CONNECT_DATA =
> (SID = CLRExtProc)
> (PRESENTATION = RO)
> )
> )
>
> --- LISTENER ---
> SID_LIST_LISTENER =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = PLSExtProc)
> (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
> (PROGRAM = extproc)
> )
> (SID_DESC =
> (SID_NAME = CLRExtProc)
> (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
> (PROGRAM = extproc)
> )
> )
>
> LISTENER =
> (DESCRIPTION_LIST =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
> (ADDRESS = (PROTOCOL = TCP)(HOST = whitey)(PORT = 1521))
> )
> )
>
> DEFAULT_SERVICE_LISTENER = (XE)
>
> --- SQLNET ---
> # This file is actually generated by netca. But if customers choose to
> # install "Software Only", this file wont exist and without the native
> # authentication, they will not be able to connect to the database on NT.
>
> SQLNET.AUTHENTICATION_SERVICES = (NTS)
>
> I did not make any changes to the defaults.
>
> Thanx in Advance
> Paolo



The database needs to register itself with the listener. Apparently
this didn't yet happen when you connected. Please note that when
Windows becomes available after a reboot, this doesn't necessarily mean
that all services have started.
You need to exercise a little bit more patience.

--
Sybrand Bakker
Senior Oracle DBA

Reply With Quote
  #3  
Old 11-14-2006, 05:14 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem



On Nov 14, 9:33 am, "QDL" wrote:
> Hello everyone,
>
> I installed Oracle 10g Express on a Windows 2K3 Server box without any
> problem, (almost) everything runs ok.
>
> The only problem I have is at startup, after rebooting the server if i try
> to connect to the server (even using SQL Prompt locally), I get this error:
>
> ORA-12514: The TNS Listener does not currently know the service requested in
> connection descriptor (The error description might be slightly different, I
> translated from Italian).
>
> If I stop and restart the database, then it works ok...
>
> I'm posting here my *.ORA files:
>
> --- TNSNAMES ---
> XE =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = TCP)(HOST = whitey)(PORT = 1521))
> (CONNECT_DATA =
> (SERVER = DEDICATED)
> (SERVICE_NAME = XE)
> )
> )
>
> EXTPROC_CONNECTION_DATA =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
> )
> (CONNECT_DATA =
> (SID = PLSExtProc)
> (PRESENTATION = RO)
> )
> )
>
> ORACLR_CONNECTION_DATA =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
> )
> (CONNECT_DATA =
> (SID = CLRExtProc)
> (PRESENTATION = RO)
> )
> )
>
> --- LISTENER ---
> SID_LIST_LISTENER =
> (SID_LIST =
> (SID_DESC =
> (SID_NAME = PLSExtProc)
> (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
> (PROGRAM = extproc)
> )
> (SID_DESC =
> (SID_NAME = CLRExtProc)
> (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
> (PROGRAM = extproc)
> )
> )
>
> LISTENER =
> (DESCRIPTION_LIST =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
> (ADDRESS = (PROTOCOL = TCP)(HOST = whitey)(PORT = 1521))
> )
> )
>
> DEFAULT_SERVICE_LISTENER = (XE)
>
> --- SQLNET ---
> # This file is actually generated by netca. But if customers choose to
> # install "Software Only", this file wont exist and without the native
> # authentication, they will not be able to connect to the database on NT.
>
> SQLNET.AUTHENTICATION_SERVICES = (NTS)
>
> I did not make any changes to the defaults.
>
> Thanx in Advance
> Paolo



The database needs to register itself with the listener. Apparently
this didn't yet happen when you connected. Please note that when
Windows becomes available after a reboot, this doesn't necessarily mean
that all services have started.
You need to exercise a little bit more patience.

--
Sybrand Bakker
Senior Oracle DBA

Reply With Quote
  #4  
Old 11-14-2006, 05:49 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem

> The database needs to register itself with the listener. Apparently
> this didn't yet happen when you connected. Please note that when
> Windows becomes available after a reboot, this doesn't necessarily mean
> that all services have started.
> You need to exercise a little bit more patience.


Thanx for answering, I thought about something needed to get "really"
started, I will wait more before attempting a connection. This is just a
test server so reboots are much more frequent than they'd be on a production
server, hence the problem.

> Sybrand Bakker
> Senior Oracle DBA


Bye
Paolo


Reply With Quote
  #5  
Old 11-14-2006, 05:49 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem

> The database needs to register itself with the listener. Apparently
> this didn't yet happen when you connected. Please note that when
> Windows becomes available after a reboot, this doesn't necessarily mean
> that all services have started.
> You need to exercise a little bit more patience.


Thanx for answering, I thought about something needed to get "really"
started, I will wait more before attempting a connection. This is just a
test server so reboots are much more frequent than they'd be on a production
server, hence the problem.

> Sybrand Bakker
> Senior Oracle DBA


Bye
Paolo


Reply With Quote
  #6  
Old 11-14-2006, 06:14 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem

[CUT]

Last update: after booting the server and waiting about 15 minutes, the
problem still persists... I think that it must be something different... Any
ideas?

Thanx in Advance
Paolo


Reply With Quote
  #7  
Old 11-14-2006, 06:14 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem

[CUT]

Last update: after booting the server and waiting about 15 minutes, the
problem still persists... I think that it must be something different... Any
ideas?

Thanx in Advance
Paolo


Reply With Quote
  #8  
Old 11-14-2006, 07:09 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem


"QDL" schreef in bericht
news:4559973f$0$19233$4fafbaef@reader4.news.tin.it ...
> [CUT]
>
> Last update: after booting the server and waiting about 15 minutes, the
> problem still persists... I think that it must be something different...
> Any ideas?
>
> Thanx in Advance
> Paolo
>


Does your server have a fixed IP address? (I hope so...)


Reply With Quote
  #9  
Old 11-14-2006, 07:09 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem


"QDL" schreef in bericht
news:4559973f$0$19233$4fafbaef@reader4.news.tin.it ...
> [CUT]
>
> Last update: after booting the server and waiting about 15 minutes, the
> problem still persists... I think that it must be something different...
> Any ideas?
>
> Thanx in Advance
> Paolo
>


Does your server have a fixed IP address? (I hope so...)


Reply With Quote
  #10  
Old 11-14-2006, 08:56 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Startup problem

>
> Does your server have a fixed IP address? (I hope so...)


Thanx for answering, yes I have a fixed IP address... And I'm still
clueless...

Thanx
Paolo



Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 05:58 PM.