HELP! TV Tuner (tv@nywhere)

hello everyone:
I have an MSI TV @ nywhere Plus Video Capture, TV Tuner and FM Radio with Remote Control.
The only thing that interests me is to see and hear the TV ...
http://www.pcel.com/mp/54790.html
I use tvtime and can see the TV channels, the problem is i can not hear any sound
In windows 7 x64 i use CyberLink PowerCinema and all works perfect.
This is my card
#lscpi
sale: Multimedia controller: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
i got Archlinux x64, Gnome3, PulseAudio
Can you set tvtime with pulseaudio? someone already has made??
I think it has to do with alsa, because the volume I get 0 and I can not go
Let's see ... I found this http://www.linuxtv.org/wiki/index.php/M … ywhere_A/D apparently is the data from the card I have ...
[user@archlinux ~]$ lspci -vnn
01:00.0 Multimedia controller [0480]: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder [1131:7133] (rev d1)
Subsystem: Micro-Star International Co., Ltd. TV@nywhere Plus [1462:6231]
Flags: bus master, medium devsel, latency 32, IRQ 21
Memory at fe410000 (32-bit, non-prefetchable) [size=2K]
Capabilities: <access denied>
Kernel driver in use: saa7134
Kernel modules: saa7134
--->When I start tvtime salts me this:
[user@archlinux ~]$ tvtime
Ejecutando tvtime 1.0.2.
Leyendo la configuración de /etc/tvtime/tvtime.xml
Leyendo la configuración de /home/user/.tvtime/tvtime.xml
mixer: Can't open device /dev/mixer, mixer volume and mute unavailable.
Screenshots
https://plus.google.com/photos/10228077 … y_bX2cf0Jw
thanks for help
Last edited by elcarlosgr83 (2012-01-14 15:49:44)

Quite a few hits on google for "mixer: Can't open device /dev/mixer, mixer volume and mute unavailable."
Have a look at:
https://bugs.launchpad.net/ubuntu/+sour … bug/613809
https://bugs.launchpad.net/ubuntu/+sour … bug/650693
They relate to ubuntu packages but maybe helpful.

Similar Messages

  • HELP TO TUNE THIS QUERY

    Hi,
    I'm using below query in procedure.It's taking more more time can some one help to tune this query or advice to rewrite the query.
    Databse :10.1
    SELECT   'Reading Comprehension' TEST_NAME,T.TEST_END_DATE TEST_SESSION_DATE,
            C.POOL_VERSION_ID, I.CREATED_ON POOL_CREATED_DT,
            C.ITEM_ID, C.ITEM_RESPONSE_ID, S.STUDENT_ID_PK, C.RESPONSE_KEY, C.IS_CORRECT RESPONSE_IS_CORRECT,
            T.SCORE SCALE_SCORE, C.RESPONSE_DURATION, P.ITEM_KEY,
            T.TEST_SESSION_DETAIL_ID, SYSDATE CREATED_ON
           -- BULK COLLECT INTO TV_PSYCHO_DET
            FROM
            CAT_ITEM_PARAMETER P, CAT_ITEM_USER_RESPONSE C, TEST_SESSION_DETAIL T,
            TEST_SESSION S, ITEM_POOL_VERSION I, TEST_DETAIL D
            ,INSTITUTION E
            WHERE  TRUNC(T.TEST_END_DATE) BETWEEN TO_DATE('01-11-09','dd-mm-yy') AND TO_DATE('30-11-09','dd-mm-yy')
            AND D.TEST_NAME =  'Reading Comprehension'
            AND T.TEST_SESSION_STATUS_ID = 3
            AND I.POOL_AVAILABILITY='Y'
            AND P.PRETEST=0 AND C.RESTART_FLAG=0
            AND T.TEST_DETAIL_ID = D.TEST_DETAIL_ID
            AND S.TEST_SESSION_ID = T.TEST_SESSION_ID
            AND C.TEST_SESSION_DETAIL_ID = T.TEST_SESSION_DETAIL_ID
            AND S.INSTITUTION_ID=E.INSTITUTION_ID
            AND SUBSTR(E.INSTITUTION_ID_DISPLAY,8,3) <> '000'
            AND I.ITEM_ID = C.ITEM_ID
            AND P.ITEM_ID = I.ITEM_ID;expln plan
    Plan hash value: 3712814491                                                                                                      
    | Id  | Operation                                 | Name                        | Rows  | Bytes | Cost (%CPU)| Time     | Pstart|
    Pstop |                                                                                                                          
    |   0 | SELECT STATEMENT                          |                             | 50857 |  7151K| 93382   (1)| 00:18:41 |       |
          |                                                                                                                          
    |*  1 |  FILTER                                   |                             |       |       |            |          |       |
          |                                                                                                                          
    |*  2 |   HASH JOIN                               |                             | 50857 |  7151K| 93382   (1)| 00:18:41 |       |
          |                                                                                                                          
    |   3 |    PARTITION HASH ALL                     |                             |  2312 | 23120 |    25   (0)| 00:00:01 |     1 |
        5 |                                                                                                                          
    |*  4 |     TABLE ACCESS FULL                     | CAT_ITEM_PARAMETER          |  2312 | 23120 |    25   (0)| 00:00:01 |     1 |
        5 |                                                                                                                          
    |*  5 |    HASH JOIN                              |                             | 94938 |    12M| 93356   (1)| 00:18:41 |       |
          |                                                                                                                          
    |*  6 |     TABLE ACCESS FULL                     | ITEM_POOL_VERSION           |  9036 |   132K|    30   (0)| 00:00:01 |       |
          |                                                                                                                          
    |*  7 |     TABLE ACCESS BY GLOBAL INDEX ROWID    | CAT_ITEM_USER_RESPONSE      |     9 |   279 |    18   (0)| 00:00:01 | ROWID |
    ROWID |                                                                                                                          
    |   8 |      NESTED LOOPS                         |                             | 45349 |  5270K| 93325   (1)| 00:18:40 |       |
          |                                                                                                                          
    |*  9 |       HASH JOIN                           |                             |  4923 |   423K| 11377   (1)| 00:02:17 |       |
          |                                                                                                                          
    |* 10 |        INDEX FAST FULL SCAN               | INSTI_ID_NAME_COUN_DISP_IDX |  8165 |   111K|    18   (0)| 00:00:01 |       |
          |                                                                                                                          
    |* 11 |        HASH JOIN                          |                             |  4923 |   355K| 11359   (1)| 00:02:17 |       |
          |                                                                                                                          
    |* 12 |         TABLE ACCESS BY GLOBAL INDEX ROWID| TEST_SESSION_DETAIL         |  4107 |   148K|  6804   (1)| 00:01:22 | ROWID |
    ROWID |                                                                                                                          
    |  13 |          NESTED LOOPS                     |                             |  4923 |   278K|  6806   (1)| 00:01:22 |       |
          |                                                                                                                          
    |* 14 |           INDEX RANGE SCAN                | TEST_DETAIL_AK_1            |     1 |    21 |     2   (0)| 00:00:01 |       |
          |                                                                                                                          
    |* 15 |           INDEX RANGE SCAN                | TEST_SESSION_DETAIL_FK2_I   | 39737 |       |   102   (0)| 00:00:02 |       |
          |                                                                                                                          
    |  16 |         PARTITION HASH ALL                |                             |  1672K|    25M|  4546   (1)| 00:00:55 |     1 |
        5 |                                                                                                                          
    |  17 |          TABLE ACCESS FULL                | TEST_SESSION                |  1672K|    25M|  4546   (1)| 00:00:55 |     1 |
        5 |                                                                                                                          
    |* 18 |       INDEX RANGE SCAN                    | CAT_ITEM_USER_RESP_IDX1     |    18 |       |     3   (0)| 00:00:01 |       |
          |                                                                                                                          
    Predicate Information (identified by operation id):                                                                              
       1 - filter(TO_DATE('01-11-09','dd-mm-yy')<=TO_DATE('30-11-09','dd-mm-yy'))                                                    
       2 - access("P"."ITEM_ID"="I"."ITEM_ID")                                                                                       
       4 - filter("P"."PRETEST"=0)                                                                                                   
       5 - access("I"."ITEM_ID"="C"."ITEM_ID")                                                                                       
       6 - filter("I"."POOL_AVAILABILITY"='Y')                                                                                       
       7 - filter(TO_NUMBER("C"."RESTART_FLAG")=0)                                                                                   
       9 - access("S"."INSTITUTION_ID"="E"."INSTITUTION_ID")                                                                         
      10 - filter(SUBSTR("E"."INSTITUTION_ID_DISPLAY",8,3)<>'000')                                                                   
      11 - access("S"."TEST_SESSION_ID"="T"."TEST_SESSION_ID")                                                                       
      12 - filter(TRUNC(INTERNAL_FUNCTION("T"."TEST_END_DATE"))>=TO_DATE('01-11-09','dd-mm-yy') AND "T"."TEST_SESSION_STATUS_ID"=3   
                  AND TRUNC(INTERNAL_FUNCTION("T"."TEST_END_DATE"))<=TO_DATE('30-11-09','dd-mm-yy'))                                 
      14 - access("D"."TEST_NAME"='Reading Comprehension')                                                                           
      15 - access("T"."TEST_DETAIL_ID"="D"."TEST_DETAIL_ID")                                                                         
      18 - access("C"."TEST_SESSION_DETAIL_ID"="T"."TEST_SESSION_DETAIL_ID")                                                         
    43 rows selected.Edited by: user575115 on Dec 18, 2009 12:31 AM

    When you see something like ...
       7 - filter(TO_NUMBER("C"."RESTART_FLAG")=0)                                                                                    It means that Oracle had to do a conversion for you since you aren't using the proper data type in your query.
    That would mean IF there is an index on that column, it won't be useable...

  • Urgent help to tune sql

    Hi Team,
    Could u pls help me tune this query.I have generated explain plan.pls look into it
    select distinct cust.id customer_id, addr.addrfirstname||' '||addr.addrsurname cust_name,sub.substypename cust_type,
    addr.addrbigcity city, reverse(substr(reverse(ms.name),instr(reverse(ms.name),'-')+1)) cluster_name,
    pro.provincename state,mst.name circle,addr.addrpostcode pincode,
    decode(dev.serial_number,null,'NA',dev.serial_number) SC_SR_NO,hm.description model_desc1,
    dev1.serial_number STB_SR_NO,
    hm1.description model_desc2,
    ds.description dev_status,
    to_char(suh.real_date,'mm/dd/yyyy') activation_date,
    to_char(fa.prepaid_end_date,'mm/dd/yyyy') prepaid_end_date,
    to_char(fa.PREPAID_DISCONNECT_DATE,'mm/dd/yyyy') PREPAID_DISCONNECT_DATE,
    to_char(ad.contract_start_date,'mm/dd/yyyy') contract_start_date,
    ibs.full_name activated_by,
    (select max(to_char(create_datetime,'mm/dd/yyyy')) from businessdata.suhistor where sheventnr in (133,1133) and entity_id=ad.id and shsubscribernr=ad.customer_id) disconnection_date,
    ad.comm_product_id d2h_pack_id,
    cp.description D2H_Package,
    ads.id D2h_PackageStatusId,
    ads.name D2h_PackageStatus,
    suh.sheventnr event_no,se.name event_description
    from businessdata.suhistor suh,businessdata.agreement_detail ad,businessdata.ibs_user ibs,
    businessdata.system_event se,businessdata.address addr, businessdata.customer cust,
    businessdata.province pro,businessdata.market_segment ms,businessdata.market_segment_type mst,
    businessdata.software_per_ad spa,businessdata.device_agreement_detail dad, businessdata.device dev,
    businessdata.device_status ds,businessdata.hardware_model hm,businessdata.substype sub,businessdata.device_pairing dp
    ,businessdata.device dev1,businessdata.hardware_model hm1,businessdata.commercial_product cp,businessdata.agreement_detail_status ads, businessdata.financial_account fa
    where
    trunc(suh.real_date) < trunc(sysdate) and
    suh.sheventnr in (5229,108) and
    suh.shsubscribernr =ad.customer_id and
    suh.entity_id=ad.id and
    suh.shusernr=ibs.id and
    suh.sheventnr=se.id and
    ad.customer_id=addr.addrcustnr and
    addr.addrcustnr=cust.id and
    addr.addrprovincenumber= pro.provincenumber and
    addr.marketsegment_id=ms.id and
    ms.market_segment_type_id=mst.id and
    ad.id= spa.agreement_detail_id and
    spa.device_per_ad_id =dad.id and
    dad.technical_product_id in (1,null) and
    dad.device_id= dev.id(+) and
    dev.status_id= ds.id(+) and
    dev.model_id=hm.id(+) and
    dev.id=dp.paired_from_id(+) and
    cust.type_id=sub.subscribertype and
    dp.paired_to_id=dev1.id(+) and
    dev1.model_id=hm1.id(+) and
    ad.comm_product_id=cp.id and
    cp.category_id=1 and
    ad.status=ads.id and
    ad.customer_id=fa.customer_id
    order by cust.id
    explain plan*****************
    Plan hash value: 3107127273
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 1 | 426 | 14905 (1)| 00:02:59 |
    | 1 | SORT AGGREGATE | | 1 | 23 | | |
    |* 2 | TABLE ACCESS BY INDEX ROWID | SUHISTOR | 1 | 23 | 7 (15)| 00:00:01 |
    | 3 | BITMAP CONVERSION TO ROWIDS | | | | | |
    | 4 | BITMAP AND | | | | | |
    | 5 | BITMAP CONVERSION FROM ROWIDS | | | | | |
    |* 6 | INDEX RANGE SCAN | IDX_SUHISTOR_ENTITY_ID | 17 | | 3 (0)| 00:00:01 |
    | 7 | BITMAP CONVERSION FROM ROWIDS | | | | | |
    | 8 | SORT ORDER BY | | | | | |
    |* 9 | INDEX RANGE SCAN | KEY002SUHISTOR | 17 | | 3 (0)| 00:00:01 |
    | 10 | SORT UNIQUE | | 1 | 426 | 14904 (1)| 00:02:59 |
    | 11 | NESTED LOOPS | | 1 | 426 | 14903 (1)| 00:02:59 |
    | 12 | NESTED LOOPS | | 1 | 414 | 14902 (1)| 00:02:59 |
    | 13 | NESTED LOOPS | | 1 | 384 | 14901 (1)| 00:02:59 |
    | 14 | NESTED LOOPS | | 1 | 371 | 14900 (1)| 00:02:59 |
    | 15 | NESTED LOOPS | | 1 | 363 | 14898 (1)| 00:02:59 |
    | 16 | NESTED LOOPS | | 1 | 348 | 14897 (1)| 00:02:59 |
    | 17 | NESTED LOOPS OUTER | | 1 | 304 | 14894 (1)| 00:02:59 |
    | 18 | NESTED LOOPS OUTER | | 1 | 286 | 14893 (1)| 00:02:59 |
    | 19 | NESTED LOOPS OUTER | | 1 | 260 | 14891 (1)| 00:02:59 |
    | 20 | NESTED LOOPS | | 1 | 248 | 14889 (1)| 00:02:59 |
    | 21 | NESTED LOOPS OUTER | | 1 | 228 | 14888 (1)| 00:02:59 |
    | 22 | NESTED LOOPS OUTER | | 1 | 215 | 14887 (1)| 00:02:59 |
    | 23 | NESTED LOOPS OUTER | | 1 | 197 | 14886 (1)| 00:02:59 |
    | 24 | NESTED LOOPS | | 1 | 168 | 14884 (1)| 00:02:59 |
    | 25 | NESTED LOOPS | | 1 | 154 | 14882 (1)| 00:02:59 |
    | 26 | NESTED LOOPS | | 1 | 144 | 14879 (1)| 00:02:59 |
    | 27 | NESTED LOOPS | | 1 | 124 | 14876 (1)| 00:02:59 |
    | 28 | NESTED LOOPS | | 1 | 111 | 14875 (1)| 00:02:59 |
    | 29 | NESTED LOOPS | | 3 | 264 | 14872 (1)| 00:02:59 |
    | 30 | NESTED LOOPS | | 85 | 5270 | 14744 (1)| 00:02:57 |
    | 31 | INLIST ITERATOR | | | | | |
    | 32 | TABLE ACCESS BY INDEX ROWID| SYSTEM_EVENT | 2 | 70 | 3 (0)| 00:00:01 |
    |* 33 | INDEX UNIQUE SCAN | PK_SYSTEM_EVENT | 2 | | 2 (0)| 00:00:01 |
    |* 34 | TABLE ACCESS BY INDEX ROWID | SUHISTOR | 42 | 1134 | 11582 (1)| 00:02:19 |
    |* 35 | INDEX RANGE SCAN | SUHISTOR_EVENTNR_CRDATE_IDX | 13157 | | 3159 (1)| 00:00:38 |
    |* 36 | TABLE ACCESS BY INDEX ROWID | AGREEMENT_DETAIL | 1 | 26 | 2 (0)| 00:00:01 |
    |* 37 | INDEX UNIQUE SCAN | PK_AGREEMENT_DETAIL | 1 | | 1 (0)| 00:00:01 |
    |* 38 | TABLE ACCESS BY INDEX ROWID | COMMERCIAL_PRODUCT | 1 | 23 | 1 (0)| 00:00:01 |
    |* 39 | INDEX UNIQUE SCAN | PK_COMMERCIAL_PRODUCT | 1 | | 0 (0)| 00:00:01 |
    | 40 | TABLE ACCESS BY INDEX ROWID | AGREEMENT_DETAIL_STATUS | 1 | 13 | 1 (0)| 00:00:01 |
    |* 41 | INDEX UNIQUE SCAN | PK_AGREEMENT_DETAIL_STATUS | 1 | | 0 (0)| 00:00:01 |
    | 42 | TABLE ACCESS BY INDEX ROWID | FINANCIAL_ACCOUNT | 1 | 20 | 3 (0)| 00:00:01 |
    |* 43 | INDEX RANGE SCAN | FINACCT_CUSTOMERID_IDX | 1 | | 2 (0)| 00:00:01 |
    | 44 | TABLE ACCESS BY INDEX ROWID | SOFTWARE_PER_AD | 1 | 10 | 3 (0)| 00:00:01 |
    |* 45 | INDEX RANGE SCAN | SPAD_AGREEMENTDETAILID_IDX | 1 | | 2 (0)| 00:00:01 |
    |* 46 | TABLE ACCESS BY INDEX ROWID | DEVICE_AGREEMENT_DETAIL | 1 | 14 | 2 (0)| 00:00:01 |
    |* 47 | INDEX UNIQUE SCAN | PK_DEVICE_AGREEMENT_DETAIL | 1 | | 1 (0)| 00:00:01 |
    | 48 | TABLE ACCESS BY INDEX ROWID | DEVICE | 1 | 29 | 2 (0)| 00:00:01 |
    |* 49 | INDEX UNIQUE SCAN | PK_DEVICE | 1 | | 1 (0)| 00:00:01 |
    | 50 | TABLE ACCESS BY INDEX ROWID | HARDWARE_MODEL | 1 | 18 | 1 (0)| 00:00:01 |
    |* 51 | INDEX UNIQUE SCAN | PK_HARDWARE_MODEL | 1 | | 0 (0)| 00:00:01 |
    | 52 | TABLE ACCESS BY INDEX ROWID | DEVICE_STATUS | 1 | 13 | 1 (0)| 00:00:01 |
    |* 53 | INDEX UNIQUE SCAN | PK_DEVICE_STATUS | 1 | | 0 (0)| 00:00:01 |
    | 54 | TABLE ACCESS BY INDEX ROWID | IBS_USER | 1 | 20 | 1 (0)| 00:00:01 |
    |* 55 | INDEX UNIQUE SCAN | KEY001USRNAMES | 1 | | 0 (0)| 00:00:01 |
    |* 56 | INDEX RANGE SCAN | KEY012DEVICE_PAIRING | 1 | 12 | 2 (0)| 00:00:01 |
    | 57 | TABLE ACCESS BY INDEX ROWID | DEVICE | 1 | 26 | 2 (0)| 00:00:01 |
    |* 58 | INDEX UNIQUE SCAN | PK_DEVICE | 1 | | 1 (0)| 00:00:01 |
    | 59 | TABLE ACCESS BY INDEX ROWID | HARDWARE_MODEL | 1 | 18 | 1 (0)| 00:00:01 |
    |* 60 | INDEX UNIQUE SCAN | PK_HARDWARE_MODEL | 1 | | 0 (0)| 00:00:01 |
    | 61 | TABLE ACCESS BY INDEX ROWID | ADDRESS | 1 | 44 | 3 (0)| 00:00:01 |
    |* 62 | INDEX RANGE SCAN | KEY002ADDRESS | 1 | | 2 (0)| 00:00:01 |
    | 63 | TABLE ACCESS BY INDEX ROWID | PROVINCE | 1 | 15 | 1 (0)| 00:00:01 |
    |* 64 | INDEX UNIQUE SCAN | KEY001PROVINCE | 1 | | 0 (0)| 00:00:01 |
    | 65 | TABLE ACCESS BY INDEX ROWID | CUSTOMER | 1 | 8 | 2 (0)| 00:00:01 |
    |* 66 | INDEX UNIQUE SCAN | PK_CUCUSTNR1 | 1 | | 1 (0)| 00:00:01 |
    | 67 | TABLE ACCESS BY INDEX ROWID | SUBSTYPE | 1 | 13 | 1 (0)| 00:00:01 |
    |* 68 | INDEX UNIQUE SCAN | KEY001SUBSTYPE | 1 | | 0 (0)| 00:00:01 |
    | 69 | TABLE ACCESS BY INDEX ROWID | MARKET_SEGMENT | 1 | 30 | 1 (0)| 00:00:01 |
    |* 70 | INDEX UNIQUE SCAN | PK_MARKET_SEGMENT | 1 | | 0 (0)| 00:00:01 |
    | 71 | TABLE ACCESS BY INDEX ROWID | MARKET_SEGMENT_TYPE | 1 | 12 | 1 (0)| 00:00:01 |
    |* 72 | INDEX UNIQUE SCAN | PK_MARKET_SEGMENT_TYPE | 1 | | 0 (0)| 00:00:01 |
    Predicate Information (identified by operation id):
    2 - filter("SHEVENTNR"=133 OR "SHEVENTNR"=1133)
    6 - access("ENTITY_ID"=:B1)
    9 - access("SHSUBSCRIBERNR"=:B1)
    filter("SHSUBSCRIBERNR"=:B1)
    33 - access("SE"."ID"=108 OR "SE"."ID"=5229)
    34 - filter("SUH"."SHSUBSCRIBERNR" IS NOT NULL AND TRUNC(INTERNAL_FUNCTION("SUH"."REAL_DATE"))<TRUNC(SYSDATE@!))
    35 - access("SUH"."SHEVENTNR"="SE"."ID")
    filter("SUH"."SHEVENTNR"=108 OR "SUH"."SHEVENTNR"=5229)
    36 - filter("SUH"."SHSUBSCRIBERNR"="AD"."CUSTOMER_ID")
    37 - access("SUH"."ENTITY_ID"="AD"."ID")
    38 - filter("CP"."CATEGORY_ID"=1)
    39 - access("AD"."COMM_PRODUCT_ID"="CP"."ID")
    41 - access("AD"."STATUS"="ADS"."ID")
    43 - access("AD"."CUSTOMER_ID"="FA"."CUSTOMER_ID")
    45 - access("AD"."ID"="SPA"."AGREEMENT_DETAIL_ID")
    46 - filter("DAD"."TECHNICAL_PRODUCT_ID"=1 OR "DAD"."TECHNICAL_PRODUCT_ID"=TO_NUMBER(NULL))
    47 - access("SPA"."DEVICE_PER_AD_ID"="DAD"."ID")
    49 - access("DAD"."DEVICE_ID"="DEV"."ID"(+))
    51 - access("DEV"."MODEL_ID"="HM"."ID"(+))
    53 - access("DEV"."STATUS_ID"="DS"."ID"(+))
    55 - access("SUH"."SHUSERNR"="IBS"."ID")
    56 - access("DEV"."ID"="DP"."PAIRED_FROM_ID"(+))
    58 - access("DP"."PAIRED_TO_ID"="DEV1"."ID"(+))
    60 - access("DEV1"."MODEL_ID"="HM1"."ID"(+))
    62 - access("AD"."CUSTOMER_ID"="ADDR"."ADDRCUSTNR")
    64 - access("ADDR"."ADDRPROVINCENUMBER"="PRO"."PROVINCENUMBER")
    66 - access("ADDR"."ADDRCUSTNR"="CUST"."ID")
    68 - access("CUST"."TYPE_ID"="SUB"."SUBSCRIBERTYPE")
    70 - access("ADDR"."MARKETSEGMENT_ID"="MS"."ID")
    72 - access("MS"."MARKET_SEGMENT_TYPE_ID"="MST"."ID")

    Potential issues I've seen in your statement:
    reverse(substr(reverse(ms.name),instr(reverse(ms.name),'-')+1)) cluster_name"{code}
    This is the same as:
    {code}SUBSTR(ms.name, 1, INSTR(ms.name, '-', -1) - 1){code}
    {code}select max(to_char(create_datetime,'mm/dd/yyyy')){code}
    This will ensure that 2nd December 2008 is counted as being later than 1st December 2009 - is that absolutely correct? Did you not mean this instead?:
    {code}SELECT MAX(TRUNC(create_datetime)){code}
    {code}
    AND    dad.device_id = dev.id(+)
    AND    dev.status_id = ds.id(+)
    AND    dev.model_id = hm.id(+)
    AND    dev.id = dp.paired_from_id(+)
    AND    dp.paired_to_id = dev1.id(+)
    {code}
    Those outer joins are useless! When you say "outer join tableB to tableA on the join cols and then filter the rows where tableB.some_col = some_value", what you're really saying is "inner join tableB to tableA on the join cols and tableB.some_col = some_value".
    If you're wanting to do full outer joins use ANSI join syntax *or* do the outer joins first in a sub-query and then join that to the rest of the tables.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Help! New TV@nywhere MS-8876 card not working

        I seem to have the misfortune of buying this card of EBAY.  The Vendor has been very supportive, and has helped me through much of the start up of this card.  I have located, downloaded and cracked the MSIPVS from MSI website.  Patched it, got it running and attached my antenna to it.
    Fired it up, and got nothing.  Absolutely nothing.  Black screen, no raster, no sound. 
    PVS runs, searches for channels, but still nothing.
    Can anyone help me with this?  The vendor insists that the card is functional and will accept a return if I can prove that it is faulty.
    I am running WIN98SE fully updated on MSI 745U motherboard, and MSI AGP video card.
    Please help...

    the serial number is the same one printed on every single CD shipped with MSI TV hardware. i really don't know why they bothered.
    https://forum-en.msi.com/index.php?topic=73940.msg520672#msg520672
    read this sticky i wrote ages ago - of course, substitute "TV@nywhere Master" for "TV@nyhwere", and ignore references to BETA drivers.
    if you are using Win98, make sure you have at least DirectX 8.1 installed. you can download the latest version from microsoft here: http://www.microsoft.com/windows/directx/default.aspx

  • HELP i-Tunes won't load my music library

    Have no idea how it happened, but tracked it down to a damaged iTunes Music Library.xml file. I replaced that file with a back up of one that i-Tunes made on its own. When I open i-Tunes my music, my folders, my podcasts, and my tv shows aren't there. My whole library is empty. I tried repairing i-Tunes aswell. Anybody have any idea. Running i-Tunes 7.6.1 Windows XP SP2. I made sure the directory was coorect in i-Tunes on where to look for the library. Please help me out.
    Thanks

    All of my several thousand mp3s are on an external HD, and i-tunes just comes up with an exclamation mark next to each of the tunes saying it can't find the original file.
    Have these always been on the external and they were previously working?
    I've changed the i-tunes music location to my external HD (F drive) in preferences
    If you moved the music yourself, this will simply tell iTunes to use that location for anything in the future. It will still look for everything in iTune in teh location it was at before.
    and consolidated the library,
    Consolidating will copy everything in iTunes to the location you set in iTunes prefs -> Advanced - iTunes music folder location.
    If you moved all the music from that location then consolidated, there is nothing to move, since iTunes will be looking for music in the original location.
    Does anyone have any idea how I can get i-tunes to relocate all of my music files
    Let iTunes relocate them. You do not relocate them.
    Do this...
    Quit iTunes.
    Move all the music back to the original location. Don't leave the music there as iTunes will simply duplicate it at that location when you consolidate.
    Open iTunes.
    Make sure iTunes prefs -> Advanced is set to the external where you want it.
    Then File -> Libary -> Consolidate.

  • Help to tune delete stmt.

    I have 5,00,000 rows in a table 'A'. 'Column1' may contain 'YES' or 'NO'.
    If I use the below query then it take 5 minutes to execute. Kindly help me to tune the query. What will be the problem for this delay?
    DELETE FROM A WHERE COLUMN1 = 'YES'
    The table size is 250MB.
    SGA_TARGET is 1200MB.
    SERVER RAM is 3 GB.

    Even now the simple delete stmt takes 3 minutes to execute.
    Operation Object Name Rows Bytes Cost Object Node In/Out PStart PStop
    DELETE STATEMENT Optimizer Mode=ALL_ROWS 419 K 1
    DELETE A
    BITMAP CONVERSION TO ROWIDS 419 K 1 M 1
    BITMAP INDEX SINGLE VALUE IDX_A
    It also throws 'Investigate the SQL statement with SQL_ID "8fwvgmw61gyrt" for possible performance improvements' in [Database Instance: dolphin79|http://kgisldl580:5502/em/console/database/instance/sitemap?event=doLoad&target=dolphin79&type=oracle_database&pageNum=2] &gt; [Advisor Central|http://kgisldl580:5502/em/console/database/instance/advisorTasks?event=reload&target=dolphin79&type=oracle_database&dbPageNum=2] &gt; [Automatic Database Diagnostic Monitor (ADDM)|http://kgisldl580:5502/em/console/database/instance/hdm?task_id=128&target=dolphin79&type=oracle_database&dbPageNum=2] &gt; Performance Finding Details.

  • Help to tune nested query

    Hi I have a following type of query which is using inline views .
    select a,b,c,d,e,f
    from
    (select a,b
    from (select a,c from t)),
    (select c,d
    from (select d,c from t1))
    What would be best approach to tune these type of queries?
    Can we use Global temp Table these queries
    -kuldeep

    What do you mean by tune. What do you want to do.
    select a,b,c,d,e,f
    from
    (select a,b
    from (select a,c from t)),
    (select c,d
    from (select d,c from t1))you dont have any join condition. you are doing a Cartesian join here. is that what you want to do. this can be very simply writern like this.
    select a,b,c,d from t,t1and where does the column e and f come from. if you wnat answers give us the questions properly.
    do you have any idea what a global temporary table? what made you think it will help you here?
    Karthick.

  • Help I tunes keeps telling me to...

    Keeps telling me Sign in to view billing information
    Ok so yesterday i want to buy a tv show and it says your account has been disabled please reset your password  ( why??? is it because of the person who hacked i tunes and stole stuff?)  so i did and put in a new pass
    Then I wanted to purchase the tv show and it says verification required ok i did that so now it keeps telling me Sing in to view billing info so i put my pass then it pops up again and again and i keep putting in pass and it keeps saying that please help
    Ps running Lion!

    Help please this is really important!!!!!!!

  • Need help in tune this query.

    Hi All,
    The below query is taking nearly one hour to give the output.
      2  select sku.VK_UNIT
      3       , sku.MODEL
      4       , sku.DESCRIPTION
      5       , slt.GEO
      6       , slt.LEAD_TIME
      7       , slt.REV_LEAD_TIME
      8       , aud.LEAD_TIME        as PREV_LEAD_TIME_GEO
      9       , aud.REV_LEAD_TIME    as PREV_REV_LEAD_TIME_GEO
    10       , slt.COUNTDOWN
    11       , aud.CREATION_DATE    as EDD_CREATION_DATE_GEO
    12       , aud.CREATED_BY       as EDD_CREATED_BY_GEO
    13    from LTC_GLOBAL.LTC_SKU sku
    14       , LTC_GLOBAL.LTC_SKU_LEAD_TIME slt
    15       , (select VK_UNIT
    16               , MODEL
    17               , substr(ACTION_TYPE, 9) as GEO
    18               , max(case when substr(ACTION_TYPE, 1, 8) = 'SKU EDD ' then ACTION_VALUE  else null end) as LEAD_TIME
    19               , max(case when substr(ACTION_TYPE, 1, 8) = 'SKU EDD ' then CREATION_DATE else null end) as CREATION_DATE
    20               , max(case when substr(ACTION_TYPE, 1, 8) = 'SKU EDD ' then CREATED_BY    else null end) as CREATED_BY
    21               , max(case when substr(ACTION_TYPE, 1, 8) = 'SKU RDD ' then ACTION_VALUE  else null end) as REV_LEAD_TIME
    22               , max(case when substr(ACTION_TYPE, 1, 8) = 'SKU RDD ' then CREATION_DATE else null end) as REV_CREATION_DATE
    23               , max(case when substr(ACTION_TYPE, 1, 8) = 'SKU RDD ' then CREATED_BY    else null end) as REV_CREATED_BY
    24            from (select VK_UNIT
    25                       , MODEL
    26                       , ACTION_TYPE
    27                       , ACTION_VALUE
    28                       , CREATION_DATE
    29                       , CREATED_BY
    30                       , PREV_ACTION_VALUE
    31                       , PREV_CREATION_DATE
    32                       , PREV_CREATED_BY
    33                    from (select
    34                                 NOTE         as VK_UNIT
    35                               , NOTE2        as MODEL
    36                               , ACTION_TYPE
    37                               , ACTION_VALUE
    38                               , CREATION_DATE
    39                               , CREATED_BY
    40                               , row_number()        over(partition by NOTE, NOTE2, ACTION_TYPE order by CREATION_DATE desc) as DEPTH
    41                               , lead(CREATION_DATE) over(partition by NOTE, NOTE2, ACTION_TYPE order by CREATION_DATE desc) as PREV_CREATION_DATE
    42                               , lead(CREATED_BY   ) over(partition by NOTE, NOTE2, ACTION_TYPE order by CREATION_DATE desc) as PREV_CREATED_BY
    43                               , lead(ACTION_VALUE ) over(partition by NOTE, NOTE2, ACTION_TYPE order by CREATION_DATE desc) as PREV_ACTION_VALUE
    44                            from LTC_GLOBAL.LTC_AUDIT
    45                           where NOTE is not null
    46                             and NOTE2 is not null
    47                             and ACTION_TYPE is not null
    48                         )
    49                   where DEPTH = 2
    50                     and substr(ACTION_TYPE, 1, 8) in ('SKU EDD ', 'SKU RDD ')
    51                 )
    52           group by VK_UNIT, MODEL, substr(ACTION_TYPE, 9)
    53         ) aud
    54  where slt.VK_UNIT = sku.VK_UNIT
    55     and slt.MODEL   = sku.MODEL
    56     and slt.CLASS   = sku.CLASS
    57     and nvl(slt.LEAD_TIME, slt.REV_LEAD_TIME) is not null
    58     and aud.VK_UNIT (+)= slt.VK_UNIT
    59     and aud.MODEL   (+)= slt.MODEL
    60     and aud.GEO     (+)= slt.GEO;
    PLAN_TABLE_OUTPUT
    Plan hash value: 2687821083
    | Id  | Operation                   | Name              | Rows  | Bytes |TempSpc| Cost (%CPU)| Time  |
    |   0 | SELECT STATEMENT            |                   |   539K|   902M|       |  1005K  (1)| 03:21:05 |
    |*  1 |  HASH JOIN OUTER            |                   |   539K|   902M|    62M|  1005K  (1)| 03:21:05 |
    |*  2 |   HASH JOIN                 |                   |   539K|    56M|    27M| 66402   (1)| 00:13:17 |
    |*  3 |    TABLE ACCESS FULL        | LTC_SKU_LEAD_TIME |   559K|    20M|       | 23201   (2)| 00:04:39 |
    |   4 |    TABLE ACCESS FULL        | LTC_SKU_UNIT      |  5726K|   382M|       | 19570   (1)| 00:03:55 |
    |   5 |   VIEW                      |                   |  4157K|  6522M|       |   610K  (2)| 02:02:02 |
    PLAN_TABLE_OUTPUT
    |   6 |    HASH GROUP BY            |                   |  4157K|   229M|   303M|   610K  (2)| 02:02:02 |
    |*  7 |     VIEW                    |                   |  4157K|   229M|       |   551K  (2)| 01:50:21 |
    |*  8 |      WINDOW SORT PUSHED RANK|                   |  4157K|   229M|   303M|   551K  (2)| 01:50:21 |
    |*  9 |       TABLE ACCESS FULL     | LTC_AUDIT         |  4157K|   229M|       |   493K  (2)| 01:38:41 |
    Predicate Information (identified by operation id):
       1 - access("AUD"."VK_UNIT"(+)="SLT"."VK_UNIT" AND "AUD"."MODEL"(+)="SLT"."MODEL" AND
                  "AUD"."GEO"(+)="SLT"."GEO")
    PLAN_TABLE_OUTPUT
       2 - access("SLT"."VK_UNIT"="UNIT"."VK_UNIT" AND "SLT"."MODEL"="UNIT"."MODEL" AND
                  "SLT"."CLASS"="UNIT"."CLASS")
       3 - filter(NVL("SLT"."LEAD_TIME","SLT"."REV_LEAD_TIME") IS NOT NULL)
       7 - filter("DEPTH"=2)
       8 - filter(ROW_NUMBER() OVER ( PARTITION BY "NOTE","NOTE2","ACTION_TYPE" ORDER BY
                  INTERNAL_FUNCTION("CREATION_DATE") DESC )<=2)
       9 - filter((SUBSTR("ACTION_TYPE",1,8)='SKU EDD ' OR SUBSTR("ACTION_TYPE",1,8)='SKU RDD ') AND
                  "NOTE2" IS NOT NULL AND "ACTION_TYPE" IS NOT NULL)
    30 rows selected.
    SELECT COUNT(*) FROM LTC_GLOBAL.LTC_SKU--5012335
    SELECT COUNT(*) FROM  LTC_GLOBAL.LTC_SKU_LEAD_TIME--8060956
    SELECT COUNT(*) FROM  LTC_GLOBAL.LTC_AUDIT--58309887
    CREATE UNIQUE INDEX LTC_GLOBAL.LTC_SKU_LEAD_TIME_PK ON LTC_GLOBAL.LTC_SKU_LEAD_TIME(VK_UNIT, MODEL, CLASS, GEO)
    CREATE INDEX LTC_GLOBAL.LTC_AUDIT_LEAD_TIME ON LTC_GLOBAL.LTC_AUDIT(ACTION_TYPE)
    CREATE INDEX LTC_GLOBAL.LTC_AUDIT_LEAD_TIME_DOM ON LTC_GLOBAL.LTC_AUDIT(NOTE, NOTE2, ACTION_TYPE)
    CREATE INDEX LTC_GLOBAL.LTC_AUDIT_LEAD_TIME_DOM1 ON LTC_GLOBAL.LTC_AUDIT("CREATION_DATE" DESC)
    Please help me.
    Thanks in advance.

    Thanks for your response.
    Sorry for violating formatting. Since I am not aware of the format options in new environment.
    I have created functional based index on SUBSTR(ACTION_TYPE, 1, 8).
    The cost got reduced some what.But still the query is taking 40 minutes.
    The following predicate it is returning 58296618 rows.
    NOTE is not null  
    and NOTE2 is not null 
    and ACTION_TYPE is not null 
    LTC_SKU_UNIT is a view.
    The following query is used for creating this view.
       SELECT   unit.VK_UNIT,
                unit.MODEL,
                unit.CLASS,
                unit.LOB,
                unit.LAST_UPDATE_DATE,
                unit.DESCRIPTION
         FROM   LTC_GLOBAL.LTC_SKU_UNIT unit;
    The following indexes are created on the LTC_GLOBAL.LTC_SKU_UNIT table.
    CREATE INDEX LTC_GLOBAL.LTC_SKU_UNIT_IDX_CLASS ON LTC_GLOBAL.LTC_SKU_UNIT(CLASS)
    CREATE INDEX LTC_GLOBAL.LTC_SKU_UNIT_IDX_MODEL ON LTC_GLOBAL.LTC_SKU_UNIT(MODEL)
    CREATE INDEX LTC_GLOBAL.LTC_SKU_UNIT_IDX_UPDATE_DATE ON LTC_GLOBAL.LTC_SKU_UNIT(LAST_UPDATE_DATE)
    CREATE UNIQUE INDEX LTC_GLOBAL.LTC_SKU_UNIT_PK ON LTC_GLOBAL.LTC_SKU_UNIT(VK_UNIT, MODEL, CLASS)
    Is there any way to rewrite the query to improve the performance. Any suggestions to improve the performance.
    Please help me.
    Thanks in advance.

  • Help please! TV@nywhere A/D NB

    Hello.
    I just bought the tv@nywhere A/D nb tv card. I've installed it properly on my laptop and i have some serious problems. Well the only thing that works is the fm radio. When i try anything else the dvb application crashes. Also when i try to use tool/settings, the programm also crashes.
    My system is: acer aspire 1350 with amd xp-m 2800+, 1280 mb ram, 80gb hd, ati radeon mobility 9700 (64mb), windows xp s.p.2 home edition, direct x 9.0c.
    Does anyone know whats going on??

    no error messages..
    I've got greek windows and i'll try to translate the event viewer. It goes something like this:
    "Defective application dtv.exe, version 1.4.30.1213, defective operationable unit dtv.exe, version 1.4.30.1213, defective adress 0x00058bb5."
    Also in data (bytes):
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 64 74 76   ure  dtv
    0018: 2e 65 78 65 20 31 2e 34   .exe 1.4
    0020: 2e 33 30 2e 31 32 31 33   .30.1213
    0028: 20 69 6e 20 64 74 76 2e    in dtv.
    0030: 65 78 65 20 31 2e 34 2e   exe 1.4.
    0038: 33 30 2e 31 32 31 33 20   30.1213
    0040: 61 74 20 6f 66 66 73 65   at offse
    0048: 74 20 30 30 30 35 38 62   t 00058b
    0050: 62 35 0d 0a               b5..   
    Just one additional codec installed (Xvid) which i uninstalled without result.
    Do i need a specific codec to work the card? If so which one? Currently i've got media player vers 10 installed on my PC.
    Stu thank you for your concern i'll be waiting for your answer..

  • Swaps - Help with tunning.

    Hi experts I'am facin some problems with swaps
    My machine windows 2003 SQL 2005 with 48GB RAM.
    Any sugestion about Tunning Buffers ?
    THX
    Regards
    Below number of swaps :
    Nametab (NTAB)     0
    Table definition             379.612
    Field definition             770.014
    Short NTAB             0
    Initial records             37.790
    program                     247.428
    CUA                             19.157
    Screen                        0
    Calendar                        0
    OTR                                0
    Tables                        0
    Generic Key             1.673
    Single record             17
    Export/import             732.723
    Exp./ Imp. SHM             0
    And here my actual buffors parameters from instance profile :
    Program buffer                 PXA
    abap/buffersize               800000
    abap/pxa                      shared
    CUA buffer                     CUA
    rsdb/cua/buffersize           25000
    The number of max. buffered CUA objects i
    Screen buffer                  PRES
    zcsa/presentation_buffer_area 40001536
    sap/bufdir_entries            7000
    Generic key table buffer       TABL
    zcsa/table_buffer_area        90000384
    zcsa/db_max_buftab            25000
    Single record table buffer     TABLP
    rtbb/buffer_length            30000
    rtbb/max_tables               1000
    Export/import buffer           EIBUF
    rsdb/obj/buffersize           40000
    rsdb/obj/max_objects          30000
    rsdb/obj/large_object_size    8192
    rsdb/obj/mutex_n              0
    OTR buffer                     OTR
    rsdb/otr/buffersize_kb        4096
    rsdb/otr/max_objects          2000
    rsdb/otr/mutex_n              0
    Exp/Imp SHM buffer             ESM
    rsdb/esm/buffersize_kb        4096
    rsdb/esm/max_objects          2000
    rsdb/esm/large_object_size    8192
    rsdb/esm/mutex_n              0
    Table definition buffer        TTAB
    rsdb/ntab/entrycount          60000
    The size of the TTAB is nearly 100 bytes *
    Field description buffer       FTAB
    rsdb/ntab/ftabsize            100000
    rsdb/ntab/entrycount          60000
    FTAB needs about 700 bytes per used entry
    Initial record buffer          IRBD
    rsdb/ntab/irbdsize            10000
    rsdb/ntab/entrycount          60000
    IRBD needs about 300 bytes per used entry
    Short nametab (NTAB)           SNTAB
    rsdb/ntab/sntabsize           3000
    rsdb/ntab/entrycount          60000
    SNTAB needs about 150 bytes per used entry
    Calendar buffer                CALE
    zcsa/calendar_area            500000
    zcsa/calendar_ids             200
    Roll, extended and heap memory EXTM
    ztta/roll_area                6500000
    ztta/roll_first               1024
    ztta/short_area               4000000
    rdisp/ROLL_SHM                32768
    rdisp/PG_SHM                  65536
    rdisp/PG_LOCAL                150
    em/initial_size_MB            10240
    em/blocksize_KB               8192
    em/address_space_MB           4096
    ztta/roll_extension           4000000000
    abap/heap_area_dia            2000683008
    abap/heap_area_nondia         3001024512
    abap/heap_area_total          10000269312
    abap/heaplimit                40894464
    abap/use_paging               0
    Statistic parameters
    rsdb/staton                   1
    rsdb/stattime                 0

    Hi Lukasz,
    Refer to SAP Note 103747 for setting the buffer parameters.
    ALso for detailed information about "Zero Administration Memory Management", see SAP Note 88416.
    Regards,
    Rupali

  • Still need help i tunes problems

    this is what i have so far
    ok first off i know a good amount about comps so please dont treat me like a noob
    where to get started...ok well my computer updated one night and then i tried to update my itunes and it wouldnt up date...then i tried to go to my desktop to open itunes and it wouldnt open. So then i went to start-all programs-itunes and it still wouldnt open. So then i when to my computer program files and tried to go in there to get it to launch and it still wouldnt. Then i tried to do what most people that have windows do i tried a uninstall reinstall of itunes and it wouldnt uninstall it was saying that it was missing the itunes msi file or some crap like that im really starting to get frustrated with this crap so if any one can help me please do so also if any one knows of any other programs that are compatible with the ipod so i dont have to use itunes please inform me of that program thanks
    cuztom Windows XP Pro
    Rachyl
    Posts: 2,699
    From: Carrboro, NC
    Registered: Sep 13, 2005
    Re: apple+windows=bad(itunes problems)
    Posted: Mar 16, 2007 6:30 PM in response to: cwhittaker06 Reply Email
    Hmm...I was having just a bit of trouble following what you were trying to say. It seemed to kinda ramble on. So, what exactly did the error message say when you re-installed? The first time when you noticed the iTunes trouble, did you just get an hourglass that flashed away or was there some sort of error message that said iTunes has encountered a problem...? I Kinda need to know what exactly happened when so I can get a grasp of what's going on.
    Thanks,
    Rachyl
    Just an Aussie in America!  iMac G3;  iMac G4;  iBook  Mac OS X (10.4.7)  Mac OSX Panther  Mac OSX Tiger80 gb iPod
    cwhittaker06
    Posts: 2
    From: florida
    Registered: Mar 15, 2007
    Re: apple+windows=bad(itunes problems)
    Posted: Mar 16, 2007 10:33 PM in response to: Rachyl Reply Email
    when i try to install/uninstall it says this--The feature that you are tring to use is on a network resource that is unavailable...then it comes up with another error and says
    the path
    C:\DOCUME~1\CWHITT~1\LOCALS~1\Temp\IXP133.TMP\Itunes.msi cannont be found.Verify that you have access to this location and try again, or try to find the installation package 'Itunes.msi' in a folder from which you can install the product Itunes
    then i click ok then i have to click cancel and it comes up with another one and says the installation source for this product is not available. verify that the source exsist and that you have access to it.
    then i have to click ok so please tell me what i can do
    cuztom Windows XP Pro
    cuztom   Windows XP Pro  

    it wouldnt uninstall it was saying that it was missing the itunes msi file
    with that one, let's try the following procedure.
    first, head into your Add/Remove programs and uninstall your QuickTime. if it goes, good. if it doesn't, we'll just attend to it when we attend to itunes.
    next, download and install the Windows Installer CleanUp utility. use it to clear any existing itunes and/or QuickTime installation configuration information from the PC.
    Description of the Windows Installer CleanUp Utility
    next, use the the following document as a guide for manual removal of leftover itunes and quicktime program files:
    Removing iTunes and QuickTime for Windows
    now try another itunes install. does it go through properly this time?

  • HELP!! TV@nywhere

    I just got my TV@nywhere card, and now cannot get teh MSI PVS application to run.  Upon starting it up I get the following error:
    WINDVR caused an invalid page fault in
    module MSVCRT.DLL at 017f:7800a83e.
    Registers:
    EAX=0070f1d8 CS=017f EIP=7800a83e EFLGS=00010212
    EBX=0070f1d8 SS=0187 ESP=0060ffec EBP=00610004
    ECX=00610114 DS=0187 ESI=5f4b6448 FS=35ef
    EDX=bff76855 ES=0187 EDI=19930520 GS=0000
    Bytes at CS:EIP:
    80 65 ec 00 53 56 8b 58 08 57 83 fb ff 89 5d f0
    Stack dump:
    I am running Win98SE, MSI K7T266 PRO-2, XP1700+, Gainward GF4Ti4200, SBLive 5.1

    bump~

  • Help me tune the sql query

    Hi,
    TKPROF: Release 8.1.7.0.0 - Production on Wed Sep 23 23:04:43 2009
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
    Trace file: pindb_ora_9943.trc
    Sort options: prsela  exeela  fchela  fchela 
    count    = number of times OCI procedure was executed
    cpu      = cpu time in seconds executing
    elapsed  = elapsed time in seconds executing
    disk     = number of physical reads of buffers from disk
    query    = number of buffers gotten for consistent read
    current  = number of buffers gotten in current mode (usually for update)
    rows     = number of rows processed by the fetch or execute call
    SELECT f.poid_id0, COUNT (*), SUM (amount), d.subscription_amt, d.free_mb
    FROM event_t a,
    event_bal_impacts_t b,
    (SELECT DISTINCT a.obj_id0 AS account_obj_id0, a.node_location,
    a.plan_obj_id0
    FROM account_products_t a
    WHERE plan_obj_id0 > 0 AND service_obj_id0 > 0
    UNION
    SELECT DISTINCT a.account_obj_id0, a.node_location, a.plan_obj_id0
    FROM audit_account_products_t a
    WHERE plan_obj_id0 > 0
    AND service_obj_id0 > 0
    AND effective_end_t > 0) c,
    iq_prov_tags_t d,
    event_session_dialup_t e,
    plan_t f
    WHERE a.poid_id0 = b.obj_id0
    AND a.poid_id0 = e.obj_id0
    AND b.node_location = c.node_location
    AND a.account_obj_id0 = c.account_obj_id0
    AND c.plan_obj_id0 = d.plan_poid_id0
    AND d.plan_poid_id0 = f.poid_id0
    AND a.end_t >= pin_date_to_seconds (TRUNC (  SYSDATE
    - 1), NULL)
    AND a.end_t < pin_date_to_seconds (TRUNC (SYSDATE), NULL)
    AND b.resource_id IN (1000051)
    GROUP BY f.poid_id0, d.subscription_amt, d.free_mb
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.09       0.08          0          0          0           0
    Execute      2      0.07       0.07          0          0          0           0
    Fetch        2    235.91    2295.25    1509704    1674184        346          11
    total        5    236.07    2295.40    1509704    1674184        346          11
    Misses in library cache during parse: 1
    Optimizer goal: CHOOSE
    Parsing user id: 28 
    Rows     Row Source Operation
         11  SORT GROUP BY
         69   NESTED LOOPS
         70    NESTED LOOPS
         70     NESTED LOOPS
         70      HASH JOIN
         70       HASH JOIN
    300499        TABLE ACCESS BY INDEX ROWID EVENT_T
    300500         INDEX RANGE SCAN (object id 26458)
    816394        TABLE ACCESS BY INDEX ROWID EVENT_BAL_IMPACTS_T
    816395         INDEX RANGE SCAN (object id 26463)
    2385556       VIEW
    2385556        SORT UNIQUE
    3124105         UNION-ALL
    638617          TABLE ACCESS FULL ACCOUNT_PRODUCTS_T
    2485488          TABLE ACCESS FULL AUDIT_ACCOUNT_PRODUCTS_T
        138      TABLE ACCESS BY INDEX ROWID IQ_PROV_TAGS_T
        138       INDEX UNIQUE SCAN (object id 26554)
        138     INDEX UNIQUE SCAN (object id 23148)
         69    INDEX UNIQUE SCAN (object id 27372)
    ALTER SESSION SET SQL_TRACE = TRUE
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        0      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        0      0.00       0.00          0          0          0           0
    total        1      0.00       0.00          0          0          0           0
    Misses in library cache during parse: 0
    Misses in library cache during execute: 1
    Optimizer goal: CHOOSE
    Parsing user id: 28 
    OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.09       0.08          0          0          0           0
    Execute      3      0.07       0.07          0          0          0           0
    Fetch        2    235.91    2295.25    1509704    1674184        346          11
    total        6    236.07    2295.40    1509704    1674184        346          11
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        2      0.01       0.00          0          0          0           0
    Execute      2      0.00       0.00          0          0          0           0
    Fetch       20      0.00       0.01          0         40          0          18
    total       24      0.01       0.01          0         40          0          18
    Misses in library cache during parse: 1
        2  user  SQL statements in session.
        2  internal SQL statements in session.
        4  SQL statements in session.
    Trace file: pindb_ora_9943.trc
    Trace file compatibility: 8.00.04
    Sort options: prsela  exeela  fchela  fchela 
           1  session in tracefile.
           2  user  SQL statements in trace file.
           2  internal SQL statements in trace file.
           4  SQL statements in trace file.
           3  unique SQL statements in trace file.
         118  lines in trace file.Inputs are appreciated
    Prakash GR

    sorry hash joint for asking this type of question but i do not have any option since i am not query tuner i need inputs so that i can put some effort on this
    Would you like a cup of tea with this my dear ?chilled beer will be offered if any inputs given
    Thanks
    Prakash GR

  • Help performance tune insert as select of lobs

    I am using Oracle 11.2.0.3 Enterprise edition.
    I am looking at means to improve following insert. Any suggestion would be highly appreciated.
    Below is tkprof report. tab1 is created as nologging. The insert is geting blob(book_file) over a db link. Lob column is also declared nocache nologging.
    Also please help me understand the tkprof report. As per the report elasped time - cpu time = 12.31 -2.90 = 9.41. However, sum of wait evens is well over 9.41s.
    Thanks for you time.
    INSERT /*+ APPEND */ INTO tab1
         SELECT   B.book_file_ID,
             bv.file_NB,
             bv.archvd_fl,
             bv.flng_pk,
             bv.book_id,
             bv.x_insrt_dtm,
             bv.x_updt_dtm,
             BV.book_FILE
      FROM   tab1_MV B, tab1@db_link1 BV
    WHERE   B.book_file_ID = BV.book_file_ID
             AND NOT EXISTS (SELECT   1
                               FROM   tab1 i
                              WHERE   I.book_file_ID = B.book_file_ID)
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.02       0.68          0          7          1           0
    Execute      1      2.88      11.63       1342      82297      49123          99
    Fetch        0      0.00       0.00          0          0          0           0
    total        2      2.90      12.31       1342      82304      49124          99
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 49 
    Number of plan statistics captured: 1
    Rows (1st) Rows (avg) Rows (max)  Row Source Operation
             0          0          0  LOAD AS SELECT  (cr=82297 pr=1342 pw=2381 time=11632815 us)
            99         99         99   FILTER  (cr=60811 pr=86 pw=0 time=24355 us)
         60240      60240      60240    MERGE JOIN  (cr=50 pr=0 pw=0 time=582671 us cost=325 size=10963680 card=60240)
        102207     102207     102207     REMOTE  tab1 (cr=0 pr=0 pw=0 time=477887 us cost=186 size=18079665 card=102145)
         60240      60240      60240     SORT JOIN (cr=50 pr=0 pw=0 time=72327 us cost=139 size=301200 card=60240)
         60240      60240      60240      MAT_VIEW ACCESS FULL tab1_MV (cr=50 pr=0 pw=0 time=7201 us cost=21 size=301200 card=60240)
         60141      60141      60141    INDEX UNIQUE SCAN PKCBV_book_file_ID (cr=60761 pr=86 pw=0 time=495753 us cost=1 size=5 card=1)(object id 1634074)
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      single-task message                             1        0.05          0.05
      SQL*Net message from dblink                   181        0.07          0.49
      SQL*Net message to dblink                     179        0.00          0.00
      SQL*Net more data from dblink                6878        0.01          0.19
      db file sequential read                      1342        0.03          1.57
      log file sync                                   1        0.02          0.02
      Disk file operations I/O                        9        0.00          0.00
      direct path write                            1790        0.01          0.19
      direct path sync                                5        0.01          0.05
      control file sequential read                 7337        0.00          0.07
      control file parallel write                  4888        0.01          7.48
      asynch descriptor resize                     1492        0.00          0.00
      enq: CF - contention                            1        0.01          0.01
      SQL*Net message to client                       1        0.00          0.00
      SQL*Net message from client                     1        6.86          6.86
    SQL ID: gb9krpvpav4p5 Plan Hash: 0

    spur230 wrote:
    Tubby wrote:
    Since the table with the blob you need is on a remote database you may be best served by processing the query on the remote site instead of the local one.
    http://jonathanlewis.wordpress.com/2010/10/07/distributed-pipelines/
    Would be something i'd look in to implementing for this.
    Cheers,Thanks Tubby.
    I did read about this option . However, I found driving_site hint is not applicable for DML operations.
    http://jonathanlewis.wordpress.com/2008/12/05/distributed-dml/
    A distributed DML statement must execute on the database where the DML target resides. The DRIVING_SITE hint cannot override this.
    True, unless you slap it inside a pipelined function as demonstrated in the link i sent (which actually links to the link you are quoting from) :)
    One other thing, i didn't understand the purpose of joining to tab1_MV B in your query. Just another existence test?
    Cheers,

Maybe you are looking for

  • How to access Bootcamp drivers in Windows 7?

       Having successfully installed Windows 7 (64-bit) on a Bootcamp partition of my new iMac, I used Disk Utility to format an 8 GB USB flash drive, choosing the MSDOS (FAT32) Format option as instructed to do by the Bootcamp 5.0 installation PDF.  I t

  • @ATTRIBUTESVAL works properly in Calc script but not in Member Formula.

    We are using Essbase 11.1.2 – "Global_Period" is a Dynamic Calc Member. Below is its Member Formula: "ProjType " is an attribute (text) dimension. "Global_Period" ="ValidAccount"; IF (@ISLEV ("Total_Expenses", 0) AND @ISMBR("HSP_InputValue") AND @ISL

  • Ipod won't sync on laptop with "new" ipad

    My ipod with 5,000 music tracks has always been used to sync on my laptop.  I have just plugged into the same laptop my "new" ipad, this has synced.  On inserting my ipod; it asks if I'm sure I want to remove all data and sync with the itune library

  • Read a file content and copy to another Diectory

    I wanted to do the following 1-read a file from dir 2- read the content of the file 3- if the file contains zeros exit from this file and go to read next file else do some calculations i read a file and its contents and found zeros in the contents, s

  • Font rendering in CS5

    I have had some trouble with the CS5 version of Photoshop. the problem is this: as you can see, there is some kind of "shadow" around the text. I have included the option panels for you to see that the document is 72dpi, RGB / 8bit, the font is Arial