oracle 10g problem [message #222835] |
Tue, 06 March 2007 10:50 |
|
i have just installed 10g on windows xp sp2.
i can access my database through cmd( command prompt --ms dos)
where as
in isqlplus it returns error like
-----------------------------
ERROR - ORA-12500: TNS:listener failed to start a dedicated server process
----------------
and em page(enterprise manager) opened automatically after installation
( i clicked startup icon )
oracle asking
Host Credentials
Database Credentials
what are these credentials .please explain in detail.and also jvm(java) returned error like unable to open a file ( first time).i knoe database credentials. what are host credentials.
details about my oracle 10g
SQL> select * from v$version
2 ;
BANNER
----------------------------------------------------------------
Personal Oracle Database 10g Release 10.1.0.2.0 - Production
PL/SQL Release 10.1.0.2.0 - Production
CORE 10.1.0.2.0 Production
TNS for 32-bit Windows: Version 10.1.0.2.0 - Production
NLSRTL Version 10.1.0.2.0 - Production
operating system windows xp sp2
java 2 platform standard edition
Version 1.5.0 (build 1.5.0_11-b03)
thank you all
[Updated on: Tue, 06 March 2007 11:01] Report message to a moderator
|
|
|
Re: oracle 10g problem [message #222852 is a reply to message #222835] |
Tue, 06 March 2007 13:16 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Quote: | ORA-12500: TNS:listener failed to start a dedicated server process
|
Check you listener.log file for error details. The most likely scenario is that your server was too busy/resource constrained to start another process.
|
|
|
|
Re: oracle 10g problem [message #223049 is a reply to message #222835] |
Wed, 07 March 2007 06:38 |
|
06-MAR-2007 22:18:37 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SERVICE_NAME=oracle)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.60.95)(PORT=3171)) * establish * oracle * 12500
TNS-12500: TNS:listener failed to start a dedicated server process
TNS-12537: TNS:connection closed
TNS-12560: TNS:protocol adapter error
TNS-00507: Connection closed
32-bit Windows Error: 109: Unknown error
above errors showing inlistener.log what to do now
|
|
|
|
Re: oracle 10g problem [message #223057 is a reply to message #222835] |
Wed, 07 March 2007 07:21 |
|
this is also showing when i start lsnrctl
C:\Documents and Settings\dharanidhar>lsnrctl status
LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 07-MAR-2007 18:43
:14
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
32-bit Windows Error: 2: No such file or directory
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=karimojj-c876e5)(PORT=15
21)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
32-bit Windows Error: 61: Unknown error
|
|
|
|
Re: oracle 10g problem [message #223070 is a reply to message #222835] |
Wed, 07 March 2007 07:54 |
|
taj please explain step by step .
i stopped my 9i listener and even now its not working. and for my os there is no password . what to do now .please explain in detail
|
|
|
|
|
|
Re: oracle 10g problem [message #223094 is a reply to message #222835] |
Wed, 07 March 2007 09:25 |
|
this is standalone system and my ip address is dynamic .can i add this ip to netconfig
it is asking enter valid service name if i enter 192.168.60.92
and in your blog
Suggestion :
1.Always use IP ADDRESS instead of COMPUTER NAME.
2.Change computer name alwarid-Oa49914 to alwarid-taj.
that means change computer name in my computer or change service name in oracle
[Updated on: Wed, 07 March 2007 09:32] Report message to a moderator
|
|
|
|
Re: oracle 10g problem [message #223103 is a reply to message #223097] |
Wed, 07 March 2007 09:52 |
|
taj
thank a lot for giving immediate response .at last succeded
but one thing
i always changes my ip ( ie LAN Address regurly) any problem in future .and EM page automatically changed without asking host crdentials after logon as sys
this page giving brief information about database( user sys) showing invalid objects and severity.
could please drop some links to understand things in em page and it looks good
and again thank you very much taj for guiding
[Updated on: Wed, 07 March 2007 09:54] Report message to a moderator
|
|
|
|