Get away from Shared mode

I installed a DB on my Solaris 5.10 box. 11.2.0.3 is the version.
Using DBCA I selected the SHARED mode.
All my services I use are as follows:
OLTP_D =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = server-scan)(PORT = 8001))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = OLTP_DEV)
Besides my default services (DB NAME), all are like this. Over the past 5 days as our users have been testing they have been complaining about performance. Looking at the top wait events, the same one always pops up, VIRTUAL CIRCUIT WAIT. I know I should not have gone with SHARED mode. How can I get rid of it completely?
This is what I have so far for my parameter.
SQL> show parameter dispat
NAME                                 TYPE        VALUE
dispatchers                          string      (PROTOCOL=TCP)
max_dispatchers                      integerI have tried to NULL this field out but when I recycle the DB it just keeps coming back in there like its some sort of default value.
I actually have 2 DB's on this server and this other DB I was able to make that field empty. How can that be? Is there another parameter that I need to change? Something in the listener?
This is my listener in case someone wants to see it.
dd0152alyn{grid}2: lsnrctl
LSNRCTL for Solaris: Version 11.2.0.3.0 - Production on 31-JAN-2012 16:05:16
Copyright (c) 1991, 2011, Oracle.  All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
STATUS of the LISTENER
Alias                     LISTENER
Version                   TNSLSNR for Solaris: Version 11.2.0.3.0 - Production
Start Date                11-JAN-2012 18:55:21
Uptime                    19 days 21 hr. 9 min. 57 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /opt/grid/product/gi11r2/network/admin/listener.ora
Listener Log File         /opt/grid/base/diag/tnslsnr/dd0152alyn/listener/alert/log.xml
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.16.174.32)(PORT=1521)))
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.16.174.30)(PORT=1521)))
Services Summary...
Service "+ASM" has 1 instance(s).
  Instance "+ASM1", status READY, has 1 handler(s) for this service...
Service "APPRAISAL" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
Service "DMS" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
Service "IIMS_BATCH" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
Service "IIMS_OLTP" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
Service "ODCAN" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
Service "ODPH" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
Service "SLF" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
Service "SYMPH_BATCH" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
Service "SYMPH_BRIDGE" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
Service "SYMPH_DEVLPR" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
Service "SYMPH_OLTP" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
Service "SYMPH_WEBLOGIC" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
Service "SYS$STRMADMIN.STRMQ_PPH2_PPH.ODPH" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
Service "WEBLOGIC" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
The command completed successfully
LSNRCTL> exit
dd0152alyn{grid}3: cat /opt/grid/product/gi11r2/network/admin/listener.ora
ODPH=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=ODPH))))            # line added by Agent
ODCAN=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=ODCAN))))          # line added by Agent
LISTENER=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER))))            # line added by Agent
LISTENER_SCAN3=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN3))))                # line added by Agent
LISTENER_SCAN2=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN2))))                # line added by Agent
LISTENER_SCAN1=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER_SCAN1))))                # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1=ON                # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN2=ON                # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN3=ON                # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON              # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_ODCAN=ON         # line added by Agent
ENABLE_GLOBAL_DYNAMIC_ENDPOINT_ODPH=ON          # line added by Agent
dd0152alyn{grid}4: lsnrctl services
LSNRCTL for Solaris: Version 11.2.0.3.0 - Production on 31-JAN-2012 16:06:07
Copyright (c) 1991, 2011, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=LISTENER)))
Services Summary...
Service "+ASM" has 1 instance(s).
  Instance "+ASM1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:31762 refused:0 state:ready
         LOCAL SERVER
Service "APPRAISAL" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:16 refused:0 state:ready
         LOCAL SERVER
Service "DMS" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "IIMS_BATCH" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:16 refused:0 state:ready
         LOCAL SERVER
Service "IIMS_OLTP" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:16 refused:0 state:ready
         LOCAL SERVER
Service "ODCAN" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "ODPH" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:16 refused:0 state:ready
         LOCAL SERVER
Service "SLF" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "SYMPH_BATCH" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "SYMPH_BRIDGE" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "SYMPH_DEVLPR" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "SYMPH_OLTP" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "SYMPH_WEBLOGIC" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
Service "SYS$STRMADMIN.STRMQ_PPH2_PPH.ODPH" has 1 instance(s).
  Instance "ODPH1", status READY, has 1 handler(s) for this service...
    Handler(s):
      "DEDICATED" established:16 refused:0 state:ready
         LOCAL SERVER
Service "WEBLOGIC" has 1 instance(s).
  Instance "ODCAN1", status READY, has 2 handler(s) for this service...
    Handler(s):
      "D000" established:0 refused:0 current:113 max:1022 state:ready
         DISPATCHER <machine: dd0152alyn, pid: 6797>
         (ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))
      "DEDICATED" established:1 refused:0 state:ready
         LOCAL SERVER
The command completed successfullyAny suggestions?

I also get this
select * from gv$dispatcher;
   INST_ID NAME
NETWORK                                                                        
PADDR                            STATUS           ACCEPT   MESSAGES      BYTES
    BREAKS      OWNED    CREATED       IDLE       BUSY   LISTENER  CONF_INDX
         2 D000
(ADDRESS=(PROTOCOL=tcp)(HOST=dd0152blyn)(PORT=18598))                          
00000005B956C160                 WAIT             NO         209098   29817616
         0        202       1936     900352       2339          0          0
         1 D000
(ADDRESS=(PROTOCOL=tcp)(HOST=dd0152alyn)(PORT=44847))                          
00000005B956C160                 WAIT             NO         139336   18990411
         0        108       1646     901365       1362          0          0
2 rows selected.

Similar Messages

  • How can I make firefox work wisth a windows xp computer? I don't have an address bar , a backup key. I can get away from the firefox add-on screen. It is basically inoperable

    After installing the new version of Firefox on an Windows xp computer I cannot use the internet. There is no address bar for entering a URL, there's not back up arrow, I can't get away from the Firefox add-on screne.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).
    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Freezes when gets back from suspend mode

    My 2010 MacMini freezes and show a black courtain sometimes. This happens when gets back from suspend mode. The RAM has passed a test memory and it hasn´t any problem.
    Please, sorry for my english.
    Regards from Spain.
    Mi MacMini de 2010 me muestra una cortinilla negra y me pide que lo reinicialice de vez en cuando. Le pasa cuando regresa de haber estado suspendido o con la pantalla en reposo. La memoria Ram ha pasado un test por si podía ser éste el problema.
    Saludos.

    Here you are:
    Sun May 27 10:12:14 2012
    panic(cpu 0 caller 0xffffff80002c473a): Kernel trap at 0xffffff7f819d9e67, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x000000000a157000, CR3: 0x000000017f555000, CR4: 0x0000000000000660
    RAX: 0xffffff80242c3d00, RBX: 0xffffff802a41d200, RCX: 0xffffff80242c3d00, RDX: 0x0000000000617577
    RSP: 0xffffff80e7c6bb58, RBP: 0xffffff80e7c6bb80, RSI: 0x0000000000000000, RDI: 0xffffff8012614000
    R8:  0x7c1e500000000001, R9:  0x00000000bb7c364d, R10: 0xfffffe800768aa68, R11: 0x00000000000626d9
    R12: 0x0000000000000028, R13: 0xffffff80242c3d00, R14: 0xffffff8018060880, R15: 0xffffff80242c3d00
    RFL: 0x0000000000010246, RIP: 0xffffff7f819d9e67, CS:  0x0000000000000008, SS:  0x0000000000000000
    CR2: 0x000000000a157000, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80e7c6b800 : 0xffffff8000220792
    0xffffff80e7c6b880 : 0xffffff80002c473a
    0xffffff80e7c6ba30 : 0xffffff80002da0cd
    0xffffff80e7c6ba50 : 0xffffff7f819d9e67
    0xffffff80e7c6bb80 : 0xffffff7f819da779
    0xffffff80e7c6bbd0 : 0xffffff800063abcb
    0xffffff80e7c6bc10 : 0xffffff7f819dae2d
    0xffffff80e7c6bc40 : 0xffffff800065609b
    0xffffff80e7c6bd80 : 0xffffff80002a3f08
    0xffffff80e7c6be80 : 0xffffff8000223096
    0xffffff80e7c6beb0 : 0xffffff80002148a9
    0xffffff80e7c6bf10 : 0xffffff800021bbd8
    0xffffff80e7c6bf70 : 0xffffff80002aef20
    0xffffff80e7c6bfb0 : 0xffffff80002daa33
          Kernel Extensions in backtrace:
             com.apple.driver.AudioAUUC(1.59)[8F634EA0-B0A8-3577-918F-B27A8CF8C6CE]@0xffffff 7f819d8000->0xffffff7f819dcfff
                dependency: com.apple.iokit.IOACPIFamily(1.4)[4A5A4624-7A52-3EA0-BB8D-5B265B086727]@0xfffff f7f812cd000
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[F63D4ABE-42DA-33EF-BADD-3415B0CB0179]@0xffff ff7f80866000
                dependency: com.apple.iokit.IOAudioFamily(1.8.6fc17)[0FAF6C3F-B92F-30EA-B97F-86A38119C67F]@ 0xffffff7f80eec000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[2D2A4A31-EB4F-3730-BE3A-76C061685FC5]@0 xffffff7f808a0000
    BSD process name corresponding to current thread: iTunes
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: XXXXXXXXXXXX
    System model name: Macmini4,1 (Mac-F2208EC8)
    System uptime in nanoseconds: 239987230897603
    last loaded kext at 279002290275: com.apple.filesystems.smbfs          1.7.2 (addr 0xffffff7f807d5000, size 241664)
    last unloaded kext at 250544845394: com.apple.driver.AppleMCP89RootPortPM          1.11 (addr 0xffffff7f81d93000, size 24576)
    loaded kexts:
    com.parallels.kext.prl_hid_hook          7.0 14920.689535
    com.parallels.kext.prl_hypervisor          7.0 14920.689535
    com.parallels.kext.prl_usb_connect          7.0 14920.689535
    com.parallels.kext.prl_vnic          7.0 14920.689535
    com.parallels.kext.prl_netbridge          7.0 14920.689535
    com.logmein.driver.LogMeInSoundDriver          1.0.0
    at.obdev.nke.LittleSnitch          2.4.0
    com.apple.filesystems.smbfs          1.7.2
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleBluetoothMultitouch          70.12
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.ApplePlatformEnabler          2.0.5d2
    com.apple.driver.AGPM          100.12.42
    com.apple.driver.AppleHDA          2.2.0f3
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.GeForce          7.1.8
    com.apple.driver.AppleMikeyDriver          2.2.0f3
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.AppleLPC          1.5.8
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d0
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.5f11
    com.apple.driver.AppleIRController          312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.2.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCISerialATAPI          2.0.3
    com.apple.iokit.IOAHCIBlockStorage          2.0.3
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AppleSDXC          1.2.0
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleAHCIPort          2.3.0
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.iokit.AppleBCM5701Ethernet          3.1.2b2
    com.apple.driver.AirPort.Brcm4331          530.4.20
    com.apple.driver.AppleUSBOHCI          4.4.5
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleSMBIOS          1.8
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          193.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.3
    com.apple.driver.AppleIntelCPUPowerManagement          193.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          160.7
    com.apple.driver.AppleHIDKeyboard          160.7
    com.apple.driver.AppleMultitouchDriver          231.4
    com.apple.driver.IOBluetoothHIDDriver          4.0.5f11
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.2.0f3
    com.apple.nvidia.nv50hal          7.1.8
    com.apple.NVDAResman          7.1.8
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.driver.AppleHDAController          2.2.0f3
    com.apple.iokit.IOHDAFamily          2.2.0f3
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAudioFamily          1.8.6fc17
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.AppleSMC          3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d0
    com.apple.driver.IOPlatformPluginFamily          5.1.0d17
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.2.0
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.5f11
    com.apple.iokit.IOBluetoothFamily          4.0.5f11
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.0
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.0
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.driver.NVSMU          2.2.9
    com.apple.iokit.IOEthernetAVBController          1.0.1b1
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.5
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.6
    com.apple.iokit.IOStorageFamily          1.7.1
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4
    I hope this could help.
    Thank you!!!

  • Hi! I 've a problem with my ipad mini. Does anyone know if there is a way to get out from recovery mode without reinstall iOS?

    Hi! I 've a problem with my ipad mini. Does anyone know if there is a way to get out from recovery mode without reinstall iOS?

    Many thanks Deggie! I think my iPad has a big problem because is not possible to restore it....I downloaded the most upgraded version of iOS but  when I try to restore an error message occurs (4005)......

  • Somehow Yahoo has "adopted" my firefox, and I can't get away from it. can you tell me how to remove it?

    suddenly when I click on firefox, it comes up with Yahoo as an overlay. Says Yahoo on top right, and the first window is now yahoo instead of my own home page and I can't get away from it. how do I remove yahoo?

    First thing to do is to install this extension.
    https://addons.mozilla.org/en-US/firefox/addon/searchreset/
    It will "do its thing" automatically, then remove itself after a Firefox restart.
    Then if that Yahoo homepage comes back after a Firefox restart or a Windows boot or restart, see us for further "fixes"; ''BTW, Firefox does come with a Yahoo search engine.''
    It depends upon what Malware was installed and how deeply.

  • When you want to get away from programming Java...

    Wow, what week, Just curious to know, what do others do to wind-down or get away from programming? PC Games, reading, outdoor stuff? Myself, I am interested in purchasing either NeverWinter Nights or WarCraft III as another way to make "computers fun" again...
    (Plus, any PC Game suggestions are welcomed.)
    Thanks for reading this post!
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    If you're into RPG's, my favorite is Wizardry 8. Great plot, characters, and world. Dated graphics. I do like having a full party and 1st person perspective. I've been playing a lot of Grand Theft Auto (Vice City)--sort of a first person driver/shooter with RPG elements.

  • Moving Away From Auto Modes

    Moving Away From Auto-Exposure   
    Exposure modes
    Auto-exposure mode on your camera does provide generally good photographs, but taking full advantage of the more advanced capabilities of your digital camera will provide even better results. Most modern camera’s have a number of preset exposure modes, and some more advanced cameras’ (especially DSLR’s) have two semi-manual exposure modes and full manual exposure control.
      Portrait mode
    The most common preset is the portrait setting. This mode should have the flash on at all times in case it is needed for correct exposure, as well as isolating the subject in a way that the background and foreground are out of focus and only the subject is in focus.
    Action mode
    Another common preset is the action setting. As the name implies this is a great setting to use if you are photographing sports, or any subject that is moving fast and you want to stop its action.
    Landscape mode
    Landscape preset is also a common preset mode on modern cameras. This mode should have the flash off since the subject is most often outside and well lit, and this mode should also keep detail in the foreground and especially the background in focus.
    Macro mode
    For those of you that like taking images of small subjects (i.e. flowers) most digital cameras also have a preset called macro mode. Macro mode should have the flash on at all times since at higher magnifications even the slightest movement of the subject will blur the image. The flash not only effectively stops the movement of the subject but also evenly illuminates the subject.
    Night mode
    Night mode as the name implies is a preset some camera’s have for taking photographs at night. This mode is generally the least useful preset due to the fact that nighttime photography is perhaps the most challenging photography there is. This mode will turn the flash off, and also turn what’s called noise reduction on. Noise reduction is a setting that helps eliminate the digital noise that is caused by low levels of light on digital camera sensors.
    Semi-manual modes
    Most DSLR’s and some more advanced point and shoot cameras have two semi-manual modes and full manual mode. The semi-manual modes are aperture priority which generally controls what is in focus by adjusting the aperture (the size of the opening in the lens), and shutter priority controls how long the shutter is open which either will blur the image or stop action. The last mode is full manual which allows the user to control both the shutter and the aperture to get the correct exposure allowing the greatest creative control over your images, but requiring the most expertise.
    Moving Away From Auto-Flash   
    Turn off your Auto-Flash
    Most digital camera’s while set on auto-flash, especially point and shoot cameras, don’t allow the user to choose when the flash is on or off. This will usually produce adequately exposed images, but just because your subject is correctly exposed doesn’t mean it’s lighted how it should be. Controlling how you light your subject will make the difference between good images and great ones. To do this you should definitely consider moving away from auto-flash.
    Fill Flash
    When shooting outdoors the camera might read that there is enough light and not fire the flash, but if your shooting a subject that is back lit or top lit a small amount of flash will light up your subject and provide superior results ( this is called fill flash ).
    Red eye reduction
    Another flash setting that most cameras provide is red eye reduction. This setting will fire a series of flashes at your subject to contract their pupils so the flash doesn’t reflect the red from their retinas back to the sensor. This mode works fairly well, but due to the time needed for the pre flashes your subject often will have changed by the time the image is actually taken.
    Allan
    Community Connector
    Best Buy® Corporate
    Allan|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

    Hey Gabriel,
    You don't have to feel sorry.
    I'm sorry that you feel sorry to people who dislike your products.
    Could you tell me how to precompile JSP files and deploy? And, I would like to turn off JSP compilation functionality on live servers completely.
    What's the benefit of using database pm? I'm aware of tarpm bug where it deletes data tar files during tarpm optimization and index merge. Does databasepm have the same problem?
    If I use databasepm, can I be free from regular maintainance such as datastore garbage collection, tarpm optimization..etc? I find it very difficult to run such maintainance scripts on a live server where the repository is heavily utilized 24/7.
    I wouldn't mind shutting down the server and run those maintanence offline. Actually, it would be much better if I could run through maintanance offline.
    Also, I heard that there is a bug for share nothing clustering for CQ5.4. I'm not sure if this is jackrabbit bug. If CQ instances are all clustered and I can take one out at a time for offline maintance, it would be superb.
    And, what about backups and restoration? Why aren't there set of maintenance scripts? There are documentations with script snippets on knowledgebase... But why aren't there official maintenance tools?
    And, where is a book? There are documentations that explain what dispatcher is, what repository is, how to develop custom components, how to configure repositories, ... etc. But why isn't there a book that covers architecture for production site, application development practices, maintenance know-hows?
    Does this all mean that Adobe does not care for CQ, and it will not pursue CQ as a viable technology stack for ADEP WEM? (which will be an excellent news by the way).
    Or is it Adobe's scheme to monetize support  (less publicaly available documents/books.. more support tickets)?

  • Host getting exit from Maintenance mode automatically

    Hi all,
    I have placed a ESXi 5.1 update 2 host into maintenance mode for host upgrade.
    After sometime, the host got exit from maintenance mode automatically ( Exit maintenance mode initiated by System).
    Have anyone faced this issue??
    Any solution/fix for this ...
    Please let me know.

    In order to uninstall a possibly unwanted extension, please do the following:
    #From the Firefox window click the Firefox button at the top left and select ''Add-ons'', or, if the Firefox button is not shown, click the ''Tools'' menu and click ''Add-ons''.
    #Once the Add-on Manager has opened in a new tab, click the ''Extensions'' button on the left side of the window.
    #You should now see a list of your installed extensions on the right side together with buttons on the right side of each extension.
    #To remove an extension from Firefox, simply click the ''Remove'' button. You should see a message that informs you about the successful removal of the add-on.
    #Note that some add-ons require a Firefox restart to be removed completely. To perform a Firefox restart after the add-on removal, click the ''Restart now'' link in the message.
    You can find further information about uninstalling extensions in the following articles:
    [[Disable or remove Add-ons]]
    [[Remove a toolbar that has taken over your Firefox search or home page]]

  • I need to get away from iphoto.   I use pixelmator for editing almost exclusively.  I have a Sony disc hx200v camera and a Kodak.   I will need to know if my cameras (on mac) will be seamlessly supported and how to get all my existing photos safely to lig

    I have several questions.   iPhoto does not meet my needs.    I would use lightroom mainly for organization and downloading photos from my camera cards.   My cameras are Sony disc-hx200v and a little Kodak  I will need to know if they are fine with light room.  Also I use pixelmator for photo editing and likely will use iskysoft dvd maker for mac to create my dvds once edited.      I am desperate to find a way to make my work flow work.   i.e.   I need to get photos somewhere on my mac,  in this case it would be lightroom then I need to edit them in lightroom and pixelmator,  then be able to get that  album/slideshow/folder whatever you call it Into the dvd maker to voiceover and finish the project.      It looks like aperture would have been more to my taste but they are
    also taking that away.   Yeah!  Go Apple.   About all I will have left of use is an operating system and mail.     Will appreciate any help.  I am 73 and doing dvd's for Amazon so I really can't afford any more programs that are snatched away and learning curves that change every 6 months. 

    Are you shooting in raw or jpeg?
    I’m not sure there is raw support for your Sony model and you don’t say which Kodak you have. But for jpegs Lightroom will normally work.
    For your existing photos it would usually be necessary to export versions to the desktop or create new folders in Finder. Those duplicates will contain the editing adjustments you have already made and can be imported into Lightroom using “Add” in the import dialog.
    I would suggest you download Lightroom and use it free for 30 days. You can then test it to ensure it meets your needs. You can download from this link:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5856

  • I had a disc of pictures in my imac and tried to update the software to 10.9, after realizing the disc was in there i ejected it and now its stuck on the os x page. any info of how to get away from that screen and onto my normal pages?

    i tried to update my software to 10.9 and forgot i had a disc of pictues in the computer. i stopped the istall as it was trying to go onto the disc of pictures. now its stuck on the os x page and i cant get it to my home screen. can anyone help?

    I'm not really sure what you mean by "the os x page". It sounds like the installation did not complete.
    I would try this:
    hold down the power button until the computer shuts down
    take out the disk with the pictures!
    restart and see if it will boot up
    if it boots up normally, I'd probably try to repair your HD: Boot into your recovery partition (hold down ⌘R at restart until you see the Apple symbol), go to Disk Utility, and repair your hard drive. While you're there, repair permissions too. OSX Tips Using the Recovery HD
    Then I'd try to reboot and run the installer again. I think it's a good idea to do the installation in safe mode : Mac OS X: What is Safe Boot, Safe Mode? .
    if it won't boot up normally, I'd try booting from the recovery partition and repairing your HD.
    if it won't boot into the recovery partition, your options are:
    Try to repair your hard drive with internet recovery: OS X: About OS X Recovery
    If you have access to another (working) Mac and a USB thumb drive, download Recovery Disk Assistant, which you can use to repair your hard drive or reinstall OSX: OS X: About Recovery Disk Assistant
    Try to boot into single user mode and repair your hard drive: Repair Your Hard Disk in Single User Mode | Everything Macintosh

  • HT1414 get media from recovery mode

    How can I get my media off my iphone before accessing the recovery mode?

    If the iPhone is not accessible, you are unable to sync the iPhone with iTunes and unable to import photos/videos from the Camera Roll with your computer, you can't.

  • HT202213 Can't get music from shared library onto my iPod?

    I have managed to set up home sharing, and I can see the shared library when I'm in my iTunes account, but I cannot transfer stuff from that library to my iPod.  I'm using a PC, the library I'm sharing is on a Mac, and I'm trying to get music onto an iPod Nano.  Any help?

    More on this issue. So I see songs in my Music library, but when I try to move them over to either my created playlist on the device or under the playlist it show the circle with the line through it, not allowing me to move it.
    Thanks in advance for any help.

  • Cant get back from disk mode (ipod classic)

    my ipod is in disk mode but doesn't come back to normal mode. Itunes doesnt download the software. what can i do?

    B-Rock, Sorry, I've finish my weekly backlog clearing, hope you dont mind me joining in.
    Hinnakb, we are having trouble understanding your problem, from your Response
    Start what download?
    Install what and where?
    What notification?
    What problem occured?
    hinnakb
    . When I connect it to itunes i have to start a download, but its not possible to install it, then there comes a notification, that a problem occured.
    By Disk Mode, do you mean getting this symbol?

  • HT201363 I'm  a snowbird (I live in Florida during the winter to get away from the cold up North) I want to access my I pod on this computor for  Music when I'm in Florida.

    I need help on geting my I Pod to work on my computor in my winter home computor in Florida. I plug in my I pod and get nothing on my Florida computor.
    How can I listen to musice on this computor.?

    You must create the account using an Apple device, a Mac (Lion or greater) or an IOS device (IOS5 or greater). Having done that you will be able to sign in from your Windows machine.
    FYI, iCal is an application that can display calendars from iCloud (and others) it is not a calendar itself, merely a calendar client. In Windows Outlook is the calendar client.

  • While restoring my iphone3gs it shows error(-1) and cant get out from restore mode,kindly suggest me??

    Kindly suggest me how can i get out of the restore mode bcoz whenever i want to do it it shows error (-1) before complition....

    Try:
    - Powering off and then back on your router.
    - Anything else here
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - Try on another computer/network
    - Wait if it is an Apple problem

Maybe you are looking for

  • Layout Set: How to add a new field in a layout Set?

    Hi ABAPPERS. Question: How can I add a new field in a layout set? Scenario: QC21 uses a global Layout Set ZQMECOA_GLOBAL. There's a field required in this Layout Set which is Production Date(CAUFVD-GLTRP). Where is the date query happening here? Wher

  • Error after CU2 (11.5.10.2) patch applied

    Hi, we installed 11.5.10 and applied CU2. after running the .env file in application side and if you run any command at command prompt it is displying the following error "error while loading shared libraries: librt.so.1: cannot open shared object" P

  • Applet and appletviewer with j2se1.4.1,  IE6 and  XP

    I just install j2sdk1.4.1 on my computer but when I run old applet that I did with appletviewer the program don't run properly (He don't handle mouse event, repain()) .When I run the same program on IE6 it run properly. Also when I run some old apple

  • Relavance of assistant class in Webdynpro ABAP.

    When we can create a object for a class in the attributes tab of the component controller and acess the methods of the class directly, why do we need a assistant class.?? Moderator message : Search for available information, post the question in Web

  • Can I set-up exact same firefox in looks and function on both office and home pc's?

    I would like to "clone" my office firefox on my home pc so that I would be looking at the same view and capabilities in both pc's. This is possible with my Yahoo and Yahoo Mail login sites.