Help please!   connected to an idle instance

Hello,
I am new to oracle administration. I instlled 11gR2 on windows 7 64 bit. It was working fine. Then I applied the patch DB 11.2.0.1 Patch 10: 10432045 . I can nolong connect. I tried a lot and ead lot of blogs. But now thoroughly confused! I am giving soem info that you may need. Please help!!!!
Thanks,
Badal
* All oracle related services are set to automatic start up and are all up
ORACLE_HOME=K:\app\badal\product\11.2.0\dbhome_1
ORACLE_SID=ORCL
When tried sqlplus i got
*>sqlplus myschema/password@ORCL*
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
As sysdba, I got this:
C:\windows\system32>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Sat Mar 3 11:08:44 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to an idle instance.
lsnrctl status gives me this
C:\windows\system32>lsnrctl status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
ction
Start Date 03-MAR-2012 11:11:08
Uptime 0 days 0 hr. 0 min. 20 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File K:\app\badal\product\11.2.0\dbhome_1\network\admin\list
ener.ora
Listener Log File k:\app\badal\diag\tnslsnr\HPC1\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HPC1)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
My tnsnames.ora:
ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = HPC1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
My listner.ora:
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = K:\app\badal\product\11.2.0\dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:K:\app\badal\product\11.2.0\dbhome_1\bin\oraclr11.dll")
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = HPC1)(PORT = 1521))
ADR_BASE_LISTENER = K:\app\badal

Hello Sagar ! Here is the result after startup
C:\windows\system32>lsnrctl status
LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 03-MAR-2012 11:39
:28
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
ction
Start Date 03-MAR-2012 11:11:08
Uptime 0 days 0 hr. 28 min. 23 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File K:\app\badal\product\11.2.0\dbhome_1\network\admin\list
ener.ora
Listener Log File k:\app\badal\diag\tnslsnr\HPC1\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HPC1)(PORT=1521)))
Services Summary...
Service "CLRExtProc" has 1 instance(s).
Instance "CLRExtProc", status UNKNOWN, 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...
The command completed successfully
C:\windows\system32>sqlplus system/password@ORCL
SQL*Plus: Release 11.2.0.1.0 Production on Sat Mar 3 11:41:03 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
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

Similar Messages

  • Connected to an idle instance. Not able to connect

    Hi,
    I am working on Winodows XP.
    I have installed Release 11.2.0.1.0 in my machine
    I have multiple home in my machine.
    I am trying to connect to oracle database using sqlplus but it is giving me following error.
    D:\Documents and Settings\akoa>sqlplus sys@orcl2 as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 16 23:13:29 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL>
    Could you please tell me how can I resolve this problem?
    my tnsname.ora is
    # tnsnames.ora Network Configuration File: D:\app\akoa\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL2 =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    orcl2 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SID = orcl2)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    My sqlnet.ora is
    #NAMES.DEFAULT_DOMAIN = world
    sqlnet.authentication_services = (NTS)
    SQLNET.EXPIRE_TIME = 0
    SQLNET.ENCRYPTION_SERVER = requested
    SQLNET.ENCRYPTION_CLIENT = requested
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    My listner.ora is
    # listener.ora Network Configuration File: D:\app\akoa\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC=
    (ORACLE_HOME=D:\app\akoa\product\11.2.0\dbhome_1)
    (SID_NAME=orcl2))
         (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\app\akoa\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\akoa\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = D:\app\akoa
    Regards,

    user576726 wrote:
    Hi,
    I am working on Winodows XP.
    I have installed Release 11.2.0.1.0 in my machine
    I have multiple home in my machine.
    I am trying to connect to oracle database using sqlplus but it is giving me following error.
    D:\Documents and Settings\akoa>sqlplus sys@orcl2 as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 16 23:13:29 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL>
    Could you please tell me how can I resolve this problem?
    What is the problem ? What is the error message ?
    HTH
    Srini

  • Connected to an idle instance after computer crash

    I was inserting rows as following
    begin
    for i in 1..10000000
    loop
    insert into test values(i, dbms_random.string('U',50), dbms_random.string('U',50), dbms_random.string('U',50), dbms_random.string('U',50), dbms_random.string('U',50));
    end loop;
    end;
    /All of a sudden my computer crashed after an hour.
    I did a reboot and I am not able to use my database anymore. What did happen and how to repair it?
    I started database instance ORCL and it's listener and all I can see is:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    C:\Windows\system32>set ORACLE_SID=ORCL
    C:\Windows\system32>cd ..
    C:\Windows>cd ..
    C:\>cd app\INDREK\product\11.2.0\dbhome_1\BIN
    C:\app\INDREK\product\11.2.0\dbhome_1\BIN>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on L Sept 1 15:38:24 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> alter database mount;
    alter database mount
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 3340451840 bytes
    Fixed Size                  2180344 bytes
    Variable Size            1979714312 bytes
    Database Buffers         1342177280 bytes
    Redo Buffers               16379904 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 4940
    Session ID: 191 Serial number: 3
    SQL>

    As for OS and database versions: Windows 7 Pro 64 bit and
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - ProductionThere is a lot of information in this alert log. The latest records that seems suspicious in this XML alert log are following:
    <txt>
    LGWR: STARTING ARCH PROCESSES
    </txt>
    <txt>
    ARC0 started with pid=21, OS id=2412
    </txt>
    <txt>
    ARC0: Archival started
    </txt>
    <txt>
    LGWR: STARTING ARCH PROCESSES COMPLETE
    </txt>
    <txt>
    ARC0: STARTING ARCH PROCESSES
    </txt>
    <txt>
    ARC1 started with pid=22, OS id=4932
    </txt>
    <txt>
    ARC2 started with pid=23, OS id=2020
    </txt>
    <txt>
    ARC1: Archival started
    </txt>
    <txt>
    ARC3 started with pid=24, OS id=4244
    </txt>
    <txt>
    ARC2: Archival started
    </txt>
    <txt>
    ARC1: Becoming the &apos;no FAL&apos; ARCH
    </txt>
    <txt>
    ARC1: Becoming the &apos;no SRL&apos; ARCH
    </txt>
    <txt>
    ARC2: Becoming the heartbeat ARCH
    </txt>
    <txt>
    Errors in file c:\app\indrek\diag\rdbms\orcl\orcl\trace\orcl_ora_4940.trc:ORA-19815:
    WARNING: db_recovery_file_dest_size of 4102029312 bytes is 100.00% used, and has 0 remaining bytes available.
    </txt>
    <txt>
    ARCH: Error 19809 Creating archive log file to &apos;C:\APP\INDREK\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2012_09_01\O1_MF_1_125_%U_.ARC&apos;
    </txt>
    <txt>
    Errors in file c:\app\indrek\diag\rdbms\orcl\orcl\trace\orcl_arc1_4932.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 34328064 bytes disk space from 4102029312 limit
    </txt>
    <txt>
    Errors in file c:\app\indrek\diag\rdbms\orcl\orcl\trace\orcl_ora_4940.trc:
    ORA-16038: log 1 sequence# 125 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 1 thread 1: &apos;C:\APP\INDREK\ORADATA\ORCL\REDO01.LOG&apos;
    </txt>Edited by: totalnewby on Sep 1, 2012 7:46 AM

  • Connected to an idle instance; trouble creating DB

    I tried to connect to my database and got Connected to an idle instance:
    C:\>sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Mon Sep 22 19:07:34 2014
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> select status, database_status from v$instance;
    select status, database_status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    Further, the Getting Started page cannot be found with Error code: ERR_CONNECTION_REFUSED: http://127.0.0.1:8080/apex/f?p=4950
    What I did to try and resolve this issue
    While digging in various forums, I found that maybe I needed to specify the initXE.ora file on startup:
    SQL> startup pfile='C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora'
    ORA-01565: error in identifying file 'C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-01078: failure in processing system parameters
    No such spfileXE.ora file. OK, so create it?
    SQL> create spfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs\spfileXE.ora' from pfile='C:\oraclexe\app\oracle\product\11.2.0\server\dbs\init.ora';
    File created.
    SQL> startup pfile='C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora'
    ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
    ORA-48140: the specified ADR Base directory does not exist [C:\oraclexe\app\oracle\product\11.2.0\server\DATABASE\<ORACLE_BASE>]
    ORA-48187: specified directory does not exist
    OSD-00002: additional error information
    O/S-Error: (OS 123) The filename, directory name, or volume label syntax is incorrect.
    SQL>
    Well, I guess I have no ADR Base directory..
    C:\oraclexe\app\oracle\product\11.2.0\server\database>dir
    Volume in drive C is Windows
    Volume Serial Number is 8822-A545
    Directory of C:\oraclexe\app\oracle\product\11.2.0\server\database
    22/09/2014  06:06 PM    <DIR>          .
    22/09/2014  06:06 PM    <DIR>          ..
    22/09/2014  06:06 PM             2,048 hc_xe.dat
    22/09/2014  02:44 PM                73 initXE.ora
    27/08/2011  09:58 AM            31,744 oradba.exe
    22/09/2014  05:07 PM             2,265 oradim.log
                   4 File(s)         36,130 bytes
                   2 Dir(s)  298,041,913,344 bytes free
    I list as much supporting information as I know how to below.
    Environment
    Windows 7 Enterprise, SP1, 64-bit.
    Oracle Database Express Edition 11g Release 2 for Windows x32
    I have these environment variables set:
    echo %ORACLE_SID% - %ORACLE_HOME%
    XE - C:\oraclexe\app\oracle\product\11.2.0\server
    Installation settings
    These are the installation settings used by the installer:
    Destination Folder: C:\oraclexe\
    Oracle Home: C:\oraclexe\app\oracle\product\11.2.0\server\
    Oracle Base:C:\oraclexe\
    Port for 'Oracle Database Listener': 1521
    Port for 'Oracle Services for Microsoft Transaction Server': 2030
    Port for 'Oracle HTTP Listener': 8080
    Output from lsnrctl stat
    Some debugging information that may be useful:
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>lsnrctl stat
    LSNRCTL for 32-bit Windows: Version 11.2.0.2.0 - Production on 22-SEP-2014 19:05:52
    Copyright (c) 1991, 2010, 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 11.2.0.2.0 - Production
    Start Date                22-SEP-2014 17:07:02
    Uptime                    0 days 1 hr. 58 min. 49 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   C:\oraclexe\app\oracle\product\11.2.0\server\network\admin\listener.ora
    Listener Log File         C:\oraclexe\app\oracle\diag\tnslsnr\ITS57151\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=myhost.mycompany.local)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\oraclexe\app\oracle\product\11.2.0\server\bin>
    Various config files
    Here are the contents of other important files.
    The initXE.ora file - C:\oraclexe\app\oracle\product\11.2.0\server\database\initXE.ora
    SPFILE='C:\oraclexe\app\oracle\product\11.2.0\server\dbs/spfileXE.ora'
    The listener.ora file - C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost.mycompany.local)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    The tnsnames.ora file - C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN\tnsnames.ora
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myhost.mycompany.local)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    Edited to restructure question to put the meat of the issue up front and supporting information below.

    Uninstall Oracle Database Express Edition 11g Release 2 for Windows x32
    Download and install Oracle Database Express Edition 11g Release 2 for Windows x64
    Take some time to de-stress.

  • Connected to an idle instance in sun cluster nodes.

    i have two sun cluster node sharing common storage.
    Two schema's:
    test1 for nodeA
    test2 for nodeB.
    My requirement is as below:
    Login into b node.
    export ORACLE_SID=test1.
    sqlplus / as sysdba.
    But i am getting as
    "connected to an idle instance"
    Is there any way to connect to node A schema from Node B.

    I found the answer..
    sqlplus <sysdbauser>/<password>@test1 as sysdba

  • Help please.connected my current iphone to i tunes it syncd old contacts from previous job to new phone and deleted all my new ones,

    Help please.
    Connected my current iphone to i tunes. it syncd old contacts from previous job and previous phone to new phone and deleted all my new ones. tried to do back up from earlier restore in i tunes but there only seem to be back ups from my old phone not the new one prior to its first sync...

    thanks for your reply and input but, Im not sure if it was former or latter that I did, however I do know that I named this latest i phone differently and would have been OK with and expected expected old contacts to be added to the new ones I have recently added directly onto the new phone since I have had it rather than just the old one. I did try the undue/ unsync  but this just seemed to remove all the old backed up ones just added leaving contacts empty? Clearly its my error, but what can be done to restore setting back to time before I connected today?  earlier reset points on itunes show as 2 years ago and relate to old phone. 

  • Connecting to an idle instance

    Hi all
    I got proble, connecting to my 9i database.From SQPLUS i got error-Oracle is not available.
    From command prompt was not able to connect as sysdba
    Finaly with your help was able to connect like this: connect sys@myinstance as sysdba.
    My question is why my database instance is getting idle?
    I was able to tnsping servise name ,but not to connect as sysdba and startup database.SID parameters are ok and services were started/on Win 2000/
    Why my database instance is getting idle?
    Thanks everyone

    Hi all
    I got proble, connecting to my 9i database.From
    SQPLUS i got error-Oracle is not available.
    From command prompt was not able to connect as
    sysdba
    Finaly with your help was able to connect like this:
    connect sys@myinstance as sysdba.
    My question is why my database instance is getting
    idle?r.- Your database is closed
    I was able to tnsping servise name r.- You can test the service name independently of the state of the database. When you use the tnsping, that utility locates the service in the tnsnames.ora and give you an answer.
    ,but not to
    connect as sysdba and startup database.SID parameters
    are ok and services were started/on Win 2000/
    Why my database instance is getting idle?
    Thanks everyoner.- You have to get connection as sys user as sysdba and start the database so:
    SQL> startupJoel Pérez
    http://www.oracle.com/technology/experts

  • Help please connection keeps dropping!

    Hi, so over the past weeks, days etc ive lost count! My connection keeps dropping. Was using the bt home hub 2.0 was getting all sorts of errors. After getting fed up my dad brings home a homehub 3.0 type b which got given to him brand new by a friend. So installed software etc using adsl by the way not infinity, over the past week the errors from the homehub 2.0 have gone but not this is popping up: 22:43:21,16 Jun. WAN Auto-sensing detected port DSL
    22:43:21,16 Jun. WAN Auto-sensing last connection port: DSL
    22:43:18,16 Jun. WAN connection WAN3_TR069_INTERNET_R_ATM1_0_38 connected.
    22:43:18,16 Jun. PPP IPCP Receive Configuration ACK
    22:43:18,16 Jun. PPP IPCP Send Configuration Request
    22:43:18,16 Jun. PPP IPCP Receive Configuration Reject
    22:43:18,16 Jun. PPP IPCP Receive Configuration NAK
    22:43:18,16 Jun. PPP IPCP Send Configuration Request
    22:43:18,16 Jun. PPP IPCP Receive Configuration Reject
    22:43:18,16 Jun. PPP IPCP Send Configuration ACK
    22:43:18,16 Jun. PPP IPCP Receive Configuration Request
    22:43:18,16 Jun. PPP IPCP Send Configuration Request
    22:43:18,16 Jun. PPP CHAP receive success: authentication ok
    22:43:18,16 Jun. PPP CHAP Receive Challenge
    22:43:18,16 Jun. PPP LCP Receive Configuration ACK
    22:43:18,16 Jun. PPP LCP Send Configuration Request
    22:43:18,16 Jun. PPP LCP Receive Configuration Reject
    22:43:18,16 Jun. PPP LCP Send Configuration ACK
    22:43:18,16 Jun. PPP LCP Receive Configuration Request
    22:43:18,16 Jun. PPP LCP Send Configuration Request
    22:43:16,16 Jun. QoS Rate cap set to 1.1Mbs
    22:43:15,16 Jun. WAN connection WAN1_INTERNET_B_ATM2_0_35 connected.
    22:43:15,16 Jun. DSL Link Up: Down Rate=18211Kbps, Up Rate=1071Kbps; SNR Margin Down=6.1dB, Up=6.4dB;
    22:43:06,16 Jun. Client associated: IP 192.168.1.71, MAC 50:B7:C3:FD:26:29, host touchedbythehandofgod, Link Rate 72.2 Mbps
    22:43:00,16 Jun. HTTP User admin login from 192.168.1.64 successfully.
    22:42:49,16 Jun. HTTP User admin from 192.168.1.64 login failure.
    22:42:35,16 Jun. WAN connection WAN1_INTERNET_B_ATM2_0_35 disconnected.[ERROR_NO_CARRIER]
    22:42:35,16 Jun. HTTP User Basic login from 192.168.1.64 successfully.
    22:42:33,16 Jun. PPP LCP Send Termination Request
    22:42:33,16 Jun. OpenWiFi tunnel down
    22:42:31,16 Jun. WAN connection WAN3_TR069_INTERNET_R_ATM1_0_38 disconnected.[ERROR_NO_CARRIER]
    22:42:31,16 Jun. DSL Link Down:the duration is 35 seconds [1 : LosDetector]. Can some one please help I'm not the account holder and my mum will not call bt as I'm sure as lots of people know the India call center are not the best, my mum is account holder by the way sorry about how this has come out I'm writing this off my iPhone as the connection has dropped a lot today. Any help is appreciated many thanks.

    Hi Welcome to the community forums
    Here is a basic guide to getting help from the community members done by CL Keith Please read through the link posted http://forumhelp.dyndns.info/speed/first_steps.html
    once you have posted the information asked for then the community members can help you more
    Thank You
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Help please, connectivity problem

    Hello, I recently purchased an E2000.  In generally it works great when I am online.  However, I am having a big problem.  There are a couple of webpages, or games, that I would like to remain connected to at all time. 
    When I idle for 15 or more minutes the router drops the conection, however, when I unplug the router and connect straight to the modem I do not have this problem.  I am running through a cable modem, road runner service.  Any idea how to keep the connection alive?
    I appreciate your help.

    Are you getting the problem on the wired computer or on the wireless computer...?

  • Help please connecting PC and iMac

    I am trying to help my cousin connect his Samsung pc laptop with his brand new iMac through his wireless network.
    There are all kinds of partial connections going on, but the one main connection he needs still eludes me. And, that is his Samsung Laptop and iMac do not "see," let alone connect with each other.
    His Samsung Laptop has Macdrive 8 installed, & is running Windows 7.
    I have an Macbook Pro, and am also connected to his wireless network. I can see both his iMac and Samsung laptop in my finder's "Shared," section. (I can access the iMac's files, and though I can see the Samsung, when I try to Connect, it says, "Connection Failed."
    With his Samsung laptop, under Network, you can both see my MBP, and can access it's shared files too, (so Macdrive is working.) Yet, his iMac is strangely not seen, let alone able to connect, to the Samsung laptop.
    His iMac can also see and access my MBP's files, but can not see, let alone connect to the Samsung laptop.
    His iMac, and my MBP, both have Screen Sharing, File Sharing, Remote Login and Bluetooth Sharing all "ON."
    I need his Samsung laptop and iMac to be able to access each others files.
    Any ideas?

    macdrive is not necesarry for accsessing network shares. it's for accessing external HFS formatted HDDs, connected via USB/FW to the windows machine.
    did you check, if the SMB option is activated under filesharing on the imac?
    try temporary deactivating firewalls on both machines.
    here are some more tips on filesharing between os x and win 7
    www.macs.about.com/od/filesharing/ss/file-sharing-win7-snow-leopard.htm
    www.macs.about.com/od/filesharing/ss/file-sharing-with-snow-leopard-win7_2.htm
    Message was edited by: dirkt68

  • Connecting to idle instance in Oracle 11g

    SQL*Plus: Release 11.2.0.1.0 Production on Sat Nov 10 14:48:26 2012
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> connect ADIPNU
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Process ID: 0
    Session ID: 0 Serial number: 0
    Warning: You are no longer connected to ORACLE.
    SQL>
    Please give a solution..
    Thans in advance..

    885756 wrote:
    Enter user-name: sys as sysdba
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 8234233856 bytes
    Fixed Size 2192096 bytes
    Variable Size 4395633952 bytes
    Database Buffers 3825205248 bytes
    Redo Buffers 11202560 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 3364
    Session ID: 170 Serial number: 3
    SQL>Post alert log please .
    location for alertlog :$ORACLE_BASE/diag/rdbms/PROD/PROD/trace/al*

  • Need help to connect to aws instance from my macbook pro

    i need help to connect to an aws instance from my laptop. Please help me..

    No, it's not Apple's doing.
    You are infected with Downlite, which is preventing you from accessing the AdwareMedic site. For an explanation and some solutions, see:
    http://www.thesafemac.com/adware-blocking-adwaremedic-downloads/
    If the adware prevents you from loading that page as well, try this one:
    https://discussions.apple.com/docs/DOC-7792
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Issue connecting to a second instance on a Oracle Linux Box.

    Hi all. I have the following scenario.
    - Two Oracle versions and instances on the same box (10g Rel2 and 11g Rel2).
    - Due to lack of disk space i installed 11g on another ORACLE_BASE / ORACLE_HOME:
    - Initial enviroment (10g):
    [oracle@VM1 ~]$ echo $ORACLE_BASE
    /home/oracle/app
    [oracle@VM1 ~]$ echo $ORACLE_HOME
    /home/oracle/app/OraDb10g
    [oracle@VM1 ~]$ echo $ORACLE_SID
    BETA
    [oracle@VM1 ~]$ echo $PATH
    /home/oracle/app/OraDb10g/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    - 11g related values:
    [oracle@VM1 oracle]$ echo $ORACLE_BASE
    /u01/oracle
    [oracle@VM1 oracle]$ echo $ORACLE_HOME
    /u01/oracle/Oradb11g
    [oracle@VM1 oracle]$ echo $ORACLE_SID
    ALFA
    [oracle@VM1 oracle]$ echo $PATH
    /u01/oracle/Oradb11g/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    [oracle@VM1 oracle]$
    Both databases are running including :
    - listener 1521 for 10g and 1525 for 11g-
    *10g:*
    [oracle@VM1 ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 04-JAN-2013 06:42:27
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM1.rioturbio.com.ve)(*PORT=1521*)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    Start Date 04-JAN-2013 05:25:12
    Uptime 0 days 1 hr. 17 min. 14 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/oracle/app/OraDb10g/network/admin/listener.ora
    Listener Log File /home/oracle/app/OraDb10g/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=VM1.rioturbio.com.ve)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
    Services Summary...
    Service "*BETA.azucarera_rioturbio.com.ve*" has 1 instance(s).
    Instance "BETA", status READY, has 1 handler(s) for this service...
    Service "BETAXDB.azucarera_rioturbio.com.ve" has 1 instance(s).
    Instance "BETA", status READY, has 1 handler(s) for this service...
    Service "BETA_XPT.azucarera_rioturbio.com.ve" has 1 instance(s).
    Instance "BETA", status READY, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@VM1 ~]$
    *11g:*
    [oracle@VM1 oracle]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-JAN-2013 06:43:25
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM1.rioturbio.com.ve)(*PORT=1525*)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 04-JAN-2013 05:23:02
    Uptime 0 days 1 hr. 20 min. 22 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/oracle/Oradb11g/network/admin/listener.ora
    Listener Log File /u01/oracle/diag/tnslsnr/VM1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=VM1.rioturbio.com.ve)(PORT=1525)))
    Services Summary...
    Service "*ALFA.rioturbio.com.ve*" has 1 instance(s).
    Instance "ALFA", status READY, has 1 handler(s) for this service...
    Service "ALFAXDB.rioturbio.com.ve" has 1 instance(s).
    Instance "ALFA", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@VM1 oracle]$
    - Instances and Enterprise Manager Database Control:
    *10g:*
    [oracle@VM1 ~]$ emctl status dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://VM1.rioturbio.com.ve:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /home/oracle/app/OraDb10g/VM1.rioturbio.com.ve_BETA/sysman/log
    [oracle@VM1 ~]$
    *11g:*
    [oracle@VM1 oracle]$ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://VM1.rioturbio.com.ve:5500/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running.
    Logs are generated in directory /u01/oracle/Oradb11g/VM1.rioturbio.com.ve_ALFA/sysman/log
    [oracle@VM1 oracle]$
    The problem happen when i try to access the 11g instance using sqlplus:
    [oracle@VM1 oracle]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 4 06:46:55 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> show sga
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL>
    or
    [oracle@VM1 oracle]$ sqlplus system/Oradba11g
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 4 06:47:43 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    Enter user-name:
    However when access is performed using a TNS service connection it works....!
    See:
    [oracle@VM1 oracle]$ sqlplus system/Oradba11g@alfa
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 4 06:48:48 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    SQL> show sga
    Total System Global Area 1043886080 bytes
    Fixed Size 2219952 bytes
    Variable Size 620757072 bytes
    Database Buffers 415236096 bytes
    Redo Buffers 5672960 bytes
    SQL>
    Which seems to be the problem here? Why can't i connect to the 11g instance using sqlplus?. I don't think it is related to enviroment since access can be done using local naming service.
    Please help ...!
    PD: i did not replace scripts on /usr/local/bin when installing 11g.

    myluism wrote:
    Hi all. I have the following scenario.
    See embedded comments below
    - Two Oracle versions and instances on the same box (10g Rel2 and 11g Rel2).
    - Due to lack of disk space i installed 11g on another ORACLE_BASE / ORACLE_HOME:
    - Initial enviroment (10g):
    [oracle@VM1 ~]$ echo $ORACLE_BASE
    /home/oracle/app
    [oracle@VM1 ~]$ echo $ORACLE_HOME
    /home/oracle/app/OraDb10g
    [oracle@VM1 ~]$ echo $ORACLE_SID
    BETA
    [oracle@VM1 ~]$ echo $PATH
    /home/oracle/app/OraDb10g/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    - 11g related values:
    [oracle@VM1 oracle]$ echo $ORACLE_BASE
    /u01/oracle
    [oracle@VM1 oracle]$ echo $ORACLE_HOME
    /u01/oracle/Oradb11g
    [oracle@VM1 oracle]$ echo $ORACLE_SID
    ALFA
    [oracle@VM1 oracle]$ echo $PATH
    /u01/oracle/Oradb11g/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    [oracle@VM1 oracle]$
    Both databases are running including :
    - listener 1521 for 10g and 1525 for 11g-
    An unnecessary complication that achieves nothing. A single listener, using the default name LISTENER and the default port 1521 is quite capable of -- WAS DESIGNED TO -- service multiple database instances of multiple versions running from multiple homes. In a multi-version environment, you'll want to use the listener from the highest version.
    *10g:*
    [oracle@VM1 ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.4.0 - Production on 04-JAN-2013 06:42:27
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM1.rioturbio.com.ve)(*PORT=1521*)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.4.0 - Production
    Start Date 04-JAN-2013 05:25:12
    Uptime 0 days 1 hr. 17 min. 14 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /home/oracle/app/OraDb10g/network/admin/listener.ora
    Listener Log File /home/oracle/app/OraDb10g/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=VM1.rioturbio.com.ve)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
    Services Summary...
    Service "*BETA.azucarera_rioturbio.com.ve*" has 1 instance(s).
    Instance "BETA", status READY, has 1 handler(s) for this service...
    Service "BETAXDB.azucarera_rioturbio.com.ve" has 1 instance(s).
    Instance "BETA", status READY, has 1 handler(s) for this service...
    Service "BETA_XPT.azucarera_rioturbio.com.ve" has 1 instance(s).
    Instance "BETA", status READY, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@VM1 ~]$
    *11g:*
    [oracle@VM1 oracle]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-JAN-2013 06:43:25
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM1.rioturbio.com.ve)(*PORT=1525*)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 04-JAN-2013 05:23:02
    Uptime 0 days 1 hr. 20 min. 22 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/oracle/Oradb11g/network/admin/listener.ora
    Listener Log File /u01/oracle/diag/tnslsnr/VM1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=VM1.rioturbio.com.ve)(PORT=1525)))
    Services Summary...
    Service "*ALFA.rioturbio.com.ve*" has 1 instance(s).
    Instance "ALFA", status READY, has 1 handler(s) for this service...
    Service "ALFAXDB.rioturbio.com.ve" has 1 instance(s).
    Instance "ALFA", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@VM1 oracle]$
    - Instances and Enterprise Manager Database Control:
    *10g:*
    [oracle@VM1 ~]$ emctl status dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://VM1.rioturbio.com.ve:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /home/oracle/app/OraDb10g/VM1.rioturbio.com.ve_BETA/sysman/log
    [oracle@VM1 ~]$
    *11g:*
    [oracle@VM1 oracle]$ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    https://VM1.rioturbio.com.ve:5500/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running.
    Logs are generated in directory /u01/oracle/Oradb11g/VM1.rioturbio.com.ve_ALFA/sysman/log
    [oracle@VM1 oracle]$
    The problem happen when i try to access the 11g instance using sqlplus:
    [oracle@VM1 oracle]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 4 06:46:55 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    What was the setting of ORACLE_SID when you did this?
    SQL> show sga
    ORA-01034: ORACLE not availablewell, of course you get ORACLE not available. It already told you "Connected to an idle instance" . There is no running instance of the current value of ORACLE_SID.
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL>
    or
    [oracle@VM1 oracle]$ sqlplus system/Oradba11g
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 4 06:47:43 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    Enter user-name:
    However when access is performed using a TNS service connection it works....!
    Because when you connect with TNS, you are no longer dependent on the current setting of $ORACLE_SID.
    See:
    [oracle@VM1 oracle]$ sqlplus system/Oradba11g@alfa
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 4 06:48:48 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    SQL> show sga
    Total System Global Area 1043886080 bytes
    Fixed Size 2219952 bytes
    Variable Size 620757072 bytes
    Database Buffers 415236096 bytes
    Redo Buffers 5672960 bytes
    SQL>
    Which seems to be the problem here? Why can't i connect to the 11g instance using sqlplus?. I don't think it is related to enviroment since access can be done using local naming service.Regardless of what you think, It is absolutely, 100% related to your environment settings.
    >
    Please help ...!repeat your above demo, but with this modification
    id
    cat /etc/oratab
    env |grep ORA | sort
    echo $PATH
    sqlplus / as sysdbaIn a multi-db environment, you need to always set your environment before trying to work with any database. The easiest way is to use the oracle utility 'oraenv'
    oracle:orcl$ . oraenv
    ORACLE_SID = [orcl] ? dwsbx
    The Oracle base for ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1 is /u01/app/oracle
    oracle:dwsbx$ echo $ORACLE_SID
    dwsbx
    oracle:dwsbx$Notice the command is 'dot space oraenv'
    >
    PD: i did not replace scripts on /usr/local/bin when installing 11g.

  • O10G idle instance

    When I set oraenv to O10G and use sqlplus /nolog, connect / as sysdba, it always says Connected to an idle instance. However, when I do sqlplus sys/oracle@O10G as sysdba, I get connected to either O10G1. Is this normal or did I miss something?
    Thanks

    I am learning how to install and run oracle on linux.I have installed it on centOS 4.2 together with a startup general purpose database.I want to log in and I'm giving $sqlplus / as sysdba .It does not show anything about being connected to Oracle 10g but instead it brings up only 3lines 1. SQL*Plus Release info 2. Copyright info and 3.Connected to an idle instance .Thereafter it brings the sql prompt. A command startup pops two lines of errors after that. 1. Ora-01078: Failure in processing system parameters
    2. LRM-00109: could not open parameter file '/oracle/10g/dbs/initrpc.ora'
    rpc in initrpc is my SID, oracle is my base and oracle/10g is my home. I have set the necessary variables in /home/oracle/.bash_profile and parameters in sysctl.conf and refreshed the settings with /sbin/sysctl -p command.
    Help.I am following a tutorial on http://www.dizwell.com/prod/node/50?page=0%2C4 and that's the page I am stuck on.

  • Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.

    Dear all,
    I have trouble to connect em console to database instance. My database is 11.2.0.3 and before this I did the patching from version 11.2.0.1, and now i cannot get fully functionality of em console.
    error is:
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.
    It shows that agent is connected, database and listener is up.
    I did recreation, dropping and recreating with emca, but no success.
    Did anyone have similar problems with em console?
    Regards,

    You need to first of all, Connect to the Database as SYSDBA (because your were not connected), then start the database (because it is not started).
    If you already used the username and password in the command prompt and you are sure that the database is already stared, then you need to set the ORACLE_SID before you open SQLPlus. This is because if SQLPlus does not know the SID you are connecting to, it simply thinks it is not up or has no service hence the message "Connected to an idle instance".

Maybe you are looking for