ORACLE 10G - NOT ABLE TO CONNECT THRU EM

HI , I NEED HELP FROM ORACLE EXPERTS PLEASE ,
I HAVE INSTALLED ORA10G.
FROM COMMAND LEVEL I CAN CONNECT AS SYSDBA .
BUT FROM ENTERPRISE MGR I GET ERROR
SQLException
Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descriptor The Connection descriptor used by the client was: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orcl)))
But database in open .
even from Net Manager , when I test the connection I get
Attempting to connect using userid: sysdba
The test did not succeed.
ORA-01017: invalid username/password; logon denied
There may be an error in the fields entered,
or the server may not be ready for a connection.
When I give command
EMCTL START DBCONSOLE I get error
ENVIRONMENT VARIABLE ORACLE SID NOT DEFINED
I have tried to change all 3 sqlnet.ora / tnsnames.ora / listener.ora/
here are samples .
# listener.ora Network Configuration File: C:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.1.0\Db_1)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = orcl.world)
(ORACLE_HOME = C:\oracle\product\10.1.0\Db_1)
(SID_NAME = orcl)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
# tnsnames.ora Network Configuration File: C:\oracle\product\10.1.0\Db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
ORCL.WORLD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = LOCALHOST)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = orcl.world)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)

When I give command
EMCTL START DBCONSOLE I get error
ENVIRONMENT VARIABLE ORACLE SID NOT DEFINEDYou need to define the ORACLE_SID environment variable for the db console to start.
C:\> set ORACLE_SID=orcl
C:\> emctl start dbconsole

Similar Messages

  • Oracle 10g - Not able to connect to the Database

    I could not connect to the Database. I found below error when I have run the lsnrctl start
    I would appreciate any help.
    D:\Documents and Settings\Administrator>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 03-JUN-2010 02:49
    :42
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.or
    a
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT
    =1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    Listener failed to start. See the error message(s) above...
    ================
    I think the above error has caused the below result
    D:\Documents and Settings\Administrator>net start oracleserviceorcl
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    D:\Documents and Settings\Administrator>sqlplus/nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 3 02:46:25 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> conn sys@orcl as sysdba
    Enter password:
    ERROR:
    ORA-12170: TNS:Connect timeout occurred
    SQL>
    ===========================
    Following is the part of generated log message for the lsnrctl start command
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 15-MAY-2010 23:44:29
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1652
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.51)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    15-MAY-2010 23:44:33 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=Administrator))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    15-MAY-2010 23:44:51 * service_register * orcl * 0
    15-MAY-2010 23:46:10 * service_died * orcl * 12537
    15-MAY-2010 23:46:11 * service_register * orcl * 0
    15-MAY-2010 23:46:14 * service_update * orcl * 0
    15-MAY-2010 23:46:29 * service_update * orcl * 0
    15-MAY-2010 23:46:35 * service_update * orcl * 0
    15-MAY-2010 23:46:41 * service_update * orcl * 0
    15-MAY-2010 23:46:47 * service_update * orcl * 0
    15-MAY-2010 23:47:05 * service_update * orcl * 0
    15-MAY-2010 23:47:33 * service_update * orcl * 0
    15-MAY-2010 23:47:39 * service_update * orcl * 0
    15-MAY-2010 23:47:50 * service_update * orcl * 0
    15-MAY-2010 23:47:58 * service_died * orcl * 12537
    TNS-12547: TNS:lost contact
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 17-MAY-2010 11:08:17
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=216
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 17-MAY-2010 12:07:11
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=208
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 17-MAY-2010 23:19:43
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=224
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 19-MAY-2010 00:35:39
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=220
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 20-MAY-2010 00:02:39
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=224
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 21-MAY-2010 22:28:28
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=224
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 22-MAY-2010 02:29:22
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=228
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 22-MAY-2010 10:39:02
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=664
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 23-MAY-2010 01:50:22
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=224
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 24-MAY-2010 08:58:52
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=416
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-MAY-2010 22:48:47
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=196
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 26-MAY-2010 07:17:43
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=764
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 27-MAY-2010 23:53:01
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=700
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 28-MAY-2010 21:35:44
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=524
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 30-MAY-2010 00:44:22
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=796
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 30-MAY-2010 11:41:33
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=732
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 31-MAY-2010 01:28:05
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=716
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 03-JUN-2010 00:46:50
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=196
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 03-JUN-2010 02:32:07
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=1740
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 03-JUN-2010 02:35:19
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=3488
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 03-JUN-2010 02:43:06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=240
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 03-JUN-2010 02:50:03
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is D:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Trace information written to D:\oracle\product\10.2.0\db_2\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=3104
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.51)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Thanks,
    Srini

    Thanks again
    Here is the result of the lsnrctl status
    D:\Documents and Settings\Administrator>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 03-JUN-2010 04:13
    :06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 03-JUN-2010 03:45:46
    Uptime 0 days 0 hr. 27 min. 22 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.2.0\db_2\network\admin\listener.o
    ra
    Listener Log File D:\oracle\product\10.2.0\db_2\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.50)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "emp" has 1 instance(s).
    Instance "emp", status READY, has 1 handler(s) for this service...
    Service "empXDB" has 1 instance(s).
    Instance "emp", status READY, has 1 handler(s) for this service...
    Service "emp_XPT" has 1 instance(s).
    Instance "emp", status READY, has 1 handler(s) for this service...
    Service "ora10" has 1 instance(s).
    Instance "ora10", status BLOCKED, has 1 handler(s) for this service...
    Service "ora10_XPT" has 1 instance(s).
    Instance "ora10", status BLOCKED, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    ======================
    Now i have tried sqlplus / as sysdba
    D:\Documents and Settings\Administrator>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 3 04:15:18 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Release 10.2.0.1.0 - Production
    SQL>
    =======================
    Then tried to connect to orcl database which has sid also orcl and gave the correct pass word, but still found the same error
    D:\Documents and Settings\Administrator>sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 3 04:15:18 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Release 10.2.0.1.0 - Production
    SQL> conn sys@orcl as sysdba
    Enter password:
    ERROR:
    ORA-12170: TNS:Connect timeout occurred
    Warning: You are no longer connected to ORACLE.
    SQL>
    Could please let me know what is missing here from my side
    Regards,
    Srini

  • Oracle Messenger Not Able to connect to the server

    Hi All,
    I am working on OCS 10g 10.1.2.3 in a single box linux (RHEL ES Rel-3.0 taroon update 4)
    I am not able to connect the Oracle Messenger with the oracle server.
    While logging in, it is showing that 'Unable to connect to Server' message..
    Please update...
    Many Thanks in Advance.....

    hi,
    i am facing the same problem as u were. Plz help me and tell me how resolve this issue.
    i am using RHEL on server side and messenger is installed on windows XP

  • Oracle database not able to connect in network

    Hi all,
    I have one problem.I have created a new database in Oracle 9i.This database I am trying to connect as system user,with a password.I am able to connect the darabase
    locally,but I am not able to connect to this database in network.Lan connection and everything is oK.Its giving error as
    An error occurred while establishing the connection:
    Type: java.sql.SQLException Error Code: 17002
    Message:
    Io exception: The Network Adapter could not establish the connection
    can anyone help me out in this issue?
    thanks and regards
    Dhanesh

    You are attempting to connect to an Oracle instance using JDBC and you are receiving the following error.
    java.sql.SQLException: Io exception:
    The Network Adapter could not establish connection
    SQLException: SQLState (null) vendor code (17002)
    Any or all of the following conditions may also apply:
    1) You are able to establish a SQL*Plus connection from the same
    client to the same Oracle instance.
    2) You are able to establish a JDBC OCI connection, but not a Thin
    connection from the same client to the same Oracle instance.
    3) The same JDBC application is able to connect from a different
    client to the same Oracle instance.
    4) The same behavior applies whether the initial JDBC connection
    string specifies a hostname or an IP address.
    Also
    The Network Adapter exception is caused because:
    1. The database host name or port number is wrong.
    2. The database TNSListener has not been started. The TNSListener may be started with the lsnrctl utility.
    Please let us know where is the actual problem , then we can help you out.
    HTH
    Amkotz

  • Oracle 10g Not able to loging in Window 7

    Hi All
    I have Installed the Oracle 10 g in my Laptop , the Operating System is Windows 7 Profisional (ut 64bit) oracle was installed successfully , after that i am not able to loging the oracle
    once i entered the Credential not able to login , screen i disappears , but same software installed in Window XP successuly login
    could you please provide me any septd need to do in window 7
    Thanks in Advance
    Regards

    Since Windows 7 was released after the 10g releases, the Installation Guide does not include Windows 7. In this case, the Certification should be checked before proceeding.
    http://www.oracle.com/technology/software/products/ias/files/fusion_certification.html
    From here, you will find that 10.1.2 is certified on Windows 7 only in some cases. For example, using iDS, it is certified on Windows 7 32 bit.
    You only said Oracle 10g, so perhaps you are on an Oracle Database version. If so, this is not a Forum for the Oracle Database product.
    ...Ken

  • Web application not able to connect to Oracle 10g

    I have been facing an issue with my Web application past 2 days wherein
    I am not able to connect to oracle database. The error is receive when I compile my project : OCIEnvCreate failed with return code -1 but error message text was not available. I have defined my connection in web.config and calling it using a connection string
    Details: os : window7 (64bit) .NET framework 4 Oracle 10g 32 bit can you please help me and provide me with a s

    Hi,
           My Question is related to Microsoft visual studio (.Net Framework). 
    Issue: My Application build in Asp.Net is not able to connect to Oracle 10g database (32 bit). My OS is 64 bit in which my visual studio2010 is Installed.
    Thanks
    Error:  
    OCIEnvCreate failed with return code -1 but error message text was not available.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.Exception: OCIEnvCreate failed with return code -1 but error message text was not available.
    Source Error: 
    Line 28:
    Line 29: OracleConnection con = new OracleConnection(connStr);
    Line 30: con.Open();
    Line 31: str = "select count(1) from ITS_INCIDENT";
    Line 32: com = new OracleCommand(str, con);

  • OCCI - not able to connect to oracle 10g DB

    Hello Folks,
    I hv VC++ 6.0 and Oracle 10g, I want to connect to Oracle DB, Compliation is successful, But while executing I'm getting Runtime Error!
    I'm getting this error on a statement: conn = env->createConnection ("username", "password","//localhost:1521/XE");
    Here's code snippet:
    #pragma comment(lib, "oraocci10.lib")
    #define WIN32COMMON
    #include <stdlib.h>
    #include <occi.h>
    #include <iostream>
    class lobarray
    private:
    Environment *env;
    Connection *conn;
    public:
    lobarray (string user, string passwd, string db)
    cout <<"connecting DB" << endl;
    env = Environment::createEnvironment();
    cout <<"ENV set" << endl;
    conn = env->createConnection ("admin", "admin","//localhost:1521/XE");
    cout <<"conneted " << endl;
    I'm stuck with this issue, please help me out, i'm in a urgernt need,
    anything will work either sample code, links, any guidance

    Yes, I'm using 10g XE..
    I also must need to use the VC++ 6.0 as the old code is written and get only compile and executed with VC++ 6.0.
    Now, is there any way out...?
    (Sorry for duplicate post... browser got hanged up..and did not checked back for post added or not)

  • 10g Enterprise Manager is not able to connect to the database instance

    I am running a Oracle 10g database in Solaris 10 server. When i am trying to connect to the enterprise manager it says Enterprise Manager is not able to connect to the database instance.
    The database instance is open,the listener is up and the agent connection also says that it succeeded.
    The server houses two 10g databases and the EM was working properly till yesterday. Kindly Help.
    Thanks in advance.
    Ram

    Hi,
    The EM is started and if i give emctl status dbconsole
    -bash-3.00$ emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.3.0
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    http://gladiator:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running
    Logs are generated in directory /db8/ora10gr2/product/10.2.0/Db_4/gladiator_TROY/sysman/log
    it says that the EM is running. But when i am trying to access the URL it is in IE it says Page cannot be displayed what could be the problem for this???
    Thanks in advance.
    Ram

  • Not able to connect to oracle database 11g from application server10g

    Hello,
    I have installed oracle database 11g. We are using forms and report services through application server 10g. I have add required entries in tnsnames.ora file. But I am not able to connect to database. I am getting following error:
    ORA-12514-TNS:listener does not currently know of service requested in connect descriptor
    Please help me.
    Thanks
    Trusha

    lsnrctl status...
    oracle@orcl11gd:~> lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 13-FEB-2013 09:16:06
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 11-FEB-2013 12:40:23
    Uptime 1 days 20 hr. 35 min. 42 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/11gR2/db/network/admin/listener.ora
    Listener Log File /opt/oracle/diag/tnslsnr/orcl11gd/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=orcl11gd.irma.ac.in)(PORT=1521)))
    Services Summary...
    Service "orcl11gd.irma.ac.in" has 1 instance(s).
    Instance "orcl11gd", status READY, has 1 handler(s) for this service...
    Service "orcl11gdXDB.irma.ac.in" has 1 instance(s).
    Instance "orcl11gd", status READY, has 1 handler(s) for this service...
    The command completed successfully
    oracle@orcl11gd:~>
    tnsnames.ora
    # tnsnames.ora Network Configuration File: /opt/oracle/OraBi/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    REP_ASDEMO_ORABI.IRMA.AC.IN =
    (ADDRESS = (PROTOCOL = tcp)(HOST = asdemo)(PORT = 1950))
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = asdemo.irma.ac.in)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    ORCLDEMO =
         (DESCRIPTION =
              (ADDRESS_LIST =
                   (ADDRESS = (PROTOCOL = TCP) (HOST = 172.16.11.80)(PORT = 1521))
              (CONNECT_DATA =
                   (SERVICE_NAME = ORCLDEMO)
                   (SERVER = DEDICATED)
    ORCL11GD =
         (DESCRIPTION =
              (ADDRESS_LIST =
                   (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.100.180)(PORT = 1521))
              (CONNECT_DATA =
                   (SERVICE_NAME = ORCL11GD)
                   (SERVER = DEDICATED)
         )

  • Not able to connect 10g db via dev6i

    Hi,
    I am not able to connect 10g db via developer 6i. I am getting below error.
    Oracle SQL*PLUS has encountered a problem and needs to close. We are sorry for the inconvenience.
    Thanks in advance..

    Have you tried the use of a download manager such as getright (getright.com, free)? Give that a try...
    Regards, OTN

  • Not able to connect to oracle directly

    os : AIX ch5dlfp089 1 6 000B4A22D900
    oracle : 11.2.0.1.0
    Issue : created oracle db using dbca (gui). Db created successfully
    When I checked recently using putty to check the db health. I am able to see smon and orcl is running well using
    ps -eaf | grep orcl.
    How ever when I am trying to connect the db using sqlplus prompt. It is showing idle instance.
    $ sqlplus "/ as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Oct 18 00:52:08 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> exit
    oratab entry shows ok
    orcl:/home/oracle/app/oracle/product/11.2.0/dbhome_1:
    CHECKED BASIC ENV. variables values
    $ echo $ORACLE_SID
    orcl
    $ echo $ORACLE_HOME
    /home/oracle/app/oracle/product/11.2.0/dbhome_1/
    profile shows as follows
    $ cat .profile
    PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.
    export PATH
    if [ -s "$MAIL" ] # This is at Shell startup. In normal
    then echo "$MAILMSG" # operation, the Shell checks
    fi # periodically.
    ORACLE_SID=orcl
    export ORACLE_SID
    ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1/
    export ORACLE_HOME
    LIBPATH=$ORACLE_HOME/lib:$LIBPATH
    export LIBPATH
    PATH=$ORACLE_HOME/bin:$PATH
    export PATH
    However I am able to connect to db using tns
    $ sqlplus "sys/Oracle123@orcl as sysdba"
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> EXIT
    Question : what could be the reason I am not able to connect the db directly ? without tns ?
    Any mistake could have happend or any restriction could have set for this access ?

    I already tested that ORCL
    $ echo $ORACLE_SID
    orcl
    $ export ORACLE_SID=ORCL
    $ echo $ORACLE_SID
    ORCL
    $ sqlplus "/ as sysdba"
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Oct 18 01:08:03 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    LISTNER
    $ lsnrctl status
    LSNRCTL for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 18-OCT-2010 01:09:00
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production
    Start Date 14-OCT-2010 00:14:39
    Uptime 4 days 0 hr. 54 min. 22 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP ON
    Listener Parameter File /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /home/oracle/app/oracle/diag/tnslsnr/ch5dlfp089/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ch5dlfp089.in.ibm.com)(PORT=1521)))
    Services Summary...
    Service "orcl.in.ibm.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.in.ibm.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    $
    TNS SHOWS
    $ tnsping orcl
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 11.2.0.1.0 - Production on 18-OCT-2010 01:09:51
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = ch5dlfp089.in.ibm.com)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl.in.ibm.com)))
    OK (30 msec)
    $
    TNSNAMES ENTRY
    $ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    orcl =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ch5dlfp089.in.ibm.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.in.ibm.com)
    )

  • Not able to connect to Oracle db 8.1.7.0.0 on server

    Hi
    Any body can help me on this please..
    I am not able to connect to the db through sqlplus and svrmgrl.
    Windows 2003 server - Oracle db version 8.1.7.0.0
    Please find the error given below while trying with sqlplus "/ as sysdba", svrmgrl,sqlplus /nolog
    C:\Documents and Settings\vamanana>set ORACLE_SID=MP2
    C:\Documents and Settings\vamanana>sqlplus "/as sysdba"
    SQL*Plus: Release 8.1.7.0.0 - Production on Sßb Nov 7 20:28:28 2009
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    ORA_DBA privilege is added to this user,Oracle windows service is running.
    Please find the sqlnet.ora, listener.ora, tnsnames.ora given below:
    sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PXW3150MX4)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PXW3150MX4)(PORT = 2481))
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = mp2))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = sims))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = Y:\u01\dba\oracle\product\8.1.7)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = mp2)
    (ORACLE_HOME = Y:\u01\dba\oracle\product\8.1.7)
    (SID_NAME = mp2)
    (SID_DESC =
    (GLOBAL_DBNAME = sims)
    (ORACLE_HOME = Y:\u01\dba\oracle\product\8.1.7)
    (SID_NAME = sims)
    tnsnames.ora:
    MP2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = PXW3150MX4)
    (Port = 1521)
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = PXW3150MX4)
    (Port = 1526)
    (CONNECT_DATA = (SID = MP2)
    )

    Hi
    It was done by using HP image copy software tool(Like ghost software)
    OUI is not used to install the software on the system.
    Please fine the command SET output given below:
    C:\Documents and Settings\vamanana>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\vamanana\Application Data
    CLIENTNAME=HPMWIS00012
    ClusterLog=C:\WINDOWS\Cluster\cluster.log
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=PXW3150MX4
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\vamanana
    LOGONSERVER=\\PXW3150MX4
    NUMBER_OF_PROCESSORS=8
    OS=Windows_NT
    OvAgentDir=C:\Program Files\HP OpenView\data\
    OvDataDir=C:\Program Files\HP OpenView\data\
    OvInstallDir=C:\Program Files\HP OpenView\
    Path=C:\Program Files\HP\NCU;Y:\u01\dba\oracle\product\8.1.7\bin;R:\u01\dba\orac
    le\product\9.2.0\bin;R:\u01\dba\oracle\product\9.2.0\jre\1.4.2\bin\client;R:\u01
    \dba\oracle\product\9.2.0\jre\1.4.2\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:
    \Program Files\Oracle\jre\1.1.8\bin;Y:\u01\dba\oracle\product\8.1.7\jre\1.1.7\bi
    n;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Hewle
    tt-Packard\svctools\common\wccproxy\bin;c:\usr\OV\bin\OpC\cmds;c:\usr\OV\bin\OpC
    \monitor;c:\usr\OV\bin\OpC\actions;C:\Program Files\HP OpenView\bin;C:\Program F
    iles\HP OpenView\bin\OpC;C:\Program Files\HP OpenView\bin\;C:\Program Files\HP O
    penView\lib\;C:\Program Files\OmniBack\bin\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 26 Stepping 5, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=1a05
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    SESSIONNAME=RDP-Tcp#25
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\vamanana\LOCALS~1\Temp\2
    TMP=C:\DOCUME~1\vamanana\LOCALS~1\Temp\2
    USERDOMAIN=PXW3150MX4
    USERNAME=vamanana
    USERPROFILE=C:\Documents and Settings\vamanana
    windir=C:\WINDOWS

  • Not able to connect to CRMOD through Oracle Peoplesoft environment.

    We are setting up integration of CRMOD with our internal Peoplesoft Finance application using web services from CRMOD. We are not able to connect to CRMOD through Oracle Peoplesoft integration broker. Pl assist. Peoplesoft development environment is in company LAN.

    If you are using SSO to access CRM On Demand, It will be best to raise an SR with Oracle so they can assist you with your technical difficulties.

  • Not able to connect Oracle through PHP

    Hello All ,
    I am trying to connect Oracle DB through PHP script . But I am not able to do so .
    My code is :
    <?php
    echo "PRASHANT" ;
    include 'include/odb.php';
    include 'include/ReadConfig.php';
    $conn=OrclConnect('orcl');
    $conn->SetFetchMode(ADODB_FETCH_BOTH);
    echo "DWIVEDI" ;
    ?>
    But when I ran this script throgh command prpmpt , I am getting the first echo message .. But not the last one ( echo "Dwivedi") .
    I am not able to connect Oracle DB through this script .
    Please some one help me out where I am wrong with script .
    Thanks
    Prashant Dwivedi

    Below is my source code
    <?php
    $ORACLE_HOME = 'D:\\oracle\\product\\10.2.0\\parag';
    $ORACLE_SID = 'parag';
    $LD_PRELOAD ='';
    $LD_LIBRARY_PATH ='';
    $TNS_ADMIN = 'D:\\oracle\\product\\10.2.0\\parag\\NETWORK\\ADMIN';
    $NLS_LANG = 'AMERICAN_AMERICA.WE8MSWIN1252';
    $username='spd';
    $password='spd';
    $db='(DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = parag)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = parag)))';
    echo "here1";
    echo "$TNS_ADMIN";
    $conn = oci_connect($username,$password,$db);
    echo "$ORACLE_HOME";
    if (!$conn) {
    $e = oci_error();
    print htmlentities($e[' message']);
    exit;
    ?>
    But still i am getting the same error message

  • Am not able to connect to oracle sql developer first time

    Hai all,
    am not able to connect  to oracle sql developer first time in my windows server.
    in my server sql developer icon is not showing in "all_programs>oracle_home>application development".
    am first time working in windows env..
    server : windows
    database_version:11.2.0.3
    please let me konw how to connect to the sql developer.
    Thanks,
    subbu

    am not able to connect  to oracle sql developer first time in my windows server.
    in my server sql developer icon is not showing in "all_programs>oracle_home>application development".
    am first time working in windows env..
    server : windows
    database_version:11.2.0.3
    please let me konw how to connect to the sql developer.
    Did you perhaps do a custom install? The DB software includes a version of sql developer and, by default, installs it in the sqldeveloper folder of the DB_HOME. Does that folder have sql developer in it?
    I suggest that you NOT use the version of sql developer that ships with the database. That version will NOT be the current version.
    Download the current version of SQL Developer, unzip it into a new folder and create a desktop icon for it.
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    The current version includes many, many bug fixes from that earlier DB version and you will have far fewer probems with it.

Maybe you are looking for

  • My iphone 5 can't boot and charge

    My iphone 5 can't boot ,The battery maybe too low .When i connect charge cable to my phone. it always boot at recovery mode after 1hours but it has not charge. when remove charge cable with my phone .My iphone always no power.but connecto my phone wi

  • Trying to get DHCP and NAT to work on Time Capsule

    I have a 2TB Time Capsule, combined with a speedtouch 780 wireless router. I have tried to set up the router in bridge mode but don't see the setting for it. Is it allocating the IP of the router to the Time Capsule? If I do that the internet connect

  • Setting the visibility of columns in document rows

    Hello, I have an UDF in a row of a document, this UDF is a drop-down-list with two entries: A and B. If i choose A, i want the column e.g. "discount" get automatically set to inactive. Now, the visibility and active/inactive is set with the form sett

  • Postage report with automation and nonautomation

    Has anyone ever seen postal report generate two postal reports for one mailing? Where non-automated pieces weren't included.

  • What should I pay attention  to do a successful client copy ?

    I do the remote client copy successfully , I see the message"remote client copy complete" in SCC3.   but the developers say they can not do the post. so , I want to have your advices about how to do a successful copy.      what should I pay attention