Connection Manager (cmctl) missing on EE9i

Hello,
I have some trivial issue but i cannot resolve it. I have Oracle Enterprise Edition instaled on win xp (9.2.0.8) but it appears that i don't have connection manager installed. There is no cmctl.exe binary in my $ORACLE_HOME\bin directory.
Appreciate for any help

Connection Manager is not installed by default. You'll need a custom install.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • Connection Manager (CMCTL)

    Do anyone know where I can download the Oracle "Connection Manager"?
    I have a lot of information about the CMCTL.exe, but where do I get is file from?
    Thanks,
    Huey

    Connection Manager is not installed by default. You'll need a custom install.
    Sybrand Bakker
    Senior Oracle DBA

  • Troubleshooting Connection Manager

    Hey, I try to setup the oracle connection manager.
    I installed the Connection via the universal installer
    Then I created a cman.ora in $TNS_ADMIN with following content:
    cman1 =
    (CONFIGURATION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=172.17.12.143)(PORT=1521))
    (RULE_LIST=
    (RULE=
    (SRC=*)(DST=*)(SRV=*)(ACT=accept)
    (ACTION_LIST=(aut=off)(moct=0)(mct=0)(mit=0)(conn_stats=on))
    (RULE=(SRC=sles11-rac)(DST=127.0.0.1)(SRV=*)(ACT=accept))
    I also edited the tnsnames.ora :
    cman1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.17.12.143)(PORT = 1521))
    Then I start the connection manager:
    CMCTL> administer cman1
    Current instance cman1 is not yet started
    Connections refer to (ADDRESS=(PROTOCOL=tcp)(HOST=172.17.12.143)(PORT=1521)).
    The command completed successfully.
    CMCTL:cman1> startup
    TNS-04012: Unable to start Oracle Connection Manager instance.
    CMCTL:cman1>
    Where is the mistake ???

    I may found the answer, might be stupid but anyway
    http://marist89.blogspot.com/2005/07/futzing-with-10g-connection-manager.html
    I don´t have a listener configured. There is NOTHING in the oracle documentation which is saying that a listener is needed.
    I thought cman would cover this listening process as well.
    I will try it now
    Edited by: Christian on 09.07.2010 14:23
    Yeah, is working now. Just installed the Oracle Net Tools and configured the listener
    +1
    Thanks for this note. This was frustrating. I didn't find much on this error on the net or support, so pasting it again here:
    (EVENT=Failed to start listener process)(REASON=)(OPN=65)(NS1=12545)(NS2=12560)(NT1=515)(NT2=2)
    The only reference I found to needing the listener was in the CMAN architecture doc. I'm guessing the listener is supposed to be auto-installed with CMAN. Maybe it's an OUI bug? I'm on Solaris SPARC 64bit. Anyway, for anyone else, make sure the Oracle Net Listener is selected as well as Oracle Connection Manager when installing using the client software bundle. In the default install I went through, it wasn't sufficient to have a DB listener installed in a separate ORACLE_HOME on the same host. The listener software had to be in the same ORACLE_HOME as CMAN software. Also, I didn't have to configure the listener installed with CMAN. When CMAN is started, it starts a tnslsnr process, but I didn't have to setup a listener.ora. Port 1521 is already taken on this host by another listener yet the CMAN version still started??
    Side note. Tried modifying an existing EE server installation. There is a CMAN option available that wasn't selected. Observed error: OUI-10150 ... setting s_dlgCfgNamingLabelSIDnull ... That's when I found the note in the docs and on Metalink that CMAN is supposed to be installed from the client software package in 11.2.
    JP
    Edited by: user10311101 on Jul 20, 2010 10:16 AM

  • Connecting managed server to cluster's administration server

    Hello,
    I have a problem when trying to connect managed server to cluster's
    administration server.
    When starting the managed server I get a security exception:
    [javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: Administrators must log in over admin port with
    admin protocol.]]
    weblogic.management.configuration.ConfigurationException: admin URL:
    t3://192.168.14.15:7001 - with nested exception:
    [javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: Administrators must log in over admin port with
    admin protocol.]]
    at
    weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:893)
    at weblogic.management.Admin.start(Admin.java:303)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    I get the same result when testing the connection setup with
    java weblogic.Admin -url 192.168.14.15:7001 -username system -password xyz
    CONNECT 1
    Background for this problem:
    I'm trying to evaluate WLS6.0 clustering for my RMI services. I have two
    machines setup with my test domain (DEdomain) and one cluster (DECluster)
    within it.
    In administration server (machine A) I defined two servers to be run in
    machine A and machine B:
    DEserver2 in machine B (to be started as managed server) and DEserver3
    in machine A
    I'm going to bind a same service into these above servers of my DECluster.
    In machine B's startManagedWeblogic.sh I have:
    java -ms64m -mx64m -classpath
    $CLASSPATH -Dweblogic.Domain=DEdomain -Dweblogic.Name=$SERVER_NAME -Dweblogi
    c.management.server=$ADMIN_URL -Djava.security.policy==$WL_HOME/lib/weblogic
    .policy -Dweblogic.management.username=system -Dweblogic.management.password
    =$WLS_PW weblogic.Server
    In machine A I have administration server DEserver1 listening port 7001.
    And for the domain and cluster building I followed all relevant e-docs
    manual pages. It's still somewhat blurry what kind of preparations I have to
    make in managed server side to join the domain; for example do I have to
    have identical domain directory structure within machine B and do I have to
    configure something with admin console or is everything handled by
    connecting to the administation server and reading the domain's config.xml
    from machine A.
    I'm sure I have missed some fundamental idea for building clustered services
    and would greatly appreciate if someone had any good tips or ideas.
    Best regards,
    Harri

    Hi Kumar,
    and thank you. That fixed my problem
    Best regards,
    Harri
    "Kumar Allamraju" <[email protected]> wrote in message
    news:[email protected]...
    It appears you had set the administration port & listen port on the admin
    server.
    Logging onto admin server via admin port is broken currently. I wouldsuggest
    you to set only listen port
    and see how that goes.
    Kumar
    "Harri Töhönen" wrote:
    Hello,
    I have a problem when trying to connect managed server to cluster's
    administration server.
    When starting the managed server I get a security exception:
    [javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: Administrators must log in over admin portwith> > admin protocol.]
    weblogic.management.configuration.ConfigurationException: admin URL:
    t3://192.168.14.15:7001 - with nested exception:
    [javax.naming.AuthenticationException [Root exception is
    java.lang.SecurityException: Administrators must log in over admin portwith> > admin protocol.]
    at
    weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:893)
    at weblogic.management.Admin.start(Admin.java:303)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:331)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    I get the same result when testing the connection setup with
    java weblogic.Admin -url 192.168.14.15:7001 -username system -password
    xyz
    CONNECT 1
    Background for this problem:
    I'm trying to evaluate WLS6.0 clustering for my RMI services. I have two
    machines setup with my test domain (DEdomain) and one cluster(DECluster)
    within it.
    In administration server (machine A) I defined two servers to be run in
    machine A and machine B:
    DEserver2 in machine B (to be started as managed server) andDEserver3
    in machine A
    I'm going to bind a same service into these above servers of myDECluster.
    >>
    In machine B's startManagedWeblogic.sh I have:
    java -ms64m -mx64m -classpath
    $CLASSPATH -Dweblogic.Domain=DEdomain -Dweblogic.Name=$SERVER_NAME -Dweblogi
    >>
    c.management.server=$ADMIN_URL -Djava.security.policy==$WL_HOME/lib/weblogic
    >>
    .policy -Dweblogic.management.username=system -Dweblogic.management.password
    =$WLS_PW weblogic.Server
    In machine A I have administration server DEserver1 listening port 7001.
    And for the domain and cluster building I followed all relevant e-docs
    manual pages. It's still somewhat blurry what kind of preparations Ihave to
    make in managed server side to join the domain; for example do I have to
    have identical domain directory structure within machine B and do I haveto
    configure something with admin console or is everything handled by
    connecting to the administation server and reading the domain'sconfig.xml
    from machine A.
    I'm sure I have missed some fundamental idea for building clusteredservices
    and would greatly appreciate if someone had any good tips or ideas.
    Best regards,
    Harri

  • NET8 CONNECTION MANAGER 설치와 설정방법

    제품 : SQL*NET
    작성날짜 : 2003-01-15
    NET8 CONNECTION MANAGER 설치와 설정방법
    =======================================
    Purpose
    Oracle Connection Manager(v3.0.x)의 설치와 설정 방법을
    알아 보고 시작시켜 봅니다.
    V3.0.x은 Oracle8 Enterprise Edition에 같이 들어 있으며
    Oracle8의 일부는 아닙니다.
    1. 설치 방법
    2. 설정 방법
    3. 시작 하기 (Windows NT)
    Explanation
    1. 설치 방법
    다음 세가지의 실행 파일이 설치 됩니다.
    CMGW, CMADMIN, CMCTL (Unix 와 VMS)
    CMGW80, CMADM80, CMCTL80(desktop Oracle8에서)
    CMGW, CMADMIN, CMCTL(desktop Oracle8i에서)
    CMGW/CMGW80
    이 것은 Connection Manager의 hub와 같은 역할을 하는
    gateway process입니다.
    CMGW의 기능은 다음과 같습니다.
    - CMADMIN를 등록합니다.
    - SQL*Net 2.x와 NET 8.x에서 오는 접속 요청에 대해 대기합니다.
    기본적으로 1610 port를 사용합니다.
    - NET 8.x listeners에 접속 요청을 발생 시킵니다.
    - client와 server사이의 data를 전달합니다.
    - CMCTL/CMCTL80에 의해 발생되는 요청에 응답합니다.
    CMADMIN/CMADM80
    Connection Manager의 모든 관리적인 문제들을 처리하는 multi-threaded
    process입니다.
    SQL*Net 2.x 와 NET 8.x clients들을 위해
    Oracle Names Server에 있는 주소정보를 유지하는 기능을 합니다.
    - CMGW/CMGW80 등록 작업을 합니다.
    - local Oracle Names Server를 찾습니다.
    - 하나이상의 db instance를 서비스하는 모든 listener들을 관리합니다.
    - CMGW/CMGW80 와 listener에 대한 주소 정보를 등록합니다.
    - 네트워크와 Names Server의 수정된 정보를 감시합니다.
    - CMCTL/CMCTL80의 요청에 응답합니다.
    CMGW, CMADMIN/CMGW80, 와 CMADM80 의 서로간의 정보전달은 IPC를 통해
    이루어 집니다.
    CMAN은 주기적으로 Names Server의 바뀐 정보를 cache에 반영합니다.
    CMCTL/CMCTL80
    CMADM/CMADM80 와 CMGW/CMGW80 를 관리하는 일을 합니다.
    현재 제공되는 명령은 start, stop, status, 그리고 version 입니다.
    CMCTL START [CMAN | CM | ADM]
    이 명령은 Connection Manager 또는 그 구성요소를 시작 시킵니다.
    - 인자가 없는 경우 또는 CMAN을 준 경우는 gateway 와
    administration process를 시작시킵니다.
    - CM 을 주면 gateway process 만 시작됩니다.
    - ADM 을 주면 administration process 만 시작됩니다.
    CMCTL STOP [CM]
    Connection Manager process들을 중지 시킵니다.
    - 인자가 없는 경우 또는 CM 을 준 경우 gateway 와
    administration process 모두를 중지시킵니다.
    gateway process가 중단될 경우 administration process는 자동으로
    중단됩니다.
    현재 진행중인 접속이 있는 경우 CMAN 는 중지될 수 없습니다.
    CMCTL STATUS [CMAN | CM | ADM]
    이 명령은 Connection Manager의 요소들의 상태를 보여줍니다.
    - 인자가 없거나 CMAN이나 CM일 경우 gateway process의 상태를 보여 줍니다.
    - ADM은 administration process의 상태를 보여 줍니다.
    CMCTL VERSION
    이 명령은 control utility의 버젼을 보여 줍니다.
    CMGW/CMGW80 와 CMADM/CMADM80의 버젼은 status명령으로 볼 수 있습니다.
    2. 설정 방법
    client들은 tnsnames.ora 이나 Oracle Names Server 가 필요합니다.
    Connection Manager는 cman.ora 가 필요하며 server는 init.ora에 MTS설정이
    필요합니다.
    client설정
    tnsnames.ora파일의 예 입니다.
    EXAMPLE=
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=SERVER.US.ORACLE.COM)
    (PORT=1521)
    (CONNECT_DATA=
    (SID=ORCL)
    하나의 protocol로 Connection Manager를 사용하는 tnsnames.ora파일 예입니다.
    EXAMPLE_CMAN=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=CMAN.US.ORACLE.COM)
    (PORT=1610)
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=SERVER.US.ORACLE.COM)
    (PORT=1521)
    (CONNECT_DATA=
    (SID=ORCL)
    (SOURCE_ROUTE=YES)
    ADDRESS_LIST가 path입니다.
    첫번째 주소가 CMAN에 접속하는 정보이고, 두번째 주소가 서버에
    접속할때 CMAN에 의해 사용되는 주소입니다.
    필요하다면 ADDRESS_LIST 안에 여러개의 CMAN 의 주소를 설정할
    수 있습니다. CMAN은 기본적으로 라우터처럼 동작합니다.
    접속 요청을 다음 hop으로 지정합니다.
    여러개의 protocol로 Connection Manager를 사용하는
    tnsnames.ora파일 예입니다.
    EXAMPLE_CMAN=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=
    (PROTOCOL=SPX)
    (SERVICE=CMAN)
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=SERVER.US.ORACLE.COM)
    (PORT=1521)
    (CONNECT_DATA=
    (SID=ORCL)
    (SOURCE_ROUTE=YES)
    위의 예에서 CMAN에 접속하기 위해서 client는 SPX를 사용하고
    server에 접속하기 위해서 CMAN은 TCP/IP를 사용하게 됩니다.
    Oracle7에서 소개된 Oracle Multi-Protocol Interchange (MPI)과
    같은 기능을 합니다.
    만일 서버까지 가는데 한개 이상의 router가 있는 경우
    SQL*Net 2.3에서 소개된 DESCRIPTION_LIST를 사용할 수 있습니다.
    다음은 DESCRIPTION_LIST를 사용한 tnsnames.ora 파일의 예 입니다.
    EXAMPLE_ROUTES=
    (DESCRIPTION_LIST=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=CMAN1.US.ORACLE.COM)
    (PORT=1610)
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=SERVER.US.ORACLE.COM)
    (PORT=1521)
    (CONNECT_DATA=
    (SID=ORCL)
    (SOURCE_ROUTE=YES)
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=CMAN2.US.ORACLE.COM)
    (PORT=1610)
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=SERVER.US.ORACLE.COM)
    (PORT=1521)
    (CONNECT_DATA=
    (SID=ORCL)
    (SOURCE_ROUTE=YES)
    만일 Oracle Names Server를 사용하면 Connection Manager는 자동으로
    CMAN을 위한 주소를 Names Server에 있는 기존의 주소에 추가하게 됩니다.
    SQLNET.ORA파일에 다음과 같은 parater를 설정할 수 있습니다.
    USE_CMAN = [TRUE | FALSE]
    - TRUE 라고 설정하면 CMAN이 무작위로 뽑은 간접적인 경로를 이용해
    client를 접속시킵니다. ( 적어도 하나의 CMAN address가 있는
    address list)
    - TRUE 그리고 description에 간접 경로가 없는 경우에는 무작위로 뽑은
    경로가 사용됩니다.
    - FALSE 이거나 설정이 안된 경우 무작위로 뽑힌 경로가 사용됩니다.
    Connection Manager 설정
    CMAN 은 한개의 파일(CMAN.ORA)로 설정된다.
    CMAN.ORA 파일은 다음 세개의 부분으로 구성된다.
    1) CMAN - Connection Manager를 위한 listening주소를 포함한다.
    2) CMAN_PROFILE - CMAN 설정 parameter들을 포함한다.
    3) CMAN_RULES - 접속 요청에 대한 필터링에 관련된 규칙을 포함한다.
    CMAN=
    (ADDRESS_LIST=
    (ADDRESS=
    (PROTOCOL=SPX)
    (SERVICE=CMAN)
    (ADDRESS=
    (PROTOCOL=TCP)
    (HOST=CMAN.US.ORACLE.COM)
    (PORT=1610)
    이 CMAN의 예에서는 SPX 와 TCP/IP 두개의 주소에서 listening하고 있습니다.
    CMAN 은 CMAN이 실행되는 장비에서 oracle이 지원하는 모든 protocol에 대해
    listen할 수 있습니다.
    CMAN_PROFILE=
    (PARAMETER_LIST=
    (MAXIMUM_RELAYS=64)
    (LOG_LEVEL=0)
    (TRACING=YES)
    (RELAY_STATISTICS=YES)
    (SHOW_TNS_INFO=NO)
    (USE_ASYNC_CALL=YES)
    (AUTHENTICATION_LEVEL=0)
    각 parameter들에 대한 정의 :
    MAXIMUM_RELAYS = n
    - 허용되는 최대 동시 접속수
    - 기본값 8
    - 최대값 1024
    LOG_LEVEL = n
    - CMAN에 의해 수행되는 logging의 level설정
    - 기본값 0 ( logging이 안됨 )
    - 0에서부터 4까지의 값을 설정할 수 있음
    TRACING = [YES | NO]
    - YES로 설정하면 CMAN은 파일에 tracing을 한다.
    - 기본값 NO
    주의: trace파일을 읽기위새허는 Oracle Trace를 사용하면 됩니다.
    RELAY_STATISTICS = [YES | NO]
    - YES는 I/O활동에 대한 통계정보를 저장하게 합니다.
    예를 들어 :
         - IN bytes 수
         - OUT bytes 수
         - IN packets 수
         - OUT packets 수
    - 기본값 NO
    SHOW_TNS_INFO = [YES | NO]
    - Yes로 설정하면 log 파일에 TNS events를 포함하게 합니다.
    - 기본값 NO
    USE_ASYNC_CALL = [YES | NO]
    - YES로 설정하면 CMAN 접속을 실행하고 받아들이고 대답하는 과정에서
    모든 비동기적인 기능을 사용할 수 있게 합니다.
    - 기본값 NO
    주의: CMAN은 out-of-band breaks를 지원합니다.
    CMAN은 그것을 서버로 전달합니다.
    AUTHENTICATION_LEVEL = [0 | 1]
    - 1로 설정하게 되면 CMAN은 Secure Network Services를 사용하지 않은
    접속 요청은 거절하게 됩니다
    Secure Network Services은 Advanced Networking Option의 일부입니다.
    - 기본값은 0 입니다.
    즉 Secure Network Services가 필요없다는 뜻입니다.
    CMAN_RULES=
    (RULE_LIST=
    (RULE=
    (SRC = shost)
    (DST = dhost)
    (SRV = services)
    (ACT = accept | reject)
    CMAN_RULES에 정의된 parameter들:
    - shost 는 client에서 session을 요청한 source hostname 이거나
    IP address입니다.
    - dhost 는 서버쪽의 hostname 이거나 IP address 입니다.
    - services 는 SID 이름입니다.
    - ACT: 위 세개의 parameter들의 값을 근거로한 들어오는 접속요청에
    대한 승인이나 거절입니다.
    주의: wild-card는 'x'입니다. IP address (d.d.d.d)인 경우에
    각 'd'는 wild-card character인 'x'로 교체될 수 있습니다.
    RULE_LIST내에 여러 RULE들이 정의될 수 있습니다.
    여러 rule들 중에 처음에 맞는 rule이 그 요청에 적용됩니다.
    CMAN_RULES이 존재하는 경우 Connection Manager는 규칙에 허용되지 않은
    것들은 모두 허락되지 않게 합니다.
    만일 CMAN_RULES이 정의되지 않았다면 모든것이 허용됩니다.
    Connection Manager의 제한
    만일 connection path에 사용된 Connection Manager가 한개 이상이라면 (1개
    이상의 hop이라면), tnsnames.ora를 직접 설정해야 하며 Oracle Names Server
    를 사용할 수 없습니다.
    TCP/IP network에서만 Connection Manager는 접근 통제(CMAN_RULES)를 할 수
    있습니다.
    Oracle Multi-Protocol Interchange (MPI) 과의 호환성
    client와 server사이에 단 하나의 MPI만 있다면, MPI를
    Connection Manager로 교체하십시요.
    client와 server사이에 여러개의 MPI가 있다면,
    tnsnames.ora를 수정해서 MPI들을 Connection Manager들로
    교체하십시요.
    SQL*Net V2.x client와의 호환성
    Connection Manager를 SQL*Net 2.x clients과 Oracle 8사이의
    중심이나 접속 필터로 사용하기 위해서는 다음과 같은 일을
    해야 합니다.
    1) Connection Manager를 설치하고 설정합니다..
    2) SQL*Net v2.x client들을 Connection Manager를 MPI처럼 사용
    하도록 설정 합니다.
    Server 설정
    ===========
    NET8의 새로운 기능을 이용하기 위해서는 Connection Manager를 설정
    해야 하며 서버를 Multi-Threaded Server (MTS)로 설정해야 합니다.
    MTS parameter들은 각 instance의 INIT.ORA파일에 설정합니다.
    NET8 MTS를 위한 parameter들은 SQL*Net 2과 다르지 않습니다.
    다음 Connection Pooling 과 Multiplexing 기능을 사용할때
    MTS_DISPATCHERS parameter의 경우만 제외하면 말입니다.
    MTS_DISPATCHERS parameter:
         MTS_DISPATCHERS ="(PROTOCOL=TCP)(POOL=NO)(MULT=ON)"
    이 예에서 TCP/IP를 위해 dispatcher들을 설정하고 Connection Pooling
    기능을 사용하지 못하게 하고, Multiplexing를 가능하게 합니다.
    만일 Connection Pooling 과 Multiplexing 를 사용하지 않을 거라면
    SQL*Net 2.x용으로 정의된 MTS parameter들을 사용하실 수 있습니다.
    좀더 자세한 내용은 MTS관련 문서를 참조 하시기 바랍니다.
    Connection Manager를 사용하는 경우, INIT.ORA에 새로운 parameter를
    설정해야 합니다. Connection Manager는 한개 이상의 physical connection
    을 만들기 때문에 instance의 dispatcher가 허용할 client sessions의 최대값을
    알아야 합니다. SESSIONS라는 parameter가 이 값을 설정합니다.
    이 값은 'LSNRCTL SERVICES' 명령으로 볼 수 있습니다.
    3. 시작 하기 (Windows NT)
    Oracle Names server 환경에서 :
    - command line utility 사용하기
    1. 작업 표시줄에서 시작->실행
    열기: x:\CMCTL80.exe (8i에서는 CMCTL.exe)
    OK<click>
    2. CMCTL> start CMAN <enter>
    - Windows NT 제어판 사용하기
    1. 제어판>SERVICES <double click>
    2. 다음을 찾아 시작 시킵니다.
    (주의: 순서대로 시작시켜야 합니다.)
    OracleCMAdminService80 <click start>
    OracleCMANService80 <click start>
    NON-Oracle Names server 환경에서 :
    - command line utility 사용하기
    1. 작업 표시줄에서 시작->실행
    열기: x:\CMCTL80.exe (8i에서는 CMCTL.exe)
    OK<click>
    2. CMCTL> start CM <enter>
    - Windows NT 제어판 사용하기
    1. 제어판>SERVICES <double click>
    2. 다음을 찾아 시작 시킵니다.
    (주의: 순서대로 시작시켜야 합니다.)
    OracleCMANService80 <click start>
    Reference Ducumment
    ---------------------

    Hi
    You must install the Connection Manager, available on the Oracle8 distribution media, onto the Web server host. You can find the installation instructions in the Net8 Administrator's Guide.
    On the Web server host, create a CMAN.ORA file in the [ORACLE_HOME]/NET8/ADMIN directory. The options you can declare in a CMAN.ORA file include firewall and connection pooling support
    Here is an example of a very simple CMAN.ORA file. Replace <web-server-host> with the name of your Web server host. The fourth line in the file indicates that the connection manager is listening on port 1610. You must use this port number in your connect string for JDBC.
    cman = (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL=TCP)
    (HOST=<web-server-host>)
    (PORT=1610)))
    cman_profile = (parameter_list =
    (MAXIMUM_RELAYS=512)
    (LOG_LEVEL=1)
    (TRACING=YES)
    (RELAY_STATISTICS=YES)
    (SHOW_TNS_INFO=YES)
    (USE_ASYNC_CALL=YES)
    (AUTHENTICATION_LEVEL=0)
    Ariel G.

  • The Connection Navigator is missing

    JAVA_HOME = C:\Program Files\Java\jdk1.6.0_10
    path = %path%;%JAVA_HOME%\bin
    I hava a Java SDK 6 Update 10 and the latest SQL developer.
    When i start the developer, there is no Connection Navigator docked on the left also it also disappear under the View menu.
    I tried to create new connection from File>New, i can find the database connection (i think it comes from the TNS_ADMIN i have set).
    I clikc OK, then there is no connection dialog box appears, nothing happen.
    I search this forum and find somebody said deleting the "windowinglayout.xml" would help the problem.
    I tried it but no difference.
    this the console when i start sqldeveloper and try to make new database connection
    e SQL Developer': java.lang.ExceptionInInitializerError
    at oracle.dbtools.raptor.RaptorDBAddin.initialize(RaptorDBAddin.java:111
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:405)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1804)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1481)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: java.lang.NullPointerException
    at oracle.i18n.text.OraTerritory.getInstance(OraTerritory.java:101)
    at oracle.dbtools.raptor.config.DBConfig.<clinit>(DBConfig.java:286)
    ... 33 more
    Exception initializing 'oracle.dbtools.raptor.standalone.RaptorStandaloneAddin'
    in extension 'Oracle SQL Developer Extras': java.lang.NoClassDefFoundError: Coul
    d not initialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.utils.URLChooserShortcuts.<clinit>(URLChooserSh
    ortcuts.java:38)
    at oracle.dbtools.raptor.standalone.RaptorStandaloneAddin.initialize(Rap
    torStandaloneAddin.java:87)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:405)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1804)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1481)
    at oracle.ide.Ide.startup(Ide.java:662)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:110)
    at oracle.ideimpl.Main.main(Main.java:72)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:66)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:58)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    190)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:90)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:66)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:55)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:729)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Exception in thread "XML Action Loader" java.lang.NoClassDefFoundError: Could no
    t initialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.dialogs.actions.XMLBasedObjectAction$1$1.run(XM
    LBasedObjectAction.java:146)
    Failed to load a window
    java.lang.NoClassDefFoundError: Could not initialize class oracle.dbtools.raptor
    .utils.URLChooserShortcuts
    at oracle.dbtools.raptor.filenav.ProjectRootFilter.loadChildren(ProjectR
    ootFilter.java:87)
    at oracle.dbtools.raptor.filenav.ProjectRootFilter.getChildren(ProjectRo
    otFilter.java:61)
    at oracle.ideimpl.explorer.BaseTreeExplorer.addChildren(BaseTreeExplorer
    .java:358)
    at oracle.ideimpl.explorer.BaseTreeExplorer.setRoot(BaseTreeExplorer.jav
    a:1489)
    at oracle.ideimpl.explorer.BaseTreeExplorer.getTree(BaseTreeExplorer.jav
    a:1458)
    at oracle.ideimpl.explorer.BaseTreeExplorer.setContext(BaseTreeExplorer.
    java:619)
    at oracle.ideri.navigator.DefaultNavigatorWindow.createTree(DefaultNavig
    atorWindow.java:1112)
    at oracle.ideri.navigator.DefaultNavigatorWindow.getGUI(DefaultNavigator
    Window.java:361)
    at oracle.ide.docking.DockableWindow.getHostedComponent(DockableWindow.j
    ava:231)
    at oracle.ideimpl.docking.TitledPanelHolder.getOrCreateComponent(TitledP
    anelHolder.java:47)
    at oracle.ideimpl.docking.TitledPanel.setPageVisible(TitledPanel.java:88
    1)
    at oracle.ideimpl.docking.TitledPanel.showClient(TitledPanel.java:858)
    at oracle.ideimpl.docking.TitledPanel.setClientVisible(TitledPanel.java:
    841)
    at oracle.ideimpl.docking.TitledPanel.setDockableVisible(TitledPanel.jav
    a:1933)
    at oracle.ideimpl.docking.DockPanel.setDockableVisible(DockPanel.java:31
    1)
    at oracle.ideimpl.docking.AbstractDockPanelHost.setDockableVisible(Abstr
    actDockPanelHost.java:71)
    at oracle.ideimpl.docking.DockStationImpl.setDockableVisible(DockStation
    Impl.java:477)
    at oracle.ideimpl.docking.DockStationImpl.setDockableVisible(DockStation
    Impl.java:444)
    at oracle.ideimpl.docking.DockStationImpl.setDefaultState(DockStationImp
    l.java:1299)
    at oracle.ideimpl.docking.DockStationImpl.onFreshInstall(DockStationImpl
    .java:1194)
    at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.jav
    a:1176)
    at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.j
    ava:36)
    at oracle.ide.layout.Layouts.activate(Layouts.java:805)
    at oracle.ide.layout.Layouts.activateLayout(Layouts.java:185)
    at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:726)
    at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Failed to load a window
    java.lang.NoClassDefFoundError: Could not initialize class oracle.dbtools.raptor
    .config.DBConfig
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel$7.getText(SqlHist
    oryPanel.java:366)
    at javax.swing.plaf.basic.BasicLabelUI.installComponents(BasicLabelUI.ja
    va:345)
    at javax.swing.plaf.basic.BasicLabelUI.installUI(BasicLabelUI.java:322)
    at javax.swing.JComponent.setUI(JComponent.java:673)
    at javax.swing.JLabel.setUI(JLabel.java:242)
    at javax.swing.JLabel.updateUI(JLabel.java:256)
    at javax.swing.table.DefaultTableCellRenderer.updateUI(DefaultTableCellR
    enderer.java:144)
    at javax.swing.JLabel.<init>(JLabel.java:145)
    at javax.swing.JLabel.<init>(JLabel.java:216)
    at javax.swing.table.DefaultTableCellRenderer.<init>(DefaultTableCellRen
    derer.java:94)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel$7.<init>(SqlHisto
    ryPanel.java:362)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel.createTable(SqlHi
    storyPanel.java:360)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel.createGUI(SqlHist
    oryPanel.java:149)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryPanel.<init>(SqlHistory
    Panel.java:143)
    at oracle.dbtools.sqlworksheet.sqlview.SqlEditorHistory.getHistoryPanel(
    SqlEditorHistory.java:234)
    at oracle.dbtools.sqlworksheet.sqlview.SqlHistoryDockable.getGUI(SqlHist
    oryDockable.java:35)
    at oracle.ide.docking.DockableWindow.getHostedComponent(DockableWindow.j
    ava:231)
    at oracle.ideimpl.docking.TitledPanelHolder.getOrCreateComponent(TitledP
    anelHolder.java:47)
    at oracle.ideimpl.docking.TitledPanel.setPageVisible(TitledPanel.java:88
    1)
    at oracle.ideimpl.docking.TitledPanel.showClient(TitledPanel.java:858)
    at oracle.ideimpl.docking.TitledPanel.setClientVisible(TitledPanel.java:
    841)
    at oracle.ideimpl.docking.TitledPanel.setDockableVisible(TitledPanel.jav
    a:1933)
    at oracle.ideimpl.docking.DockPanel.setDockableVisible(DockPanel.java:31
    1)
    at oracle.ideimpl.docking.AbstractDockPanelHost.setDockableVisible(Abstr
    actDockPanelHost.java:71)
    at oracle.ideimpl.docking.DockStationImpl.setDockableVisible(DockStation
    Impl.java:477)
    at oracle.ideimpl.docking.DockStationImpl.setDockableVisible(DockStation
    Impl.java:444)
    at oracle.ideimpl.docking.DockStationImpl.setDefaultState(DockStationImp
    l.java:1299)
    at oracle.ideimpl.docking.DockStationImpl.onFreshInstall(DockStationImpl
    .java:1194)
    at oracle.ideimpl.docking.DockStationImpl.loadLayout(DockStationImpl.jav
    a:1176)
    at oracle.ideimpl.docking.DockStationListener.init(DockStationListener.j
    ava:36)
    at oracle.ide.layout.Layouts.activate(Layouts.java:805)
    at oracle.ide.layout.Layouts.activateLayout(Layouts.java:185)
    at oracle.ideimpl.MainWindowImpl$6.runImpl(MainWindowImpl.java:726)
    at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Exception in thread "EditorLoader" java.lang.NoClassDefFoundError: Could not ini
    tialize class oracle.dbtools.raptor.config.DBConfig
    at oracle.dbtools.raptor.oviewer.base.ViewerAddin.loadXMLEditors(ViewerA
    ddin.java:233)
    at oracle.dbtools.raptor.oviewer.base.ViewerAddin$1$1.run(ViewerAddin.ja
    va:140)
    at java.lang.Thread.run(Thread.java:619)
    Exception while performing action New Database Connection...
    java.lang.NoClassDefFoundError: Could not initialize class oracle.dbtools.raptor
    .config.DBConfig
    at oracle.dbtools.raptor.navigator.xml.NavigatorHook.initDescriptors(Nav
    igatorHook.java:194)
    at oracle.dbtools.raptor.navigator.xml.NavigatorHook.getNavigatorDescrip
    tors(NavigatorHook.java:88)
    at oracle.dbtools.raptor.navigator.xml.NavigatorHook.fetchConnectionType
    s(NavigatorHook.java:146)
    at oracle.dbtools.raptor.navigator.xml.NavigatorHook.getConnectionTypes(
    NavigatorHook.java:104)
    at oracle.dbtools.raptor.connections.ConnectionTypeRegistry.init(Connect
    ionTypeRegistry.java:54)
    at oracle.dbtools.raptor.connections.ConnectionTypeRegistry.getTabNames(
    ConnectionTypeRegistry.java:36)
    at oracle.dbtools.raptor.connections.ConnectionDialog.<init>(ConnectionD
    ialog.java:224)
    at oracle.dbtools.raptor.connections.ConnectionDialog.launch(ConnectionD
    ialog.java:708)
    at oracle.dbtools.raptor.explorer.jdev.ConnectionEditorImpl.launchEditor
    (ConnectionEditorImpl.java:24)
    at oracle.jdeveloper.db.DatabaseConnectionEditor.editConnection(Database
    ConnectionEditor.java:110)
    at oracle.jdeveloper.db.DatabaseActions.handleConnectionEditor(DatabaseA
    ctions.java:199)
    at oracle.jdeveloper.db.DatabaseActions.handleEvent(DatabaseActions.java
    :151)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:501)
    at oracle.jdevimpl.db.DBConnWizard.invoke(DBConnWizard.java:42)
    at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
    at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:365)
    at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
    at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:5
    20)
    at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1092)
    at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:373)
    at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1079)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThre
    ad.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.
    java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    i open the "windowinglayout.xml" and find that there is no message about the connection navigator
    is it possible that the problem come from the resolution?
    my resoultion is 1280 x 800 (8:5)

    Having the same problem, SQL Dev was just working great until ones I started it the connection panel was missing. Unable to open saved sql files and a real strange behaviour of the app.
    I have tried the suggested above with no luck.
    Running:
    - WinXP - with the latest updates.
    - java sdk 1.6.0_11
    - oracle ide: 1.5.3.5.7.83 see About bellow for more details
    Getting this errormessage when pressing icon sql with a green arrow infront.
    java.lang.NullPointerException
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.listConnections(ConnectionPanelUI.java:426)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.resetConnections(ConnectionPanelUI.java:440)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.<init>(ConnectionPanelUI.java:120)
         at oracle.dbtools.raptor.controls.ConnectionPanelUI.<init>(ConnectionPanelUI.java:101)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.<init>(ConnectionSelectorUI.java:36)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:59)
         at oracle.dbtools.raptor.controls.ConnectionSelectorUI.getConnection(ConnectionSelectorUI.java:42)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorWizard.invoke(SqlEditorWizard.java:108)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:317)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.toolbarAction(SqlEditorController.java:1291)
         at oracle.dbtools.sqlworksheet.sqlview.SqlEditorController.handleEvent(SqlEditorController.java:628)
         at oracle.ideimpl.controller.IdeActionHook$MetaClassController.handleEvent(IdeActionHook.java:407)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at oracle.ide.controls.ActionMenuToolButton.mav$fireActionPerformed(ActionMenuToolButton.java:77)
         at oracle.ide.controls.ActionMenuToolButton$FilterActionEvents.actionPerformed(ActionMenuToolButton.java:373)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:291)
         at oracle.ide.controls.ActionMenuToolButton$2.setPressed(ActionMenuToolButton.java:210)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    About
    Oracle SQL Developer 1.5.3
    Version 1.5.3
    Build MAIN-5783
    Copyright © 2005,2008 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.0.22.49.44
    Product ID: oracle.sqldeveloper
    Product Version: 11.1.1.57.83
    Version
    Component     Version
    =========     =======
    CVS Version (External)     (CVSNT) 2.0.51d (client/server)
    Java(TM) Platform     1.6.0_11
    Oracle IDE     1.5.3.57.83
    Versioning Support     1.5.3.57.83
    Properties
    Name     Value
    ====     =====
    apple.laf.useScreenMenuBar     true
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    com.apple.macos.smallTabs     true
    com.apple.mrj.application.apple.menu.about.name     "SQL_Developer"
    com.apple.mrj.application.growbox.intrudes     false
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    http.agent     Mozilla/5.0 (Java 1.6.0_11; Windows XP 5.1 x86; sv_SE) ICEbrowser/v6_1_3
    http.nonProxyHosts     
    http.proxyHost     10.11.11.7
    http.proxyPort     8080
    https.nonProxyHosts     
    https.proxyHost     10.11.11.7
    https.proxyPort     8080
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.AssertTracingDisabled     true
    ide.bootstrap.start     2103139118239
    ide.build     MAIN-5783
    ide.conf     C:\Program Files\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.config_pathname     C:\Program Files\sqldeveloper\sqldeveloper\bin\sqldeveloper.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     sqldeveloper/extensions:jdev/extensions:ide/extensions
    ide.firstrun     true
    ide.java.minversion     1.5.0
    ide.launcherProcessId     2648
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     C:\Documents and Settings\jobu\Application Data\SQL Developer
    ide.pref.dir.base     C:\Documents and Settings\jobu\Application Data
    ide.product     oracle.sqldeveloper
    ide.shell.enableFileTypeAssociation     C:\Program Files\sqldeveloper\sqldeveloper.exe
    ide.splash.screen     splash.gif
    ide.startingArg0     C:\Program Files\sqldeveloper\sqldeveloper.exe
    ide.startingcwd     C:\Program Files\sqldeveloper\sqldeveloper\bin
    ide.user.dir     C:\Documents and Settings\jobu\Application Data\SQL Developer
    ide.user.dir.var     IDE_USER_DIR
    ide.work.dir     Z:\#JOBU My Documents\SQL Developer
    ide.work.dir.base     Z:\#JOBU My Documents
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     50.0
    java.endorsed.dirs     C:\Java\jdk1.6.0_11\jre\lib\endorsed
    java.ext.dirs     C:\Java\jdk1.6.0_11\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    java.home     C:\Java\jdk1.6.0_11\jre
    java.io.tmpdir     C:\DOCUME~1\jobu\LOCALS~1\Temp\
    java.library.path     C:\Program Files\sqldeveloper;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\;C:\Program Files\Borland\BDS\4.0\Bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Java\jdk1.5.0_17\bin;C:\Java\apache-ant-1.5.4\bin;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\ATI Technologies\Fire GL 3D Studio Max;C:\Program Files\cvsnt;\\tntdsx01\oracle\product\9.2.0\bin;\\10.112.65.51\oracle\product\10.2.0\client_1\BIN;C:\Program Files\Attachmate\Reflection\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Common Files\GTK\2.0\bin;C:\cygwin;C:\cygwin\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Borland\CaliberRM SDK 2005 R2\lib;Z:\#JOBU My Documents\Borland Studio Projects\Bpl;C:\cygwin;C:\cygwin\bin
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_11-b03
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.util.logging.config.file     logging.conf
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.6.0_11
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     11.0-b16
    jdbc.driver.home     //10.112.65.51/c$/oracle/product/10.2.0/client_1/
    jdbc.library     //10.112.65.51/c$/oracle/product/10.2.0/client_1/jdbc/lib/ojdbc14.jar
    line.separator     \r\n
    oracle.home     C:\Program Files\sqldeveloper
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     //10.112.65.51/c$/oracle/product/10.2.0/client_1/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows XP
    os.version     5.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model     32
    sun.boot.class.path     C:\Java\jdk1.6.0_11\jre\lib\resources.jar;C:\Java\jdk1.6.0_11\jre\lib\rt.jar;C:\Java\jdk1.6.0_11\jre\lib\sunrsasign.jar;C:\Java\jdk1.6.0_11\jre\lib\jsse.jar;C:\Java\jdk1.6.0_11\jre\lib\jce.jar;C:\Java\jdk1.6.0_11\jre\lib\charsets.jar;C:\Java\jdk1.6.0_11\jre\classes
    sun.boot.library.path     C:\Java\jdk1.6.0_11\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 3
    user.country     SE
    user.dir     C:\Program Files\sqldeveloper\sqldeveloper\bin
    user.home     C:\Documents and Settings\jobu
    user.language     sv
    user.name     jobu
    user.timezone     Europe/Berlin
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Check For Updates     oracle.ide.webupdate     11.1.1.0.22.49.44     Loaded
    Code Editor     oracle.ide.ceditor     11.1.1.0.22.49.44     Loaded
    Database Connection Support     oracle.jdeveloper.db.connection     11.1.1.0.22.49.44     Loaded
    Database Object Explorers     oracle.ide.db.explorer     11.1.1.0.22.49.44     Loaded
    Database UI     oracle.ide.db     11.1.1.0.22.49.44     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.0.22.49.44     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.0.22.49.44     Loaded
    External Tools     oracle.ide.externaltools     11.1.1.0.22.49.44     Loaded
    Feedback     oracle.ide.feedback     11.1.1.0.22.49.44     Loaded
    File Support     oracle.ide.files     11.1.1.0.22.49.44     Loaded
    File System Navigator     oracle.sqldeveloper.filenavigator     11.1.1.57.83     Loaded
    Help System     oracle.ide.help     11.1.1.0.22.49.44     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.0.22.49.44     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.0.22.49.44     Loaded
    Log Window     oracle.ide.log     11.1.1.0.22.49.44     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.0.22.49.44     Loaded
    Navigator     oracle.ide.navigator     11.1.1.0.22.49.44     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.0.22.49.44     Loaded
    Object Viewer     oracle.sqldeveloper.oviewer     11.1.1.57.83     Loaded
    Oracle IDE     oracle.ide     11.1.1.0.22.49.44     Loaded
    Oracle Microsoft Access Browser     oracle.sqldeveloper.thirdparty.access     11.1.1.57.83     Loaded
    Oracle Migration Workbench     oracle.sqldeveloper.migration     11.1.1.57.83     Loaded
    Oracle Migration Workbench - MS Access     oracle.sqldeveloper.migration.msaccess     11.1.1.57.83     Loaded
    Oracle Migration Workbench - MySQL     oracle.sqldeveloper.migration.mysql5     11.1.1.57.83     Loaded
    Oracle Migration Workbench - SQLServer     oracle.sqldeveloper.migration.sqlserver2005     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation Core     oracle.sqldeveloper.migration.translation.core     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation MS Access     oracle.sqldeveloper.migration.translation.msaccess     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation MS SQL Server     oracle.sqldeveloper.migration.translation.sqlserver     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation MySQL     oracle.sqldeveloper.migration.translation.mysql     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation Sybase     oracle.sqldeveloper.migration.translation.sybase     11.1.1.57.83     Loaded
    Oracle Migration Workbench - Translation UI     oracle.sqldeveloper.migration.translation.gui     11.1.1.57.83     Loaded
    Oracle MySQL Browser     oracle.sqldeveloper.thirdparty.mysql     11.1.1.57.83     Loaded
    Oracle SQL Developer     oracle.sqldeveloper     11.1.1.57.83     Loaded
    Oracle SQL Developer Extras     oracle.sqldeveloper.extras     11.1.1.57.83     Loaded
    Oracle SQL Developer Reports     oracle.sqldeveloper.report     11.1.1.57.83     Loaded
    Oracle SQL Developer SearchBar     oracle.sqldeveloper.searchbar     11.1.1.57.83     Loaded
    Oracle SQL Developer TimesTen     oracle.sqldeveloper.timesten     1.5.3.1.3     Loaded
    Oracle SQL Server Browser     oracle.sqldeveloper.thirdparty.sqlserver     11.1.1.57.83     Loaded
    Oracle Sybase Browser     oracle.sqldeveloper.thirdparty.sybase     1.5.3.57.83     Loaded
    Oracle XML Schema Support     oracle.sqldeveloper.xmlschema     11.1.1.57.83     Loaded
    PROBE Debugger     oracle.jdeveloper.db.debug.probe     11.1.1.0.22.49.44     Loaded
    Peek     oracle.ide.peek     1.0     Loaded
    Replace With     oracle.ide.replace     11.1.1.0.22.49.44     Loaded
    Runner     oracle.ide.runner     11.1.1.0.22.49.44     Loaded
    SQL Worksheet Window     oracle.sqldeveloper.sqlworksheet     11.1.1.57.83     Loaded
    Search Bar     oracle.ide.searchbar     11.1.1.0.0     Loaded
    Snippet Window     oracle.sqldeveloper.snippet     11.1.1.57.83     Loaded
    Sql Monitoring Project     oracle.sqldeveloper.sqlmonitor     11.1.1.57.83     Loaded
    Sybase 12     oracle.sqldeveloper.migration.sybase12     11.1.1.57.83     Loaded
    Sybase 15     oracle.sqldeveloper.migration.sybase15     11.1.1.57.83     Loaded
    Tuning     oracle.sqldeveloper.tuning     11.1.1.57.83     Loaded
    VHV     oracle.ide.vhv     11.1.1.0.22.49.44     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.0.22.49.44     Loaded
    Versioning Support for CVS     oracle.jdeveloper.cvs     11.1.1.0.22.49.44     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.0.22.49.44     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.0.22.49.44     Loaded
    oracle.ide.dependency     oracle.ide.dependency     11.1.1.0.22.49.44     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.0.22.49.44     Loaded
    //jb

  • Oracle Connection Manager

    Hi,
    i'm having a problem configuring Oracle Connection Manager. It does start the instance of connection manager
    Summary of my environment is
    10g Application server and infrastructure machine OS: Windows 2003
    9i Database Server: Windows 2003
    Client : Java Applet
    JDBC driver type : THIN
    Installed: 10g Infra first and then 10g midiier(portal and wireless) in seperate oracle homes on the same machine. Eveything is up and running as i was able to login seperately in infra and midtier enterprise managers.
    Final Goal : Trying to connect to an Oracle 9i database on a differnt machine than the appserver using an applet, thin drivers and Oracle Connection Manager
    Problem : Connection manager instance not started however cmanADMIn service started.
    CMCTL:CMAN_oracle9-app> administer cmanOracleAS
    Current instance cmanOracleAS is not yet started
    Connections refer to (address=(protocol=tcp)(host=10.10.1.101)(port=1610)).
    The command completed successfully.
    CMCTL:cmanOracleAS> startup
    Service Oracleoracle_infraCMAdmincmanOracleAS already running.
    TNS-04012: Unable to start Oracle Connection Manager instance.
    CMCTL:cmanOracleAS>
    Steps done to configure Oracle Connection manager
    1. Copied 4 .exe (CMADMIN, CMCTL,CMGW,CMMIGR) files to bin folder of Appserver or midtier's main ORACLE_HOME/BIN folder.
    2) created a cman.ora file and copied in appservers /NETWORK/ADMIN directory
    3) On cammand prompt type CMCTL...ADMINISTER cman_OracleAS where cman_OracleAS is the name of cman instance used in cman.ora file.
    My cman.ora file is as follows
    # Copyright (c) 2001,2002, Oracle Corporation. All rights reserved.
    # NAME
    # cman.ora
    # DESCRIPTION
    # Sample CMAN configuration file that the user can modify for their
    # own use.
    # NOTES
    # 1. Change <fqhost> to your fully qualified hostname
    # 2. Change <lsnport> to the listening port number
    # 3. Change <logdir> and <trcdir> to your log and trace directories
    # MODIFIED (MM/DD/YYYY)
    # asankrut 10/05/2002 - Added Rule List Specifications
    # asankrut 06/11/2002 - Modified to add new parameters; added comments.
    # asankrut 12/31/2001 - Creation.
    # CMAN Alias
    cmanOracleAS =
    (configuration=
    # Listening address of the cman
    (address=(protocol=tcp)(host=appserver_name)(port=1610))
    # Configuration parameters of this CMAN
    (parameter_list =
    # Need authentication for connection?
    # Valid values: boolean values for on/off
    (aso_authentication_filter=off)
    # Connection statistics need to be collected?
    # Valid values: boolean values for on/off
    (connection_statistics=yes)
    # Log files would be created in the directory specified here
    (log_directory=D:\GAV\OracleAS10\NETWORK\log)
    # Logging would be in done at this level
    # Valid values: OFF | USER | ADMIN | SUPPORT
    (log_level=ADMIN)
    # Maximum number of connections per gateway
    # Valid values: Any positive number (Practically limited by few 1000s)
    (max_connections=256)
    # Idle timeout value in seconds
    # Valid values: Any positive number
    (idle_timeout=0)
    # Inbound connect timeout in seconds
    # Valid values: Any positive number
    (inbound_connect_timeout=0)
    # Session timout in seconds
    # Valid values: Any positive number
    (session_timeout=0)
    # Outbound connect timeout in seconds
    # Valid values: Any positive number
    (outbound_connect_timeout=0)
    # Maximum number of gateways that can be started
    # Valid values: Any positive number (Practically limited by
    # system resources)
    (max_gateway_processes=16)
    # Minimum number of gateways that must be present at any time
    # Valid values: Any positive number (Practically limited by
    # system resources)
    # max_gateway_processes > min_gateway_processes
    (min_gateway_processes=2)
    # Remote administration allowed?
    # Valid Values: Boolean values for on/off
    (remote_admin=on)
    # Trace files would be created in the directory specified here
    (trace_directory=D:\GAV\OracleAS10\NETWORK\trace)
    # Trace done at this level
    # Valid values: OFF | USER | ADMIN | SUPPORT
    (trace_level=ADMIN)
    # Is timestamp needed with tracing?
    # Valid values: Boolean values for on/off
    (trace_timestamp=on)
    # Length of the trace file in kB
    # Valid values: Any positive number (Limited practically)
    (trace_filelen=1000)
    # No. of trace files to be created when using cyclic tracing
    # Valid values: Any positive number
    (trace_fileno=1)
    # Maximum number of CMCTL sessions that can exist simultaneously
    # Valid values: Any positive number
    (max_cmctl_sessions=4)
    # Event logging: event groups that need to be logged
    (event_group=init_and_term,memory_ops)
    # Rule list
    # Rule Specification:
    # src = Source of connection; '*' for 'ANY'
    # dst = Destination of connection; '*' for 'ANY'
    # srv = Service of connection; '*' for 'ANY'
    # act = Action: 'accept', 'reject' or 'drop'
    # Action List Specification:
    # aut = aso_authentication_filter
    # moct = outbound_connect_timeout
    # mct = session_timeout
    # mit = idle_timeout
    # conn_stats = connect_statistics
    (rule_list=
    (rule=
    (src=*)(dst=databaseIP)(srv=*)(act=accept)
    (action_list=(aut=off)(moct=0)(mct=0)(mit=0)(conn_stats=on))
    (rule=
         (src=appserverIP)(dst=127.0.0.1)(srv=cmon)(act=accept)
    Please help
    Thanks
    Atul Jain
    [email protected]

    Forgot to mention that
    cmanOracleAS.log file i.e connection manger log file is as follows.
    It says does not currently know of service 'cmon' but i have the rule which
    allows cmctl to conect locally with 127.0.0.1 .
    TNSLSNR for 32-bit Windows: Version 10.1.0.3.0 - Production on 17-MAR-2005
    12:17:53
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    System parameter file is D:\GAV\oracle_infra\network\admin\sqlnet.ora
    Command-line specified parameter file is D:\GAV\oracle_infra\network\admin\
    cman.ora
    Log messages written to D:\GAV\OracleAS10\NETWORK\log\cmanoracleas1_924.log
    Trace information written to D:\GAV\OracleAS10\NETWORK\trace\
    cmanoracleas1_924.trc
    Trace level is currently 6
    Started with pid=332
    Running in PROXY mode
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.10.1.101)
    (PORT=1610)))
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    17-MAR-2005 12:22:07 * (connect_data=(service_name=cmon)(pid=ctl)) *
    (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.1.101)(PORT=4589)) * establish * cmon *
    12514
    TNS-12514: TNS:listener does not currently know of service requested in
    connect descriptor
    17-MAR-2005 12:22:10 * (connect_data=(service_name=cmon)(pid=ctl)) *
    (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.1.101)(PORT=4596)) * establish * cmon *
    12514
    TNS-12514: TNS:listener does not currently know of service requested in
    connect descriptor
    17-MAR-2005 12:23:31 * (connect_data=(service_name=cmon)(pid=ctl)) *
    (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.1.101)(PORT=4782)) * establish * cmon *
    12514
    Thanks
    Atul jain

  • Cannot Drag and Drop a Field from Connection manager to a worksheet.

    Hi
    I've recently installed the latest version of SQLDEVELOPER (1.5.3) onto winxp.
    I used to be able (previous version) to drag fields from the connection manager and drop onto a worksheet to save typing the field name when writing sql.
    This new version currently does not allow me to do this (it lets me drag, but not drop).
    I am able to drag a table object - and when I drop onto worksheet it creates a select statement with all fields.
    Is this by design, or is there a setting in preferences that I'm missing, or could there be something wrong with my installation ?
    Another not so good feature on this new version:
    When you Right-Click a package object on the connection manager and select "Run" : a window appears with automatically generated plsql block to run the package - great. However I used to be able to copy this plsql and paste it into anything I wanted (e.g. note-pad, or another application etc), but now I am unable to use the generated code unless I use the "Save File.." button. (Copy/paste etc is not available from either "right click", Edit menu or CTRL C).
    Again is this by design (I certainly used to be able to do it) or is it a problem specific to my installation.
    Any pointers much appreciated.
    jacr

    Jacr,
    We introduced the choice of drag and drop options in 1.5.0. Under preferences Database -> Worksheet Parameters, you can switch between the dragging on join clauses or individual statements including insert, update or delete. With this change and with the increase in code insight, we removed the ability to drag individual columns onto the worksheet. Have you tried the code insight feature in 1.5.3?
    I am able to use the copy and paste from the anonymous block to the worksheet works in 1.5.3. Are your copy and paste keys working else where? Perhaps resetting these keys to default in the preferences might help.
    Sue

  • Help !! I can't connect to server using connection manager

    Hello :
    i hava three machine,i use connection manager on Oracle 8.1.7
    i can't connect to server using connection manager
    1.lsnrctl start (Server)
    2.svmrgrl (Server)
    start (Server)
    3.cmctl start (Middle tier)
    4.sqlplus scott/tiger@test (client)
    ORA-12564
    Please help my!
    ---- CLIENT (sqlnet.ora)
    USE_CMAN = TRUE
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    ---- CLIENT (tnsname.ora)
    (DESCRIPTION =
    (SOURCE_ROUTE = YES)
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-middler)(PORT = 1610))
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-db)(PORT = 1521))
    (CONNECT_DATA =
    (SID = bigbear)
    ---- MIDDLE TIER(cman.ora)
    CMAN = (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = orcl-middler)
    (PORT = 1610)
    ---- SERVER (listener.ora)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl-db)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = /u01/app/oracle/product/8.1.7)
    (SID_NAME = bigbear)
    ---- SERVER (init.ora)
    MTS_DISPATCHERS = "(PROTOCOL = TCP)(DISPATCHERS=10)(MULTIPLE=ON)"
    MTS_MAX_DISPATCHERS=20
    MTS_MAX_SERVERS = 30
    MTS_SERVERS = 10
    MTS_SERVICE = bigbear
    db_name = "bigbear"
    db_domain = intumit.com
    instance_name = bigbear
    service_names = bigbear.intumit.com

    midder tier must config hosts
    because dispatcher have listener information
    midder tier must know ipaddress
    Ex. on midder tier
    /etc/hosts
    192.168.10.1 orcl-middler
    from client to server it's ok

  • Solman_setup: connect managed system

    Hi,
    I try to connect a system to the solman via TA: solman_setup.
    After running the first "managed system configuration" "connect managed system" I got the error message:
    The selected templates do not contain any authorization data
    What templates are missing and how can I correct this error?
    Thanks for your help,
    Tim

    Hi,
    Would you please check whether the role 'SAP_SOLMAN_ADMIN' exists in your system or not?
    If it exists, what you have to do first is copying the role 'SAP_SOLMAN_ADMIN' to 'ZSAP_SOLMAN_ADMIN' in the transaction PFCG.
    If the role 'SAP_SOLMAN_ADMIN' doesn't exist, then please refer to the note 1305622 to manually create a role. In some scenarios, the system role creation ZSAP_SOLMAN_ADMIN can be failed. Then, it needs to be created
    by manually. In that case, please refer to the note 1305622.
    Also
    implement the note 1236420 on the affected managed systems. This will solve the error "The selected templates do not contain any authorization data".
    I think this should solve your problem.
    Regards,
    Shyam

  • SCOM Connected Management Group to SCSM Connector not working

    Hi
    We have successfully connected 3 management groups using Connected Management Group . I can see the alerts from all the 3 MG in one console. I also configured SCSM connector and connected to the local Management where the other 2 are connected . I can successfully
    forward the alerts from that MG which is registered in SCSM , but when I try to forward the alerts from the other 2 mg I get the below message on the respective Management servers . Is connected management group supported in SCSM . Or am I missing any step
    need 
    Log Name:      Operations Manager
    Source:        DataAccessLayer
    Date:          11/4/2014 4:58:20 PM
    Event ID:      33333
    Task Category: None
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      server
    Description:
    Data Access Layer rejected retry on SqlError:
     Request: AlertUpdate -- (AlertId=c89b3ebc-2e45-47e9-a6d8-e96c05b787f3), (BaseManagedEntityId=9f8aa0d1-1b31-d133-e66a-a91830a42405), (ResolutionState=0), (Owner=), (CustomField1=), (CustomField2=), (CustomField3=), (CustomField4=), (CustomField5=), (CustomField6=),
    (CustomField7=), (CustomField8=), (CustomField9=), (CustomField10=), (Comments=Alert modified by user), (TimeLastModified=10/14/2014 5:28:11 AM), (ModifiedBy=xx\xxxx), (TicketId=), (ConnectorId=a680dc76-2fc2-429d-b6dd-d1a851e9bd8f), (ModifyingConnectorId=),
    (TfsWorkItemId=), (TfsWorkItemOwner=), (RETURN_VALUE=1)
     Class: 16
     Number: 547
     Message: The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Alert_ConnectorId". The conflict occurred in database "OperationsManager", table "dbo.Connector", column 'ConnectorId'.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="DataAccessLayer" />
        <EventID Qualifiers="32768">33333</EventID>
        <Level>3</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-05T00:58:20.000000000Z" />
        <EventRecordID>35534</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>server</Computer>
        <Security />
      </System>
      <EventData>
        <Data>AlertUpdate -- (AlertId=c89b3ebc-2e45-47e9-a6d8-e96c05b787f3), (BaseManagedEntityId=9f8aa0d1-1b31-d133-e66a-a91830a42405), (ResolutionState=0), (Owner=), (CustomField1=), (CustomField2=), (CustomField3=), (CustomField4=), (CustomField5=),
    (CustomField6=), (CustomField7=), (CustomField8=), (CustomField9=), (CustomField10=), (Comments=Alert modified by user), (TimeLastModified=10/14/2014 5:28:11 AM), (ModifiedBy=FAREAST\v-sanaug), (TicketId=), (ConnectorId=a680dc76-2fc2-429d-b6dd-d1a851e9bd8f),
    (ModifyingConnectorId=), (TfsWorkItemId=), (TfsWorkItemOwner=), (RETURN_VALUE=1)</Data>
        <Data>16</Data>
        <Data>547</Data>
        <Data>The UPDATE statement conflicted with the FOREIGN KEY constraint "FK_Alert_ConnectorId". The conflict occurred in database "OperationsManager", table "dbo.Connector", column 'ConnectorId'.</Data>
      </EventData>
    </Event>

    For Fix error 33333, you can refer below links
    http://opsmgradmin.blogspot.com/2011/05/scom-event-id-33333-in-scom-from-source.html
    http://blogs.technet.com/b/smsandmom/archive/2008/03/13/opsmgr-2007-dataaccesslayer-event-id-33333-with-should-not-generate-data-about-this-managed-object.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • Connection manager

    Hello,
    I'm trying to set a test envirinment to learn Oracle Connection Manager. I've read appropriate chapters in Net documentation and a forum thread:
    Re: Configuration of Connection Manager
    But there are still things that I can't work on.
    I have two machines, database on one of them and client on the other. It's database 10g, client on WinXP, database on Linux.
    Where should I install connection manager? on Linux or Windows, maybe any?
    If it was a production environment, what would be the best solution?
    Thanks in advance,
    Aliq

    Hello again,
    thank you both for help. Unfortunately it still doesn't work :/
    Since I couldn't get the install files for Windows (I didn't have cman installed there) I decided to change:
    database on WinXP, so listener there too (listening on 1521, database is called "test" and it's open). Hostname = hostB
    client and cman on Linux. Hostname = hostA
    My cman.ora looks like this:
    cman_ora(
    configuration=
    (address=(protocol=tcp)(host=hostA)(port=1610))
    (rule_list=(src=*)(DST=hostB)(srv=*)(act=accept))
    (rule_list=(src=*)(DST=hostA)(srv=*)(act=accept))
    (PARAMETER_LIST=
    (LOG_DIRECTORY=/u01/app/oracle/product/10.2.0/db_1/network/admin/log)
    (LOG_LEVEL=ADMIN)
    cman.ora:
    testcman=
    (description=
    (SOURCE_ROUTE=YES)
    (ADDRESS=(PROTOCOL=TCP)(HOST=hostA)(port=1610))
    (ADDRESS=(PROTOCOL=TCP)(HOST=hostB)(port=1521))
    (CONNECT_DATA =
    (SERVER=DEDICATED)
    (SERVICE_NAME=test)
    Then I do (on Linux -> client/cman)
    $cmctl
    cmctl> administer
    Current instance CMAN_ora is not yet started
    Connections refer to
    (description=
    (SOURCE_ROUTE=YES)
    (ADDRESS=(PROTOCOL=TCP)(HOST=hostA)(port=1610))
    (ADDRESS=(PROTOCOL=TCP)(HOST=hostB)(port=1521))
    (CONNECT_DATA =
    (SERVER=DEDICATED)
    (SERVICE_NAME=test)
    The command completed successfully.
    cmctl:CMAN_ora>startup
    TNS-04012: Unable to start Oracle Connection Manager instance
    Aliq
    Message was edited by:
    user547746
    Message was edited by:
    user547746

  • TNS-04012: Unable to start Oracle Connection Manager instance.

    Hi,
    I've tried to configure Connection Manager but i fails on:
    TNS-04012: Unable to start Oracle Connection Manager instance
    This is my configuration (I've removed as much as possible to remove possible errors):
    CMAN1=(CONFIGURATION=
      (ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=1522))
      (RULE_LIST=
       (RULE=(SRC=*)(DST=<IP>)(SRV=*)(ACT=accept))))
    CMCTL> administer CMAN1
    Current instance CMAN1 is not yet started
    Connections refer to (ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=1522)).
    The command completed successfully.
    CMCTL:CMAN1> startup
    TNS-04012: Unable to start Oracle Connection Manager instance.I've reviewed following notes without getting any closer (298916.1 and 733421.1)
    I can't see any errors in any of the following possible issues:
    * The max_connections value must not exceed 1024. Maximum acceptable value is 1024
    * The max_gateway_processes value must not exceed 64. Maximum acceptable value is 64
    * The trace_directory and log_directory values must be valid
    * The trace_level and log_level values do not support numeric values 6,10 and 16
    * Duplicate sections
    * Misspelled parameter names or parameter values
    * Host values that are not resolvable
    * Rule list must allow the local address of the machine where cman is installed
    * A specfic address in SRC or DST for a rule in the rule list must be resolvable(Try ip address range as a workaround and see the enhancement request 6125025)
    * Windows: Ensure the ORA_DBA group is present and O/S user starting CMAN is in the group
    * Windows: Ensure any firewall is not blocking Oracle from using Network
    All help are appreciated!
    Cheers

    933746 wrote:
    Osama_mustafa wrote:
    Refer to
    Troubleshooting Guide: TNS-04012: Unable to Start Oracle Connection Manager Instance [ID 733421.1]Hi,
    As I've stated in my post I've reviewed this post without any help.I would suggest you read the provided doc [ 733421.1] more thoroughly.... the answer is there.

  • Cannot create connection manager factory:

    I'm using Oracle XDK Java 9.2.0.3.0 Production
    I try to bring up the xsqlservlet through the demo
    and get this error :
    XSQL-017: Unexpected Error Occurred
    java.lang.RuntimeException: java.lang.RuntimeException: Fatal error. Cannot create connection manager factory: oracle.xml.xsql.XSQLConnectionManagerFactoryImpl
    at oracle.xml.xsql.XSQLPageManager.getPage(XSQLPageManager.java:135)
    at oracle.xml.xsql.XSQLPageRequestImpl.getXSQLPage(XSQLPageRequestImpl.java:454)
    at oracle.xml.xsql.XSQLPageProcessor.process(XSQLPageProcessor.java:80)
    at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java:60)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    Any idea what I'm missing?

    I have fixed the problem.

  • BT Connection Manager causing Bluescreen

    Just received a BT MF636 usb mobile dongle.
    Installed the BT Connection Manager and then the laptop bluescreened. Every time I load the Connection Manager, computer bluescreens and reboots itself. Usually about 5 seconds after initial load is completed.
    This is on a work computer that does have things like Hard Disk encryption and possibly (unkown) monitoring software installed and restrictions on certain items installing (e.g. flash updates)
    Could this be causing a conflict of some desctiption.
    Is there anyting obvious I'm missing? Will try to remove and reinstall.
    Cheers!
    Solved!
    Go to Solution.

    Turns out it's a known problem with Intel/Pro Wireless drivers on newer machines..
    patch here...
    http://connectionmanager.btcm.info/client/patch/cm _intel_wifi_12_4_4_5_patch.exe
    Make sure connection manager is installed, then download above and run... takes 1 min and fixes issue!
    Jamie

Maybe you are looking for

  • Performance issues when creating a Report / Query in Discoverer

    Hi forum, Hope you are can help, it involves a performance issues when creating a Report / Query. I have a Discoverer Report that currently takes less than 5 seconds to run. After I add a condition to bring back Batch Status that = ‘Posted’ we cancel

  • Is there a way to move the message pane from the bottom of the messages list to the right of it?

    The question should be self explanatory. Windows Mail allows the folder pane, the message listing and the message pane to be listing in 3 columns side by side. In Thunderbird the message pane is available only beneathe the message listing. Am I missi

  • Iphone and at&t - the truth about at&t service for the iphone

    i love my iphone. the only problem has been using at&t in southern california. in los angeles there are major holes in the service, and multiple hour delays on delivery of voicemails and emails. so ive been on the phone with technical and customer su

  • Date into Mon and year

    Dear All, I have date column.I have to display Month name and Year. E.g NOV 2011 DEC 2011 How will get this could you pls send me Syntex Thanks

  • Essbase Data Cache Full Error

    Hi, All, I am encountering an Essbase data cache full error while running some calc scripts. I have already try to set the data cache size to 800MB to 1.6GB, and index cache to around 100MB. It is quite a large BSO Essbase, with one dimension over 10