| |
Welcome to the dBforums forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact support.
If you prefer not to see double-underlined words and corresponding ads, place your cursor here for ContentLink opt out.
|
 |

02-07-03, 15:50
|
|
Registered User
|
|
Join Date: Jan 2003
Location: Langley, British Columbia, Canada
Posts: 13
|
|
New to Oracle
|
Running Oracle 9i Release 2, on a Windows 2000 Advanced Server connecting via Terminal Services.
I can't seem to get into my database. Here's what i've done:
1. From a command prompt, "lsnrctl start". I see "...command completed successfully."
2. Into the Enterprise Manager Console, Launch Standalone.
3. When I try to expand my database, "ORA-12500: TNS:Listener failed to start a dedicated server process". My user id and password are valid, I think.
4. Back to the command prompt, "lsnrctl services", returns:
"Service attiTest.Wall" has 1 instance(s).
Instance "attiTest", status UNKNOWN, has 1 handler(s) for this service.
Handler(s):
"DEDICATED" establied:0 refused:3"
What am I missing?
__________________
Jeff Jonsson
|
|

02-08-03, 11:21
|
|
Registered User
|
|
Join Date: Sep 2002
Posts: 158
|
|
|
Re: New to Oracle
You've started the listener, but have you started the database? Try starting the database service and see if that helps.
If it were you're username and password causing the problem , you would get an error message that contains the phrase '... INVALID USERNAME AND PASSWORD ....'
Let us know what happened.
HTH,
Patrick
Quote:
Originally posted by JeffJonsson
Running Oracle 9i Release 2, on a Windows 2000 Advanced Server connecting via Terminal Services.
I can't seem to get into my database. Here's what i've done:
1. From a command prompt, "lsnrctl start". I see "...command completed successfully."
2. Into the Enterprise Manager Console, Launch Standalone.
3. When I try to expand my database, "ORA-12500: TNS:Listener failed to start a dedicated server process". My user id and password are valid, I think.
4. Back to the command prompt, "lsnrctl services", returns:
"Service attiTest.Wall" has 1 instance(s).
Instance "attiTest", status UNKNOWN, has 1 handler(s) for this service.
Handler(s):
"DEDICATED" establied:0 refused:3"
What am I missing?
|
|
|

02-10-03, 12:47
|
|
Registered User
|
|
Join Date: Jan 2003
Location: Langley, British Columbia, Canada
Posts: 13
|
|
|
Re: New to Oracle
|
I go to the command prompt, and enter SQLPLUS /NOLOG, then from the SQL> prompt, i enter Connect, type in my username and password, and i get:
ERROR:
ORA-12560: TNS:protocol adapter error
I did a search in the Oracle forum and found a couple of posts which seem to point to either the "tnsnames.ora" or "listener.ora" files, but these look correct when compared with the examples in the posts. My protocol is TCP, which I assume it should be, and the port looks correct. This error comes up if my listener is running or not.
Is there another way to start the database? I am using a PDF of the "Oracle 9i Database Administrator's Guide Release 2 (9.2) for Windows" as my reference and all it says about this error is that i have to start the OracleServiceSID service. I checked my running processes and i don't see this in there. How would I start this process? It is not starting when my server restarts.
__________________
Jeff Jonsson
|
|

02-10-03, 13:13
|
|
Drunkard
|
|
Join Date: Nov 2002
Location: Desk, slightly south of keyboard
Posts: 695
|
|
On your Win2K box open the control panel -> administrative tools -> services.
Then scroll down to find a service called OracleService[YourSID] and make sure it is set to automatic and started, or start it manually.
HTH
Bill
|
|

02-10-03, 13:26
|
|
Registered User
|
|
Join Date: Jan 2003
Location: Langley, British Columbia, Canada
Posts: 13
|
|
Excellent!! Thank you Bill and Patrick!
__________________
Jeff Jonsson
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|