First execution of query is always best than all the following

I have a static query that I execute in sql*plus in the same machine as the database and all the time, the first execution is faster than the following executions and it driving me crazy! Any help is appreciated...
The database is Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
The query has a comment in the there so I can change the query to be "different" form the previous ones.
I ran it in sql*plus with set autotrace traceonly and timing on and the results are:
First execution:
SQL> @route
35 rows selected.
Elapsed: 00:00:45.49
Execution Plan
Plan hash value: 1336726102
Statistics
442 recursive calls
0 db block gets
6244491 consistent gets
0 physical reads
176 redo size
3333 bytes sent via SQL*Net to client
9006 bytes received via SQL*Net from client
4 SQL*Net roundtrips to/from client
46 sorts (memory)
0 sorts (disk)
35 rows processed
Second Execution:
SQL> @route
35 rows selected.
Elapsed: 00:05:04.85
Execution Plan
Plan hash value: 1336726102
Statistics
386 recursive calls
0 db block gets
1282647 consistent gets
0 physical reads
840 redo size
3333 bytes sent via SQL*Net to client
9006 bytes received via SQL*Net from client
4 SQL*Net roundtrips to/from client
47 sorts (memory)
0 sorts (disk)
35 rows processed

Second run:
SQL> select * from table(dbms_xplan.display_cursor(null,null,'allstats last'));
PLAN_TABLE_OUTPUT
SQL_ID  f2xgmq6bsd6g1, child number 1
SELECT /* + opt_param('_optimizer_use_feedback' 'false') zzzzz5 */
route,  MIN(load_start) load_start,  store,  lc_id,  loading_seq,
pick_zone_name,  MAX(user_name) user_name,  SUM(colli) colli,
SUM(colli_picked) colli_picked,  round((1 - ((SUM(colli) -
SUM(colli_picked)) / (SUM(colli)))) * 100, 2) || '%' colli_ready   FROM
(SELECT route,                load_start,                store,
       lc_id,                loading_seq,                CASE
       WHEN (nbr_pick_zones > 1) THEN                   'MULTIPLE'
            ELSE                   pick_zone_name                END
pick_zone_name,                (SELECT u.user_name
FROM dms_user u                  WHERE u.user_id = tab4.user_id
           AND u.facility_id = 'E1') user_name,                colli,
             (colli - colli_not_picked) colli_picked           FROM
(SELECT tab3.route,                        tab3.load_start,
           tab3.store,
Plan hash value: 2089643899
| Id  | Operation                                         | Name                      | Starts | E-Rows | A-Rows |   A-Time   | Buffers |  OMem |  1Mem | Used-Mem |
|   0 | SELECT STATEMENT                                  |                           |      1 |        |     35 |00:01:51.10 |    1286K|       |       |          |
|   1 |  TABLE ACCESS BY INDEX ROWID                      | DMS_USER                  |     18 |      1 |     18 |00:00:00.01 |      37 |       |       |          |
|*  2 |   INDEX UNIQUE SCAN                               | DMS_USER1                 |     18 |      1 |     18 |00:00:00.01 |      17 |       |       |          |
|   3 |  SORT GROUP BY                                    |                           |      1 |      2 |     35 |00:01:51.10 |    1286K|  9216 |  9216 | 8192  (0)|
|   4 |   VIEW                                            |                           |      1 |      2 |     43 |00:01:51.09 |    1286K|       |       |          |
|   5 |    WINDOW BUFFER                                  |                           |      1 |      2 |     43 |00:01:51.09 |    1286K|  6144 |  6144 | 6144  (0)|
|   6 |     SORT GROUP BY                                 |                           |      1 |      2 |     43 |00:01:51.09 |    1286K| 11264 | 11264 |10240  (0)|
|   7 |      NESTED LOOPS OUTER                           |                           |      1 |      2 |     43 |00:01:51.09 |    1286K|       |       |          |
|   8 |       VIEW                                        |                           |      1 |      2 |     43 |00:01:51.09 |    1286K|       |       |          |
|   9 |        UNION-ALL                                  |                           |      1 |        |     43 |00:01:51.09 |    1286K|       |       |          |
|  10 |         HASH GROUP BY                             |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |   752K|   752K|          |
|  11 |          VIEW                                     | VM_NWVW_1                 |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|* 12 |           FILTER                                  |                           |      1 |        |      0 |00:00:01.04 |   33948 |       |       |          |
|  13 |            HASH GROUP BY                          |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |   694K|   694K|          |
|  14 |             NESTED LOOPS                          |                           |      1 |        |      0 |00:00:01.04 |   33948 |       |       |          |
|  15 |              NESTED LOOPS                         |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  16 |               NESTED LOOPS                        |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  17 |                NESTED LOOPS                       |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  18 |                 NESTED LOOPS                      |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  19 |                  NESTED LOOPS                     |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  20 |                   NESTED LOOPS                    |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  21 |                    NESTED LOOPS                   |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  22 |                     NESTED LOOPS                  |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  23 |                      NESTED LOOPS                 |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|  24 |                       NESTED LOOPS                |                           |      1 |      1 |      0 |00:00:01.04 |   33948 |       |       |          |
|* 25 |                        TABLE ACCESS BY INDEX ROWID| CONTAINER                 |      1 |     13 |     36 |00:00:00.01 |      21 |       |       |          |
|* 26 |                         INDEX SKIP SCAN           | CONTAINER_CARR_SERV_ROUTE |      1 |     28 |     36 |00:00:00.01 |      12 |       |       |          |
|* 27 |                        TABLE ACCESS BY INDEX ROWID| PICK_DIRECTIVE            |     36 |      1 |      0 |00:00:01.04 |   33927 |       |       |          |
|* 28 |                         INDEX RANGE SCAN          | PICK_DIRECTIVE_I1         |     36 |      1 |    569K|00:00:00.47 |   12936 |       |       |          |
|  29 |                       TABLE ACCESS BY INDEX ROWID | PICK_FROM_LOC             |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 30 |                        INDEX RANGE SCAN           | PICK_FROM_LOC_ITEM        |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|  31 |                      TABLE ACCESS BY INDEX ROWID  | LOCATION                  |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 32 |                       INDEX RANGE SCAN            | LOCATION_ZONE             |      0 |   1053 |      0 |00:00:00.01 |       0 |       |       |          |
|* 33 |                     TABLE ACCESS BY INDEX ROWID   | STOCK_ALLOCATION          |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
PLAN_TABLE_OUTPUT
|* 34 |                      INDEX UNIQUE SCAN            | STOCK_ALLOCATION1         |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 35 |                    TABLE ACCESS BY INDEX ROWID    | NB_TMS_INBOUND            |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 36 |                     INDEX RANGE SCAN              | NB_TMS_INBOUND_PK         |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|  37 |                   TABLE ACCESS BY INDEX ROWID     | ROUTE_DEST                |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 38 |                    INDEX RANGE SCAN               | ROUTE_DEST1               |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 39 |                  TABLE ACCESS BY INDEX ROWID      | NB_LANE_SELECTION         |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 40 |                   INDEX UNIQUE SCAN               | NB_LANE_SELECTION_PK      |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|  41 |                 TABLE ACCESS BY INDEX ROWID       | ZONE                      |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 42 |                  INDEX UNIQUE SCAN                | ZONE1                     |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 43 |                TABLE ACCESS BY INDEX ROWID        | LOC_TYPE                  |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 44 |                 INDEX UNIQUE SCAN                 | LOC_TYPE1                 |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|* 45 |               INDEX UNIQUE SCAN                   | ITEM_MASTER1              |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|  46 |              TABLE ACCESS BY INDEX ROWID          | ITEM_MASTER               |      0 |      1 |      0 |00:00:00.01 |       0 |       |       |          |
|  47 |         HASH GROUP BY                             |                           |      1 |      1 |     43 |00:01:51.09 |    1252K|   759K|   759K| 1336K (0)|
|  48 |          NESTED LOOPS                             |                           |      1 |        |   1963 |00:13:34.35 |    1252K|       |       |          |
|  49 |           NESTED LOOPS                            |                           |      1 |      1 |   1963 |00:13:34.33 |    1250K|       |       |          |
|  50 |            NESTED LOOPS                           |                           |      1 |      1 |   1963 |00:13:34.31 |    1250K|       |       |          |
|  51 |             NESTED LOOPS                          |                           |      1 |      1 |     37M|00:02:03.09 |     822K|       |       |          |
|  52 |              MERGE JOIN CARTESIAN                 |                           |      1 |      1 |  41685 |00:00:00.20 |    9793 |       |       |          |
|  53 |               NESTED LOOPS                        |                           |      1 |        |   1985 |00:00:00.13 |    9790 |       |       |          |
|  54 |                NESTED LOOPS                       |                           |      1 |      1 |   1985 |00:00:00.10 |    7060 |       |       |          |
|  55 |                 NESTED LOOPS                      |                           |      1 |     14 |   1985 |00:00:00.08 |    5047 |       |       |          |
|  56 |                  NESTED LOOPS                     |                           |      1 |     14 |   1985 |00:00:00.03 |    1152 |       |       |          |
|* 57 |                   HASH JOIN                       |                           |      1 |      1 |     36 |00:00:00.01 |      81 |   774K|   774K|  760K (0)|
|* 58 |                    HASH JOIN                      |                           |      1 |      7 |     36 |00:00:00.01 |      67 |   779K|   779K|  391K (0)|
|* 59 |                     HASH JOIN                     |                           |      1 |     36 |     36 |00:00:00.01 |      51 |   835K|   835K|  654K (0)|
|* 60 |                      TABLE ACCESS BY INDEX ROWID  | CONTAINER                 |      1 |     36 |     36 |00:00:00.01 |      21 |       |       |          |
|* 61 |                       INDEX SKIP SCAN             | CONTAINER_CARR_SERV_ROUTE |      1 |     28 |     36 |00:00:00.01 |      12 |       |       |          |
|* 62 |                      TABLE ACCESS FULL            | NB_TMS_INBOUND            |      1 |    144 |    144 |00:00:00.01 |      30 |       |       |          |
|* 63 |                     TABLE ACCESS FULL             | NB_LANE_SELECTION         |      1 |     64 |     64 |00:00:00.01 |      16 |       |       |          |
|* 64 |                    TABLE ACCESS FULL              | ROUTE_DEST                |      1 |   2003 |   2149 |00:00:00.01 |      14 |       |       |          |
|  65 |                   TABLE ACCESS BY INDEX ROWID     | CONTAINER_ITEM            |     36 |     38 |   1985 |00:00:00.02 |    1071 |       |       |          |
|* 66 |                    INDEX RANGE SCAN               | CONTAINER_ITEM1           |     36 |     38 |   1985 |00:00:00.01 |      94 |       |       |          |
|  67 |                  TABLE ACCESS BY INDEX ROWID      | ITEM_MASTER               |   1985 |      1 |   1985 |00:00:00.04 |    3895 |       |       |          |
|* 68 |                   INDEX UNIQUE SCAN               | ITEM_MASTER1              |   1985 |      1 |   1985 |00:00:00.02 |    1910 |       |       |          |
|* 69 |                 INDEX UNIQUE SCAN                 | STOCK_ALLOCATION1         |   1985 |      1 |   1985 |00:00:00.02 |    2013 |       |       |          |
|* 70 |                TABLE ACCESS BY INDEX ROWID        | STOCK_ALLOCATION          |   1985 |      1 |   1985 |00:00:00.02 |    2730 |       |       |          |
|  71 |               BUFFER SORT                         |                           |   1985 |     21 |  41685 |00:00:00.04 |       3 |  2048 |  2048 | 2048  (0)|
|  72 |                TABLE ACCESS BY INDEX ROWID        | ZONE                      |      1 |     21 |     21 |00:00:00.01 |       3 |       |       |          |
|* 73 |                 INDEX RANGE SCAN                  | ZONE_ZG_IDX               |      1 |     21 |     21 |00:00:00.01 |       1 |       |       |          |
|  74 |              TABLE ACCESS BY INDEX ROWID          | LOCATION                  |  41685 |    382 |     37M|00:01:40.75 |     812K|       |       |          |
|* 75 |               INDEX RANGE SCAN                    | LOCATION_ZONE             |  41685 |   1053 |     37M|00:00:30.18 |     256K|       |       |          |
|* 76 |             VIEW PUSHED PREDICATE                 |                           |     37M|      1 |   1963 |00:10:49.31 |     428K|       |       |          |
|* 77 |              FILTER                               |                           |     37M|        |     37M|00:09:39.35 |     428K|       |       |          |
|  78 |               SORT AGGREGATE                      |                           |     37M|      1 |     37M|00:08:18.42 |     428K|       |       |          |
|* 79 |                FILTER                             |                           |     37M|        |     37M|00:05:23.60 |     428K|       |       |          |
|  80 |                 TABLE ACCESS BY INDEX ROWID       | PICK_FROM_LOC             |     37M|      1 |     37M|00:03:59.31 |     428K|       |       |          |
|* 81 |                  INDEX RANGE SCAN                 | PICK_FROM_LOC_ITEM        |     37M|      1 |     37M|00:02:16.12 |     272K|       |       |          |
|* 82 |            INDEX UNIQUE SCAN                      | LOC_TYPE1                 |   1963 |      1 |   1963 |00:00:00.01 |       4 |       |       |          |
|* 83 |           TABLE ACCESS BY INDEX ROWID             | LOC_TYPE                  |   1963 |      1 |   1963 |00:00:00.01 |    1963 |       |       |          |
|* 84 |       VIEW PUSHED PREDICATE                       |                           |     43 |      1 |     43 |00:00:00.01 |     236 |       |       |          |
|* 85 |        WINDOW SORT PUSHED RANK                    |                           |     43 |      1 |     86 |00:00:00.01 |     236 |  2048 |  2048 | 2048  (0)|
|* 86 |         TABLE ACCESS BY INDEX ROWID               | CONTAINER_HISTORY         |     43 |      1 |    160 |00:00:00.01 |     236 |       |       |          |
|* 87 |          INDEX RANGE SCAN                         | CHST_IDX                  |     43 |      2 |    246 |00:00:00.01 |      90 |       |       |          |
Predicate Information (identified by operation id):
PLAN_TABLE_OUTPUT
   2 - access("U"."FACILITY_ID"='E1' AND "U"."USER_ID"=:B1)
  12 - filter(("L"."LOCATION_ID"=MAX("PL"."LOCATION_ID") AND "PD"."PICK_FROM_CONTAINER_ID"=MAX("PL"."LOCATION_ID")))
  25 - filter((INTERNAL_FUNCTION("C"."CONTAINER_STATUS") AND "C"."DEST_ID" IS NOT NULL))
  26 - access("C"."FACILITY_ID"='E1' AND "C"."ROUTE"='556')
       filter("C"."ROUTE"='556')
  27 - filter("C"."CONTAINER_ID"="PD"."PICK_TO_CONTAINER_ID")
  28 - access("PD"."FACILITY_ID"='E1')
  30 - access("PL"."FACILITY_ID"='E1' AND "PL"."ITEM_ID"="PD"."ITEM_ID")
  32 - access("L"."FACILITY_ID"='E1' AND "PD"."ZONE"="L"."ZONE")
  33 - filter(("SA"."ORDER_DETAIL_UDA1"='2012-10-26' AND "SA"."SA_ROUTE" IS NOT NULL))
  34 - access("SA"."FACILITY_ID"='E1' AND "SA"."DISTRO_NBR"="PD"."DISTRO_NBR" AND "SA"."DEST_ID"="C"."DEST_ID" AND "SA"."ITEM_ID"="PD"."ITEM_ID")
  35 - filter(("C"."ROUTE"="A"."ROUTE" AND "SA"."SA_ROUTE"="A"."ROUTE"))
  36 - access("A"."FACILITY_ID"='E1' AND "C"."DEST_ID"="A"."DEST_ID")
       filter((TO_CHAR(INTERNAL_FUNCTION("A"."BUSINESS_DATE"),'YYYY-MM-DD')='2012-10-26' AND
              "SA"."ORDER_DETAIL_UDA1"=TO_CHAR(INTERNAL_FUNCTION("A"."BUSINESS_DATE"),'YYYY-MM-DD')))
  38 - access("RD"."FACILITY_ID"='E1' AND "C"."ROUTE"="RD"."ROUTE" AND "C"."DEST_ID"="RD"."DEST_ID")
  39 - filter("RD"."SHIP_DATE"=TRUNC(INTERNAL_FUNCTION("LS"."LOAD_START")))
  40 - access("LS"."FACILITY_ID"='E1' AND "LS"."BUSINESS_DATE"="A"."BUSINESS_DATE" AND "LS"."ROUTE"="A"."ROUTE")
  42 - access("Z"."FACILITY_ID"='E1' AND "L"."ZONE"="Z"."ZONE")
  43 - filter(("C"."LOCATION_ID" IS NULL OR "LT"."DOOR_LOCATION_FLAG"='N'))
  44 - access("LT"."FACILITY_ID"='E1' AND "L"."LOCATION_TYPE"="LT"."LOCATION_TYPE")
  45 - access("I"."FACILITY_ID"='E1' AND "PL"."ITEM_ID"="I"."ITEM_ID")
  57 - access("C"."FACILITY_ID"="RD"."FACILITY_ID" AND "C"."ROUTE"="RD"."ROUTE" AND "C"."DEST_ID"="RD"."DEST_ID" AND
              "RD"."SHIP_DATE"=TRUNC(INTERNAL_FUNCTION("LS"."LOAD_START")))
  58 - access("LS"."FACILITY_ID"="A"."FACILITY_ID" AND "LS"."ROUTE"="A"."ROUTE" AND "LS"."BUSINESS_DATE"="A"."BUSINESS_DATE")
  59 - access("C"."DEST_ID"="A"."DEST_ID" AND "C"."ROUTE"="A"."ROUTE")
  60 - filter(("C"."USER_ID" IS NOT NULL AND INTERNAL_FUNCTION("C"."CONTAINER_STATUS") AND "C"."DEST_ID" IS NOT NULL))
  61 - access("C"."FACILITY_ID"='E1' AND "C"."ROUTE"='556')
       filter("C"."ROUTE"='556')
  62 - filter(("A"."BUSINESS_DATE"=TO_DATE(' 2012-10-26 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND "A"."FACILITY_ID"='E1'))
  63 - filter(("LS"."BUSINESS_DATE"=TO_DATE(' 2012-10-26 00:00:00', 'syyyy-mm-dd hh24:mi:ss') AND "LS"."FACILITY_ID"='E1'))
  64 - filter("RD"."FACILITY_ID"='E1')
  66 - access("CI"."FACILITY_ID"='E1' AND "CI"."CONTAINER_ID"="C"."CONTAINER_ID")
  68 - access("I"."FACILITY_ID"='E1' AND "CI"."ITEM_ID"="I"."ITEM_ID")
  69 - access("SA"."FACILITY_ID"='E1' AND "SA"."DISTRO_NBR"="CI"."DISTRO_NBR" AND "SA"."DEST_ID"="A"."DEST_ID" AND "SA"."ITEM_ID"="CI"."ITEM_ID")
  70 - filter(("SA"."ORDER_DETAIL_UDA1"='2012-10-26' AND "SA"."SA_ROUTE" IS NOT NULL AND "SA"."SA_ROUTE"="A"."ROUTE"))
  73 - access("Z"."FACILITY_ID"='E1')
  75 - access("L"."FACILITY_ID"='E1' AND "L"."ZONE"="Z"."ZONE")
  76 - filter(("L"."LOCATION_ID"="P"."LOCATION_ID" AND "C"."PICK_TYPE"=DECODE(TO_CHAR(NVL("P"."CASEPACK",0)),'0','U','CF')))
  77 - filter(COUNT(*)>0)
  79 - filter(('E1'="CI"."FACILITY_ID" AND 'E1'="L"."FACILITY_ID"))
  81 - access("PL"."FACILITY_ID"='E1' AND "PL"."ITEM_ID"="CI"."ITEM_ID")
  82 - access("LT"."FACILITY_ID"='E1' AND "L"."LOCATION_TYPE"="LT"."LOCATION_TYPE")
  83 - filter(("C"."LOCATION_ID" IS NULL OR "LT"."DOOR_LOCATION_FLAG"='N'))
  84 - filter("LAST_USER"=1)
  85 - filter(ROW_NUMBER() OVER ( PARTITION BY "CH"."FACILITY_ID","CH"."CONTAINER_ID" ORDER BY INTERNAL_FUNCTION("CH"."ACTION_TS") DESC )<=1)
  86 - filter((INTERNAL_FUNCTION("CH"."CONTAINER_STATUS") AND "CH"."USER_ID"<>'WMS_OWNER'))
  87 - access("CH"."FACILITY_ID"="TAB1"."FACILITY_ID" AND "CH"."CONTAINER_ID"="TAB1"."LC_ID" AND "CH"."TABLE_NAME"='C' AND "CH"."ACTION_TYPE"='M')
Note
   - cardinality feedback used for this statement
169 rows selected.

Similar Messages

  • When I first bought it, it was meant to use all the services provided by Great Apple including the new LTE service as a main service for such device. Now I just realize that such service does not match with the model I have ... Pease advise ..

    Greetings,
    I hope this email finds you well. I bought my iPhone on December 1st, 2012 with a track order W459517623. When I first bought it, it was meant to use all the services provided by Great Apple including the new LTE service as a main service for such device. Now I just realize that such service does not match with the model I have, as per this link:
    http://www.apple.com/iphone/LTE/
    Model A1429
    (GSM model)
                                                                  Saudi Arabia - Mobily
    The model Apple sent is A1428
    I believe that such service should be provided to my devices too. Also, Apple always find best ways to solve such queries. 
    Please advise me
    Thank you and Regards,
    Abdulrahman

    I'm assuming you bought it via the Apple Online store. Contact them. Use the Contact Us link at the bottom of the page. Did you buy the phone from the store in the country you intend to USE the iPhone? If you bought the phone in the US store and intend to use it OUTSIDE the US, you only have yourself to blame, as they shipped the CORRECT phone for use in the US.

  • HT6170 Since i got my iPhone 4S, Last year. it's the 8gb experminetal version. My phone's volume always appears. All the time. And since i got the iOS 8 yesterday. It got even worse, it won't get out anymore. I'm super mad. I need an answer real soon

    Since i got my iPhone 4S, Last year. it's the 8gb experminetal version. My phone's volume always appears. All the time. And since i got the iOS 8 yesterday. It got even worse, it won't get out anymore. I'm super mad. I don't know what's going on. Is it my case? But, i don't use a case anymore. It doesn't even lessen. And when i take pictures for like 10 seconds, i get like 50 photos. Without even clicking the button. This is a real problem for me Apple, and i need you to do something about it. I need an answer real soon.

    I got Troubles too with iphone 4s with the new iOS 8, its unstable, apple said its for that model to but its not totally true, well few troubles disappear if you do this:
    First you need to Sync your iphone like regular you do it, but check you could made a Saffety and restore back up manually in your computer.
    then when this it's already done, disconnect your iphone, then restore your iphone as factory settings, beware! don't do this if you don't have your Saffety copy first!
    when you restore your iphone as factory settings iTunes will ask you if this is a new phone or a previous phone, well, select previous iphone and select the back up copy you made, and let iTunes restore all, that fix a few issues in my phone, but the real problem its iOS 8 its not good for 4s.

  • Query to create a view using the following tables

    Hi,
    I am struggling to write the proper query to create a view using three tables.
    I would really be thankful if anyone can help me.
    I am pasting the following script to create the required tables and also insert appropriate data in each of the table.
    create table HR.STUDENT_DETAILS (
    STUDENT_ID NUMBER(10),
    STUDENT_NAME VARCHAR2(50),
    DOB DATE,
    SEX CHAR(1),
    ACTIVE CHAR(1),
    CONTACT_NUMBER NUMBER(20),
    primary key(STUDENT_ID)
    create table HR.PAYMENT_HEADER (
    PAY_HEADER_ID NUMBER(10),
    DOC_NUM NUMBER(5),
    MONTH_NAME VARCHAR2(10),
    primary key(PAY_HEADER_ID)
    create table HR.PAYMENT_DETAILS (
    HEADER_ID NUMBER(10),
    LINE_ID NUMBER(10),
    STUDENT_ID NUMBER(10),
    CUM_AMOUNT NUMBER(10),
    primary key(HEADER_ID,LINE_ID)
    INSERT ALL
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1112,'James','17-JUN-05','M','Y',23674378)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1113,'David','21-SEP-05','M','Y',24565457)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1114,'Michael','13-JAN-06','M','Y',25436784)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1115,'Joseph','03-JAN-06','M','Y',23435673)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1116,'Juliet','21-MAY-05','F','Y',23234527)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1117,'Monica','25-JUN-05','F','Y',24873245)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1118,'William','05-FEB-05','M','Y',23623245)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1119,'Karen','07-FEB-06','F','Y',26757543)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1120,'Erika','17-AUG-05','F','Y',25435465)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1121,'Noah','16-AUG-05','M','Y',23457645)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1122,'Angelina','28-SEP-05','F','Y',26456787)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1123,'Gabriela','30-SEP-05','F','Y',29767543)
    INTO HR.STUDENT_DETAILS (STUDENT_ID,STUDENT_NAME,DOB,SEX,ACTIVE,CONTACT_NUMBER) VALUES (1124,'Sofia','07-MAR-06','F','Y',27656578)
    SELECT * FROM DUAL;
    INSERT ALL
    INTO HR.PAYMENT_HEADER (PAY_HEADER_ID,DOC_NUM,MONTH_NAME) VALUES (305,1,'JAN')
    INTO HR.PAYMENT_HEADER (PAY_HEADER_ID,DOC_NUM,MONTH_NAME) VALUES (306,2,'FEB')
    INTO HR.PAYMENT_HEADER (PAY_HEADER_ID,DOC_NUM,MONTH_NAME) VALUES (307,3,'MAR')
    INTO HR.PAYMENT_HEADER (PAY_HEADER_ID,DOC_NUM,MONTH_NAME) VALUES (308,4,'APR')
    INTO HR.PAYMENT_HEADER (PAY_HEADER_ID,DOC_NUM,MONTH_NAME) VALUES (309,5,'MAY')
    SELECT * FROM DUAL;
    INSERT ALL
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (305,12,1112,40)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (305,13,1113,40)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (305,14,1114,40)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (306,15,1112,80)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (306,16,1113,80)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (306,17,1114,80)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (306,18,1115,40)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (306,19,1116,40)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (307,20,1112,120)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (307,21,1113,120)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (307,22,1114,120)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (307,23,1115,80)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (307,24,1116,80)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (307,25,1117,40)
    INTO HR.PAYMENT_DETAILS (HEADER_ID,LINE_ID,STUDENT_ID,CUM_AMOUNT) VALUES (307,26,1118,40)
    SELECT * FROM DUAL;
    The above table STUDENT_DETAILS stores the details of all the students and each student has a unique student id.
    Another table PAYMENT_HEADER saves the payment details as a document for each month which has a header id.
    In the PAYMENT_DETAILS table, payment details are stored for the students (who made the payment for that month). This table does not save the data for a student if he has not paid on that month. This table is connected to the PAYMENT_HEADER table through a header Id.
    The view should be such that when I pass the document number, it shall show the names of all the students, but shall show payment amount only for those students who had paid under the selected document number, for other it should show null.
    I tried the following query:
    select * from (
    select sd.student_name,sd.DOB,sd.sex,sd.contact_number,pd.doc_num,pd.month_name,pd.cum_amount
    from hr.student_details sd left join
    (select hdr.doc_num,hdr.month_name,det.student_id,det.cum_amount
    from hr.payment_header hdr, hr.payment_details det
    where hdr.pay_header_id = det.header_id) pd on sd.student_id = pd.student_id)
    But when I pass the filtering values like document number, it does not show some students with null values.
    select * from (
    select sd.student_name,sd.DOB,sd.sex,sd.contact_number,pd.doc_num,pd.month_name,pd.cum_amount
    from hr.student_details sd left join
    (select hdr.doc_num,hdr.month_name,det.student_id,det.cum_amount
    from hr.payment_header hdr, hr.payment_details det
    where hdr.pay_header_id = det.header_id) pd on sd.student_id = pd.student_id)
    where doc_num = 1 or doc_num is null;
    My requirement is that, every time I use a document number in the where clause for the view it should show the paid amount against the student names who has paid on that month and for all other student it should null. Total student number is 13. So every time it should show 13 students only even when I pass document No 2 or 3.
    Seeking your help.
    Regards
    Hawker

    Hi Frank,
    as per your advice, I am omitting the 'DOB', 'GENDER','ACTIVE','CONTACT_NUMBER' fields from the 'STUDENT_DETAILS' table.
    I shall create separate tables and insert the desired output from the view for each where clause.
    First let us create three tables each for the desired out put:
    1) For the desired output I want to see when I pass doc_num as 1
    create table HR.SDT_PAY_DET_DOC_ONE (
    STUDENT_ID NUMBER(10),
    STUDENT_NAME VARCHAR2(50),
    DOC_NUM NUMBER(5),
    C_AMOUNT NUMBER(10),
    primary key(STUDENT_ID)
    2) For the desired output I want to see when I pass doc_num as 2
    create table HR.SDT_PAY_DET_DOC_TWO (
    STUDENT_ID NUMBER(10),
    STUDENT_NAME VARCHAR2(50),
    DOC_NUM NUMBER(5),
    C_AMOUNT NUMBER(10),
    primary key(STUDENT_ID)
    3) For the desired output I want to see when I pass doc_num as 3
    create table HR.SDT_PAY_DET_DOC_THREE (
    STUDENT_ID NUMBER(10),
    STUDENT_NAME VARCHAR2(50),
    DOC_NUM NUMBER(5),
    C_AMOUNT NUMBER(10),
    primary key(STUDENT_ID)
    Now I shall insert values in each of the above three tables:
    INSERT ALL
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1112,'James',1,40)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1113,'David',1,40)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1114,'Michael',1,40)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1115,'Joseph',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1116,'Juliet',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1117,'Monica',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1118,'William',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1119,'Karen',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1120,'Erika',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1121,'Noah',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1122,'Angelina',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1123,'Gabriela',null,null)
    INTO HR.SDT_PAY_DET_DOC_ONE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1124,'Sofia',null,null)
    SELECT * FROM DUAL;
    INSERT ALL
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1112,'James',2,80)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1113,'David',2,80)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1114,'Michael',2,80)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1115,'Joseph',2,40)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1116,'Juliet',2,40)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1117,'Monica',null,null)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1118,'William',null,null)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1119,'Karen',null,null)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1120,'Erika',null,null)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1121,'Noah',null,null)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1122,'Angelina',null,null)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1123,'Gabriela',null,null)
    INTO HR.SDT_PAY_DET_DOC_TWO(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1124,'Sofia',null,null)
    SELECT * FROM DUAL;
    INSERT ALL
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1112,'James',3,120)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1113,'David',3,120)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1114,'Michael',3,120)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1115,'Joseph',3,80)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1116,'Juliet',3,80)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1117,'Monica',3,40)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1118,'William',3,40)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1119,'Karen',null,null)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1120,'Erika',null,null)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1121,'Noah',null,null)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1122,'Angelina',null,null)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1123,'Gabriela',null,null)
    INTO HR.SDT_PAY_DET_DOC_THREE(STUDENT_ID,STUDENT_NAME,DOC_NUM,C_AMOUNT) VALUES (1124,'Sofia',null,null)
    SELECT * FROM DUAL;
    Thanks & Regards
    Hawker

  • Windows 7 all browsers constantly crashing and SSD disk has way to much used space than all the folders are combined in size.

    I recently built a computer and was installing Windows 7 Ultimate 64 bit on it. I have a few problems going on. First of all all my browser are constantly crashing (including IE, Firefox and Google Chrome) on random reasons. I checked the conflicts on chrome
    and there were none conflicting with it. I did the /sparrow thing to clear and fix corruption but that did not work. I've tried making a new user file in Chrome, same results. Another problem I've been having is that my SSD disk that I have Windows installed
    on shows way to much space being used in My Computer. I checked all the file sizes within it and it is a maximum of 40GB all put togather but My Computer says only 28GB is free of 111GB SSD drive. 
    Here are the specs to my computer:
    AMD FX 8350 CPU
    Mushkin 16GB 1866hz RAM
    Gigabyte Radeon R9 270x 4GB VRAM GPU
    Gigabyte 990FXA-UD5 motherboard
    600W Amrageddon PSU
    120GB Mushkin Chronos Deluxe SSD
    2TB SSHD Seagate
    Anyone know what I can do?
    P.S Drive cleanup freed only 500MB and the Recycle Bin is empty
    P.P.S I moved the Program files from the SSD to the SSHD (If that matters) Also the download folder.

    HH
    1-You can check what is using the space with a free 3rd party tool called Treesize from Jam software
    2-I believe you have a hardware issue and here is why.
    Event viewer logs show
    1-The platform firmware has corrupted memory (see snip)
    2-The Browser are crashing because of something called a memory exception (Cx05) see snip
    I would check for a BIOS update, configure your system to generate a user mode DMP file and upload it when they crash.  Beyond that there are only a few events in EV (~300).  We can alwasy use more.
    You can configure Windows to create user-mode dumps. Create a System Restore Point first.
    Copy and paste the following in Notepad and save as a .reg file, then right-click the .reg file and select "Merge" to add to the registry, a .dmp file  should be created in the C:\CrashDumps folder:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\explorer.exe]
    "DumpFolder"=hex(2):43,00,3a,00,5c,00,43,00,72,00,61,00,73,00,68,00,44,00,75,\
    00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    After the app crashes, can you then upload the  dmp file via Windows Live Onedrive or other file sharing site.
    The following link has information on using Windows Live Onedrive:
    http://social.technet.microsoft.com/Forums/en-US/w7itproui/thread/4fc10639-02db-4665-993a-08d865088d65
     More info on collecting user-mode dumps:
    »msdn.microsoft.com/en-us/library···85).aspx
    Wanikiya and Dyami--Team Zigzag

  • Query for  customer and its all the underlying sites in AR

    Hi Expert,
      Please help me to build a query for a customer and its all the underlying sites .
    Thanks

    Please check this thread:
    Running Total in QLD
    Thanks,
    Gordon

  • IMovie won't import from iPhoto (this is different than all the other post)

    Before you think, "Oh... this is the typical 'iMovie 7 isn't importing iPhoto movies' question" this isn't. I've looked through a ton of threads and questions trying to find something similar to this.
    Q: I have all my digital camera (Canon SD500 camera (not camcorder), no known compatibility issues with Apple) movies, which are in .AVI format, in iPhoto. iMovie is being weird as in it will only import SOME of my camera movies. For some events, it imports ALL the movies in. For some events, it won't import ANY of the movies in. For some events, it will only import SOME of the movies included in it.
    If someone responds, "Your camera is incompatible" OR "the file format isn't supported" they should have points deducted from their account because they didn't read anything except for the first sentence and decided I don't know what I'm talking about.
    Here's some interesting things that have happened:
    1) I found ONE event in question called "Wedding Pictures & Movies" that wasn't showing up in iMovie. The camera we took movies with has other movies in other events that have successfully been imported into iMovie. But anyway, I realized that for some programming languages (I don't know if this is true with iMovie, I doubt it) that the ampersand (&) sign is used in code and shouldn't be used in titling things. So I shortened the name down to "Wedding" and all the sudden (more like after iMovie asked me if I wanted to create the thumbnails for the movies), SOME of my movies were put into iMovie, not all.
    2) Upon realizing that either: the event name was too long OR the & sign actually did screw it up, I shortened another event in question from "Reception Pictures & Videos" to simply "Reception". Upon opening iMovie, it never asked to build the thumbnail library with movies from this "Reception" event that I did the exact same thing to as the "Wedding" event.
    3) I thought I would try and force iMovie to refresh the thumbnail database (or build thumbnails for another movie again) by taking another movie with said camera above, the same one that I've taken all the other movies with, and imported the movie into iPhoto. Upon opening iMovie, it asked me to build the thumbnail, but only did so for the movie that I just took.
    What could be going on that movies from the same camera aren't showing up in iMovie? I can understand other cameras, but these movies are all from the same camera. Some will show up while others will not? Does anyone have a clue what could be going on here?
    BTW, the movies have not been edited in any way. They are all still in the exact same format and everything since they were imported into iPhoto.

    Before you think, "Oh... this is the typical 'iMovie 7 isn't importing iPhoto movies' question" this isn't. I've looked through a ton of threads and questions trying to find something similar to this.
    Q: I have all my digital camera (Canon SD500 camera (not camcorder), no known compatibility issues with Apple) movies, which are in .AVI format, in iPhoto. iMovie is being weird as in it will only import SOME of my camera movies. For some events, it imports ALL the movies in. For some events, it won't import ANY of the movies in. For some events, it will only import SOME of the movies included in it.
    If someone responds, "Your camera is incompatible" OR "the file format isn't supported" they should have points deducted from their account because they didn't read anything except for the first sentence and decided I don't know what I'm talking about.
    Here's some interesting things that have happened:
    1) I found ONE event in question called "Wedding Pictures & Movies" that wasn't showing up in iMovie. The camera we took movies with has other movies in other events that have successfully been imported into iMovie. But anyway, I realized that for some programming languages (I don't know if this is true with iMovie, I doubt it) that the ampersand (&) sign is used in code and shouldn't be used in titling things. So I shortened the name down to "Wedding" and all the sudden (more like after iMovie asked me if I wanted to create the thumbnails for the movies), SOME of my movies were put into iMovie, not all.
    2) Upon realizing that either: the event name was too long OR the & sign actually did screw it up, I shortened another event in question from "Reception Pictures & Videos" to simply "Reception". Upon opening iMovie, it never asked to build the thumbnail library with movies from this "Reception" event that I did the exact same thing to as the "Wedding" event.
    3) I thought I would try and force iMovie to refresh the thumbnail database (or build thumbnails for another movie again) by taking another movie with said camera above, the same one that I've taken all the other movies with, and imported the movie into iPhoto. Upon opening iMovie, it asked me to build the thumbnail, but only did so for the movie that I just took.
    What could be going on that movies from the same camera aren't showing up in iMovie? I can understand other cameras, but these movies are all from the same camera. Some will show up while others will not? Does anyone have a clue what could be going on here?
    BTW, the movies have not been edited in any way. They are all still in the exact same format and everything since they were imported into iPhoto.

  • Is there a query or program to find all the unreferenced images or assets?

    I am looking for a query or a simple program to find all the unreferneced images or assets within DAM. This will help us clean out the images that are no longer required.

    Please check the blog post http://www.wemblog.com/2012/12/how-to-remove-non-referenced-node-from.html
    There's already a similar discussion : http://forums.adobe.com/message/4928021

  • Why needs the first reference much more time to close than all others?

    Hi all,
    I am facing a strange problem with closing an array of references.
    A few words to my environment:
    I can load dynamically VIs into a subpanel sitting on my main VI but if I unload and reload Visa I need to close my Visa properly, not just by stopping.
    Therefore I wrote a closingVI which is attached. In this VI I look for a "Stop" button and send a true by signaling.
    The problem now is that the very first reference in the "Control[]" needs around 40seconds to close, all following refs just need <1ms! By the way, the array size is just about 24 and it is independent which ref comes first.
    In addition to that the problem just occurs when the VI runs longer than 10 minutes, which doesn't makes any sense to me. 
    Do you have any suggestions?
    Stay Hungry, Stay Foolish
    Attachments:
    Capture.PNG ‏15 KB

    Benjamin_ wrote:
    The problem now is that the very first reference in the "Control[]" needs around 40seconds to close, all following refs just need <1ms!
    I don't know what you are referring to here.  You are closing all of the Control references in a single node.  Are you saying it takes that long for the Close Reference for the entire array?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Allways freezout this new version. Minimum 6-10 times a day, than all the time I will restart than I get back How to use Fire fox! Even I don't need this, I just want to see my stuff on internet! How that can be happen?

    Probably other people have a same problem since the new version updated. So much times in a day just freezout Firefox and than I have to restart. Even doesn't matter how much page I have opened. Sometimes 4-6 somtimes 10-12, but come on this is the NEW FAST AND GREAT version that's shouldn't be a problem for this! Than if I stop to send this firefox and restart again, I everytime waiting so long 2-4 minute 'cause allways re open this new tab with How to use new firefox... or something else! I don't want to learn anymore! I just want to have one firefox wich can be working day by day without problems and I can use my favorit plug ins and I don't mind anymore how I can use this newest version! Please don't change every month than we have a lot of problems! First waiting for the REALLY GOOD VERSION WICH DON'T HAVE ANY PROBLEM AND JUST THAN UP DATE FOR US!!!

    A warm welcome to Apple discussions!
    A 2003 iMac cannot support Snow Leopard 10.6; you'd need an Intel processor and that cannot be retrofitted to your Mac. What does "About this Mac" in your Apple menu say  for your processor speed? What does it say about how much RAM you have?
    If the processor is 1ghz or faster, you can run OS 10.5; otherwise, you are maxed out at 10.4.11.
    Also, are you running any commercial ("pay for") anti-virus or security software? They are notorious for slowing most Macs to a fraction of their speed potential.
    A too-full hard drive can drag down performance, especially if you don't have a lot of physical RAM installed. If you single-click your hard drive icon and then do command i, you'll see the disk usage. Looks like this:
    The value for "Used" should be no more than about 90 percent of "Capacity." In the example image, that drive has about 34 percent of its space used and 66 percent free--more than enough. Please post what you see for your Capacity and Used numbers
    There are a few more things we might check but this is a good start.
    Awaiting your information,
    Allan

  • Blank Record Appearing in Power Pivot, How do I ensure that my Power Query script is filtering out all the Blank Records

    Hi,
    I noticed once of my Fact tables in my Power Pivot model contains a blank record. I can't understand why.
    So I added a Filter expression to the underlying Power Query query, something like; -
    Text.Length("MyField") > 0
    However after refreshing the Power Query query which contains the above expression the blank record still appears within my Power Pivot table.
    Kind Regards,
    Kieran.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

    hi..
    As my understand, the blank record in Power Query will be return null value . So that, You try to use Text.Length("MyField" ) <> null.
    Regards,

  • New 17 Macbook Pro 5 key is brighter than all the others

    Why? Why? Why? I do alot of work in low light and this key is like a homing beacon. My OCD kicks in and this key drives me nuts. I went back to the Apple store where I purchased this and checked the other display models. The same issue, BUT only with the 17's not the 15's or 13's. The 15's look perfect as they should.
    What happened. I've never had this issue with my other macbook's. What changed on the 17?
    Can this be fixed or do I need to switch to the 15 or just deal with it.

    I just bought a used MBP 17 and its 5 key was much brighter than the others. I popped off the 5 key, trimmed a small piece of paper from the recycle bin, dabbed it with a black marker, and laid it into the top left corner of the hole where there was an obviously brighter zone of light shining from below. Replaced the key, now its just about the same as its neighbors and the physical keystroke isn't affected by the presence of the paper sliver.

  • I just  downloaded the ios7 and now it won't let me update any of my apps it keeps takeing me out of the apple store than all the apps that need to be updated are not on the list anymore

    I Just downloaded the ios7 on my iPod 5 and it will not let me update my apps every time I try they are gone and it exiting out of the apple store also my battery has been dieing a lot faster lately too

    @tx4kings
    While on your iPhone
    log out of iTunes
    restart your device
    connect to a strong wifi
    log back into iTunes
    update

  • In imovie how do I seperate all my videos from the photos from iphoto? I have thousands of photos so finding the odd video here or there is like finding a needle in a haystack! Is there a way I can simply import the videos rather than all the photos

    Imovies - how do I seperate the videos from the photos. My library has bundled them all together from iphoto

    One way I was able to do this, was to make a Smart Album in iPhoto, with the rule of showing just the movie files.  This will work, once you know what format the movie files are in.
    In iPhoto, select one of your movies, and right click it.  Look for the option: "Reveal in Finder" or "Show in Finder" (this depends on the version of iPhoto).
    Once you see the file, look for the three letters AFTER the period.  Like this:
    .mov (QuickTime movie)
    .avi  (Uncompressed Windows Video)
    .mpg (MPEG video)
    Back in iPhoto, when you make your Smart Album, set it up like this:
    Once you have it set like this, press RETURN (or click "Ok").
    What you'll see is all the videos that have that file extension (.mov, .avi, .mpg, etc.) listed.  Now the nice thing is this:  Every new movie you add to iPhoto will automatically get listed here, regardless of where in iPhoto they live!
    Integration with iMovie:
    By making this album in iPhoto, when you get to iMovie, you'll be able to see the movies when you select your Videos Smart Album.
    I hope this helps you out.  They have iPhoto and iMovie workshops at Apple Stores that cover this too.  They're free, and you can learn a lot.
    Sincerely,
    Brian K. James

  • I have the first dual core macbook. Do I get all the multi touch features?, I have the first dual core macbook. Does I get all the multi touch features with Lion?

    I want to upgrade but want to know that I will be getting many of the features that I am expecting to. As of right now, running Snow Leopard, I only have 2 finger scrolling via trackpad. I have a magic mouse, but was wondering if the upgrade to Lion would add 3 finger functionality to my Mac. Any help on this topic is greatly appreciated.

    Sorry but if you have the Dual Core  (As opposed to the Dual 2 Core) then you don't even get Lion
    Regards,
    Shawn

Maybe you are looking for

  • Ken Burns

    I have put together my iMovie of photos using the Ken Burns effect. In watching the movie I would like the photos to stay a second longer once the pan and zoom are done. Is there a way to get the slide to hold a fraction longer. Thanks.

  • Error when trying to view YouTube videos

    I get the following error when trying to view YouTube videos in some wireless hotspots; "The server is not correctly configured".  It used to work fine at these locations.

  • Mail disappears, then re-appears

    When I run Mail, all my old main in my Inbox disappears. After checking with the mail server, they come back. This didn't happen before I upgraded to 10.5.6, i.e. the old mail stayed during the entire checking server process. Any ideas?

  • Installing Mediagate with Mac

    I cant anywhere on the Internet to give me instructions on how to install the Mediagate 350HD with a MAC. I have downloaded the software and installed it but I still can not see the Mediagate on my computer. I am sure I have the wireless router insta

  • Best practise? JPopupMenu names?

    Have a working popupmenu with confusing names: Analyze > Weeks           Months Display > Weeks           MonthsThe listener returns the String commands: 'Weeks' and 'Weeks' when I click on Analyse > Weeks or Display > Weeks. So I don't know which it