All parallel sessions running on one node?

Gurus,
we got a full rack Exadata, 8 nodes.
we're facing a problem while executing parallel query/dml in a full Rack Exadata. If we issue a parallel query via hint or "alter session force parallel query", all PX processes just run on node 2. No matter how many times we retry, how many queries we issued, and no matter on which node we issue the query, all PX processes just run on node 2, but never on other node.
e.g, we issue "select /*parallel (t 16) */ * from t" on nodes 6 and 7 at same time, all more than 32 PX running on node 2, even none of them was on node 6 or 7.
We're setting parallel_degree_policy to MANUAL. All other parallel related parameters are all set as default.
Does anyone encounter similar problems? Any help will be appreciated.
Flo

You can use a second parameter for the hint, indicating the number of nodes:
select /*+parallel (t,16,8)*/ * from t;                                                                                                                                                                                                                                               

Similar Messages

  • Getting all the threads running in one JVM from another JVM ...

    I want to get all the threads running in one JVM from another JVM.
    Is it possible ?
    namanc

    I am going to write a java application that prints all the java application running at the background. And this application has a control over all the threads. means killing the threads, restart the thread etc
    namanc

  • Service is Running on one node only but Preferred instances is on both nodes

    Hi Gurus,
    Here we configured the below service for my 2 node 11gR2 rac db which is on solaris. While i checked the status it is running on only one node.
    Can some one please help me how to find out the issue why it is not running on node 2.
    fdufrdstd02:/home/oracle [+ASM1] $ srvctl status service -d scmple
    Service BPSCare.ebiz.verizon.com is running on instance(s) scmple1
    Service BPSData.ebiz.verizon.com is running on instance(s) scmple1
    fdufrdstd02:/home/oracle [+ASM1] $ srvctl config service -s BPSCare.ebiz.verizon.com -d scmple
    Service name: BPSCare.ebiz.verizon.com
    Service is enabled
    Server pool: scmple_BPSCare.ebiz.verizon.com
    Cardinality: 2
    Disconnect: false
    Service role: PRIMARY
    Management policy: AUTOMATIC
    DTP transaction: false
    AQ HA notifications: false
    Failover type: NONE
    Failover method: NONE
    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: scmple1,scmple2
    Available instances:
    fdufrdstd02:/home/oracle [+ASM1] $
    fdufrdstd02:/home/oracle [+ASM1] $ crsctl stat res -t
    NAME           TARGET  STATE        SERVER                   STATE_DETAILS
    Local Resources
    ora.ACFSDG.dg
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    ora.ARCH.dg
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    ora.CMPDATA.dg
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    ora.LISTENER.lsnr
                   ONLINE  INTERMEDIATE fdufrdstd02              Not All Endpoints R
                                                                 egistered
                   ONLINE  ONLINE       fdufrdstd03
    ora.OCRVOTE.dg
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    ora.OFFLINEDATA.dg
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    ora.SCMDATA.dg
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    ora.acfsdg.volacfs.acfs
                   ONLINE  ONLINE       fdufrdstd02              mounted on /goldeng
                                                                 ate
                   ONLINE  ONLINE       fdufrdstd03              mounted on /goldeng
                                                                 ate
    ora.asm
                   ONLINE  ONLINE       fdufrdstd02              Started
                   ONLINE  ONLINE       fdufrdstd03              Started
    ora.gsd
                   OFFLINE OFFLINE      fdufrdstd02
                   OFFLINE OFFLINE      fdufrdstd03
    ora.net1.network
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    ora.ons
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    ora.registry.acfs
                   ONLINE  ONLINE       fdufrdstd02
                   ONLINE  ONLINE       fdufrdstd03
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  INTERMEDIATE fdufrdstd02              Not All Endpoints R
                                                                 egistered
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  ONLINE       fdufrdstd03
    ora.LISTENER_SCAN3.lsnr
          1        ONLINE  INTERMEDIATE fdufrdstd02              Not All Endpoints R
                                                                 egistered
    ora.cmpple.bpsrealtime.ebiz.verizon.com.svc
          1        ONLINE  ONLINE       fdufrdstd02
          2        ONLINE  OFFLINE
    ora.cmpple.db
          1        ONLINE  ONLINE       fdufrdstd02              Open
          2        ONLINE  ONLINE       fdufrdstd03              Open
    ora.cvu
          1        ONLINE  ONLINE       fdufrdstd02
    ora.fdufrdstd02.vip
          1        ONLINE  ONLINE       fdufrdstd02
    ora.fdufrdstd03.vip
          1        ONLINE  ONLINE       fdufrdstd03
    ora.oc4j
          1        ONLINE  ONLINE       fdufrdstd03
    ora.offline.db
          1        OFFLINE OFFLINE                               Instance Shutdown
          2        OFFLINE OFFLINE                               Instance Shutdown
    ora.scan1.vip
          1        ONLINE  ONLINE       fdufrdstd02
    ora.scan2.vip
          1        ONLINE  ONLINE       fdufrdstd03
    ora.scan3.vip
          1        ONLINE  ONLINE       fdufrdstd02
    ora.scmple.bpscare.ebiz.verizon.com.svc
          1        ONLINE  ONLINE       fdufrdstd02
          2        ONLINE  OFFLINE
    ora.scmple.bpsdata.ebiz.verizon.com.svc
          1        ONLINE  ONLINE       fdufrdstd02
    ora.scmple.db
          1        ONLINE  ONLINE       fdufrdstd02              Open
          2        ONLINE  ONLINE       fdufrdstd03              Open
    xag.fdufrdstd02-vip2
          1        ONLINE  ONLINE       fdufrdstd03
    xag.gg_1.goldengate
          1        OFFLINE OFFLINE
    Thanks & Regards,
    Venkata Poorna Prasad.S

    Hi Javier,
    I am able to start it manaully . But previously i start the service like below and only it is up on one node.
    $srvctl start service -d <database_name> -s <service_name>
    Also can you please help on crsctl stat res -t output there is entry like Note All Endpoints Registered . What is ment by that as show below.
    {code}
    Cluster Resources
    ora.LISTENER_SCAN1.lsnr
          1        ONLINE  INTERMEDIATE fdufrdstd02              Not All Endpoints R
                                                                 egistered
    ora.LISTENER_SCAN2.lsnr
          1        ONLINE  ONLINE       fdufrdstd03
    ora.LISTENER_SCAN3.lsnr
          1        ONLINE  INTERMEDIATE fdufrdstd02              Not All Endpoints R
                                                                 egistered
    {code}
    Thanks & Regards
    Venkata Poorna Prasad.S

  • Websites load with all the words running horizontally one at a time down the left side of the screen and graphics are very basic if at all.

    Websites are not loading in the sidebar. I don't have the sidebar onscreen and I went thru the bookmarks and made sure the load in sidebar was unchecked. The pages will not load correctly.'''bold text'''

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    If you use extensions (Tools > Add-ons > Extensions) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then make sure that such extensions aren't blocking content.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • EM DB console works only from one node?

    In my 2 node RAC the enterprise manager database console works only from one node i.e the url shows login page only from one node.
    http://NODE2:5500/em------>WORKS, SHOWS LOGIN PAGE AND CAN MANAGE ALL INSTANCES FROM HERE
    http://NODE1:5500/em------>DOES NOT WORK, DOES NOT SHOW THE LOGIN PAGE.
    Please clarify.
    Kadhim

    I have to guess ... (because you tell neither OS nor database version). Assuming it's 10gR2 or higher, that's expected behaviour, dbconsole runs on one node only, the so-called master node. You can change that, see the documentation or this metalink note:
    How to manage DB Control 10.2 for RAC Database with emca
    Doc ID: NOTE:395162.1
    Werner

  • End users connecting to one node only !!

    Hi,
    I am new to RAC. My environment: 10gAS (two nodes), 11gr2 RAC (2 nodes), on solaris10. I see all end users connecting to one node only. where other node is fine.
    SQL> select a.inst_id,instance_name,program from gv$INSTANCE a, gv$session b where a.inst_id=b.inst_id and
    2 username like 'HRAPPS';
    INST_ID INSTANCE_NAME PROGRAM
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 java@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode2 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    1 mod11g1 frmweb@asnode1 (TNS V1-V3)
    tnsnames.ora on two application server nodes
    CONNDB11 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = racdb1-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = racdb2-vip)(PORT = 1521))
    (LOAD_BALANCE = OFF)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mod11g)
    grid@*racdb1* $ crs_stat -t
    Name Type Target State Host
    ora.DATA.dg ora....up.type ONLINE ONLINE racdb1
    ora.FRA.dg ora....up.type ONLINE ONLINE racdb1
    ora....ER.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N1.lsnr ora....er.type ONLINE ONLINE racdb2
    ora....N2.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N3.lsnr ora....er.type ONLINE ONLINE racdb1
    ora.asm ora.asm.type ONLINE ONLINE racdb1
    ora.eons ora.eons.type ONLINE ONLINE racdb1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora.mod11g.db ora....se.type ONLINE ONLINE racdb2
    ora....network ora....rk.type ONLINE ONLINE racdb1
    ora.oc4j ora.oc4j.type OFFLINE OFFLINE
    ora.ons ora.ons.type ONLINE ONLINE racdb1
    ora....SM1.asm application ONLINE ONLINE racdb1
    ora....B1.lsnr application ONLINE ONLINE racdb1
    ora.racdb1.gsd application OFFLINE OFFLINE
    ora.racdb1.ons application ONLINE ONLINE racdb1
    ora.racdb1.vip ora....t1.type ONLINE ONLINE racdb1
    ora....SM2.asm application ONLINE ONLINE racdb2
    ora....B2.lsnr application ONLINE ONLINE racdb2
    ora.racdb2.gsd application OFFLINE OFFLINE
    ora.racdb2.ons application ONLINE ONLINE racdb2
    ora.racdb2.vip ora....t1.type ONLINE ONLINE racdb2
    ora.scan1.vip ora....ip.type ONLINE ONLINE racdb2
    ora.scan2.vip ora....ip.type ONLINE ONLINE racdb1
    ora.scan3.vip ora....ip.type ONLINE ONLINE racdb1
    grid@*racdb2* $ crs_stat -t
    Name Type Target State Host
    ora.DATA.dg ora....up.type ONLINE ONLINE racdb1
    ora.FRA.dg ora....up.type ONLINE ONLINE racdb1
    ora....ER.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N1.lsnr ora....er.type ONLINE ONLINE racdb2
    ora....N2.lsnr ora....er.type ONLINE ONLINE racdb1
    ora....N3.lsnr ora....er.type ONLINE ONLINE racdb1
    ora.asm ora.asm.type ONLINE ONLINE racdb1
    ora.eons ora.eons.type ONLINE ONLINE racdb1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora.mod11g.db ora....se.type ONLINE ONLINE racdb2
    ora....network ora....rk.type ONLINE ONLINE racdb1
    ora.oc4j ora.oc4j.type OFFLINE OFFLINE
    ora.ons ora.ons.type ONLINE ONLINE racdb1
    ora....SM1.asm application ONLINE ONLINE racdb1
    ora....B1.lsnr application ONLINE ONLINE racdb1
    ora.racdb1.gsd application OFFLINE OFFLINE
    ora.racdb1.ons application ONLINE ONLINE racdb1
    ora.racdb1.vip ora....t1.type ONLINE ONLINE racdb1
    ora....SM2.asm application ONLINE ONLINE racdb2
    ora....B2.lsnr application ONLINE ONLINE racdb2
    ora.racdb2.gsd application OFFLINE OFFLINE
    ora.racdb2.ons application ONLINE ONLINE racdb2
    ora.racdb2.vip ora....t1.type ONLINE ONLINE racdb2
    ora.scan1.vip ora....ip.type ONLINE ONLINE racdb2
    ora.scan2.vip ora....ip.type ONLINE ONLINE racdb1
    ora.scan3.vip ora....ip.type ONLINE ONLINE racdb1
    please advise,,,,
    thanks

    Thanks every one responded. I have modified tns entry in application servers (load balance on). I will post details, once I am back in seat.
    Thanks a lot guys...
    Bjoe, I am using SCAN listener, details are :
    racdb1
    -bash-3.00$ lsnrctl status
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 27-OCT-2010 17:04:56
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 12-OCT-2010 13:08:46
    Uptime 15 days 3 hr. 56 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/grid/diag/tnslsnr/racdb1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.11)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.20)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Service "mod11g" has 1 instance(s).
    Instance "mod11g1", status READY, has 1 handler(s) for this service...
    Service "mod11gXDB" has 1 instance(s).
    Instance "mod11g1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter remote
    NAME TYPE VALUE
    remote_dependencies_mode string TIMESTAMP
    remote_listener string rac-scan.mod.com:1521
    remote_login_passwordfile string EXCLUSIVE
    remote_os_authent boolean FALSE
    remote_os_roles boolean FALSE
    result_cache_remote_expiration integer 0
    racdb2
    -bash-3.00$ lsnrctl status
    LSNRCTL for Solaris: Version 11.2.0.1.0 - Production on 27-OCT-2010 17:15:35
    Copyright (c) 1991, 2009, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Solaris: Version 11.2.0.1.0 - Production
    Start Date 27-OCT-2010 03:25:50
    Uptime 0 days 13 hr. 49 min. 45 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/grid/diag/tnslsnr/racdb2/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.12)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.10.21)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM2", status READY, has 1 handler(s) for this service...
    Service "mod11g" has 1 instance(s).
    Instance "mod11g2", status READY, has 1 handler(s) for this service...
    Service "mod11gXDB" has 1 instance(s).
    Instance "mod11g2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> show parameter remote
    NAME TYPE VALUE
    remote_dependencies_mode string TIMESTAMP
    remote_listener string rac-scan.mod.com:1521
    remote_login_passwordfile string EXCLUSIVE
    remote_os_authent boolean FALSE
    remote_os_roles boolean FALSE
    Edited by: userR12 on Oct 27, 2010 7:34 AM

  • FRA on NFS Oracle RAC One Node

    Hi all,
    we installed Oracle RAC One Node on Oracle Linux. Everything seems to work fine except one little thing: we are trying to change the database to archivelog mode, but when we are trying to relocate the database, we are getting ORA-19816 "WARNING: Files may exist in ... that are not known to database." and "Linux-x86_64 Error: 37: No locks available"
    The FRA is mounted as NFS Share with follwing options: "rw,bg,hard,nointr,rsize=32768,wsize=32768,proto=tcp,noac,vers=3,suid"
    I searched a lot on the Internet but couldn't find any hint. Can anybody point me to the right installation guide?
    Thanks in advanced

    Hi,
    user10191672 wrote:
    Hi all,
    we installed Oracle RAC One Node on Oracle Linux. Everything seems to work fine except one little thing: we are trying to change the database to archivelog mode, but when we are trying to relocate the database, we are getting ORA-19816 "WARNING: Files may exist in ... that are not known to database." and "Linux-x86_64 Error: 37: No locks available"
    The FRA is mounted as NFS Share with follwing options: "rw,bg,hard,nointr,rsize=32768,wsize=32768,proto=tcp,noac,vers=3,suid"
    I searched a lot on the Internet but couldn't find any hint. Can anybody point me to the right installation guide?Check if NFSLOCK service is running... if not start it.
    # service nfslock status*Mount Options for Oracle files when used with NAS devices [ID 359515.1]*
    Mount options for Oracle Datafiles
    rw,bg,hard,nointr,rsize=32768, wsize=32768,tcp,actimeo=0, vers=3,timeo=600For RMAN backup sets, image copies, and Data Pump dump files, the "NOAC" mount option should not be specified - that is because RMAN and Data Pump do not check this option and specifying this can adversely affect performance.
    The following NFS options must be specified for 11.2.0.2 RMAN disk backup directory:
    opts="-fstype=nfs,rsize=65536,wsize=65536,hard,actime=0,intr,nodev,nosuid"Hope this helps,
    Levi Pereira
    Edited by: Levi Pereira on Aug 18, 2011 1:20 PM

  • Best Practice: Application runs on Extend Node or Cluster Node

    Hello,
    I am working within an organization wherein the standard way of using Coherence is for all applications to run on extend nodes which connect to the cluster via a proxy service. This practice is followed even if the application is a single, dedicated JVM process (perhaps a server, perhaps a data aggregater) which can easily be co-located with the cluster (i.e. on a machine which is on the same network segment as the cluster). The primary motivation behind this practice is to protect the cluster from a poorly designed / implemented application.
    I want to challenge this standard procedure. If performance is a critical characteristic then the "proxy hop" can be eliminated by having the application code execute on a cluster node.
    Question: Is running an application on a cluster node a bad idea or a good idea?

    Hello,
    It is common to have application servers join as cluster members as well as Coherence*Extend clients. It is true that there is a bit of extra overhead when using Coherence*Extend because of the proxy server. I don't think there's a hard and fast rule that determines which is a better option. Has the performance of said application been measured using Coherence*Extend, and has it been determined that the performance (throughput, latency) is unacceptable?
    Thanks,
    Patrick

  • Metadata query to extract each session run duration for last 10 Runs (10 days if daily scheduled)

    Hi all, Please can anybody help me with metadata query to extract all the sessions run duration information (start time and end time, run duration)in each workflow for last 10days.I dont have access to metadata repository so need exact query so that i can raise a request to admin team(he needs exact query). I know that we can get information from REP_WFLOW_RUN , but i dont know the table structure so please provide full query. Thanks,Ravi kumar

    Hi all, Please help me with metadata query to extract each session RUN_DURTION, Start Time, end time for last 10 runs of each session at a workflow level. I know we can get information from REP_WFLOW_RUN table but i dont know table strucure and I dont have access to Repository database and we need an exact query to raise it to admin team. so please provide me an exact query.   Thanks

  • A KDE3 session runs parallel to my KDE4 one [ALMOST SOLVED]

    In the process of installing Quanta (KDE3), I appended '/opt/kde' to my $KDEDIRS global variable so I could have Quanta's .desktop entry in my menu ... but this has created an annoying side effect: a KDE3 session begins alongside my KDE4 one.  As I write this, I have both KDE3 and -4 panels along the bottom of my screen, and pressing <Alt><F2> runs KDE3's application launcher instead of KRunner (it's been so long since I used KDE3, I don't remember what the thing is called).
    Does anybody have a solution in which I may have both KDE4 and -3 .desktop entries in my application menu, without running parallel sessions?
    Last edited by deltaecho (2009-02-27 20:13:58)

    Well, I sorta' solved the problem -- by removing '/opt/kde' from $KDEDIRS, and symlinking '/opt/kde/share/applications' to '/usr/share/applications/kde3', the applications were registered in my menu, and KDE3 was prevented from running alongside KDE4.  However, their icons do not display since the .desktop files only give the names of the icons, excluding the paths ... does anybody know where KDE keeps its icon cache config (so I can tweak it to cache my KDE3 icons too)?
    Last edited by deltaecho (2009-02-27 20:14:57)

  • Query running slow in one node

    Hi All,
    We are running 4-node Oracle 10g RAC (linux 64-bit). The query is running fast in one node, but the same query is running very slow in the other node. And sometimes, we see pin S wait on X wait event in top 5 events.
    Has anyone faced this kind of situation before ?
    Thanks,
    Kumar

    Hi,
    Execute your query on node where query is running very slow. Get SID and execute query above to see what is event of waiting.
    exec dbms_application_info.set_client_info('@sw2')
    -- file sw2.sql
    col event  format     a25  heading "Wait Event" trunc
    col state  format     a15  heading "Wait State" trunc
    col siw    format   99999  heading "Waited So|Far (ms)"
    col wt     format 9999999  heading "Time Waited|(ms)"
    select event,
           state,
           seconds_in_wait siw,
           wait_time wt
    from   v$session_wait
    where  sid = &sid
    order by event;
    exec dbms_application_info.set_client_info('@sw1');
    -- file  sw1.sql
    set linesize 30000
    set pagesize 200
    col sid      format    9999  heading "SID"
    col username format     a10  heading "USERNAME"
    col osuser   format     a20  heading "OSUSER"
    col event    format     a25  heading "Wait Event" trunc
    col state    format     a15  heading "Wait State" trunc
    col siw      format   99999  heading "Waited So|Far (ms)"
    col wt       format 9999999  heading "Time Waited|(ms)"
    col sw1      format 9999999  heading "File"
    col sw2      format 9999999  heading "Block"
    col Objeto   format a50
    select sw.event,
           sw.p1,
           sw.p2,
           sw.p3,
           sw.state,
           s.sid,
           S.osuser,
           s.username,
           nvl(s.program, s.module),
           sw.seconds_in_wait siw,
           sw.wait_time wt
      from gv$session_wait sw,
           gv$session s
    WHERE sw.sid = s.sid
       and sw.EVENT NOT LIKE 'SQL%'
       and username is not NULL
       and s.inst_id = sw.inst_id
       and sw.event not like 'PX%'
    order by 1, 6, 7;Regards,
    Levi Pereira

  • Can I run more than one Node Manager per machine?

    Hia,
    We have a situation in our project where we need to run different domains on a Solaris machine in different java modes.
    Say Domain1 should be running in 32bit version of java where as Domain2 should be running in 64bit mode due to the nature of testing currently going on in different domains.
    We could successfully get the two domains running in different java modes in parallel by modifying the start scripts to decide which Sud data model to start the servers based on certain parms. However, the pain here is with the Node Manager.
    My understanding is that there should be one Node Manager running per machine for all the domains running on that machine. So when ever I have to run a domain in a java mode different to that of what Node Manager is running on, I had to kill the node manager and start it in the same version that I want to start the other servers in since Node Manager uses its starting parms internally to start the Managed Servers (Note: there is no issue in running the Admin Server regardless of the node manager mode as expected).
    Can somebody advise me if there is any way to get around this hassle?
    I want to know if we can run more than one node manager per machine.
    Below are the details of my env.
    Weblogic Server 10.3
    Solaris 10 SPARC 64 bit (SunOS 5.10 Generic_142900-14 sun4v sparc)
    java version "1.6.0_20"
    Hope all this makes sense...
    Cheers,
    Satish.
    Edited by: apsnaidu on Mar 15, 2013 3:29 PM

    You can run as many node manager as you want in a particular machine.
    At the time of starting the node manager you need to pass hostname & Port.
    This will start the nodemanager on different ports of a machine.
    sh startNodeManager.sh <hostname> <port>
    eg:- sh startNodeManager.sh dev_machine_01 5556
    sh startNodeManager.sh dev_machine_01 5557
    sh startNodeManager.sh dev_machine_01 5558
    After starting your node manager in different ports you need to change machine details from admin console.

  • SCAN LISTENER runs from only one node at a time from /etc/hosts !

    Dear all ,
    Recently I have to configure RAC in oracle 11g(r2) in AIX 6.1 . Since in this moment it is not possible to configure DNS, so I dont use SCAN ip into the DNS/GNS, I just add the SCAN ip into the host file like :
    cat /etc/hosts
    SCAN 172.17.0.22
    Got the info from : http://www.freeoraclehelp.com/2011/12/scan-setup-for-oracle-11g-release211gr2.html#ORACLE11GR2RACINS
    After configuring all the steps of RAC , Every services are ok except SCAN_LISTENER . This listener is up only one node at a time . First time when I chek it from node1 , it shows :
    srvctl status scan_listener
    SCAN listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dcdbsvr1
    now when I relocate it from node 2 using
    "srvctl relocate scan -i 1-n DCDBSVR2" , then the output shows :
    srvctl status scan_listener
    SCAN listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dcdbsvr2
    Baring these , we have to try to relocate it from the node2 by the following way, then it shows the error :
    srvctl relocate scan -i 2 -n DCDBSVR2
    resource ora.scan2.vip does not exists
    Now my question , How can I run the SCAN and SCAN_LISTENER both of the NODES ?
    Here is my listener file (which is in the GRID home location) configuration :
    Listener File OF NODE1 AND NODE 2:
    ==================================
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON
    LISTENER_SCAN1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER_SCAN1)
    ADR_BASE_LISTENER_SCAN1 = /U01/APP/ORACLE
    2)
    Another issue , when I give the command : " ifconfig -a " , then it shows the SCAN ip either node1 or node2 . suppose if the SCAN ip is in the node1 , and then if I run the "relocate" command from node2 , the ip goes to the Node 2 . is it a correct situation ? advice plz ... ...
    thx in advance .. ...
    Edited by: shipon_97 on Jan 10, 2012 7:22 AM
    Edited by: shipon_97 on Jan 10, 2012 7:31 AM

    After configuring all the steps of RAC , Every services are ok except SCAN_LISTENER . This listener is up only one node at a time . First time when I chek it from node1 , it shows :If I am not wrong and after looking at the document you sent, you will be able to use only once scan in case you use /etc/host file and this will be up on only one node where you added this scan entry in /etc/hosts file.
    Now my question , How can I run the SCAN and SCAN_LISTENER both of the NODES ?Probably you can't in your case, you might run only one i think and on one node only
    srvctl status scan_listener
    SCAN listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dcdbsvr1
    now when I relocate it from node 2 using
    "srvctl relocate scan -i 1 -n DCDBSVR2" , then the output shows :
    srvctl status scan_listener
    SCAN listener LISTENER_SCAN1 is enabled
    SCAN listener LISTENER_SCAN1 is running on node dcdbsvr2You moved scan listener from node 1 to node 2, OK
    Baring these , we have to try to relocate it from the node2 by the following way, then it shows the error :
    srvctl relocate scan -i 2 -n DCDBSVR2
    resource ora.scan2.vip does not exists
    --------------------------------------------------------------------------------Since you have only one scan, you can't relocate "2". So ise "1" instead here also
    FYI
    http://www.oracle.com/technetwork/database/clustering/overview/scan-129069.pdf
    Salman

  • SCAN IP and all 2 VIP listner is unavailable for 1+ min when one node down

    I have two redhat Linux nodes running the Oracle 11.2.0.3
    Everything is OK except, when I powerdow one node (cold or soft reset). the VIP and SCAN lisnter stop working for 1+ minutes. (Using Navicat connection check, all connections are unavailabl for a while)
    Is it normal? The problem is the application DB connection timeout is about 20 seconds.

    Hi,
    even though this sounds quite long (especially for a hard kill of the node, not a reboot), it does not matter if you configured your application correctly:
    http://www.oracle.com/technetwork/products/clustering/overview/awm11gr2-130711.pdf
    Since the application will move to the VIP/SCAN IP running on the second node after 3 sec (connection outbound timeout).
    However failover of VIP and SCAN should be in seconds not minutes...
    And it should not have an effect on all connections - just the ones going to that VIP/SCAN on that node.
    Regards
    Sebastian

  • Can I move sessions from one node to another in Oracle RAC 11g?

    Hi everybody,
    When I need to shutdown one node for maintenance, can I move the sessions connected to that node to the other one? I know TFA but I'm not using it right now, I just wanted to know if I may move the sessions without warning everyone that some of them will be disconnected.
    Thanks for your help.

    2686998 wrote:
    sol.beach, thanks for your answers, just a few words:
    When you answered "NO, shutting down a node will disrupt every session on that node". it was confusing, as I wasn't asking for the behavior of the sessions when the node is shut down, you should've answered "NO, there's no way to manually relocate a session", that would have been clear since the beginning, also asking me to post a SQL didn't help much either, I honestly thought I didn't explain well my doubt.
    Thanks anyway.
    The answer is a no but the question for you, why you want to do that anyways?
    Aman....

Maybe you are looking for

  • Vi session strategy with LV 7 in Test Stand

    Hi all, Im a producing a set of vi's(LV7.1) which will be strung together in a Open Visa, Write visa ..., Read visa , Close visa, over several instruments. I wish later to use Test Stand(3.1) to slice these routines, but I am not sure how test stand

  • Connect via audio receiver

    i am trying to hook up my apple tv 2 to my yamaha audio receiver via the HDMI jack so i can have the movies and audio play surround sound. has anyone done this and know how to get tv to find the source?

  • Explain my Explain Plans please?

    Hi, I have two schema's situated on the same database. One called SCHEMA_A_LIVE and another SCHEMA_B_LIVE. Both schemas have been analyses for stats, however SCHEMA_B_LIVE doesn't hold any data where as SCHEMA_A_LIVE does. They both essentially have

  • Posting program

    hi,    how to Create a custom function module (posting program) which checks the credit limit for the sold to party for the outbound idoc. ganesh

  • Java code to read Java Program

    Hi, Is there any standard api to retrieve the java program's class name, method name, its parameter, code etc... My req is to write a java program that takes any java programme file as input and returns the class name, method name, parameter name and