Status of BluRay on Linux??

II've been thinking about getting a blu-ray drive for movies.  Is anyone doing this?  I'm running a T61, 2.6 dual-core, 4 gig, 32 bit Kubuntu, 128M nvidia.

Its is possible. check out this documentation.If it runs for ubuntu it should run for kubuntu as well....good luck!
https://help.ubuntu.com/community/RestrictedFormats/BluRayAndHDDVD
Cheers and regards,
• » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
●๋•کáŕádhí'ک díáŕý ツ
I am a volunteer here. I don't work for Lenovo

Similar Messages

  • Tnsping doesnt work. cant connect to oracle on linux from windows client

    Installed Oracle 11g on Linux VM. Tried connecting from Tora/SqlDeveloper from Windows machine, but fails. TNSPING fails. PING works fine. Any idea how to resolve below issue?
    Below is the info and checks made :
    [oracle@oraclelinux6 admin]$ more *.ora
    listener.ora
    # listener.ora Network Configuration File: /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = orcl)
          (ORACLE_HOME = /apps/app/oracle/product/11.2.0/dbhome_1)
          (SID_NAME = orcl)
    LISTENERLX =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = /apps/app/oracle
    sqlnet.ora
    # sqlnet.ora Network Configuration File: /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    ADR_BASE = /apps/app/oracle
    SQLNET.EXPIRE_TIME=10
    SQLNET.INBOUND_CONNECT_TIMEOUT=240
    tnsnames.ora
    # tnsnames.ora Network Configuration File: /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)
    [oracle@oraclelinux6 admin]$
    [oracle@oraclelinux6 admin]$ ifconfig
    eth1      Link encap:Ethernet  HWaddr 08:00:27:CA:B7:5D
              inet addr:192.168.1.121  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:feca:b75d/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:243465 errors:0 dropped:0 overruns:0 frame:0
              TX packets:143708 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:347575845 (331.4 MiB)  TX bytes:9778008 (9.3 MiB)
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:36859 errors:0 dropped:0 overruns:0 frame:0
              TX packets:36859 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:2400424 (2.2 MiB)  TX bytes:2400424 (2.2 MiB)
    virbr0    Link encap:Ethernet  HWaddr 52:54:00:8D:63:05
              inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    [oracle@oraclelinux6 admin]$ hostname
    oraclelinux6.localdomain
    [oracle@oraclelinux6 admin]$ more /etc/hosts
    127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
    ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
    10.0.2.15       oraclelinux6.localdomain
    [oracle@oraclelinux6 admin]$
    [oracle@oraclelinux6 admin]$ sqlplus system@orcl
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 2 08:19:59 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Enter user-name: system
    Enter password:
    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> set head off
    SQL> select * from v$instance;
                  1 orcl
    oraclelinux6.localdomain
    11.2.0.1.0        01-DEC-13 OPEN         NO           1 STOPPED
    ALLOWED    NO  ACTIVE            PRIMARY_INSTANCE   NORMAL    NO
    SQL> select * from v$database;
    1360274593 ORCL      26-NOV-13            945184 26-NOV-13
                          1 15-AUG-09 NOARCHIVELOG            1071075
            1033565 CURRENT 26-NOV-13                  1283             1094699
    02-DEC-13 NOT ALLOWED 26-NOV-13 READ WRITE           MAXIMUM PERFORMANCE
    UNPROTECTED          ENABLED   1360252065  1360252065 PRIMARY
                945184 DISABLED NOT ALLOWED          DISABLED NONE    NO       NO
    NO  NO           13
    Linux x86 64-bit
                               2                      2     1094771
    NO                 NO  NO  orcl
                             0 DISABLED
                        0
    NO                                 NO
    LSNRCTL> show inbound_connect_timeout
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12535: TNS:operation timed out
    TNS-12560: TNS:protocol adapter error
      TNS-00505: Operation timed out
    LSNRCTL>
    [oracle@oraclelinux6 admin]$ tnsping orcl
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 02-DEC-2013 08:11:34
    Copyright (c) 1997, 2009, Oracle.  All rights reserved.
    Used parameter files:
    /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))
    OK (0 msec)
    <msg time='2013-12-02T08:11:55.728-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    <msg time='2013-12-02T08:13:23.444-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>02-DEC-2013 08:13:23 * (CONNECT_DATA=(SERVICE_NAME=orcl)(CID=(PROGRAM=sqlplus)(HOST=oraclelinux6.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=60806)) * establish * orcl * 12514
    </txt>
    </msg>
    <msg time='2013-12-02T08:13:23.444-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    <msg time='2013-12-02T08:19:54.141-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>02-DEC-2013 08:19:54 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2013-12-02T08:20:00.146-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>02-DEC-2013 08:20:00 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2013-12-02T08:20:03.639-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>02-DEC-2013 08:20:03 * (CONNECT_DATA=(SERVICE_NAME=orcl)(CID=(PROGRAM=sqlplus)(HOST=oraclelinux6.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=60970)) * establish * orcl * 12514
    </txt>
    </msg>
    <msg time='2013-12-02T08:20:03.639-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    [oracle@oraclelinux6 admin]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 02-DEC-2013 08:25:38
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12535: TNS:operation timed out
    TNS-12560: TNS:protocol adapter error
      TNS-00505: Operation timed out
    [oracle@oraclelinux6 admin]$
    [oracle@oraclelinux6 admin]$ lsnrctl status LISTENERLX
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 02-DEC-2013 08:29:23
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENERLX
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                02-DEC-2013 07:55:29
    Uptime                    0 days 0 hr. 33 min. 54 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File         /apps/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/oraclelinux6/listenerlx/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "orcl.localdomain" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.localdomain" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@oraclelinux6 admin]$
    CLIENT SIDE :
    C:\Windows\system32>ping 192.168.1.121
    Pinging 192.168.1.121 with 32 bytes of data:
    Reply from 192.168.1.121: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.121: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.121: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.121: bytes=32 time<1ms TTL=64
    Ping statistics for 192.168.1.121:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Windows\system32>tnsping ORACLELINUX6
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 03-DEC-2013 01:30:13
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\Laasya\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 = 192.168.1.121)(PORT = 1521)) (C
    ONNECT_DATA = (SERVICE_NAME = orcl)))
    TNS-12535: TNS:operation timed out
    # tnsnames.ora Network Configuration File: D:\app\Laasya\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = Laasya-PC)(PORT = 1522))
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = Laasya-PC)(PORT = 1522))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    ORACLELINUX6 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.121)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)

    f0c7e0f7-dab5-4b63-a36c-04b7e8eb552d wrote:
    Installed Oracle 11g on Linux VM. Tried connecting from Tora/SqlDeveloper from Windows machine, but fails. TNSPING fails. PING works fine. Any idea how to resolve below issue?
    Below is the info and checks made :
    [oracle@oraclelinux6 admin]$ more *.ora
    listener.ora
    # listener.ora Network Configuration File: /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = orcl)
          (ORACLE_HOME = /apps/app/oracle/product/11.2.0/dbhome_1)
          (SID_NAME = orcl)
    LISTENERLX =
    It is pointless, and just adds to the confusion, to name your listener anything other than the default name of LISTENER
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    Client requests to 'localhost' (or its ip address of 127.0.0.1) never leave the client machine.  Hence, any listener configured for that address will never receive a request from any other machine.
    ADR_BASE_LISTENER = /apps/app/oracle
    sqlnet.ora
    # sqlnet.ora Network Configuration File: /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    ADR_BASE = /apps/app/oracle
    SQLNET.EXPIRE_TIME=10
    SQLNET.INBOUND_CONNECT_TIMEOUT=240
    tnsnames.ora
    # tnsnames.ora Network Configuration File: /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    See comment above regarding 'localhost'.
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)
    [oracle@oraclelinux6 admin]$
    [oracle@oraclelinux6 admin]$ ifconfig
    eth1      Link encap:Ethernet  HWaddr 08:00:27:CA:B7:5D
              inet addr:192.168.1.121  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::a00:27ff:feca:b75d/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:243465 errors:0 dropped:0 overruns:0 frame:0
              TX packets:143708 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:347575845 (331.4 MiB)  TX bytes:9778008 (9.3 MiB)
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:36859 errors:0 dropped:0 overruns:0 frame:0
              TX packets:36859 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:2400424 (2.2 MiB)  TX bytes:2400424 (2.2 MiB)
    virbr0    Link encap:Ethernet  HWaddr 52:54:00:8D:63:05
              inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    [oracle@oraclelinux6 admin]$ hostname
    oraclelinux6.localdomain
    [oracle@oraclelinux6 admin]$ more /etc/hosts
    127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
    ::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
    10.0.2.15       oraclelinux6.localdomain
    where did that 10.0.2.15 address come from?  You don't have any network adapters configured for that address
    [oracle@oraclelinux6 admin]$
    [oracle@oraclelinux6 admin]$ sqlplus system@orcl
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 2 08:19:59 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    A well-documented error.
    see: http://edstevensdba.wordpress.com/2011/03/19/ora-12514/  (ora-12514  Listener does not know of requested service )
    Enter user-name: system
    Enter password:
    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
    Since you did not use a tns service name ('@orcl') this was a bequeth connection to a local database.
    SQL> set head off
    SQL> select * from v$instance;
                  1 orcl
    oraclelinux6.localdomain
    11.2.0.1.0        01-DEC-13 OPEN         NO           1 STOPPED
    ALLOWED    NO  ACTIVE            PRIMARY_INSTANCE   NORMAL    NO
    SQL> select * from v$database;
    1360274593 ORCL      26-NOV-13            945184 26-NOV-13
                          1 15-AUG-09 NOARCHIVELOG            1071075
            1033565 CURRENT 26-NOV-13                  1283             1094699
    02-DEC-13 NOT ALLOWED 26-NOV-13 READ WRITE           MAXIMUM PERFORMANCE
    UNPROTECTED          ENABLED   1360252065  1360252065 PRIMARY
                945184 DISABLED NOT ALLOWED          DISABLED NONE    NO       NO
    NO  NO           13
    Linux x86 64-bit
                               2                      2     1094771
    NO                 NO  NO  orcl
                             0 DISABLED
                        0
    NO                                 NO
    LSNRCTL> show inbound_connect_timeout
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12535: TNS:operation timed out
    TNS-12560: TNS:protocol adapter error
      TNS-00505: Operation timed out
    LSNRCTL>
    [oracle@oraclelinux6 admin]$ tnsping orcl
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 02-DEC-2013 08:11:34
    Copyright (c) 1997, 2009, Oracle.  All rights reserved.
    Used parameter files:
    /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = orcl)))
    OK (0 msec)
    <msg time='2013-12-02T08:11:55.728-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    <msg time='2013-12-02T08:13:23.444-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>02-DEC-2013 08:13:23 * (CONNECT_DATA=(SERVICE_NAME=orcl)(CID=(PROGRAM=sqlplus)(HOST=oraclelinux6.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=60806)) * establish * orcl * 12514
    </txt>
    </msg>
    <msg time='2013-12-02T08:13:23.444-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    <msg time='2013-12-02T08:19:54.141-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>02-DEC-2013 08:19:54 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2013-12-02T08:20:00.146-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>02-DEC-2013 08:20:00 * service_update * orcl * 0
    </txt>
    </msg>
    <msg time='2013-12-02T08:20:03.639-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>02-DEC-2013 08:20:03 * (CONNECT_DATA=(SERVICE_NAME=orcl)(CID=(PROGRAM=sqlplus)(HOST=oraclelinux6.localdomain)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=60970)) * establish * orcl * 12514
    </txt>
    </msg>
    <msg time='2013-12-02T08:20:03.639-08:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='oraclelinux6.localdomain'
    host_addr='10.0.2.15'>
    <txt>TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    </txt>
    </msg>
    [oracle@oraclelinux6 admin]$ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 02-DEC-2013 08:25:38
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12535: TNS:operation timed out
    TNS-12560: TNS:protocol adapter error
      TNS-00505: Operation timed out
    [oracle@oraclelinux6 admin]$
    [oracle@oraclelinux6 admin]$ lsnrctl status LISTENERLX
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 02-DEC-2013 08:29:23
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENERLX
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                02-DEC-2013 07:55:29
    Uptime                    0 days 0 hr. 33 min. 54 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /apps/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File         /apps/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/oraclelinux6/listenerlx/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    See previous comments regarding localhost and 127.0.0.1
    Services Summary...
    Service "orcl.localdomain" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.localdomain" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@oraclelinux6 admin]$
    CLIENT SIDE :
    C:\Windows\system32>ping 192.168.1.121
    Pinging 192.168.1.121 with 32 bytes of data:
    Reply from 192.168.1.121: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.121: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.121: bytes=32 time<1ms TTL=64
    Reply from 192.168.1.121: bytes=32 time<1ms TTL=64
    Ping statistics for 192.168.1.121:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Windows\system32>tnsping ORACLELINUX6
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 03-DEC-2013 01:30:13
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\Laasya\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 = 192.168.1.121)(PORT = 1521)) (C
    ONNECT_DATA = (SERVICE_NAME = orcl)))
    TNS-12535: TNS:operation timed out
    # tnsnames.ora Network Configuration File: D:\app\Laasya\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = Laasya-PC)(PORT = 1522))
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = Laasya-PC)(PORT = 1522))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    ORACLELINUX6 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.121)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = orcl)
    You've thrown out a huge amount of detailed data, but showing a variety of errors, and combinations.  Overall, I get the impression you are confusing remote vs. local connections.  Please read the following, then come back and let's focus on one error at a time.
    see: http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/  (Help! I can’t connect to my database  )
    see: http://edstevensdba.wordpress.com/2011/02/16/sqlnet_client_cfg/  ( Help! I can’t connect to my database (part duex) )

  • Errors - ORA-01034, ORA-27101 & Linux-x86_64 Error: 2: No such file or dir

    I have installed Oracle 10g database and AS 10g on SUSE linux EE 10 (SP2)
    When I try to log in as system/system using sqlplus locally on the server, it works fine. However, when I try the following I get error messages:
    SQL> conn system/system@botsdb
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    I tried the same from my laptop through sqlplus and the error message is the same.
    I checked if the database was up and to check this I executed follwing commands whicle still being logged as system/system:
    SQL>Select * from v$database;
    SQL>Select * from v$instance;
    SQL>Select * from tab;
    These do bring results. Also if I try to start up the database again, it gives error message that the database is already up. I have restarted the db number of times, checked if my listener was listening on the service BOTSDB and these all seem fine.
    It is very intriguing that when @BOTSDB is attached while connecting, the connection fails.
    Can someone please guide me to sort this error?
    Thanks and kind regards,
    Aparna

    Hi
    I am answering all the three questions here.
    1) No of instances on the machine, I understand it is 1.
    2) Results of lsnrctl status
    oracle@linuxserver:~> lsnrctl status
    LSNRCTL for Linux: Version 10.1.0.4.2 - Production on 28-JUL-2010 09:19:33
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linuxserv.dcdm.mu)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.1.0.4.2 - Production
    Start Date 27-JUL-2010 11:24:12
    Uptime 0 days 21 hr. 55 min. 20 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/app/ora10ginfra/network/admin/listener.ora
    Listener Log File /oracle/app/ora10ginfra/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linuxserver.dcdm.mu)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "metarep.dcdm.mu" has 1 instance(s).
    Instance "metarep", status READY, has 3 handler(s) for this service...
    The command completed successfully
    --Note that lsnrctl status command was issued after loading 10ginfra.env file.
    Please note that the listener for the database is set as DBLISTENER and lsnrctl status DBLISTENER was executed after loading 10gdb.env file. The results of lsnrctl status DBLISTENER are as follows:
    oracle@linuxserver:~> . ./10gdb.env
    oracle@linuxserver:~> lsnrctl status DBLISTENER
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 28-JUL-2010 09:24:44
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=172.16.107.123)(PORT=1650)))
    STATUS of the LISTENER
    Alias DBLISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 27-JUL-2010 15:11:28
    Uptime 0 days 18 hr. 13 min. 15 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle/app/ora10gdb/network/admin/listener.ora
    Listener Log File /oracle/app/ora10gdb/network/log/dblistener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.16.107.123)(PORT=1650)))
    Services Summary...
    Service "BOTSDB" has 1 instance(s).
    Instance "BOTSDB", 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
    3) The output of ps -ef |grep pmon is
    oracle@linuxserver:~> ps -ef |grep pmon
    oracle 12524 12091 0 09:16 pts/1 00:00:00 grep pmon
    oracle 12525 1 0 Jul27 ? 00:00:00 ora_pmon_metarep
    oracle 25776 1 0 Jul27 ? 00:00:00 ora_pmon_BOTSDB
    The contents of listener.ora in two different Oracle Homes (one for AS infrastrcuture and another one for database) are as follows:
    oracle@linuxserver:/oracle/app/ora10ginfra/network/admin> vi listener.ora
    # listener.ora Network Configuration File: /oracle/app/ora10ginfra/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/app/ora10ginfra)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = linuxserv.dcdm.mu)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    oracle@linuxserver:/oracle/app/ora10gdb/network/admin> vi listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_DBLISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/app/ora10gdb/)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = BOTSDB)
    (ORACLE_HOME = /oracle/app/ora10gdb/)
    DBLISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.107.123)(PORT = 1650))
    Kind regards,
    Aparna

  • Oracle 10.2.0.3 - LINUX 64bit to sql server 2003

    I have applied Patch 5965763 and installed DG4ODBC in seperate oracle home
    I have the Data Direct ODBC drivers for linux 64-bit and am using ddsqls24.so driver
    my connection to sql server 2003 is "AFMAC"
    my listener on 11.2 works and is started from the 11g home
    my previous listeners are working from the 10g home
    i have create the database link: create database link AFMAC connect to "mysql" identified by "mysql" using 'AFMAC';
    select * from dual@AFMAC;
    select * from dual@AFMAC
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from AFMAC
    I have exhausted my searches and have not found the issue. any suggestions?
    below are my files:
    initAFMAC.ora file
    # this is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = AFMAC
    HS_FDS_SHAREABLE_NAME=/opt/oracle/gateway/hs/lib/dg4odbc.o:/opt/oracle/odbc/lib/libodbc.so
    # ODBC specific environment variables
    set ODBCINI=/opt/oracle/odbc/odbc.ini
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    listener.ora on 11g
    AFMAC =
    (ADDRESS_LIST=
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxxxxxx-dev-vip)(PORT = 1522))
    SID_LIST_LISTENER =
    (SID_LIST=
    (SID_DESC=
    (SID_NAME = AFMAC)
    (ORACLE_HOME = /opt/oracle/gateway)
    (PROGRAM = dg4odbc)
    listener.ora on 10g
    LISTENER_XXXXXXXXXXXXX-DEV =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxxxxxxx-dev-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 1xx.xxx.xxx.136)(PORT = 1521)(IP = FIRST))
    tnsnames.ora on 10g
    COHODEV1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-dev-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = XXX.XXX.XXX.136)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XXXXdev)
    (INSTANCE_NAME = XXXXdev1)
    AFMAC =
    (DESCRIPTION =
    (ADDRESS= (PROTOCOL = TCP) (HOST = XXXXXXXX-dev-vip) (PORT = 1522))
    (CONNECT_DATA = (SID = AFMAC))
    (HS=OK)
    11g alert/log.xml
    <msg time='2009-12-01T14:49:39.752-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:49:39 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:50:39.758-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:50:39 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:52:06.774-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:52:06 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:53:39.787-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:53:39 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:54:15.791-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:54:15 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:55:18.062-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:55:18 * (CONNECT_DATA=(SID=AFMAC)(CID=(PROGRAM=)(HOST=cohortrac1-dev)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=140.140.200.137)(PORT=10706)) * establish * AFMAC * 12505
    </txt>
    </msg>
    <msg time='2009-12-01T14:55:18.062-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    </txt>
    </msg>
    <msg time='2009-12-01T14:56:18.790-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:56:18 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:56:39.794-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:56:39 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:56:45.797-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:56:45 * service_update * cohodev1 * 0
    </txt>
    </msg>
    trace file -- afmac.log
    Tue Dec 01 14:40:22 2009
    01-DEC-2009 14:40:22 * service_update * cohodev1 * 0
    Tue Dec 01 14:42:12 2009
    01-DEC-2009 14:42:12 * service_update * cohodev1 * 0
    Tue Dec 01 14:43:21 2009
    01-DEC-2009 14:43:21 * service_update * cohodev1 * 0
    Tue Dec 01 14:44:27 2009
    01-DEC-2009 14:44:27 * service_update * cohodev1 * 0
    Tue Dec 01 14:45:39 2009
    01-DEC-2009 14:45:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:47:15 2009
    01-DEC-2009 14:47:15 * service_update * cohodev1 * 0
    Tue Dec 01 14:48:39 2009
    01-DEC-2009 14:48:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:49:39 2009
    01-DEC-2009 14:49:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:50:39 2009
    01-DEC-2009 14:50:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:52:06 2009
    01-DEC-2009 14:52:06 * service_update * cohodev1 * 0
    Tue Dec 01 14:53:39 2009
    01-DEC-2009 14:53:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:54:15 2009
    01-DEC-2009 14:54:15 * service_update * cohodev1 * 0
    Tue Dec 01 14:55:18 2009
    odbctrace.out
    EXIT SQLError with return code 100 (SQL_NO_DATA_FOUND)
    HENV 0x0adaaa30
    HDBC 0x0adab960
    HSTMT 0x00000000
    UCHAR * 0x2f5cd5b0 (NYI)
    SDWORD * 0x2f5cd3ac
    UCHAR * 0x2f5cd3b0
    SWORD 511
    SWORD * 0x2f5cd3aa
    ENTER SQLAllocStmt
    HDBC 0x0adab960
    HSTMT * 0x2f5cdce8
    EXIT SQLAllocStmt with return code 0 (SQL_SUCCESS)
    HDBC 0x0adab960
    HSTMT * 0x2f5cdce8 ( 0x0adc66d0)
    ENTER SQLFreeStmt
    HSTMT 0x0adc66d0
    UWORD 2 <SQL_UNBIND>
    EXIT SQLFreeStmt with return code 0 (SQL_SUCCESS)
    HSTMT 0x0adc66d0
    UWORD 2 <SQL_UNBIND>
    ENTER SQLDisconnect
    HDBC 0x0adab960
    EXIT SQLDisconnect with return code 0 (SQL_SUCCESS)
    HDBC 0x0adab960
    ENTER SQLFreeConnect
    HDBC 0x0adab960
    EXIT SQLFreeConnect with return code 0 (SQL_SUCCESS)
    HDBC 0x0adab960
    ENTER SQLFreeEnv
    HENV 0x0adaaa30
    EXIT SQLFreeEnv with return code 0 (SQL_SUCCESS)
    HENV 0x0adaaa30

    I have change the path to below. do i need to point something to the dg4odbc.o?
    my oracle home is /opt/oracle/product/10.2.0/db_1/database
    the oracle gateway is in /opt/oracle/gateway
    HS_FDS_SHAREABLE_NAME=/opt/oracle/gateway/lib/libodbc.so
    [oracle@xxxxxxxxxx-dev lib]$ pwd
    /opt/oracle/odbc/lib
    [oracle@xxxxxxxxxxdev lib]$ da
    total 77592
    -rwxr-xr-x 1 oracle oinstall 11864950 Apr 8 2009 libddicu24.so*
    -rwxr-xr-x 1 oracle oinstall 1862747 Apr 8 2009 ddor824r.so*
    -rwxr-xr-x 1 oracle oinstall 1846224 Apr 8 2009 ddmsss24r.so*
    -rwxr-xr-x 1 oracle oinstall 28748 Apr 8 2009 ddmsssdlg24.so*
    -rwxr-xr-x 1 oracle oinstall 1684501 Apr 8 2009 ddor824s.so*
    -rwxr-xr-x 1 oracle oinstall 3071461 Apr 8 2009 ddor824.so*
    -rwxr-xr-x 1 oracle oinstall 1960824 Apr 9 2009 libddssl24.so*
    -rwxr-xr-x 1 oracle oinstall 785197 Apr 13 2009 ddmsss24.so*
    -rwxr-xr-x 1 oracle oinstall 1680661 Apr 13 2009 ddmsss24s.so*
    -rwxr-xr-x 1 oracle oinstall 1853846 Jun 25 10:34 ddifcl24r.so*
    -rwxr-xr-x 1 oracle oinstall 2780278 Jun 25 10:36 ddifcl24.so*
    -rwxr-xr-x 1 oracle oinstall 1919201 Aug 6 12:50 ddase24r.so*
    -rwxr-xr-x 1 oracle oinstall 1876326 Aug 6 12:50 ddtera24r.so*
    -rwxr-xr-x 1 oracle oinstall 4445059 Aug 6 12:50 ddase24.so*
    -rwxr-xr-x 1 oracle oinstall 1688747 Aug 6 12:50 ddtera24s.so*
    -rwxr-xr-x 1 oracle oinstall 2857765 Aug 6 12:50 ddtera24.so*
    -rwxr-xr-x 1 oracle oinstall 1844597 Aug 24 10:23 ddgplm24r.so*
    -rwxr-xr-x 1 oracle oinstall 1844629 Aug 24 10:24 ddpsql24r.so*
    -rwxr-xr-x 1 oracle oinstall 1806678 Sep 21 15:19 libddmbackw.so*
    -rwxr-xr-x 1 oracle oinstall 1926162 Sep 21 15:20 ddora24r.so*
    -rwxr-xr-x 1 oracle oinstall 1819448 Sep 21 15:20 libddmback.so*
    -rwxr-xr-x 1 oracle oinstall 3639409 Sep 21 17:48 ddora24.so*
    -rwxr-xr-x 1 oracle oinstall 3008211 Oct 8 11:30 ddmysql24.so*
    -rwxr-xr-x 1 oracle oinstall 3010496 Oct 13 14:57 ddpsql24.so*
    -rwxr-xr-x 1 oracle oinstall 3009760 Oct 13 15:02 ddgplm24.so*
    -rwxr-xr-x 1 oracle oinstall 3869943 Oct 14 09:39 dddb224.so*
    -rwxr-xr-x 1 oracle oinstall 1944521 Oct 14 16:21 dddb224r.so*
    -rwxr-xr-x 1 oracle oinstall 15283 Oct 19 10:52 ddtrn24.so*
    -rwxrwxr-x 1 oracle oinstall 3390754 Oct 20 10:03 ddsqls24.so*
    -rwxrwxr-x 1 oracle oinstall 77982 Oct 20 13:35 vscnctdlg.so*
    -rwxrwxr-x 1 oracle oinstall 335288 Oct 20 13:35 odbctrac.so*
    -rwxrwxr-x 1 oracle oinstall 1840285 Oct 20 13:35 odbccurs.so*
    -rwxrwxr-x 1 oracle oinstall 2115774 Oct 20 13:35 libodbc.so*
    -rwxrwxr-x 1 oracle oinstall 1530695 Oct 20 13:35 libodbcinst.so*
    [oracle@xxxxxxxxxx-dev database]$ tnsping AFMAC
    TNS Ping Utility for Linux: Version 10.2.0.3.0 - Production on 02-DEC-2009 07:17:02
    Copyright (c) 1997, 2006, Oracle. All rights reserved.
    Used parameter files:
    /opt/oracle/product/10.2.0.1/db_1/database/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS= (PROTOCOL = TCP) (HOST = xxxxxxxxxx-dev-vip) (PORT = 1522)) (CONNECT_DATA = (SID = AFMAC)) (HS=OK))
    OK (0 msec)
    [oracle@xxxxxxxxxx-dev admin]$ lsnrctl status AFMAC
    LSNRCTL for Linux: Version 10.2.0.3.0 - Production on 02-DEC-2009 07:21:21
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxxxxxx-dev-vip)(PORT=1522))(CONNECT_DATA=(SID=AFMAC))(HS=OK))
    STATUS of the LISTENER
    Alias AFMAC
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 01-DEC-2009 14:37:20
    Uptime 0 days 16 hr. 44 min. 1 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/gateway/network/admin/listener.ora
    Listener Log File /opt/oracle/diag/tnslsnr/cohortrac1-dev/afmac/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.137)(PORT=1522)))
    The listener supports no services
    The command completed successfully
    SQL> select count(*) from "test_table"@AFMAC;
    select count(*) from "test_table"@AFMAC
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from AFMAC
    Edited by: user11986618 on Dec 2, 2009 5:31 AM

  • WebLogic on Linux...

    Hello,
    I am interested in knowing the status of WebLogic on Linux. I've heard
    there are some problems with multi-threading on Linux, limiting the
    performance of WebLogic. Any truth to this?
    Are many people using it?
    Jason
    Jason Rosenberg
    SquareTrade
    (remove 'nospam' from my return address)

    visor,
    Your classpath looks alright. Have you modified your weblogic.policy to
    match your environment? Specifically the "grant CodeBase" stuff.
    Also, so that there are no problems with permissions, I created a linux
    account named 'weblogic' and installed WLS under the 'weblogic' account.
    Who is the owner of /local1 and subdirectories?
    Give me yell if u still have problems.
    John
    visor-palm John wrote:
    >
    Jesus,
    I am trying to use WebLogic 5.1 with RedHat Linux 6.1 (kernel = 2.2.12-10)
    but unable to.
    I have tried several different JVMs but to no success. Here is what I am
    seeing. If you could let me know if this looks familiar to you I'd
    appreciate it (btw, Blackdown JDK 1.2.2_FCS has native threads)
    ./startWebLogic.sh
    LD_LIBRARY_PATH=/local1/opt/weblogic/lib/linux
    JAVA 2 JAVA 2
    CMD=/usr/java/bin/java -native -ms64m -mx64m -classpath=./lib/weblogic510sp5boot.jar:./classes/boot:./eval/cloudscape/lib/cloudscape.jar -Dweblogic.class.path=./lib/weblogic510sp5.jar:./license:./classes:./lib/weblogicaux.jar:./myserver/serverclasses -Dweblogic.home= . -Djava.security.manager -Djava.security.policy==/local1/opt/weblogic/weblogic.policy weblogic.Server
    java.lang.NoClassDefFoundError: weblogic/kernel/AuditableThread
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
    Code)
    at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
    Code)
    at
    weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java,
    Compile
    d Code)
    at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java,
    Compiled Cod
    e)
    at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java,
    Compiled Code)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
    Code)
    at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
    Code)
    at
    weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java,
    Compile
    d Code)
    at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java,
    Compiled Cod
    e)
    at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java,
    Compiled Code)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java, Compiled Code)
    at weblogic.Server.getMainMethod(Server.java, Compiled Code)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    java.lang.NoClassDefFoundError: weblogic/t3/srvr/SrvrThread
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
    Code)
    at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
    Code)
    at
    weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java,
    Compile
    d Code)
    at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java,
    Compiled Cod
    e)
    at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java,
    Compiled Code)
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java, Compiled Code)
    at weblogic.Server.getMainMethod(Server.java, Compiled Code)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.NoClassDefFoundError:
    weblogic/t3/srvr/ListenThread
    java.lang.NoClassDefFoundError: weblogic/t3/srvr/ListenThread
    at java.lang.Class.getMethod0(Native Method)
    at java.lang.Class.getMethod(Class.java, Compiled Code)
    at weblogic.Server.getMainMethod(Server.java, Compiled Code)
    at weblogic.Server.startServerDynamically(Server.java, Compiled
    Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    at weblogic.Server.main(Server.java, Compiled Code)
    "Jesus M. Salvo Jr." <[email protected]> wrote in message
    news:[email protected]...
    Any ideas Rob on when the Linux Performance Pack will be part of the
    official WL distro? I am using the perf pack right now ... but remember
    that possibly benign exception when garbage collecting (though it doesnt
    seemt to affect WLS)
    John Salvo
    Rob Woollen wrote:
    Jason Rosenberg wrote:
    Hello,
    I am interested in knowing the status of WebLogic on Linux.It works pretty well.
    I've heard
    there are some problems with multi-threading on Linux, limiting the
    performance of WebLogic. Any truth to this?
    Some of the Linux JVMs are still using green threads. If you don't
    require Java2, IBM's 118 for Linux is a pretty good JVM, and it uses
    native threads.
    Are many people using it?
    I do not know how many people have deployed production WLS sites on
    Linux.
    Personally, I develop WLS on Linux, and it runs very well.
    -- Rob
    Jason
    Jason Rosenberg
    SquareTrade
    (remove 'nospam' from my return address)

  • Listener Status in OEM

    I am getting mixed signals on the status of my listener. Oracle Enterprise Manager says that listener is down, but when I type the command lsnrctl status, it states that it is up.
    I have restarted my OEM and my listener to see if it would fix the mixup, but it remains the same. What should I trust, or am I completely off base?
    Here is what my OEM looks like -
    !http://www.tomklonowski.com/lsnrstatus.PNG!
    Here is what lsnrctl status reports -
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 04-AUG-2009 20:33:19
    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 Linux: Version 10.2.0.1.0 - Production
    Start Date 20-JUL-2009 20:37:38
    Uptime 14 days 23 hr. 55 min. 40 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/tkdb/network/admin/listener.ora
    Listener Log File /opt/oracle/tkdb/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<my host>)(PORT=1521)))
    Services Summary...
    Service "ce04085" has 1 instance(s).
    Instance "ce04085", status UNKNOWN, has 1 handler(s) for this service...
    Service "ce04085XDB" has 1 instance(s).
    Instance "ce04085", status READY, has 1 handler(s) for this service...
    Service "oraclece04085" has 1 instance(s).
    Instance "ce04085", status READY, has 1 handler(s) for this service...
    Service "oraclece04085_XPT" has 1 instance(s).
    Instance "ce04085", status READY, has 1 handler(s) for this service...
    Service "tomtesting2.dli.mt.gov" has 1 instance(s).
    Instance "tomtesting2", status READY, has 1 handler(s) for this service...
    Service "tomtesting2XDB.dli.mt.gov" has 1 instance(s).
    Instance "tomtesting2", status READY, has 1 handler(s) for this service...
    Service "tomtesting2_XPT.dli.mt.gov" has 1 instance(s).
    Instance "tomtesting2", status READY, has 1 handler(s) for this service...
    The command completed successfully

    I just recently checked the OEM again and I see that it says the OEM is looking for the Listener.ora file at
    LISTENER.ORA Location          /opt/oracle/product/10.2/db_1/network/admin
    Whereas, it is really located at
    */opt/oracle/tkdb/network/admin*
    How might I go about changing where OEM thinks my Listener is? I changed the PATH variable to the correct location, and restarted the OEM via, emctl stop dbconsole, then emctl start dbconsole - It still is registering the wrong path.
    Any help appreciated,
    Tom

  • EBS R12: adalnctl.sh exits with status 1

    Hi,
    I have EBS R12 installed few months back. We found that most of the concurent manager were in status "System Hold, Fix Manager before resetting counters".
    During the search, we found that the script adalnctl.sh was always exiting with status. After debuging the script, found that it is trying to start/reload the lisner APPS_<SID>.
    The listener <SID> is running.
    Need help

    ps -ef | grep APPS_DVLP
    root 19383 18423 0 18:23 pts/2 00:00:00 grep APPS_DVLP
    l
    snrctl status APPS_DVLP
    LSNRCTL for Linux: Version 10.1.0.5.0 - Production on 04-APR-2012 18:21:08
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=ora12)(Port=1628))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    the following message if from listner log:
    4-APR-2012 18:23:27 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=ora12.SLINC.com)(USER=root))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=168822016)) * status * 0
    04-APR-2012 18:23:40 * service_died * 1183
    thanks

  • Status down

    i've just install OEL 5 and EBS 12.0 after completion of post install and apply the patch only HTTP componenet is Alive, how to make other comp alive? am i missing something.
    log
    02/02/12-06:00:38 :: adapcctl.sh version 120.6
    02/02/12-06:00:38 :: adapcctl.sh: checking status of OPMN managed OHS instance
    Processes in Instance: VIS_aq.aq.ebs.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    OC4J | oafm | N/A | Down
    OC4J | forms | N/A | Down
    OC4J | oacore | N/A | Down
    HTTP_Server | HTTP_Server | 3076 | Alive
    ASG | ASG | N/A | Down
    02/02/12-06:00:38 :: adapcctl.sh: exiting with status 0
    ================================================================================

    os
    Enterprise Linux Enterprise Linux Server release 5 (Carthage) i686
    app
    Oracle Applications Release 12.0
    02/02/12-12:11:22 :: adopmnctl.sh version 120.4
    02/02/12-12:11:22 :: adopmnctl.sh: Starting Oracle Process Manager (OPMN)
    opmnctl: opmn is already running.
    02/02/12-12:11:22 :: adopmnctl.sh: exiting with status 0
    Autocofig:
    while executing the statement adstpall.sh it shows following error in log file,_
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_aq/admin/scripts/adopmnctl.sh stop -nopromptmsg
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Web Entry Point Services Oracle HTTP Server VIS_aq adapcctl.sh Failed
    Web Application Services OACORE OC4J Instance VIS_aq adoacorectl.sh Failed
    Web Application Services FORMS OC4J Instance VIS_aq adformsctl.sh Failed
    Web Application Services OAFM OC4J Instance VIS_aq adoafmctl.sh Failed
    Batch Processing Services OracleTNSListenerAPPS_VIS_aq adalnctl.sh Failed
    Batch Processing Services OracleConcMgrVIS_aq adcmctl.sh Failed
    Batch Processing Services Oracle ICSM VIS_aq ieoicsm.sh Disabled
    Batch Processing Services Oracle Fulfillment Server VIS_aq jtffmctl.sh Failed
    Other Service Group Disabled
    Other Service Group OracleFormsServer-Forms VIS_aq adformsrvctl.sh Disabled
    Other Service Group Oracle Metrics Client VIS_aq adfmcctl.sh Disabled
    Other Service Group Oracle Metrics Server VIS_aq adfmsctl.sh Disabled
    Other Service Group Oracle MWA Service VIS_aq mwactlwrpr.sh Disabled
    Root Service Group Oracle Process Manager for VIS_aq adopmnctl.sh Failed
    ServiceControl is exiting with status 8
    while executing the following stat adstrtal.sh it give following error in log file
    ERROR :
    Exception in TimedProcess...Failed to execute command = /u01/oracle/VIS/inst/apps/VIS_aq/admin/scripts/jtffmctl.sh start -nopromptmsg
    Service Group Other Service Group is disabled.
    [Service Control Execution Report]
    The report format is:
    <Service Group> <Service> <Script> <Status>
    Root Service Group Oracle Process Manager for VIS_aq adopmnctl.sh Failed
    Web Entry Point Services Oracle HTTP Server VIS_aq adapcctl.sh Failed
    Web Application Services OACORE OC4J Instance VIS_aq adoacorectl.sh Failed
    Web Application Services FORMS OC4J Instance VIS_aq adformsctl.sh Failed
    Web Application Services OAFM OC4J Instance VIS_aq adoafmctl.sh Failed
    Batch Processing Services OracleTNSListenerAPPS_VIS_aq adalnctl.sh Failed
    Batch Processing Services OracleConcMgrVIS_aq adcmctl.sh Failed
    Batch Processing Services Oracle ICSM VIS_aq ieoicsm.sh Disabled
    Batch Processing Services Oracle Fulfillment Server VIS_aq jtffmctl.sh Failed
    Other Service Group Disabled
    Other Service Group OracleFormsServer-Forms VIS_aq adformsrvctl.sh Disabled
    Other Service Group Oracle Metrics Client VIS_aq adfmcctl.sh Disabled
    Other Service Group Oracle Metrics Server VIS_aq adfmsctl.sh Disabled
    Other Service Group Oracle MWA Service VIS_aq mwactlwrpr.sh Disabled
    ServiceControl is exiting with status 8

  • Graph visualization of my arch status

    I aim to create a diagram that represent the status of my arch linux. In particular i want to make a graph that have all the packages that i decide to install linked to the dependencies. I tried to use a combination of pactree and dot but without any result. i will post the little script i made so if anyone have some advice.
    #!/bin/bash
    rm all.deps
    for out in $(pacman -Qqs)
    do
    pactree -g $out >> all.deps
    done
    dot -Tsvg all.deps > alldeps.svg
    the main problem is that inside the file there are distinct graph one per each package. I want to make one entire graph with the dependencies occurs only one and have many links.
    I try to find on internet if someone did something like this but i didn't have any luck.

    Pacgraph is certainly an option, but not everyone likes its output...
    If you want to use pactree & dot, it is of course possible, you need just few tweaks to your script:
    #!/bin/bash
    echo 'digraph G { START [color=red, style=filled]; node [style=filled, color=green]; ' > all.deps
    for out in $(pacman -Qqs)
    do
    pactree -g $out
    done | sed '/digraph G/d;/^node /d;/^}$/d;' | sort -u >> all.deps
    echo '}' >> all.deps
    time dot -Tsvg all.deps > alldeps.svg
    That will join all the subgraphs into one and remove duplicate dependencies. Note that the final image, is quite incomprehensible, as there is way too many packages You might want to play with the settings a bit...
    Last edited by dolik.rce (2013-04-23 18:26:42)

  • How to find out Tomcat status

    hi all,.
    how to find out the tomcat status in windows? linux also helpful ..i want to know whether the tomcat is running or stopped....?

    if it is tomcat 5+, tomcat is most likely started as a service (At least under windows 2000 and higher). So go to control panel -> administrative tools -> services and you can check the status there.

  • Linux Itanium

    Hello team. I have a brand new HP Integrity rx2800 i2 and we installed hpux v3. Now we want to create 2 virtual machines with redhat 5. My question is if oracle 11g r2 is supported on Linux x64 Itanium.
    The certification matrix only talks about Linux x64 without specifying the type of processor.
    I hope i made my self clear.
    Thanks in advance.

    http://www.oracle.com/us/corporate/press/346696
    and
    Support note: "Support Status - Oracle Database on Linux Itanium [ID 1130325.1]"

  • Unable to create new DB

    Well at least I'm now further on from my previous problems, the listener works and I'm pretty sure oracle is running as I can connect to it however trying to create my first database using DBCA, results in an Internal Error when I get to the stage where it finally tries to create it..
    So Once agian any help would really be appreciated, getting this sucker running has taken the entire day so far... :-(
    For refrence the trace log of dbca when i try and create the DB is below..... there is a java exception causing the Internal Error...
    [main] [18:50:38:421] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage [main] [18:50:38:422] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage [main] [18:50:38:422] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage [main] [18:50:38:422] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage [main] [18:50:38:422] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage [main] [18:50:38:422] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage [main] [18:50:38:422] [DBCAWizard.removePageFromList:1318] DBCAWizard->removePageFromList: The page to be removed = NetworkConfPage [main] [18:50:38:424] [CommandLineArguments.process:637] CommandLineArguments->process: number of arguments = 0 [main] [18:50:39:887] [Host.checkOPS:2290] Inside checkOPS [main] [18:50:39:887] [Host.checkOPS:2302] Trying to check cluster existence [main] [18:50:39:948] [Library.getInstance:106] Created instance of Library.
    [main] [18:50:39:948] [Version.isPre10i:213] isPre10i.java: Returning FALSE [main] [18:50:39:948] [UnixSystem.getCSSConfigType:2117] configFile=/etc/oracle/ocr.loc [main] [18:50:39:949] [UnixSystem.getCSSConfigType:2161] configType=null [main] [18:50:39:950] [Host.checkOPS:2308] cluster existence:false [main] [18:50:39:950] [Host.checkOPS:2346] Cluster installed=false [AWT-EventQueue-0] [18:50:48:493] [OsUtilsBase.getOracleBaseFromInventory:389] Getting ORACLE_BASE from inventory.
    [AWT-EventQueue-0] [18:50:48:494] [OsUtilsBase.getOracleBaseFromInventory:403] Setting oracle.installer.oui_loc = /u01/app/oracle/product/11.1.0/db_1/oui
    [AWT-EventQueue-0] [18:50:48:494] [OsUtilsBase.getOracleBaseFromInventory:406] Oracle Inventory property invptrloc = null [AWT-EventQueue-0] [18:50:48:497] [OsUtilsBase.getOracleBaseFromInventory:423] Inventory Home Size = 1 [AWT-EventQueue-0] [18:50:48:497] [OsUtilsBase.getOracleBaseFromInventory:449] ORACLE_BASE returned from inventory:= /u01/app/oracle [AWT-EventQueue-0] [18:50:48:498] [Host.displayOracleBaseWarning:1115] oracleBaseFromEnv null [AWT-EventQueue-0] [18:50:48:498] [Host.displayOracleBaseWarning:1121] oracle_base from OUI /u01/app/oracle oracle_base from env/u01/app/oracle [AWT-EventQueue-0] [18:51:1:9] [InitParamHandler.endElement:517] CustomSGA flag: false [AWT-EventQueue-0] [18:51:1:10] [InitParamHandler.endElement:518] Database Type: MULTIPURPOSE [AWT-EventQueue-0] [18:51:1:10] [InitParamHandler.endElement:519] Mem Percentage: 40 [AWT-EventQueue-0] [18:51:1:11] [InitParamHandler.endElement:552] Total memory MB: 809 [AWT-EventQueue-0] [18:51:1:13] [MemoryCalculator.isUnifiedMemoryFeasible:341] Volume: / [AWT-EventQueue-0] [18:51:1:13] [MemoryCalculator.isUnifiedMemoryFeasible:341] Volume: /dev/pts [AWT-EventQueue-0] [18:51:1:13] [MemoryCalculator.isUnifiedMemoryFeasible:371] /dev/shm Feasible: false [AWT-EventQueue-0] [18:51:1:690] [OsUtilsUnix.getKernelParam:1095] Kernel Parameter: shmmax value2147483648 [AWT-EventQueue-0] [18:51:1:697] [StorageAttributes.setAttribute:237] IN threadID:1 group#=1 [AWT-EventQueue-0] [18:51:1:698] [StorageAttributes.setAttribute:237] IN threadID:1 group#=2 [AWT-EventQueue-0] [18:51:1:698] [StorageAttributes.setAttribute:246] Current threadID=1 [AWT-EventQueue-0] [18:51:1:698] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[0]=1 [AWT-EventQueue-0] [18:51:1:698] [StorageAttributes.setAttribute:263] vRedoGroups:[1] [AWT-EventQueue-0] [18:51:1:699] [StorageAttributes.setAttribute:293] setAttribute: bExists=false [AWT-EventQueue-0] [18:51:1:700] [StorageAttributes.setAttribute:237] IN threadID:1 group#=3 [AWT-EventQueue-0] [18:51:1:700] [StorageAttributes.setAttribute:246] Current threadID=1 [AWT-EventQueue-0] [18:51:1:701] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[0]=1 [AWT-EventQueue-0] [18:51:1:701] [StorageAttributes.setAttribute:253] Current threadID=1 ==> redoGroups[1]=2 [AWT-EventQueue-0] [18:51:1:702] [StorageAttributes.setAttribute:263] vRedoGroups:[1, 2] [AWT-EventQueue-0] [18:51:1:702] [StorageAttributes.setAttribute:293] setAttribute: bExists=false [AWT-EventQueue-0] [18:51:1:702] [TemplateManager.parseCloneTemplate:1509] See for any transportable datafiles in TemplateManager.....
    [AWT-EventQueue-0] [18:51:28:199] [DatabaseNamePage.onNameChanged:751] m_oldGDBName = [AWT-EventQueue-0] [18:51:35:188] [ManagementOptionsPage.initializePage:692] Enumerating Agents [AWT-EventQueue-0] [18:51:44:623] [ManagementOptionsPage.validate:1049] emConfigChkBox State: true [AWT-EventQueue-0] [18:51:44:624] [ManagementOptionsPage.validate:1050] switchChkBox State: false [AWT-EventQueue-0] [18:51:44:624] [ManagementOptionsPage.validateAndSetParams:1090] In validateAndSetParams [AWT-EventQueue-0] [18:51:44:624] [NetworkUtils.checkListenerStatus:350] Checking listener status: LISTENER [AWT-EventQueue-0] [18:51:44:647] [NetworkUtils.checkListenerStatus:356] lsnrct status output
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 03-APR-2009 18:51:44
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ubuntu606m)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 03-APR-2009 18:26:55
    Uptime 0 days 0 hr. 24 min. 49 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/ubuntu606m/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ubuntu606m)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    The listener supports no services
    The command completed successfully
    [AWT-EventQueue-0] [18:52:26:449] [DBCAWizard.onFinish:1203] m_bFinishClicked: false [TaskScheduler timer] [18:52:26:452] [OsUtilsUnix.getKernelParam:1095] Kernel Parameter: shmmax value2147483648 [TaskScheduler timer] [18:52:26:452] [NetworkUtils.checkListenerStatus:350] Checking listener status: LISTENER [TaskScheduler timer] [18:52:26:471] [NetworkUtils.checkListenerStatus:356] lsnrct status output
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 03-APR-2009 18:52:26
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ubuntu606m)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 03-APR-2009 18:26:55
    Uptime 0 days 0 hr. 25 min. 31 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/ubuntu606m/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ubuntu606m)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    The listener supports no services
    The command completed successfully
    [TaskScheduler timer] [18:52:26:472] [OsUtilsUnix.validatePackage:1019] oracle.sysman.assistants.util.OsUtilsUnix.validatePackage(OsUtilsUnix.java:985)
    oracle.sysman.assistants.dbca.backend.Verifier.validate(Verifier.java:722)
    oracle.sysman.assistants.dbca.backend.Host.validate(Host.java:4073)
    oracle.sysman.assistants.dbca.ui.DBCAWizard$1.runTask(DBCAWizard.java:1227)
    oracle.ewt.thread.TaskScheduler.runTask(Unknown Source) oracle.ewt.thread.TaskScheduler.processTask(Unknown Source) oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source) oracle.ewt.timer.Timer.doRun(Unknown Source) oracle.ewt.timer.Timer.run(Unknown Source)
    java.lang.Thread.run(Thread.java:595)
    [TaskScheduler timer] [18:52:26:472] [OsUtilsUnix.validatePackage:1020] Skipping package validation [TaskScheduler timer] [18:52:26:472] [Verifier.validateTemplate:1780] StorageType == 0 [TaskScheduler timer] [18:52:26:513] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=/u01/app/oracle/oradata/
    [TaskScheduler timer] [18:52:26:513] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=/u01/app/oracle/oradata/
    [TaskScheduler timer] [18:52:26:514] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=/u01/app/oracle/oradata/
    [TaskScheduler timer] [18:52:26:514] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=/u01/app/oracle/oradata/
    [TaskScheduler timer] [18:52:26:514] [Verifier.calculateCloneDatafilePathsAndSizes:3137] canonicalPath=/u01/app/oracle/oradata/
    [TaskScheduler timer] [18:52:26:655] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=/u01/app/oracle/oradata/
    [TaskScheduler timer] [18:52:26:655] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=/u01/app/oracle/oradata/
    [TaskScheduler timer] [18:52:26:656] [Verifier.calculateRedoLogGroupFileSizes:3269] canonicalPath=/u01/app/oracle/oradata/
    [TaskScheduler timer] [18:52:26:656] [Verifier.getControlfFileSizes:3187] No. of Control files:=3 [Thread-10] [18:52:37:644] [UIHost.getHtmlSummary:1055] UIHost:getHtmlSummary: running createTemplateDocument NOT for SHOW_TEMPLATE condition [Thread-10] [18:52:37:673] [UIHost.getHtmlSummary:1061] UIHost:getHtmlSummary: after running createTemplateDocument NOT for SHOW_TEMPLATE condition [Thread-10] [18:52:37:680] [XSLConst.generateHeaderXSL:211] NLS:Template Name:= null [Thread-10] [18:52:37:680] [XSLConst.generateHeaderXSL:216] Template Description:= Use this database template to create a pre-configured database optimized for general purpose or transaction processing usage.
    [Thread-10] [18:52:37:900] [UIHost.getHtmlSummary:1100] UIHost->getHtmlSummary: start printing of transformed document [TaskScheduler timer] [18:52:56:744] [Host.executeSteps:4426] Executing steps....
    [TaskScheduler timer] [18:52:56:745] [Host.setUpForOperation:3198] setUpForOperation: Mode = 128 [TaskScheduler timer] [18:52:56:745] [OsUtilsBase.copyFile:691] OsUtilsBase.copyFile:
    [TaskScheduler timer] [18:52:56:750] [Host.executeSteps:4605] setupForOperation returned: true [TaskScheduler timer] [18:52:56:750] [Host.createStepSQLInterface:6444] sid =ora11g [TaskScheduler timer] [18:52:56:756] [SQLEngine.initialize:248] Execing SQLPLUS/SVRMGR process...
    [TaskScheduler timer] [18:52:56:776] [SQLEngine.initialize:276] m_bReaderStarted: false [TaskScheduler timer] [18:52:56:776] [SQLEngine.initialize:280] Starting Reader Thread...
    [Thread-14] [18:52:56:978] [StepContext$ModeRunner.run:2487] ---- Progress Needed:=true [Thread-14] [18:52:57:661] [BasicStep.execute:202] Executing Step : CLONE_DB_CREATION_RMAN_RESTORE [Thread-14] [18:52:57:661] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01092 [Thread-14] [18:52:57:661] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01034 [Thread-14] [18:52:57:662] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-03114 [Thread-14] [18:52:57:662] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-12560 [Thread-14] [18:52:57:662] [StepErrorHandler.setIgnorableErrors:250] setting Ignorable Error: ORA-01109 [Thread-14] [18:52:57:662] [BasicStep.configureSettings:304] messageHandler being set=null [Thread-14] [18:52:57:664] [BasicStep.execute:202] Executing Step : INSTANCE_CREATION [Thread-14] [18:52:57:664] [BasicStep.configureSettings:304] messageHandler being set=null [Thread-14] [18:52:57:669] [InitParamAttributes.sortParams:3562] m_sortOn:-1 sortOn:4 [Thread-14] [18:52:57:693] [InitParamAttributes.createInitFile:1698] Processing init param db_block_size [Thread-14] [18:52:57:693] [InitParamAttributes.createInitFile:1703] The value is 8192 [Thread-14] [18:52:57:693] [InitParamAttributes.createInitFile:1698] Processing init param open_cursors [Thread-14] [18:52:57:694] [InitParamAttributes.createInitFile:1703] The value is 300 [Thread-14] [18:52:57:694] [InitParamAttributes.createInitFile:1698] Processing init param db_domain [Thread-14] [18:52:57:694] [InitParamAttributes.createInitFile:1703] The value is ubuntu606m [Thread-14] [18:52:57:694] [InitParamAttributes.createInitFile:1698] Processing init param db_name [Thread-14] [18:52:57:694] [InitParamAttributes.createInitFile:1703] The value is ora11g [Thread-14] [18:52:57:695] [InitParamAttributes.createInitFile:1698] Processing init param control_files [Thread-14] [18:52:57:698] [InitParamAttributes.createInitFile:1703] The value is ("/u01/app/oracle/oradata/ora11g/control01.ctl", "/u01/app/oracle/oradata/ora11g/control02.ctl", "/u01/app/oracle/oradata/ora11g/control03.ctl")
    [Thread-14] [18:52:57:698] [InitParamAttributes.createInitFile:1698] Processing init param db_recovery_file_dest [Thread-14] [18:52:57:699] [InitParamAttributes.createInitFile:1703] The value is /u01/app/oracle/flash_recovery_area
    [Thread-14] [18:52:57:699] [InitParamAttributes.createInitFile:1698] Processing init param db_recovery_file_dest_size [Thread-14] [18:52:57:699] [InitParamAttributes.createInitFile:1703] The value is 2147483648 [Thread-14] [18:52:57:699] [InitParamAttributes.createInitFile:1698] Processing init param compatible [Thread-14] [18:52:57:700] [InitParamAttributes.createInitFile:1703] The value is 11.1.0.0.0 [Thread-14] [18:52:57:700] [InitParamAttributes.createInitFile:1698] Processing init param diagnostic_dest [Thread-14] [18:52:57:700] [InitParamAttributes.createInitFile:1703] The value is /u01/app/oracle [Thread-14] [18:52:57:700] [InitParamAttributes.createInitFile:1698] Processing init param processes [Thread-14] [18:52:57:700] [InitParamAttributes.createInitFile:1703] The value is 150 [Thread-14] [18:52:57:701] [InitParamAttributes.createInitFile:1698] Processing init param sga_target [Thread-14] [18:52:57:701] [InitParamAttributes.createInitFile:1703] The value is 635437056 [Thread-14] [18:52:57:701] [InitParamAttributes.createInitFile:1698] Processing init param audit_file_dest [Thread-14] [18:52:57:701] [InitParamAttributes.createInitFile:1703] The value is /u01/app/oracle/admin/ora11g/adump
    [Thread-14] [18:52:57:701] [InitParamAttributes.createInitFile:1698] Processing init param audit_trail [Thread-14] [18:52:57:701] [InitParamAttributes.createInitFile:1703] The value is db [Thread-14] [18:52:57:702] [InitParamAttributes.createInitFile:1698] Processing init param remote_login_passwordfile [Thread-14] [18:52:57:702] [InitParamAttributes.createInitFile:1703] The value is EXCLUSIVE [Thread-14] [18:52:57:702] [InitParamAttributes.createInitFile:1698] Processing init param dispatchers [Thread-14] [18:52:57:702] [InitParamAttributes.createInitFile:1703] The value is "(PROTOCOL=TCP) (SERVICE=ora11gXDB)"
    [Thread-14] [18:52:57:702] [InitParamAttributes.createInitFile:1698] Processing init param pga_aggregate_target [Thread-14] [18:52:57:702] [InitParamAttributes.createInitFile:1703] The value is 211812352 [Thread-14] [18:52:57:707] [InitParamAttributes.createInitFile:1698] Processing init param undo_tablespace [Thread-14] [18:52:57:708] [InitParamAttributes.createInitFile:1703] The value is UNDOTBS1 [Thread-14] [18:52:57:710] [Host.noEntryinOratab:5562] Check made for oratab arg passed............
    [Thread-14] [18:52:57:711] [Oratab.getTempFile:711] Temp oratab: /tmp/oratab [Thread-14] [18:52:57:718] [OracleHome.getVersion:974] OracleHome.getVersion called. Current Version: null [Thread-14] [18:52:57:720] [OracleHome.getVersion:999] Homeinfo /u01/app/oracle/product/11.1.0/db_1,1
    [Thread-14] [18:52:58:90] [OracleHome.getVersion:1025] OracleHome.server.getVersion Version: 11.1.0.6.0 [Thread-14] [18:52:58:90] [OracleHome.getVersion:1046] Current Version From Inventory: 11.1.0.6.0 [Thread-14] [18:52:58:90] [OracleHome.getVersion:1051] using sqlplus: /u01/app/oracle/product/11.1.0/db_1/bin/sqlplus
    [Thread-14] [18:52:58:92] [CommonUtils.createPasswordFile:515] calling new orapwd for version : 11.1.0.6.0 [Thread-14] [18:52:58:97] [OsUtilsBase.execProg:1311] beginning execProg with input array.
    [Thread-14] [18:52:58:115] [OsUtilsBase.execProg:1323] finished execProg with input array.
    [Thread-14] [18:52:58:115] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e7ce4c
    [Thread-14] [18:52:58:115] [CloneRmanRestoreStep.executeImpl:218] Instance Creation went fine..........
    [Thread-14] [18:52:58:116] [CloneRmanRestoreStep.executeImpl:225] db_recovery_file_dest=/u01/app/oracle/flash_recovery_area
    [Thread-14] [18:52:58:116] [CloneRmanRestoreStep.executeImpl:228] db_recovery_file_dest_size=2147483648
    [Thread-14] [18:52:58:141] [SQLEngine.setSpool:1776] old Spool = null [Thread-14] [18:52:58:141] [SQLEngine.setSpool:1777] Setting Spool = /u01/app/oracle/cfgtoollogs/dbca/ora11g/CloneRmanRestore.log
    [Thread-14] [18:52:58:142] [SQLEngine.setSpool:1778] Is spool appendable? --> true [Thread-14] [18:52:58:142] [CloneRmanRestoreStep.executeImpl:321] starting with pfile=/u01/app/oracle/admin/ora11g/pfile/init.ora
    [Thread-12] [18:53:0:434] [BasicStep.handleNonIgnorableError:430] oracle.sysman.assistants.util.UIMessageHandler@e7ce4c:messageHandler
    [Thread-12] [18:53:0:434] [BasicStep.handleNonIgnorableError:431] ORA-27103: internal error :msg [Thread-14] [18:53:25:805] [SQLEngine.done:1984] Done called [Thread-14] [18:53:25:805] [SQLEngine.spoolOff:1844] Setting spool off = /u01/app/oracle/cfgtoollogs/dbca/ora11g/CloneRmanRestore.log
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-27103: internal error
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1500)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.startup(SQLEngine.java:1893)
         at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:322)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
         at java.lang.Thread.run(Thread.java:595)
    [Thread-14] [18:53:25:807] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@e7ce4c
    [Thread-14] [18:53:25:807] [StepContext$ModeRunner.run:2513] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:448)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2497)
    java.lang.Thread.run(Thread.java:595)
    [Thread-14] [18:53:36:238] [SQLEngine.done:1984] Done called [Thread-14] [18:53:36:238] [Host.createStepSQLInterface:6444] sid =ora11g [Thread-14] [18:53:36:239] [SQLEngine.initialize:248] Execing SQLPLUS/SVRMGR process...
    [Thread-14] [18:53:36:244] [SQLEngine.initialize:276] m_bReaderStarted: false [Thread-14] [18:53:36:245] [SQLEngine.initialize:280] Starting Reader Thread...
    [Thread-14] [18:53:36:260] [CloneRmanRestoreStep.cancel:614] Cleaning up partially extracted files failed [Thread-14] [18:53:36:287] [SQLEngine.done:1984] Done called [Thread-14] [18:53:36:287] [CloneRmanRestoreStep.cancel:629] RMAN cleanup failed [Thread-14] [18:53:36:287] [CloneRmanRestoreStep.cancel:630] oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1500)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeQuery(SQLEngine.java:710)
    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.generateCancelScript(CloneRmanRestoreStep.java:839)
    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.cancel(CloneRmanRestoreStep.java:624)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.cancel(StepContext.java:2590)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2552)
    java.lang.Thread.run(Thread.java:595)
    [Thread-14] [18:53:36:288] [CloneDBCreationStep.cancel:895] CloneDBCreationStep.cancel(): nodeList= null [Thread-14] [18:53:36:288] [SQLEngine.reInitialize:618] Reinitializing SQLEngine...
    [Thread-14] [18:53:36:289] [SQLEngine.initialize:248] Execing SQLPLUS/SVRMGR process...
    [Thread-14] [18:53:36:304] [SQLEngine.initialize:276] m_bReaderStarted: false [Thread-14] [18:53:36:304] [SQLEngine.initialize:280] Starting Reader Thread...
    [Thread-14] [18:53:36:305] [SQLEngine.initialize:329] Waiting for m_bReaderStarted to be true [Thread-14] [18:53:36:342] [Oratab.getTempFile:711] Temp oratab: /tmp/oratab [Thread-14] [18:53:36:342] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/product/11.1.0/db_1/dbs/orapwora11g
    [Thread-14] [18:53:36:343] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/product/11.1.0/db_1/dbs/initora11g.ora
    [Thread-14] [18:53:36:343] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/admin/ora11g/pfile/init.ora
    [Thread-14] [18:53:36:343] [CloneDBCreationStep.cancel:936] CloneDBCreationStep.cancel(): bRaw=false [Thread-14] [18:53:36:343] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/system01.dbf
    [Thread-14] [18:53:36:344] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/sysaux01.dbf
    [Thread-14] [18:53:36:344] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/undotbs01.dbf
    [Thread-14] [18:53:36:344] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/users01.dbf
    [Thread-14] [18:53:36:345] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/redo01.log
    [Thread-14] [18:53:36:345] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/redo02.log
    [Thread-14] [18:53:36:345] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/redo03.log
    [Thread-14] [18:53:36:345] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/control01.ctl
    [Thread-14] [18:53:36:345] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/control02.ctl
    [Thread-14] [18:53:36:346] [OsUtilsBase.deleteFile:989] OsUtilsBase.deleteFile: /u01/app/oracle/oradata/ora11g/control03.ctl
    [Thread-14] [18:53:36:386] [SQLEngine.done:1984] Done called

    My permissions and setting all appear to be correct.
    I ran through this install guide http://blog.randompage.org/2007/12/installing-oracle-11g-on-ubuntu.html
    I've doubled checked the system settings and they appear to be correct
    me entire tree from my /u01 folder is ownder by 'oracle' | dba
    Paths appear to be correct, doing an env | grep oracle returns
    env | grep oracle
    USER=oracle
    LD_LIBRARY_PATH=/u01/app/oracle/product/11.1.0/db_1/lib
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME_LISTNER=/u01/app/oracle/product/11.1.0/db_1
    PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games:/u01/app/oracle/product/11.1.0/db_1/bin
    MAIL=/var/mail/oracle
    HOME=/home/oracle
    LOGNAME=oracle
    ORACLE_HOME=/u01/app/oracle/product/11.1.0/db_1
    ipcs -ls returns
    ipcs -ls
    ------ Semaphore Limits --------
    max number of arrays = 128
    max semaphores per array = 250
    max semaphores system wide = 32000
    max ops per semop call = 100
    semaphore max value = 32767
    I really need to find out which file in particular its referring to when it says "permission denied".. permission denied on what ? :-(

  • How to configure different listener for each database in 11gR2 RAC

    Hi Friends,
    Current Prod Setup :
    11gR2 (11.2..0.2) RAC on RHEL 5.5 with 3 SCAN Listeners on default 1521 port.
    Having 4 databases which are using SCAN-IP and listening on default port only.
    As per policy, we have to create separate listeners (on different port) for each database.
    like,
    DB1 - 1522
    DB2 - 1523
    DB3 - 1524
    DB4 - 1525
    Even If I configure 4 listeners using NETCA, how my failover & load balancing will happen using SCAN & Newly Created Listeners ???
    Thanks in advance..
    Regards,
    Manish

    Hi,
    I tried on 11gR2 TEST RAC Server to have different listener with different port (1529) for SCAN & Node Listener & tested failover, load-balancing which was successful.
    [oracle@ravish5 admin]$ cat listener.ora
    LISTENER_A=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_A)))) # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_A=ON # line added by Agent
    [oracle@ravish5 admin]$ ps -ef | grep lsnr
    oracle 1985 1 0 00:46 ? 00:00:00 /11g_crs/11.2.0.2/product/home/bin/tnslsnr LISTENER -inherit
    oracle 1988 1 0 00:46 ? 00:00:00 /11g_database/11.2.0.2/product/home_1/bin/tnslsnr LISTENER_A -inherit
    oracle 2928 1 0 01:00 ? 00:00:00 /11g_crs/11.2.0.2/product/home/bin/tnslsnr LISTENER_SCAN1 -inherit
    [oracle@ravish5 admin]$ lsnrctl status LISTENER_A
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 02-MAY-2012 03:19:35
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_A)))
    STATUS of the LISTENER
    Alias LISTENER_A
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date 02-MAY-2012 00:46:42
    Uptime 0 days 2 hr. 32 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /11g_database/11.2.0.2/product/home_1/network/admin/listener.ora
    Listener Log File /11g_database/11.2.0.2/diag/tnslsnr/ravish5/listener_a/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER_A)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.3.5)(PORT=1529)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.3.16)(PORT=1529)))
    Services Summary...
    Service "TEST" has 1 instance(s).
    Instance "TEST2", status READY, has 1 handler(s) for this service...
    Service "TESTXDB" has 1 instance(s).
    Instance "TEST2", status READY, has 1 handler(s) for this service...
    Service "srvc_test.clover.com" has 1 instance(s).
    Instance "TEST2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter listen
    NAME TYPE VALUE
    listener_networks string
    local_listener string (DESCRIPTION=(ADDRESS_LIST=(AD
    DRESS=(PROTOCOL=TCP)(HOST=192.
    168.3.16)(PORT=1529))))
    remote_listener string ravish-scan:1529
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    [oracle@ravish5 admin]$ srvctl config scan_listener
    SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521,1529
    [oracle@ravish5 admin]$ srvctl config scan
    SCAN name: ravish-scan, Network: 1/192.168.3.0/255.255.255.0/eth0
    SCAN VIP name: scan1, IP: /ravish-scan.clover.com/192.168.3.22
    [oracle@ravish5 admin]$ srvctl config listener
    Name: LISTENER
    Network: 1, Owner: oracle
    Home: <CRS home>
    End points: TCP:1521
    Name: LISTENER_A
    Network: 1, Owner: oracle
    Home: /11g_database/11.2.0.2/product/home_1
    End points: TCP:1529
    [oracle@ravish5 admin]$ srvctl config service -d TEST -s srvc_test.clover.com
    Service name: srvc_test.clover.com
    Service is enabled
    Server pool: TEST_srvc_test.clover.com
    Cardinality: 2
    Disconnect: false
    Service role: PRIMARY
    Management policy: AUTOMATIC
    DTP transaction: false
    AQ HA notifications: true
    Failover type: SELECT
    Failover method: BASIC
    TAF failover retries: 0
    TAF failover delay: 0
    Connection Load Balancing Goal: LONG
    Runtime Load Balancing Goal: NONE
    TAF policy specification: BASIC
    Edition:
    Preferred instances: TEST1,TEST2
    Available instances:
    TEST_NEW =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ravish-scan.clover.com)(PORT = 1529))
    (LOAD_BALANCE = yes)
    (FAILOVER = ON)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = srvc_test.clover.com)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    Actually different ports for different databases are required to have separation of duties. Once Firewall enabled betwen Client & DB Server only privileged users would have access to particular database.
    Regards,
    Manish

  • Creation of multiple listeners with public IP

    Hi,
    ORACLE VERSION : 10.2.0.1
    Operation system : LINUX
    Here i need to configure a listener for the database with different ip with different port no.when i create another listener i am getting this error.And i want the database must connect with both the IP's which i mentioned in the listener.ora file
    Here is my listener.ora file
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = vtl3199db)(PORT = 1521))
    LISTENER_PUB =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 122.183.83.130)(PORT = 1522))
    SID_LIST_LISTENER_PUB =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CAPTURE)
          (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
      )and the error what i am getting is
    [oracle@vtl3199db admin]$ lsnrctl status LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:11:37
    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 Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 04:52:47
    Uptime                    0 days 0 hr. 18 min. 49 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl services LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:11:52
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:4 refused:0 state:ready
             LOCAL SERVER
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: vtl3199db, pid: 2989>
             (ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=32773))
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:4 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl stop LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:12:00
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl services
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:12:13
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vtl3199db)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 111: Connection refused
    [oracle@vtl3199db admin]$ lsnrctl start LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:12:18
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/lis_pub.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=122.183.83.130)(PORT=1522)))
    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
       Linux Error: 99: Cannot assign requested address
    Listener failed to start. See the error message(s) above...
    [oracle@vtl3199db admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:12:24
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 05:12:24
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 06:31:57
    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 Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 05:12:24
    Uptime                    0 days 1 hr. 19 min. 32 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl status LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 06:32: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 Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 05:12:24
    Uptime                    0 days 1 hr. 19 min. 42 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 06:32:27
    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 Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 05:12:24
    Uptime                    0 days 1 hr. 20 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    The command completed successfullyNOte: Here 122.183.83.130 is public ip for vtl3199 ip where my database is running on the server.
    Kindly help me how to configure the listener with public ip to connect to client .
    Thanks & Regards,
    Poorna Prasad.

    Hi,
    Here when i am trying to start the listener with LISTENER_PRB i am getting error which is shown below.when i am trying to stop the listener with lsnrctl stop LISTENER_PUB the default listener LISTENER is stopping .Here my doubt is it must throw error when we are stopping the listener LISTENER_PUB.
    [oracle@vtl3199db admin]$ lsnrctl start LISTENER_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2010 01:33:40
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    TNS-01106: Listener using listener name LISTENER has already been started
    [oracle@vtl3199db admin]$ lsnrctl stop LISTENER_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2010 01:36:05
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl start LISTENER_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2010 01:36:31
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener_pub.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=122.183.83.130)(PORT=1522)))
    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
       Linux Error: 99: Cannot assign requested address
    Listener failed to start. See the error message(s) above...
    [oracle@vtl3199db admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2010 01:36:37
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                20-OCT-2010 01:36:37
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfullyRegards,
    Poorna Prasad.

  • Creating a duplicated database from active database

    I'm having problem trying to duplicate a database from a target database (PROD) to the auxiliary one (AUX).
    This is what I've configured:
    listener.ora
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = PROD)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1/)
          (SID_NAME = PROD)
        (SID_DESC =
          (GLOBAL_DBNAME = AUX)
          (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1/)
          (SID_NAME = AUX)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = my_ip)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracletnsnames.ora
    AUX =
      (DESCRIPTION =
        (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = my_ip)(PORT = 1521)))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = AUX)
    PROD =
      (DESCRIPTION =
        (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = my_ip)(PORT = 1521)))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = PROD)
      )/u01/app/oracle/product/11.2.0/db_1/dbs/initAUX.ora
    db_name='AUX'
    cp /u01/app/oracle/product/11.2.0/db_1/dbs/orapwPROD /u01/app/oracle/product/11.2.0/db_1/dbs/orapwAUX- Started PROD database (open and in archive log mode)
    - Started AUX database (in nomount mode and usinf pfile='/u01/app/oracle/product/11.2.0/db_1/dbs/initAUX.ora')
    But when I issue the following command I get connected to auxiliary database (not started) :
    rman target sys/oracle@PROD auxiliary sys/oracle@AUX
    connected to target database: PROD (DBID=196032563)
    connected to auxiliary database (not started)And executing the duplicate command it returns:
    RMAN> duplicate target database to AUX from active database spfile parameter_value_convert '/DATA/PROD/','+DG_DATA_AUX' set db_create_file_dest='+DG_DATA_AUX';
    Starting Duplicate Db at 2010-09-28:13:36:50
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/28/2010 13:36:50
    RMAN-06403: could not obtain a fully authorized session
    RMAN-04006: error from auxiliary database: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directorylsnrctl stopped and restarted several times. This is the output of lsnrctl status command:
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 28-SEP-2010 13:45:14
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=my_ip)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                28-SEP-2010 12:44:50
    Uptime                    0 days 0 hr. 1 min. 22 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/diag/tnslsnr/my_ip/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=my_ip)(PORT=1521)))
    Services Summary...
    Service "PROD" has 1 instance(s).
      Instance "PROD", status READY, has 1 handler(s) for this service...
    Service "PRODXDB" has 1 instance(s).
      Instance "PROD", status READY, has 1 handler(s) for this service...
    Service "AUX" has 2 instance(s).
      Instance "AUX", status UNKNOWN, has 1 handler(s) for this service...
      Instance "AUX", status BLOCKED, has 1 handler(s) for this service...
    The command completed successfullyI have already created a duplicated database from a backup of the target one and the configuration was quite the same: the differences are that using active database duplication I needed to use orapw files (and they need to have the same password) and that I needed to connect using Oracle Net service name to connect to the auxiliary instance.. otherwise I got:
    export ORACLE_SID=AUX
    rman target sys/oracle@PROD auxiliary sys/oracle
    connected to target database: PROD (DBID=196032563)
    connected to auxiliary database: AUX (not mounted)
    RMAN> duplicate target database to AUX from active database spfile parameter_value_convert '/DATA/PROD/','+DG_DATA_AUX' set db_create_file_dest='+DG_DATA_AUX';
    Starting Duplicate Db at 2010-09-28:12:27:21
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/28/2010 12:27:21
    RMAN-06217: not connected to auxiliary database with a net service nameWhere am I wrong?

    Thanks for your support. My instance was and is still in nomount mode. But I'm not able to connect this instance as auxiliary and in the right expected mode:
    connected to auxiliary database: AUX (not mounted)
    [oracle@my_ip oracle]$ env|grep SID      
    ORACLE_SID=AUX
    [oracle@my_ip oracle]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Sep 29 10:28:44 2010
    Copyright (c) 1982, 2009, 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
    idle> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    idle> startup nomount pfile=/u01/app/oracle/product/11.2.0/db_1/dbs/initAUX.ora
    ORACLE instance started.
    Total System Global Area  217157632 bytes
    Fixed Size                  2211928 bytes
    Variable Size             159387560 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                5226496 bytes

Maybe you are looking for