Trying to narrow down a UNIONed query

I've compared 2 tables using MINUS. There should have been no difference. Since there was, I used UNION to display the corresponding rows between both tables. Now, in my result set, I have to search through many rows that don't have correspondents to find rows that do.
Basically how do I narrow the UNION query down so that only the corresponding pair rows that have differences in their columns show up? I'm trying to use the primary key which is a combination of the first 5 columns. My query looks like this:
select
TRADE_DATE, ORDER_ROUTE_UID, ORDER_ENTRY_DATE, LEG_NBR, GROUP_SEQ_NBR,
AFFL_FIRM_GROUP_ID, REC_CREAT_DATE
from ors_firm_affl_hist@MSS_JOBS_HISTP01_LINK01.WORLD
union
select
TRADE_DATE, ORDER_ROUTE_UID, ORDER_ENTRY_DATE, LEG_NBR, GROUP_SEQ_NBR,
AFFL_FIRM_GROUP_ID, REC_CREAT_DATE
from ors_firm_affl_hist;
How can I use TRADE_DATE, ORDER_ROUTE_UID, ORDER_ENTRY_DATE, LEG_NBR, GROUP_SEQ_NBR in order to have the query display only the rows that have correspondents in the other table as opposed to rows that just aren't in either table?

Not sure if this meets your requirements;
SQL> with t1 as (
   select 'jon' first_name, 'smith' last_name, 'j' middle_init from dual union all
   select 'tom', 'a', 'a' from dual union all
   select 'bob', 's', 's' from dual union all
   select 'Stan', 'm', 'l' from dual union all
   select 'Kyle', 'b', 'r' from dual union all
   select 'Kenny', 'm', 'r' from dual union all
   select 'Eric', 'c', 'c' from dual),
     t2 as (
   select 'jon' first_name, 'smith' last_name, 'p' middle_init from dual union all
   select 'tom', 'a', 'l' from dual union all
   select 'bob', 's', 'j' from dual union all
   select 'Stan', 'm', 'l' from dual union all
   select 'Kyle', 'b', 'r' from dual union all
   select 'Kenny', 'm', 'r' from dual union all
   select 'Eric', 'c', 'c' from dual)
   select 'T1' source, first_name, last_name, middle_init from t1
   minus
   select 'T1' source, first_name, last_name, middle_init from t2
union all
   select 'T2' source, first_name, last_name, middle_init from t2
   minus
   select 'T2' source, first_name, last_name, middle_init from t1
order by 2,3,1
SO FIRST LAST_ M
T1 bob   s     s
T2 bob   s     j
T1 jon   smith j
T2 jon   smith p
T1 tom   a     a
T2 tom   a     l
6 rows selected.

Similar Messages

  • System has had two panic attacks -trying to narrow down were the issue is , if its software or hardware.

    Had two panic attacks the first on 12/01/2014, the other 12/02/2014.
    Both times have happened when  starting up from shutdown.
    The message is:
    When your computer spontaneously restarts or displays "Your computer restarted because of a problem."
    System - 2010 MacBook  Pro ,2.66 GHz Intel Core I7
    8 GB memory 1067 MHz DDr3 OWC
    OS X 10.9.5 (13F34)
    Build 6.2
    On 11/29/2014 installed a Logitech K750 wireless keyboard, along with their software. Could not get  F3 key to work. On 11/30/2014 uninstalled everything.
    The next day the panic attacks started. 
    In the "Problem Details and System Configuration" report do not see the term “machine check” so I do not think its hardware issue,but do not know if it can be ruled out.
    Trying to narrow down were the issue is , if its software or hardware.

    Hello Esuared
    Looked at the the reports and could not  decipher them. will attach both of them.  Thanks for your rely .
    Mon Dec  1 14:58:41 2014
    panic(cpu 2 caller 0xffffff80132dc43e): Kernel trap at 0xffffff801364c77e, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x000000010a2ab418, CR3: 0x0000000015ed6000, CR4: 0x00000000000206e0
    RAX: 0xffffff8028ef57c0, RBX: 0xffffff8013903638, RCX: 0xffffff8013869010, RDX: 0xffffff80252e4cf0
    RSP: 0xffffff811f5c3c80, RBP: 0xffffff811f5c3ca0, RSI: 0xffffff8013903638, RDI: 0xffffff8028ef5740
    R8:  0x0000000000000050, R9:  0xffffff8013801910, R10: 0x00000000000003ff, R11: 0xffffffffffffffff
    R12: 0xffffff7f939ac54e, R13: 0xffffff8029e25200, R14: 0x0000000000000000, R15: 0xffffff8028ef5740
    RFL: 0x0000000000010282, RIP: 0xffffff801364c77e, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x000000010a2ab418, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8115f38df0 : 0xffffff8013222f79
    0xffffff8115f38e70 : 0xffffff80132dc43e
    0xffffff8115f39040 : 0xffffff80132f3976
    0xffffff8115f39060 : 0xffffff801364c77e
    0xffffff811f5c3ca0 : 0xffffff7f939878f3
    0xffffff811f5c3cf0 : 0xffffff7f9398772e
    0xffffff811f5c3d50 : 0xffffff7f93987c20
    0xffffff811f5c3dc0 : 0xffffff7f93975d0e
    0xffffff811f5c3e00 : 0xffffff7f9397fc5e
    0xffffff811f5c3e40 : 0xffffff8013695719
    0xffffff811f5c3ea0 : 0xffffff8013694f2a
    0xffffff811f5c3f30 : 0xffffff80136910b9
    0xffffff811f5c3f70 : 0xffffff8013696033
    0xffffff811f5c3fb0 : 0xffffff80132d7607
          Kernel Extensions in backtrace:
             com.apple.iokit.IOHIDFamily(2.0)[56DC13A6-5EE7-3089-9449-D5E3A8186C90]@0xffffff 7f93972000->0xffffff7f939e2fff
                dependency: com.apple.driver.AppleFDEKeyStore(28.30)[2A8A5F6B-0A7C-33A0-8E5B-4C10F646EC4F]@ 0xffffff7f93886000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    Kernel UUID: 9477416E-7BCA-3679-AF97-E1EAAD3DD5A0
    Kernel slide:     0x0000000013000000
    Kernel text base: 0xffffff8013200000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 55883008713
    last loaded kext at 50711244127: com.Logitech.Unifying.HID Driver 1.3.1 (addr 0xffffff7f94a89000, size 94208)
    loaded kexts:
    com.Logitech.Unifying.HID Driver 1.3.1
    com.Logitech.Control Center.HID Driver 3.9.1
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleUSBCDC 4.2.1b5
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AGPM 100.14.34
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AppleHDAHardwareConfigDriver 2.6.3f4
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f3
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleIntelHDGraphics 8.2.4
    com.apple.GeForceTesla 8.2.4
    com.apple.iokit.IOBluetoothUSBDFU 4.2.7f3
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleBacklight 170.4.11
    com.apple.nvidia.NVDAStartup 8.2.6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleIntelHDGraphicsFB 8.2.4
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyEventDriver 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.driver.AppleIRController 325.7
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBUHCI 656.4.1
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.security.quarantine 3
    com.apple.nke.applicationfirewall 153
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.iokit.IOSurface 91.1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.IOBluetoothHIDDriver 4.2.7f3
    com.apple.iokit.IOBluetoothFamily 4.2.7f3
    com.apple.kext.triggers 1.0
    com.apple.driver.AppleUSBMultitouch 240.10
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.7
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 7
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x85F7, 0x483634353155363446373036364700000000
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x85F7, 0x483634353155363446373036364700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Internal Memory Card Reader
    USB Device: Hub
    USB Device: USB Receiver
    USB Device: IR Receiver
    USB Device: Built-in iSight
    Thunderbolt Bus:
    Tue Dec  2 10:16:56 2014
    panic(cpu 3 caller 0xffffff800e2dc43e): Kernel trap at 0xffffff800e64c77e, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000102130000, CR3: 0x0000000010ed6000, CR4: 0x00000000000206e0
    RAX: 0xffffff8024096c80, RBX: 0xffffff800e903638, RCX: 0xffffff800e869010, RDX: 0xffffff8020324cf0
    RSP: 0xffffff811aa8bc80, RBP: 0xffffff811aa8bca0, RSI: 0xffffff800e903638, RDI: 0xffffff8024096c40
    R8:  0x0000000000000000, R9:  0x00000000000003b6, R10: 0x00000000000003ff, R11: 0xffffffffffffffff
    R12: 0xffffff7f8e9ac54e, R13: 0xffffff8023fc5c00, R14: 0x0000000000000000, R15: 0xffffff8024096c40
    RFL: 0x0000000000010282, RIP: 0xffffff800e64c77e, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x0000000102130000, Error code: 0x0000000000000000, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8110f8ddf0 : 0xffffff800e222f79
    0xffffff8110f8de70 : 0xffffff800e2dc43e
    0xffffff8110f8e040 : 0xffffff800e2f3976
    0xffffff8110f8e060 : 0xffffff800e64c77e
    0xffffff811aa8bca0 : 0xffffff7f8e9878f3
    0xffffff811aa8bcf0 : 0xffffff7f8e98772e
    0xffffff811aa8bd50 : 0xffffff7f8e987c20
    0xffffff811aa8bdc0 : 0xffffff7f8e975d0e
    0xffffff811aa8be00 : 0xffffff7f8e97fc5e
    0xffffff811aa8be40 : 0xffffff800e695719
    0xffffff811aa8bea0 : 0xffffff800e694f2a
    0xffffff811aa8bf30 : 0xffffff800e6910b9
    0xffffff811aa8bf70 : 0xffffff800e696033
    0xffffff811aa8bfb0 : 0xffffff800e2d7607
          Kernel Extensions in backtrace:
             com.apple.iokit.IOHIDFamily(2.0)[56DC13A6-5EE7-3089-9449-D5E3A8186C90]@0xffffff 7f8e972000->0xffffff7f8e9e2fff
                dependency: com.apple.driver.AppleFDEKeyStore(28.30)[2A8A5F6B-0A7C-33A0-8E5B-4C10F646EC4F]@ 0xffffff7f8e886000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    Kernel UUID: 9477416E-7BCA-3679-AF97-E1EAAD3DD5A0
    Kernel slide:     0x000000000e000000
    Kernel text base: 0xffffff800e200000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 49412724207
    last loaded kext at 48868816195: com.apple.filesystems.autofs 3.0 (addr 0xffffff7f8fa8d000, size 45056)
    loaded kexts:
    com.Logitech.Unifying.HID Driver 1.3.1
    com.Logitech.Control Center.HID Driver 3.9.1
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleHDAHardwareConfigDriver 2.6.3f4
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AGPM 100.14.34
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f3
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleIntelHDGraphics 8.2.4
    com.apple.iokit.IOBluetoothUSBDFU 4.2.7f3
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleBacklight 170.4.11
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.nvidia.NVDAStartup 8.2.6
    com.apple.driver.AppleIntelHDGraphicsFB 8.2.4
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.driver.AppleUSBTCKeyEventDriver 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.driver.XsanFilter 404
    com.apple.BootCache 35
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBUHCI 656.4.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.security.quarantine 3
    com.apple.nke.applicationfirewall 153
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSurface 91.1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.IOBluetoothHIDDriver 4.2.7f3
    com.apple.iokit.IOBluetoothFamily 4.2.7f3
    com.apple.driver.AppleUSBHIDKeyboard 170.15
    com.apple.driver.AppleHIDKeyboard 170.15
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.driver.AppleUSBMultitouch 240.10
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.7
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 7
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0

  • How can I narrow down what's causing CRC errors over internet downloads?

    I'm trying to determine if its something wrong with my hardware configuration, my software or my actual internet connection that is giving me trouble.  
    Recently with my new build I am noticing all my downloads being large or small ending up either not fully downloaded or just full with CRC errors.  
    I'm not even sure where to begin as I've been trying to troubleshoot this for a few days and it just seems to keep getting worse.  
    My initial problem was the new nforce ide drivers that didn't quite gel with my optical drives.  I ended up unstalling the ide drivers and my optical drives worked correctly again.  (problem with optical drive was when you put a dvd writer (lite on 411s) in the system would freeze and not play the movie until the disk was ejected - then everything would return to normal)
    After trying to find a fix or someway to get the drivers to work I started to notice I had trouble downloading large files off news servers.  For the past 3 days I just downloaded random stuff that looked to be complete as in all the files were there with pars.  I download the files and the winrar gives me crc errors and the pars say the files are incomplete.  
    Then I start to try to download any large file off the internet - game demos mostly off gamespy.com and the downloads just stop midway.  
    All these problems just started to add up and I'm having a hard time trying to narrow down and knock off what it is and what not.  
    Basically to start is there a way I can see if it's something related to my ide drivers, aspi drivers, internet connection, cable problem etc.  Please help, it's driving me nuts.  =)
    System
    AMD 64 3000+
    PQI Turbo 1 gig
    Neo K8n Platinum (Bios 1.4)
    Lite on DVD
    Lite on 411s DVD writer
    PNY 6800GT
    Antec 420 TruPower (20amps on 12v)
    Audigy 2
    Help me please..  

    Are you running xp sevice pack 2?  I was having issues with having to refresh my browser several times to get a page to load,   and downloads sometimes stopped.
    I downloaded the following sp2 patch from microsoft and it fixed the refresh issues,
    http://www.winnetmag.com/windowspaulthurrott/Article/ArticleID/44014/windowspaulthurrott_44014.html
    If you are browsing while the download runs,  it could be sp2's new 10 connection limit.   I tweaked it to 50 connections and fixed ie stalling when loading long forum pages with alot of signatures present.  (I tweaked it with xp-anti spy)
    Can you tell Im guessing?
    Possibly a bad ide or sata cable?
    Have you tried running memtest to test for errors?   I prefer goldmemory as I believe it is more sensitive to errors with an a64.   It found errors memtest didnt.
    This system is giving you a much harder time than it should.  Maybe you have a flaky board or memory errors.
    good luck at any rate.  (p.s. its 3 am here,  couldnt sleep,  prob not making alot of sense at this point.  lol)

  • Taking long time to get the data while trying to drill down the freechar's

    hi experts,
    i have a query on 0sd_c03, in this query PLANT and SALES ORG. are in free characteristics, whenever i am trying to drill down the plant or sales organization it is taking lot of time to retrieve the data.
    what is the problem,
    give me suggestions to solve this problem.
    thanks in advance,
    venkat

    From RSA1 double click on the infoobjects. Goto Business Explorer tab
    For the option Query Execution Filter Val. Selection select Only posted values for navigation
    Try whether thsi setting solves your problem

  • View using Union Query

    All,
    How to create a view using a union query in sql developer. I tried doing but when i check the syntax I got an error
    "The SQL syntax is valid, however the query is invalid or uses functionality that is not supported.
    Declarative query support does not currently include UNION, INTERSECT or MINUS"
    Could some one help me out
    Regards

    792011 wrote:
    All,
    How to create a view using a union query in sql developer. I tried doing but when i check the syntax I got an error
    "The SQL syntax is valid, however the query is invalid or uses functionality that is not supported.
    Declarative query support does not currently include UNION, INTERSECT or MINUS"
    Could some one help me outuse different/upgraded client since UNION is valid SQL

  • Prompts for Combine similar request (Union query)

    I have been given 5 tables for creating one report out of each table. I created aliases and
    necessary self joins. I now need a summaryreport that combines these five tables. I tried the
    "combine similar request" and the report functions fine. Now I have to create two prompts, one for
    country and one for job. These are fields available in 4 tables and have the same format alongwith
    the same datatypes. Please help me with this.
    Table 1 Report A
    Table 2 Report B
    Table 3 Report C
    Table 4 Report D
    Table 5 Report E
    Table 1 - Table 4 contains Country and Job field which is of the same format and datatype.
    Table 5 does not have these and its not necessary for us to prompt this.
    This has no star schema setup and I am not in a position to get it done as well. I considered each
    table to be a fact table and created aliases, selfjoins etc. Please help with the procedure to
    create the two dashboard prompts. If I choose USA then the first four amongst the union queries
    should reflect data for the USA. The same applies for Job.

    Hello
    Thanks for the reply.
    My problem here is that I have 5 different tables with country fields in them. They are of the same format and datatype but there is no join between these tables. If I choose one Country field from any particular table, then the combine similar request doesnt seem to take it for other queries where the fields come from a different table.
    eg.
    Table 1 - table 5 have country fields
    I choose to create a prompt based on Country from Table 1. The union query doesnt seem to reflect on filtering values on the queries from other tables. It would filter only the values from table 1.
    Please let me know as to what can be done!

  • Drill Down problem is query

    Hi,
    We are having a query based on a MultiProvider having a cube and a DSO. The query returns results without any problem.
    But, the moment we try to drill down by a few of the navigational attributes of a particular characteristic, the drill down takes forever.
    We had the "posted value" settings for the navigational attributes originally; we have also tried with the " master data" option, but,that did not help.
    At the backend, for the above mentioned navigation, we see an index scan happening on the DSO. We could perhaps try creating indices on the fields that the users are trying to drill down by. But, this will not be a good option as we have keep guessing all such fields that they might be using and cause an additional overhead.
    Incidentally,the same navigation used to yield results in 10 s sometime back before there was an application of an Oracle patch. It has stopped working as earlier ever since this was done. Our basis team has looked into the issue but they dis not find anything different at the database side due to this.
    I have been looking through the forum to check if I can see anything related but I have not come across any solution that relates directly to this problem so far.
    Any input on this is much appreciated.
    Thank You,
    Anjana

    Hi Anjana,
    Check your DSO setting was checked for SID generation upon activation or not. If it unchecked then your report will run very long time because of no indexes.
    Try your report with the fields you are drill down indefault view and see how much time report is running. So you will know whether it is dril down problem or huge data problem. Try to keep as many as filters as per user.
    Thanks.

  • When I click to open firefox it says that "firefox is already running but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system" and I've tried to shut down and restart my computer but it keeps

    when i click to open firefox it says that "firefox is already running but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." and I've tried to shut down and restart my computer but it keeps showing the same message. I've even uninstalled Firefox and then reinstalled in the hopes that the problem would be solved but it this message is still popping up. What can I do to solve this problem?
    == This happened ==
    Just once or twice
    == I was on facebook trying to upload pictures yesterday. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.1)

    Do you have a profile lock file in your profile folder? If so, delete it and see if TB runs properly:
    http://kb.mozillazine.org/Profile_in_use#Remove_the_profile_lock_file

  • This just started happening.. I open Itunes and the little round rainbow loading indicator just goes on and doesnt stop.. My itunes wont function.. It gets stuck. Then i have to force quit.. I tried to shut down and restart. also reloaded the latest itune

    This just started happening.. I open Itunes and the little round rainbow loading indicator just goes on and doesnt stop.. My itunes wont function.. It gets stuck. Then i have to force quit.. I tried to shut down and restart. also reloaded the latest itune 11.1.3 and it still gets stuck.
    i use an external HD and thats fine.. all files are in there.  But I have no idea why my itunes app is getting stuck.
    Am I the only person this is happening to? What can I do to correct this problem?

    Hi marlonbnyc!
    This article will help provide some basic troubleshooting steps that will serve as a guide for you to resolve this issue:
    Mac OS X: How to troubleshoot a software issue
    http://support.apple.com/kb/ht1199
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • My screensaver seems to be freezing and I can't access Safari. I've tried restarting/shutting down and that doesn't work. Any ideas to help?

    My screensaver seems to be freezing and I can't access Safari. I've tried restarting/shutting down and that doesn't work. Any ideas to help?

    Which OS X is installed on your Mac ?
    Click the Apple () menu top left in your screen. From the drop down menu click About This Mac. The version is noted there.
    Troubleshooting advice can depend on that information.

  • 'Driver]Parameter missing' Error while trying to pass parameter to MS query & Return Data to Microsoft Excel

    I am trying to set up a parameter query using ODBC-Microsoft Query
    to BMC Remedy The ODBC connection is "AR System ODBC Data Source".
    I want to pass a parameter to modified date field and get all the remedy tickets for which the modified date is<= to the passed parameter date.
    So in MS query, SQL- 
    the query looks like
     WHERE ("Trouble Ticket"."Create Date">={ts '2014-10-01 00:00:00'}) AND ("Trouble Ticket"."Modified-date"<=?)
    I am getting the data fetched from database in the MS query window, but unfortunately
    When I click File-Return Data to Microsoft Excel, its showing an error: Driver]Parameter missing
    I set the connection properties- parameter-Prompt for value using the following string.
    Please help

    Hi,
    Based on the error message, I recommend we try the suggestion: Replace all "..."  with [...]
    http://www.pcreview.co.uk/forums/error-parameter-query-odbc-remedy-bmc-software-com-t3232964.html
    Then, if you want to connect the Remedy's oracle database, please see the thread:
    http://www.tek-tips.com/viewthread.cfm?qid=1123112
    We may try the workaround: Write an Excel macro which connects to the database and fetch the data based on the SQL query.
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If you have further question about write macro, I recommend you post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • I am unable to to upload more than one photo at a time. I have tried to hold down the shift key

    I am unable to upload more than one photo.  I have tried to hold down the shift key and highlighting the remaining photos. 

    If you are using the Internet Explorer (IE) browser than you will only be able to upload one file at a time. This is per browser design by Microsoft. If you want to upload multiple files than use another browser such as Firefox or Chrome.
    If you are not using IE and are seeing this issue then please share which OS version and browser version you are using.

  • How to get Average of a column in UNION query

    Hi All,
    I will try to explain the issue as much as I can and If you need clarification on any piece please let me know.
    So, I have a Union Query with two sets of Criteria.
    The first Criteria Brings the list of Buildings and a set of Measures for it. The second criteria does the same but with a different set of filters.
    No I use a UNION between these both criteria and present them in a Pivot view so that we only have one row per each building. The values in each of the criteria in the UNION query are Summed
    Ex:
    Building
    Metric 1
    Metric 2
    1
    20
    30
    1
    25
    35
    2
    40
    50
    2
    45
    55
    So as I show in the pivot the result is
    Building
    Metric 1
    Metric 2
    1
    45
    65
    2
    85
    105
    Now the issue is with the Grand Total.
    I want the Grand Total to be an Average of the Buildings. So for Metric 1 The Grand Total should be (45+85)/2 because we have two buildings so the answer should be 65.
    How can I get that.
    Bottom Line: Need an Average as the Grand Total when the Aggregation rule on the column is set to Sum.
    we use 11.1.6.10 version

    Hi VJ
    What you are asking is impossible in the pivot table itself as you are asking one part of the pivot table to aggregate via one method, and another to aggregate via another method, on the same column ..
    It can be done using a calculated item. For your example above you'd use the formula ( $1 + $2) / 2.
    .. But thats HIGHLY explicit, and would only work if you KNOW how many buildings will come back in the query.. EVERYTIME.
    Why not restructure the query to combine it into a single query using an combinations of filters with OR in between?

  • I have just recieved a brand new ipod touch 8GB, it wont turn on and it wont either charge or recognise connection through ITunes. I have tried the hold down home and the power button together but no luck. Its absolutely dead, any ideas please ????

    I have just received a brand new IPOD Touch ,it will not turn on, i have connected it to my cmputer, it does not show that its charging and is not recognised in Itunes. I have tried the holding down the power and home buttons which also didnt work. Any Ideas Please ????

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar    

  • My WiFi is down and says ´´No Hardware Installed´´ and I´m not sure how to fix it. I´ve tried shutting it down and pressing P, R, Command, Option, but it only works sometimes, and as a temporary fix. What do I do?

    My WiFi is down and the icon states ´´No Hardware Installed´´. Sometimes the WiFi will come back, but it will shut me out after an hour or two. I´ve tried shutting it down and pressing P, R, Option, Command while turning it on, but it only sometimes works and is a temporary fix. I´m studying abroad and there aren´t apple stores near me. I went in to one before I left, and thought the tech employee had fixed it, but I started to have the same problem here. How can I fix this?

    This worked and solved the problem.
    Reset PRAM.  http://support.apple.com/kb/PH4405
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    If this does not help, contact Apple.
    Best.

Maybe you are looking for

  • How Performance can be improved at  Oracle Database level

    Hi Everyone, Need a suggestion ...... I m managing SAP Landscape of Retail Sector Client. where SAP ERP PRD database size is : 2 TB. at SAP Application Layer .... we have setup five application system to distribute load because around 1200 users work

  • External hard drive suddenly won't mount

    Although I've not had a problem with this drive in the past, it all of a sudden won't mount. It has all my music on and stalled while I was using iTunes, the timer wheel came up and was still the same after 20 minutes so I closed down. Now the drive

  • How to get multiple identities in mail.app in ios7

    Hi, I am trying to get the equivaelent of Thunderbird's identities in mail.app. I can do this on the desktop version. The way to do that there is that you manually enter the smtp information for the other address and then go to mail-> preferences and

  • System.out and System.err

    Hi all, This is a stupid newbie question, but I could not find the answer on the Web site, so here goes: Where do System.out and System.err get written to? I'm trying to deploy some plain-vanilla stateless session beans that do a bunch of println() c

  • Multiple Weblogic nodes on single Windows server  - Dispatcher question?

    Hi All, My experience is with other J2EE web servers (SAP's Netweaver predominantly) and typical installations on this platform include the installation of a dispatcher J2EE node which balances load across potentially multiple J2EE nodes on a single