Tuning or new idea

Hi below query is taking more time.Could you some help to rewrite the wuery or give me some idea.
query
select *
FROM SALE_EVT E
INNER JOIN vp_dlr dlr
ON dlr.dlrshp_org_id = e.dlrshp_org_id
LEFT OUTER JOIN vp_ldgr_agg sa
ON sa.sale_evt_id = e.sale_evt_id
LEFT OUTER JOIN vp_sale_stat ss
ON ss.sale_status_id = e.sale_stat_lkup_id
INNER JOIN
  (SELECT sale_evt_id,
    COUNT(tile) tiles
  FROM vp_sale_tile_zone
  GROUP BY sale_evt_id
  HAVING sale_evt_id IN
    (SELECT DISTINCT sale_evt_id
    FROM vp_sale_tile_zone
    WHERE (NULL IS NULL
    OR NULL      = tile)
  ) tc
ON tc.sale_evt_id = e.sale_evt_id
"PLAN_TABLE_OUTPUT"
"Plan hash value: 1277247108"
"| Id  | Operation                                         | Name                  | Rows  | Bytes |TempSpc| Cost (%CPU)| Time     |"
"|   0 | SELECT STATEMENT                                  |                       |     1 |   928 |       |  5269   (2)| 00:01:04 |"
"|   1 |  SORT ORDER BY                                    |                       |     1 |   928 |       |  5269   (2)| 00:01:04 |"
"|*  2 |   HASH JOIN OUTER                                 |                       |     1 |   928 |       |  5268   (2)| 00:01:04 |"
"|   3 |    NESTED LOOPS OUTER                             |                       |     1 |   680 |       |  3226   (2)| 00:00:39 |"
"|*  4 |     HASH JOIN                                     |                       |     1 |   626 |       |  3225   (2)| 00:00:39 |"
"|   5 |      NESTED LOOPS                                 |                       |    45 |  7695 |       |   555   (3)| 00:00:07 |"
"|   6 |       VIEW                                        |                       |    44 |   792 |       |   511   (3)| 00:00:07 |"
"|*  7 |        FILTER                                     |                       |       |       |       |            |          |"
"|   8 |         HASH GROUP BY                             |                       |    44 |   792 |       |   511   (3)| 00:00:07 |"
"|   9 |          VIEW                                     | VP_SALE_TILE_ZONE     |   876 | 15768 |       |   511   (3)| 00:00:07 |"
"|  10 |           HASH UNIQUE                             |                       |   876 | 57816 |       |   511   (3)| 00:00:07 |"
"|* 11 |            HASH JOIN                              |                       |   876 | 57816 |       |   510   (3)| 00:00:07 |"
"|* 12 |             HASH JOIN                             |                       |  7990 |   366K|       |   113   (3)| 00:00:02 |"
"|  13 |              TABLE ACCESS FULL                    | TILE                  | 30996 |   635K|       |    56   (2)| 00:00:01 |"
"|  14 |              TABLE ACCESS FULL                    | TILE_ZONE_MATRIX      | 28603 |   726K|       |    56   (2)| 00:00:01 |"
"|* 15 |             TABLE ACCESS FULL                     | SALE_TILE             |   236K|  4390K|       |   393   (2)| 00:00:05 |"
"|* 16 |         TABLE ACCESS BY INDEX ROWID               | TILE_ZONE_MATRIX      |     1 |    21 |       |     2   (0)| 00:00:01 |"
"|  17 |          NESTED LOOPS                             |                       |     1 |    61 |       |   133   (0)| 00:00:02 |"
"|  18 |           NESTED LOOPS                            |                       |    41 |  1640 |       |    53   (0)| 00:00:01 |"
"|* 19 |            TABLE ACCESS BY INDEX ROWID            | SALE_TILE             |     7 |   133 |       |     4   (0)| 00:00:01 |"
"|* 20 |             INDEX RANGE SCAN                      | PK_SALE_TILE          |     7 |       |       |     3   (0)| 00:00:01 |"
"|  21 |            TABLE ACCESS BY aINDEX ROWID            | TILE                  |     6 |   126 |       |     7   (0)| 00:00:01 |"
"|* 22 |             INDEX RANGE SCAN                      | PK_TILE               |     6 |       |       |     1   (0)| 00:00:01 |"
"|* 23 |           INDEX RANGE SCAN                        | PK_TILE_ZONE_MATRIX   |     1 |       |       |     1   (0)| 00:00:01 |"
"|  24 |       TABLE ACCESS BY INDEX ROWID                 | SALE_EVT              |     1 |   153 |       |     1   (0)| 00:00:01 |"
"|* 25 |        INDEX UNIQUE SCAN                          | PK_SALE_EVT           |     1 |       |       |     0   (0)| 00:00:01 |"
"|  26 |      VIEW                                         | VP_DLR                |   170 | 77350 |       |  2670   (1)| 00:00:33 |"
"|  27 |       HASH UNIQUE                                 |                       |   170 |    99K|       |  2670   (1)| 00:00:33 |"
"|* 28 |        TABLE ACCESS BY INDEX ROWID                | DLRSHP_CUST_CNTCT     |     1 |    41 |       |     2   (0)| 00:00:01 |"
"|  29 |         NESTED LOOPS                              |                       |   170 |    99K|       |  2669   (1)| 00:00:33 |"
"|  30 |          NESTED LOOPS                             |                       |   170 | 95030 |       |  2328   (1)| 00:00:28 |"
"|* 31 |           HASH JOIN OUTER                         |                       |   146 | 70372 |       |  1793   (2)| 00:00:22 |"
"|* 32 |            HASH JOIN OUTER                        |                       |   146 | 67452 |       |  1663   (1)| 00:00:20 |"
"|* 33 |             HASH JOIN OUTER                       |                       |   146 | 64240 |       |  1534   (1)| 00:00:19 |"
"|* 34 |              HASH JOIN RIGHT OUTER                |                       |   146 | 62780 |       |  1506   (1)| 00:00:19 |"
"|* 35 |               TABLE ACCESS BY INDEX ROWID         | SHR_LKUP              |     4 |   132 |       |     5   (0)| 00:00:01 |"
"|* 36 |                INDEX RANGE SCAN                   | AK1_SHR_LKUP          |     4 |       |       |     2   (0)| 00:00:01 |"
"|  37 |               NESTED LOOPS OUTER                  |                       |   146 | 57962 |       |  1501   (1)| 00:00:19 |"
"|* 38 |                HASH JOIN OUTER                    |                       |   132 | 50028 |       |  1304   (1)| 00:00:16 |"
"|  39 |                 NESTED LOOPS OUTER                |                       |   132 | 48708 |       |  1248   (1)| 00:00:15 |"
"|  40 |                  NESTED LOOPS OUTER               |                       |   132 | 43428 |       |  1115   (1)| 00:00:14 |"
"|* 41 |                   HASH JOIN                       |                       |   132 | 38148 |       |   982   (2)| 00:00:12 |"
"|* 42 |                    TABLE ACCESS FULL              | DLRSHP_LKUP           |    30 |  2040 |       |     3   (0)| 00:00:01 |"
"|* 43 |                    TABLE ACCESS BY INDEX ROWID    | DLRSHP_AGREMT         |     7 |   182 |       |     5   (0)| 00:00:01 |"
"|  44 |                     NESTED LOOPS                  |                       |   739 |   159K|       |   979   (2)| 00:00:12 |"
"|* 45 |                      HASH JOIN                    |                       |   111 | 21645 |       |   423   (3)| 00:00:06 |"
"|  46 |                       NESTED LOOPS                |                       | 11513 |  1461K|       |   168   (2)| 00:00:03 |"
"|* 47 |                        TABLE ACCESS BY INDEX ROWID| DLRSHP_LKUP           |     1 |    68 |       |     1   (0)| 00:00:01 |"
"|* 48 |                         INDEX UNIQUE SCAN         | AK1_DLRSHP_LKUP       |     1 |       |       |     0   (0)| 00:00:01 |"
"|* 49 |                        TABLE ACCESS FULL          | DLRSHP_ORG            | 11513 |   697K|       |   167   (2)| 00:00:03 |"
"|* 50 |                       TABLE ACCESS FULL           | DLRSHP_ADR            | 74870 |  4752K|       |   254   (3)| 00:00:04 |"
"|* 51 |                      INDEX RANGE SCAN             | IE3_DLRSHP_AGREMT     |     7 |       |       |     2   (0)| 00:00:01 |"
"|  52 |                   VIEW PUSHED PREDICATE           |                       |     1 |    40 |       |     2   (0)| 00:00:01 |"
"|  53 |                    NESTED LOOPS                   |                       |     1 |    89 |       |     3   (0)| 00:00:01 |"
"|* 54 |                     TABLE ACCESS BY INDEX ROWID   | DLRSHP_LKUP           |     1 |    41 |       |     1   (0)| 00:00:01 |"
"|* 55 |                      INDEX UNIQUE SCAN            | AK1_DLRSHP_LKUP       |     1 |       |       |     0   (0)| 00:00:01 |"
"|* 56 |                     INDEX RANGE SCAN              | AK1_DLRSHP_ORG_NM     |     1 |    48 |       |     2   (0)| 00:00:01 |"
"|  57 |                  VIEW PUSHED PREDICATE            |                       |     1 |    40 |       |     1   (0)| 00:00:01 |"
"|  58 |                   NESTED LOOPS                    |                       |     1 |    89 |       |     3   (0)| 00:00:01 |"
"|* 59 |                    TABLE ACCESS BY INDEX ROWID    | DLRSHP_LKUP           |     1 |    41 |       |     1   (0)| 00:00:01 |"
"|* 60 |                     INDEX UNIQUE SCAN             | AK1_DLRSHP_LKUP       |     1 |       |       |     0   (0)| 00:00:01 |"
"|* 61 |                    INDEX RANGE SCAN               | AK1_DLRSHP_ORG_NM     |     1 |    48 |       |     2   (0)| 00:00:01 |"
"|* 62 |                 INDEX FAST FULL SCAN              | AK1_DLRSHP_PROG_MTRX  |  2486 | 24860 |       |    56   (2)| 00:00:01 |"
"|  63 |                VIEW PUSHED PREDICATE              |                       |     1 |    18 |       |     4   (0)| 00:00:01 |"
"|* 64 |                 HASH JOIN                         |                       |     1 |    30 |       |    52  (12)| 00:00:01 |"
"|  65 |                  TABLE ACCESS BY INDEX ROWID      | DR_DLR_HIST           |     5 |    60 |       |     5   (0)| 00:00:01 |"
"|* 66 |                   INDEX RANGE SCAN                | PK_DR_DLR_HIST        |     5 |       |       |     2   (0)| 00:00:01 |"
"|  67 |                  VIEW                             |                       | 12488 |   219K|       |    46  (11)| 00:00:01 |"
"|  68 |                   SORT GROUP BY                   |                       | 12488 | 99904 |       |    46  (11)| 00:00:01 |"
"|  69 |                    INDEX FAST FULL SCAN           | PK_DR_DLR_HIST        | 58079 |   453K|       |    42   (3)| 00:00:01 |"
"|  70 |              MAT_VIEW ACCESS FULL                 | V_ASM_DLRSHIP_RLATNP  | 30673 |   299K|       |    26   (0)| 00:00:01 |"
"|  71 |             TABLE ACCESS FULL                     | USERS                 | 44156 |   948K|       |   129   (2)| 00:00:02 |"
"|  72 |            TABLE ACCESS FULL                      | USERS                 | 44156 |   862K|       |   129   (2)| 00:00:02 |"
"|* 73 |           TABLE ACCESS BY INDEX ROWID             | DLRSHP_ORG_ROLE       |     1 |    77 |       |     4   (0)| 00:00:01 |"
"|* 74 |            INDEX RANGE SCAN                       | IE4_DLRSHP_ORG_ROLE   |     4 |       |       |     2   (0)| 00:00:01 |"
"|* 75 |          INDEX RANGE SCAN                         | IE5_DLRSHP_CUST_CNTCT |     1 |       |       |     1   (0)| 00:00:01 |"
"|* 76 |     TABLE ACCESS BY INDEX ROWID                   | PLASMA_SHR_LKUP       |     1 |    54 |       |     1   (0)| 00:00:01 |"
"|* 77 |      INDEX UNIQUE SCAN                            | PK_PLASMA_SHR_LKUP    |     1 |       |       |     0   (0)| 00:00:01 |"
"|  78 |    VIEW                                           | VP_LDGR_AGG           | 40778 |  9875K|       |  2041   (1)| 00:00:25 |"
"|  79 |     HASH GROUP BY                                 |                       | 40778 |  8840K|       |  2041   (1)| 00:00:25 |"
"|  80 |      VIEW                                         | VP_LDGR               |   108K|    22M|       |  2041   (1)| 00:00:25 |"
"|  81 |       HASH GROUP BY                               |                       |   108K|  6654K|    17M|  2041   (1)| 00:00:25 |"
"|* 82 |        HASH JOIN                                  |                       |   108K|  6654K|       |   395   (2)| 00:00:05 |"
"|* 83 |         TABLE ACCESS FULL                         | PLASMA_SHR_LKUP       |    10 |   310 |       |     3   (0)| 00:00:01 |"
"|* 84 |         TABLE ACCESS FULL                         | SALE_LEDGER           |   108K|  3379K|       |   391   (2)| 00:00:05 |"
"Predicate Information (identified by operation id):"
"   2 - access(""SA"".""SALE_EVT_ID""(+)=""E"".""SALE_EVT_ID"")"
"   4 - access(""DLR"".""DLRSHP_ORG_ID""=""E"".""DLRSHP_ORG_ID"")"
"   7 - filter( EXISTS (SELECT 0 FROM PLASMA.""TILE_ZONE_MATRIX"" ""TZNM"",PLASMA.""TILE"" ""T"",PLASMA.""SALE_TILE"" ""ST"" WHERE "
"              ""ST"".""SALE_EVT_ID""=:B1 AND ""ST"".""INACTV_DT"" IS NULL AND ""T"".""TILE""=""ST"".""TILE"" AND ""T"".""TILE""=""TZNM"".""TILE"" AND "
"              ""ST"".""EFF_DT""<LEAST(""T"".""END_DT"",""TZNM"".""END_DT"") AND GREATEST(""T"".""EFF_DT"",""TZNM"".""EFF_DT"")<LEAST(""T"".""END_DT"",""TZNM"".""END"
"              _DT"") AND ""ST"".""EFF_DT"">=GREATEST(""T"".""EFF_DT"",""TZNM"".""EFF_DT"")))"
"  11 - access(""T"".""TILE""=""ST"".""TILE"")"
"       filter(""ST"".""EFF_DT"">=GREATEST(""T"".""EFF_DT"",""TZNM"".""EFF_DT"") AND ""ST"".""EFF_DT""<LEAST(""T"".""END_DT"",""TZNM"".""END_DT""))"
"  12 - access(""T"".""TILE""=""TZNM"".""TILE"")"
"       filter(GREATEST(""T"".""EFF_DT"",""TZNM"".""EFF_DT"")<LEAST(""T"".""END_DT"",""TZNM"".""END_DT""))"
"  15 - filter(""ST"".""INACTV_DT"" IS NULL)"
"  16 - filter(""ST"".""EFF_DT""<LEAST(""T"".""END_DT"",""TZNM"".""END_DT"") AND "
"              GREATEST(""T"".""EFF_DT"",""TZNM"".""EFF_DT"")<LEAST(""T"".""END_DT"",""TZNM"".""END_DT""))"
"  19 - filter(""ST"".""INACTV_DT"" IS NULL)"
"  20 - access(""ST"".""SALE_EVT_ID""=:B1)"
"  22 - access(""T"".""TILE""=""ST"".""TILE"")"
"  23 - access(""T"".""TILE""=""TZNM"".""TILE"")"
"       filter(""ST"".""EFF_DT"">=GREATEST(""T"".""EFF_DT"",""TZNM"".""EFF_DT""))"
"  25 - access(""TC"".""SALE_EVT_ID""=""E"".""SALE_EVT_ID"")"
"  28 - filter(""C"".""END_DT"">SYSDATE@!)"
"  31 - access(""RSM"".""USER_ID""(+)=""ASM"".""RPTS_TO_ID"")"
"  32 - access(""ASM"".""USER_ID""(+)=""ASM_ID"")"
"  33 - access(""DLRSHP_ORG_ID""(+)=""ORG"".""DLRSHP_ORG_ID"")"
"  34 - access(""SHR_LKUP"".""SHR_LKUP_ID""(+)=""T1"".""DR_RISK_LVL_LKUP_ID"")"
"  35 - filter(""INACTV_DT""(+) IS NULL)"
"  36 - access(""TYPE""(+)='DLR_RISK_LVL')"
"  38 - access(""DPM"".""DLRSHP_ORG_ID""(+)=""ORG"".""DLRSHP_ORG_ID"")"
"  41 - access(""LKUP_ID""=""DA"".""AGREMT_TYPE_ID"")"
"  42 - filter(""LKUP_TYPE""='OWNER' AND (""END_DT"">SYSDATE@! OR ""END_DT"" IS NULL))"
"  43 - filter(""DA"".""END_DT"">SYSDATE@!)"
"  45 - access(""LKUP_ID""=""ADR"".""ADR_TYPE_ID"" AND ""ADR"".""DLRSHP_ORG_ID""=""ORG"".""PARNT_ORG_ID"")"
"  47 - filter(""END_DT"">SYSDATE@! OR ""END_DT"" IS NULL)"
"  48 - access(""LKUP_TYPE""='ADR_TYPE' AND ""DSPL_TXT""='PHYSICAL')"
"  49 - filter(""ORG"".""PARNT_ORG_ID"" IS NOT NULL AND ""ORG"".""DLRSHP_ORG_TYPE_ID""=4)"
"  50 - filter(""ADR"".""END_DT"">SYSDATE@!)"
"  51 - access(""DA"".""DLRSHP_ORG_ID""=""ORG"".""PARNT_ORG_ID"")"
"  54 - filter(""END_DT"">SYSDATE@! OR ""END_DT"" IS NULL)"
"  55 - access(""LKUP_TYPE""='NM_TYPE' AND ""DSPL_TXT""='LEGAL NAME')"
"  56 - access(""LNM"".""DLRSHP_ORG_ID""=""ORG"".""DLRSHP_ORG_ID"" AND ""LNM"".""NM_TYPE_ID""=""LKUP_ID"" AND ""LNM"".""END_DT"">SYSDATE@!)"
"       filter(""LNM"".""END_DT"">SYSDATE@! AND ""LNM"".""NM_TYPE_ID""=""LKUP_ID"")"
"  59 - filter(""END_DT"">SYSDATE@! OR ""END_DT"" IS NULL)"
"  60 - access(""LKUP_TYPE""='NM_TYPE' AND ""DSPL_TXT""='SIGN NAME')"
"  61 - access(""SNM"".""DLRSHP_ORG_ID""=""ORG"".""DLRSHP_ORG_ID"" AND ""SNM"".""NM_TYPE_ID""=""LKUP_ID"" AND ""SNM"".""END_DT"">SYSDATE@!)"
"       filter(""SNM"".""END_DT"">SYSDATE@! AND ""SNM"".""NM_TYPE_ID""=""LKUP_ID"")"
"  62 - filter(""DPM"".""PROG_LKUP_ID""(+)=8501)"
"  64 - access(""DDH"".""DLRSHP_ORG_ID""=""T"".""DLRSHP_ORG_ID"" AND ""T"".""SEQ_NUM""=""DDH"".""SEQ_NUM"")"
"  66 - access(""DDH"".""DLRSHP_ORG_ID""=""ORG"".""DLRSHP_ORG_ID"")"
"  73 - filter(""ROLE"".""DLRSHP_ORG_ROLE_TYPE_ID""=47 AND ""ROLE"".""END_DT"">SYSDATE@!)"
"  74 - access(""ROLE"".""DLRSHP_ORG_ID""=""ORG"".""DLRSHP_ORG_ID"")"
"  75 - access(""C"".""DLR_ROLE_ID""=""ROLE"".""DLR_ROLE_ID"")"
"  76 - filter(""TYPE""(+)='SALE_STATUS' AND ""INACTVD_DT""(+) IS NULL)"
"  77 - access(""SHR_LKUP_ID""(+)=""E"".""SALE_STAT_LKUP_ID"")"
"  82 - access(""SHR_LKUP_ID""=""SL"".""LDGR_TYPE_LKUP_ID"")"
"  83 - filter(""TYPE""='LEDGER_TYPE' AND ""INACTVD_DT"" IS NULL)"
"  84 - filter(""SL"".""INACTV_DT"" IS NULL)"

Just formatted your query to make it readable...
select *
from SALE_EVT E            join VP_DLR DLR on (dlr.dlrshp_org_id = e.dlrshp_org_id)
                left outer join VP_LDGR_AGG SA on (sa.sale_evt_id = e.sale_evt_id)
                left outer join VP_SALE_STAT SS on (ss.sale_status_id = e.sale_stat_lkup_id)
                           join (SELECT sale_evt_id, count(tile) tiles
                                 FROM   vp_sale_tile_zone
                                 GROUP BY sale_evt_id
                                 HAVING sale_evt_id IN ( (SELECT DISTINCT sale_evt_id
                                                          FROM   vp_sale_tile_zone
                                                          WHERE (NULL IS NULL
                                                              OR NULL = tile)
                                                       ) tc
                             on (tc.sale_evt_id = e.sale_evt_id)What is the point of:
                                                          WHERE (NULL IS NULL
                                                              OR NULL = tile)
..NULL can never "=" anything so that part of the statement is nonesense and NULL always IS NULL so that condition is a waste of space. Non of that where clause is needed.
In fact, this part of the query:
                           join (SELECT sale_evt_id, count(tile) tiles
                                 FROM   vp_sale_tile_zone
                                 GROUP BY sale_evt_id
                                 HAVING sale_evt_id IN ( (SELECT DISTINCT sale_evt_id
                                                          FROM   vp_sale_tile_zone
                                                          WHERE (NULL IS NULL
                                                              OR NULL = tile)
                                                       ) tc
..is no different to:
                           join (SELECT sale_evt_id, count(tile) tiles
                                 FROM   vp_sale_tile_zone tz1
                                 GROUP BY sale_evt_id) tc
..What's the point in checking that it is having sale_evt_id in a distinct set of sale_evt_id values from exactly the same table? That's like having a where clause that checks the value from table A is a value that's in table A. Of course it is.

Similar Messages

  • Two new IDE-Controllers after BIOS update, but not installable

    Hi there,
    i recently updated my bios to the latest version and now the following strange thing happens:
    when i boot my machine (875P NEO, P4 2.8 GHz, 1 GB RAM, 2 Otical drives at IDE0, 2 S-ATA drives at the S-ATA-controller, WIN XP SP), there are two new IDE (primary and secondary) Chanels to be found by the system.
    Windows seems to act normal as it states them "new device found" (all that in german as i live here and tries to install the proper drivers, i think.
    but then the new-devices-assistant pops up and tells me, that they cannot be installed because there are no drivers for my system.
    i even used the actual inf-drivers from the msi-site.
    that will happen at every start. in the hardware-manager there are both ide-devices marked as non-functional with a yellow sign in front of them with a exclamation mark in it.
    oh, and my office installation wants the same .cab-file from the installation-cd everytime i boot the system.
    the bios was the only thing changed.
    does anyone have an idea whatr to do?
    thanks in advance, cpo
    (hope that all is understandable

    yeah, seems like the same symptoms.
    my version was 3.6 from october 2004. Version 3.5 from september works fine except for the cpu temperature beeing displayed too high in bios...
    rollback to 2.5 did not work, still the same though i did not do the thing with the cmos-reset via jumper. will try this today...

  • Cannon 8800F not working with OS X yosemite 10.10.1  . I have downloaded the latest drivers and firmware from Canon. I called Canon for support and went through all the checks , but, still my iMac did not see the scanner. Any new ideas?

    cannon 8800F not working with OS X yosemite 10.10.1  . I have downloaded the latest drivers and firmware from Canon. I called Canon for support and went through all the checks , but, still my iMac did not see the scanner. Any new ideas?

    Have you done any of the following?
    http://support.apple.com/kb/PH18614 OS X Yosemite: Reset the printing system
    Repaired permissions & restarted your comp after the installations of the drivers?
    Sometimes, installing the GIMP drivers help with printing issues: http://gimp-print.sourceforge.net/MacOSX.php
    What to do when you can't print
    =============
    not working with OS X yosemite 10.10.1
    Per your profile
    Mac OS X (10.7.3)
    Conflicting info:  Please update/correct your profile so that you can receive the correct troubleshooting suggestions.  This will assist the users in trying to help you.  Thank you.

  • Quartz Composer - Effects of Other Cards? Any New Ideas?

    I have read the discussions here about Quartz Composer, and noticed a mix of difficulties:
    1 hardware restrictions (G4 or video card)
    2 can't get preview (white screen), but can get render
    3 can get preview, but can't get render (white screen)
    4 can't get either preview or render
    5 get greyed or coloured results in renders
    I'm suffering 4 - no preview or render - but not 1 - I have a G5 2G Dual Processor, with an ATI Radeon Pro 9600. (I see ripples when widgets launch.)
    In this context, are there any new ideas?
    One observation: to find out the name of my video card, I ran system profiler, to be reminded that I have:
    - an old ATI card driving a second monitor in a PCI slot
    - an Alchemy TV card also in a PCI slot
    I know it's tempting to blame the cards for the iMovie difficulty, especially since we are talking about a video problem, and both are video cards, so I want to ask:
    - are there any people with these kinds of cards having no problem at all?
    - are there any people with similar cards experiencing similar problems?
    G5 DP2G & G4/466   Mac OS X (10.4.5)   1.5 G RAM

    "I know it's tempting to blame the cards for the
    iMovie difficulty, especially since we are talking
    about a video problem"
    Have you tried pulling out [Alchemy TV and second monitor] cards, just to rule
    them out as a source of the problem?
    No... my thinking is that I'm an amateur iMovie user, and in the end I would feel more comfortable with my second montor and (very occasionally used!) TV than with a fully working iMovie. Hence my questions were directed at finding out whether others had:
    - these problems without cards being fitted
    - no problems despite cards being fitted
    G5 DP2G & G4/466   Mac OS X (10.4.5)  

  • Own CFL with the new idea

    Hello friends,
    i m trying to create my own CFL with the new idea
    1. i created default form with 3 column using UDO
    2. at the item event i m sucessful in opening the Default UDO form
    but now i want to make rows to be select for the default UDO form matrix
    so suggest me as soon as possible
    Take care
    Bye

    Hi shirdhar
    u r right after registring the UDO the system default form is opened which i want to access
    the data present in grid/matrix how to do
    the system is telling that only 2 columns were present and not showing the title of the caption
    plz help me
    Regards
    Rajesh

  • Plz help Either new idea nor tune this query

    Hi,
    I had two queries like below(1 &2).And As per my requirement i need to merge two queries to as one query and i wrote that one using decode(please see Resulted query3).But it's taking too much time .PLease help to tune the
    3rd query or suggest me a new idea.
    1)
    select ts.institution_id,tsd.test_alias,count(1) from test_detail td,test_session_detail tsd,test_session ts where td.test_detail_id=tsd.test_detail_id and tsd.test_session_id=ts.test_session_id and TRUNC(test_start_date) BETWEEN to_date('02/01/2009', 'MM/DD/YYYY') AND to_date('08/04/2009', 'MM/DD/YYYY') group by ts.institution_id,tsd.test_alias
    2)
    select a.INST_SITE_ID, a.INSTITUTION_ID_DISPLAY, a.institution_name, a.SITE_ID_DISPLAY, a.site_name, a.region_name,CASE WHEN a.state_name = 'Other' THEN a.OTHER ELSE a.state_name END state_name from vueinstitutionsite a,(select distinct institution_id from test_session a,test_session_detail b where a.test_session_id=b.test_session_id and trunc(test_start_date) between to_date('08/01/2009','MM/DD/YYYY') and to_date('08/04/2009','MM/DD/YYYY'))b where a.inst_site_id=b.institution_id order by a.INSTITUTION_ID_DISPLAY
    Resulted query
    *3)*
    SELECT max(a.institution_id_display)institution_id
    ,max(a.institution_name)institution_name,max(a.site_id_display)site_id,
    max(a.site_name)site_name,max(a.region_name)region_name,
    count(decode(tsd.test_alias,'rd',tsd.test_alias))rd,
    count(decode(tsd.test_alias,'ss',tsd.test_alias))ss,
    count(decode(tsd.test_alias,'resk',tsd.test_alias))resk,
    count(decode(tsd.test_alias,'snmn',tsd.test_alias))snmn,
    count(decode(tsd.test_alias,'clm',tsd.test_alias))clm,
    count(decode(tsd.test_alias,'lgus',tsd.test_alias))lgus,
    count(decode(tsd.test_alias,'loeplis',tsd.test_alias))loeplis,
    count(decode(tsd.test_alias,'arit',tsd.test_alias))arit,
    count(decode(tsd.test_alias,'alge',tsd.test_alias))alge,
    count(decode(tsd.test_alias,'wp_i3',tsd.test_alias))wp_i3,
    count(decode(tsd.test_alias,'wp_esl',tsd.test_alias))wp_esl,
    count(decode(tsd.test_alias,'css',tsd.test_alias))css,
    count(decode(tsd.test_alias,'crd',tsd.test_alias))crd,
    count(decode(tsd.test_alias,'carit',tsd.test_alias))carit,
    count(decode(tsd.test_alias,'calge',tsd.test_alias))calge,
    count(decode(tsd.test_alias,'cclm',tsd.test_alias))cclm,
    count(decode(tsd.test_alias,'cresk',tsd.test_alias))cresk,
    count(decode(tsd.test_alias,'csnmn',tsd.test_alias))csnmn,
    count(decode(tsd.test_alias,'clgus',tsd.test_alias))clgus,
    count(decode(tsd.test_alias,'csp',tsd.test_alias))csp,
    count(decode(tsd.test_alias,'cspb',tsd.test_alias))cspb,
    count(decode(tsd.test_alias,'localtest',tsd.test_alias))localtest
    FROM test_detail td,test_session_detail tsd,test_session ts,vueinstitutionsite a
    WHERE td.test_detail_id = tsd.test_detail_id
    AND tsd.test_session_id = ts.test_session_id
    and a.inst_site_id = ts.institution_id
    AND TRUNC(test_start_date) BETWEEN to_date('08/27/2009', 'MM/DD/YYYY') AND to_date('09/02/2009', 'MM/DD/YYYY')
    GROUP BY ts.institution_id
    order by institution_id
    Plz help me ASAP
    thanks,
    Raj

    I'm posting DDL scripts as a two posts due to maximum exceeding length
    *5 tables are in Underlying view*
    1)INSTITUTION
      CREATE TABLE "CATTEMP"."INSTITUTION"
       (     "INSTITUTION_ID" NUMBER NOT NULL ENABLE,
         "LEVEL_TYPE_ID" NUMBER NOT NULL ENABLE,
         "REGION_CODE" VARCHAR2(4 BYTE) NOT NULL ENABLE,
         "BELONGS_TO" NUMBER NOT NULL ENABLE,
         "NAME" VARCHAR2(200 BYTE) NOT NULL ENABLE,
         "DESCRIPTION" VARCHAR2(200 BYTE),
         "ADDRESS_1" VARCHAR2(100 BYTE),
         "ADDRESS_2" VARCHAR2(100 BYTE),
         "CITY" VARCHAR2(30 BYTE),
         "STATE" VARCHAR2(30 BYTE),
         "ZIP" VARCHAR2(20 BYTE),
         "COUNTRY" VARCHAR2(30 BYTE),
         "LOCATION" VARCHAR2(30 BYTE),
         "PHONE" VARCHAR2(20 BYTE),
         "FAX" VARCHAR2(20 BYTE),
         "OTHER" VARCHAR2(30 BYTE),
         "INSTITUTION_CATEGORY" VARCHAR2(100 BYTE),
         "INSTITUTION_TYPE" VARCHAR2(30 BYTE),
         "IS_CB_MEMBER" CHAR(1 BYTE),
         "ATB_TESTING" CHAR(1 BYTE),
         "HOW_DID_YOU_HEAR" VARCHAR2(100 BYTE),
         "FIRST_LOGIN_DATE" DATE,
         "ACTIVE_STATUS" VARCHAR2(20 BYTE),
         "AVAILABLE_TEST_UNITS" NUMBER,
         "STUDENT_BODY_SIZE" VARCHAR2(30 BYTE),
         "CREATED_ON" DATE DEFAULT SYSDATE,
         "MODIFIED_ON" DATE DEFAULT SYSDATE,
         "CREATED_BY" NUMBER,
         "MODIFIED_BY" NUMBER,
         "ACCUPLACER_USER" CHAR(1 BYTE),
         "RESEND_MAIL_DATE" DATE,
         "LAST_ACTIVITY_DATE" DATE,
         "ACCT_ACTIVATION_DATE" DATE,
         "INSTITUTION_ID_DISPLAY" VARCHAR2(10 BYTE),
         "LAST_CB_UPDATE" DATE,
          CONSTRAINT "PK_INSTITUTION" PRIMARY KEY ("INSTITUTION_ID")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P8001"
       TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P8002"
       TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P8003"
       TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P8004"
       TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P8005"
       TABLESPACE "CAT_IDX_TB5")  ENABLE,
          CONSTRAINT "UK_INSTITUTION" UNIQUE ("INSTITUTION_ID_DISPLAY")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT"  ENABLE,
          CONSTRAINT "FK_INSTITUTION1" FOREIGN KEY ("LEVEL_TYPE_ID")
           REFERENCES "CATTEMP"."LEVEL_TYPE_MASTER" ("LEVEL_TYPE_ID") ENABLE,
          CONSTRAINT "FK_INSTITUTION2" FOREIGN KEY ("REGION_CODE")
           REFERENCES "CATTEMP"."REGION" ("REGION_CODE") ENABLE,
          CONSTRAINT "FK_INSTITUTION3" FOREIGN KEY ("BELONGS_TO")
           REFERENCES "CATTEMP"."INSTITUTION" ("INSTITUTION_ID") ENABLE
       ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT)
      TABLESPACE "CAT_DATA"
      PARTITION BY HASH ("INSTITUTION_ID")
    (PARTITION "SYS_P8001"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8002"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8003"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8004"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8005"
       TABLESPACE "CAT_DATA") ;
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."LEVEL_TYPE_ID" IS 'IDENTIFIES WHETHER THIS IS AN INSTITUTION OR SITE';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."REGION_CODE" IS 'REGION TO WHICH THE INSTITUTION BELONGS TO';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."PHONE" IS 'PHONE NUMBER';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."FAX" IS 'FAX NUMBER';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."HOW_DID_YOU_HEAR" IS 'HOW DID YOU HEAR INFORMATION';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."FIRST_LOGIN_DATE" IS 'USED TO FIND FIRST LOGIN DATE INFORMATION';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."ACTIVE_STATUS" IS 'CURRENT ACTIVATION STATUS';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."AVAILABLE_TEST_UNITS" IS 'AVAILABLE TEST UNITS WITH THE INSITUTION';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."STUDENT_BODY_SIZE" IS 'STUDENT SIZE UNDER THE INSTITUTION';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."CREATED_ON" IS 'INSITUTION CREATION DATE';
       COMMENT ON COLUMN "CATTEMP"."INSTITUTION"."MODIFIED_ON" IS 'LAST MODIFIED DATE';
       COMMENT ON TABLE "CATTEMP"."INSTITUTION"  IS 'USED TO STORE THE DETAILS OF AN INSTITUTE (INSTITUTION, SITE)';
      CREATE INDEX "CATTEMP"."FK_INSTITUTION1_I" ON "CATTEMP"."INSTITUTION" ("LEVEL_TYPE_ID")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT" ;
      CREATE INDEX "CATTEMP"."FK_INSTITUTION2_I" ON "CATTEMP"."INSTITUTION" ("REGION_CODE")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT" ;
      CREATE INDEX "CATTEMP"."INSTITUTION_IDX1" ON "CATTEMP"."INSTITUTION" ("BELONGS_TO", "LEVEL_TYPE_ID", "ACTIVE_STATUS")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT" ;
      CREATE INDEX "CATTEMP"."INSTI_ID_NAME_COUN_DISP_IDX" ON "CATTEMP"."INSTITUTION" ("INSTITUTION_ID", "NAME", "COUNTRY", "INSTITUTION_ID_DISPLAY")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT_DATA" ;
      CREATE INDEX "CATTEMP"."INSTUTITION_NC_IDX" ON "CATTEMP"."INSTITUTION" ("NAME")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT_DATA" ;
      CREATE INDEX "CATTEMP"."INST_ID_DISP_IDX" ON "CATTEMP"."INSTITUTION" (SUBSTR("INSTITUTION_ID_DISPLAY",8,3))
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT_DATA" ;
      CREATE UNIQUE INDEX "CATTEMP"."PK_INSTITUTION" ON "CATTEMP"."INSTITUTION" ("INSTITUTION_ID")
      PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P8001"
       TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P8002"
       TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P8003"
       TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P8004"
       TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P8005"
       TABLESPACE "CAT_IDX_TB5") ;
      CREATE UNIQUE INDEX "CATTEMP"."UK_INSTITUTION" ON "CATTEMP"."INSTITUTION" ("INSTITUTION_ID_DISPLAY")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT" ;2)COUNTRY
      CREATE TABLE "CATTEMP"."COUNTRY"
       (     "COUNTRY_CODE" VARCHAR2(10 BYTE) NOT NULL ENABLE,
         "COUNTRY_NAME" VARCHAR2(30 BYTE),
         "CREATED_ON" DATE DEFAULT SYSDATE,
         "MODIFIED_ON" DATE DEFAULT SYSDATE,
         "CREATED_BY" NUMBER,
         "MODIFIED_BY" NUMBER,
          CONSTRAINT "PK_COUNTRY" PRIMARY KEY ("COUNTRY_CODE")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P7936"
       TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P7937"
       TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P7938"
       TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P7939"
       TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P7940"
       TABLESPACE "CAT_IDX_TB5")  ENABLE,
          CONSTRAINT "UK_COUNTRY" UNIQUE ("COUNTRY_NAME")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT"  ENABLE
       ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT)
      TABLESPACE "CAT_DATA"
      PARTITION BY HASH ("COUNTRY_CODE")
    (PARTITION "SYS_P7936"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P7937"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P7938"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P7939"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P7940"
       TABLESPACE "CAT_DATA") ;
      CREATE UNIQUE INDEX "CATTEMP"."PK_COUNTRY" ON "CATTEMP"."COUNTRY" ("COUNTRY_CODE")
      PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P7936"
       TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P7937"
       TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P7938"
       TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P7939"
       TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P7940"
       TABLESPACE "CAT_IDX_TB5") ;
      CREATE UNIQUE INDEX "CATTEMP"."UK_COUNTRY" ON "CATTEMP"."COUNTRY" ("COUNTRY_NAME")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT" ;
    3)REGION
      CREATE TABLE "CATTEMP"."REGION"
       (     "REGION_CODE" VARCHAR2(4 BYTE) NOT NULL ENABLE,
         "REGION_NAME" VARCHAR2(50 BYTE) NOT NULL ENABLE,
         "CREATED_ON" DATE DEFAULT SYSDATE,
         "MODIFIED_ON" DATE DEFAULT SYSDATE,
         "CREATED_BY" NUMBER,
         "MODIFIED_BY" NUMBER,
          CONSTRAINT "PK_REGION" PRIMARY KEY ("REGION_CODE")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P8101"
       TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P8102"
       TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P8103"
       TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P8104"
       TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P8105"
       TABLESPACE "CAT_IDX_TB5")  ENABLE,
          CONSTRAINT "UK_REGION" UNIQUE ("REGION_NAME")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT"  ENABLE
       ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT)
      TABLESPACE "CAT_DATA"
      PARTITION BY HASH ("REGION_CODE")
    (PARTITION "SYS_P8101"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8102"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8103"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8104"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8105"
       TABLESPACE "CAT_DATA") ;
      CREATE UNIQUE INDEX "CATTEMP"."PK_REGION" ON "CATTEMP"."REGION" ("REGION_CODE")
      PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P8101"
       TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P8102"
       TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P8103"
       TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P8104"
       TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P8105"
       TABLESPACE "CAT_IDX_TB5") ;
      CREATE UNIQUE INDEX "CATTEMP"."UK_REGION" ON "CATTEMP"."REGION" ("REGION_NAME")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT" ;
    4)
    LEVEL_TYPE_MASTER
      CREATE TABLE "CATTEMP"."LEVEL_TYPE_MASTER"
       (     "LEVEL_TYPE_ID" NUMBER NOT NULL ENABLE,
         "LEVEL_TYPE_NAME" VARCHAR2(50 BYTE) NOT NULL ENABLE,
         "DESCRIPTION" VARCHAR2(100 BYTE),
         "CREATED_ON" DATE DEFAULT SYSDATE,
         "MODIFIED_ON" DATE DEFAULT SYSDATE,
         "CREATED_BY" NUMBER,
         "MODIFIED_BY" NUMBER,
          CONSTRAINT "PK_LEVEL_TYPE_MASTER" PRIMARY KEY ("LEVEL_TYPE_ID")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P8031"
       TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P8032"
       TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P8033"
       TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P8034"
       TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P8035"
       TABLESPACE "CAT_IDX_TB5")  ENABLE,
          CONSTRAINT "UK_LEVEL_TYPE_MASTER" UNIQUE ("LEVEL_TYPE_NAME")
      USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT"  ENABLE
       ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT)
      TABLESPACE "CAT_DATA"
      PARTITION BY HASH ("LEVEL_TYPE_ID")
    (PARTITION "SYS_P8031"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8032"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8033"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8034"
       TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8035"
       TABLESPACE "CAT_DATA") ;
      CREATE UNIQUE INDEX "CATTEMP"."PK_LEVEL_TYPE_MASTER" ON "CATTEMP"."LEVEL_TYPE_MASTER" ("LEVEL_TYPE_ID")
      PCTFREE 10 INITRANS 2 MAXTRANS 255
      STORAGE(
      BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P8031"
       TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P8032"
       TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P8033"
       TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P8034"
       TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P8035"
       TABLESPACE "CAT_IDX_TB5") ;
      CREATE UNIQUE INDEX "CATTEMP"."UK_LEVEL_TYPE_MASTER" ON "CATTEMP"."LEVEL_TYPE_MASTER" ("LEVEL_TYPE_NAME")
      PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
      TABLESPACE "CAT" ;
    5)STATE
    CREATE TABLE "CATTEMP"."STATE"
    (     "STATE_NAME" VARCHAR2(30 BYTE) NOT NULL ENABLE,
         "STATE_CODE" VARCHAR2(10 BYTE),
         "COUNTRY_CODE" VARCHAR2(10 BYTE) NOT NULL ENABLE,
         "REGION_CODE" VARCHAR2(4 BYTE),
         "CREATED_ON" DATE DEFAULT SYSDATE,
         "MODIFIED_ON" DATE DEFAULT SYSDATE,
         "CREATED_BY" NUMBER,
         "MODIFIED_BY" NUMBER,
         CONSTRAINT "PK_STATE" PRIMARY KEY ("STATE_NAME", "COUNTRY_CODE")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P8131"
    TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P8132"
    TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P8133"
    TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P8134"
    TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P8135"
    TABLESPACE "CAT_IDX_TB5") ENABLE,
         CONSTRAINT "UK_STATE" UNIQUE ("STATE_CODE")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "CAT" ENABLE,
         CONSTRAINT "FK_STATE1" FOREIGN KEY ("COUNTRY_CODE")
         REFERENCES "CATTEMP"."COUNTRY" ("COUNTRY_CODE") ENABLE,
         CONSTRAINT "FK_STATE2" FOREIGN KEY ("REGION_CODE")
         REFERENCES "CATTEMP"."REGION" ("REGION_CODE") ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT)
    TABLESPACE "CAT_DATA"
    PARTITION BY HASH ("STATE_NAME","COUNTRY_CODE")
    (PARTITION "SYS_P8131"
    TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8132"
    TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8133"
    TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8134"
    TABLESPACE "CAT_DATA",
    PARTITION "SYS_P8135"
    TABLESPACE "CAT_DATA") ;
    CREATE INDEX "CATTEMP"."FK_STATE1_I" ON "CATTEMP"."STATE" ("COUNTRY_CODE")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "CAT" ;
    CREATE INDEX "CATTEMP"."FK_STATE2_I" ON "CATTEMP"."STATE" ("REGION_CODE")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "CAT" ;
    CREATE UNIQUE INDEX "CATTEMP"."PK_STATE" ON "CATTEMP"."STATE" ("STATE_NAME", "COUNTRY_CODE")
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(
    BUFFER_POOL DEFAULT) LOCAL
    (PARTITION "SYS_P8131"
    TABLESPACE "CAT_IDX_TB1",
    PARTITION "SYS_P8132"
    TABLESPACE "CAT_IDX_TB2",
    PARTITION "SYS_P8133"
    TABLESPACE "CAT_IDX_TB3",
    PARTITION "SYS_P8134"
    TABLESPACE "CAT_IDX_TB4",
    PARTITION "SYS_P8135"
    TABLESPACE "CAT_IDX_TB5") ;
    CREATE INDEX "CATTEMP"."STATE_NAME_CODE_IDX" ON "CATTEMP"."STATE" ("STATE_NAME", "STATE_CODE")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "CAT_DATA" ;
    CREATE INDEX "CATTEMP"."STATE_NAME_STATE_IDX" ON "CATTEMP"."STATE" ("STATE_NAME")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "CAT_DATA" ;
    CREATE UNIQUE INDEX "CATTEMP"."UK_STATE" ON "CATTEMP"."STATE" ("STATE_CODE")
    PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "CAT" ;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • 2 New Ideas To Low Temp

    I´m trying to lower my mega180 temp, and I´ve followed the instructions in this post "Easy" way to lower MEGA 180 CPU Temp
    But I´ve some new ideas
    -Cut de left side of the case an put here a grating like here http://www.hard-h2o.com/guiamodding/rejilla-fuente.html (well, in this example they use a power supply)
    -Then, do something with the power supply, I´m thinking to do this --> http://www.hard-h2o.com/guiamodding/ventanafuente.html but I´m not sure because the PS only has 200W and I´m not sure if in the future I will need more, so I´m planning to buy a new one
    HAS ANYONE PUT A NEW PS IN HIS MEGA180?????????????
    (sorry if i´ve made any mistake writting, I´m not english)

    As I said before, I´ve trayed these 4 things (is the basic to do if you want to low temp)
    My temperatures are:
    Windows--> 45º max
    Playing WOW max graphics-->60ºmax
    I´m trying to low the max temp while I´m playing. A LR is so so drastic to me... I think it would be impossible to do in the case space, I would have to take out the PS...  
    For the moment I´m planning to make a cool mod, and to reduce the max temp at the same time. Has anybody made something similar?

  • Please tell me about any new idea about ipad application, so that i can develop a good application

    tell me about current new ideas aand trends please

    Here's my idea: an app that causes the device of idiots who think we're stupid enough to give out an app idea for them to steal to be rendered obsolete and non functional.
    No one is going to give you an idea so you can take it, produce it, and finally profit off of it without giving them a penny. Either you are the worst scam artist ever, or you s*ck at business. Either way, you won't get a serious response here...except from stedman who said, "serious[...]ly?"

  • New IDE Driver

    Has anyone tried the latest IDE driver v3.40 found in the v2.41 nForce driver pack?
    It leads to the Secondary Slave device, a CD-RW drive, not being recognised in Win XP. I can Roll Back to the previous IDE driver in the v2.03 nForce driver pack and it recognises it again.
    Does anyone else have a problem on a slave device while using the new IDE driver???

    When the Nvidia sw ide driver is installed several games fail to start up.Moto racer 3 for one that ive found myself.Had to roll back to be able to game.Seems lots of folks are having issues with several other games. ;(See here:  http://www.nforcershq.com/forum/viewtopic.php?t=17580

  • Where can I bring new ideas to the project Firefox?

    Where can I bring new ideas to the project Firefox?
    I can't find the place to post suggs..
    All the forums seems to be created to help for errors and problems.

    You can use the [http://hendrix.mozilla.org/ Hendrix feedback channel] if you have remarks or suggestions and want to pass them on to Mozilla.<br />
    Your comments will be visible in one of the news groups:
    * [http://groups.google.com/groups/dir?sel=usenet%3Dmozilla.feedback%2C& Mozilla feedback news groups]

  • Re: my new idea phone for nokia

    hello nokia, this is adi joseph of makurdi benue state of nigeria, i have a new design for a new nokia phone and may like to share with nokia, if nokia is intrested, they should contact me real fast on or call me
    thaks alot for your attention, with the hope to hear from you soon.
    Moderator Note: personal information removed.
    Message Edited by kenken on 18-Mar-2008 06:24 PM

    This isn't the place to get in touch with Nokia like that - suggestions and new ideas should be emailed to [email protected]
    Nokia History: 3110, 5110, 7110, 7110, 3510i, 6210, 6310i, 5210, 6100, 6610, 7250, 7250i, 6650, 6230, 6230i, 6260, N70, N70, 5300, N95, N95, E71, E72
    Android History: HTC Desire, SE Xperia Arc, HTC Sensation, Sensation XE, One X+, Google Nexus 5

  • *NEW IDEA* Document Management Specification

    Hello. I am a final year software engineering student (Southampton, UK) and im thinking about developing a document management system as a part of my final year project.
    i have the notion that if the criteria for searching for documents was departmental or company specific, that searching for files with in a document management system would be a good idea.
    An output of this system would be a specification for a generic document management system which every company could develop for their own needs.
    I was hoping that you may all participate in a discussion about the subject by posting here on java.sun.com and by filling in this questionaire about how useful you think such a system would be.
    The questionaire takes less than 30 seconds to complete and everything is optional so you can skip bits if you don't find them applicable.
    I would be most appreciative for you support that will hopefully get this project off the ground.
    Please see:
    http://81.152.172.0/Research/
    Thanks in Advance
    Phill.
    EMail: [email protected] (subject line of "Document management")

    Document management systems are hardly new.
    I know that there is research into this area. Have you already looked at this existing research?

  • New ideas for pacman features

    I'd like to start a discussion about pacman and some features I would like to see in it.
    If I compile something with srcpac instead of installing with pacman, it would be nice if pacman remembered that I did so and recompiled the package next time I get an update of it. For instance: I compile my own (beyond) kernel, so I have to compile the kernel modules I use too. It would be nice if it could happen automatically: the kernel modules already get updated with the new kernel, so it would be just a matter of remembering that I like to compile these packages.
    srcpac already supports the automatic alteration of a PKGBUILD, but it would be nice to have a more systematic approach like the make.conf file on a BSD system. This would make it easier to compile some packages with other than the default options of the PKGBUILD. The current grep method is too heavily depending on the format of the PKGBUILD and fails when the maintainer changes the PKGBUILD.
    What are your ideas/opinions?

    Dusty wrote:This sounds more like a srcpac feature than a pacman feature. Srcpac isn't an official part of Arch Linux, so integrating anything into pacman isn't likely to happen.
    Why should these programs be separated? I think it would be wonderful to have one package manager where you can choose what to compile and what to take from binary packages. While I like binary packages, now and again there are packages I have to compile and it would be nice if it could be done automatically. makepkg and srcpac are fine for installing these packages, but not when updating the system. An easier and more robust approach to changing PKGBUILDS automatically by using variables that can be defined in a BSD-like make.conf file would be great.

  • Performance tuning for new OFMW environment

    Hello
    We have just set up a new UAT environment entirely on all Oracle FMW latest products which includes:
    1) OS -RHEL V5
    2) WebCenter
    3) SOA Suite
    4) Database
    5) IDM
    6) HTTP Server
    7) WebLogic Server
    As as post infrastructure setup plan we need to to performance tuning as well. Shall we do only WLS performance tuning or we need to tune each and every product in order to get optimum results.
    Any guide? resource to help?
    Pls advice
    Regards
    Dev

    When you install the product soa-suite (and probably webcenter too) a prerequisite check is performed
    that gives information about packages and parameters that need to be adjusted on your operating system.
    For products that run on WebLogic Server you probably have to tune the JVM, examples can be found here:
    - http://middlewaremagic.com/weblogic/?p=6930 (discusses JRockit)
    - http://middlewaremagic.com/weblogic/?p=7083 (focuses on Coherence, but the considerations can be applied to other environments as well)
    Examples that set-up the SOA-Suite can be found here:
    - http://middlewaremagic.com/weblogic/?p=6040 (discusses considerations when installing the SOA suite)
    - http://middlewaremagic.com/weblogic/?p=6872 (discusses considerations when adding the web-tier to the SOA suite)
    The enterprise deployment guides can help too:
    - SOA Suite: http://download.oracle.com/docs/cd/E21764_01/core.1111/e12036/toc.htm
    - WebCenter: http://download.oracle.com/docs/cd/E21764_01/core.1111/e12037/toc.htm
    These also contain sections on integration with Oracle Identity Management and the Oracle HTTP Server

  • HEY ! another new idea?

    Hia there!
    I was browsing the PDF files in my tunes liberary the other day, and it struck me! Whynot coverart in info? is there a script for this somewhere, and if not would someone invent it please ! We can use grab to take a pict of PDF cover
    and it would be so much easier to scroll archive and fun to =)
    Go with tiger! Ivar. . .

    BLASTED?
    Is my idea so amasing that nobody gets it??? Pity I am a newbie to IT world, then I could make it my self! Or rektify some of my earlyer post , I ment the COVERFLOW its beutiful. And another tip, you can add PDFs to iTunes just add a new folder and name it PDF then drag PDF to new folder and presto you get blanked out cflow but the name of pdf underneath WERY BORING....
    Funny isn´t it you realy only need iTunes for everything...Exept iPhoto and a simular iMovie app ( not the ed app) but for storing Q-times and sutch.
    Go with tiger! Ivar. . .

Maybe you are looking for

  • Can't sign in to FaceTime.   Internet connection working for other things.  How can I solve the problem?

    Hardware - iMac 27 inch (Model 11,1 - late 2009), Processor 2.8 GHz Intel Core i7, Memory 16 GB 1067 MHz DDR3, OS X 10.9.3 (13D65), Storage Capacity 2 TB (Available 1.86 TB) Background (1) Me - I'm 72 years young, and am trying desperately to catch u

  • Basic Schema inquiry

    My organization is considering combining 2 schema's into one. Each schema is mostly used by the corresponding subdepartment, but we also access each other's schema's without restrictions. I am not DBA, but I hope to do some PL/SQL programming which w

  • Cookies are enabled but websites (ie facebook) is telling me that they aren't

    Cookies are enabled on my firefox browser but when I attempt to log in to sites (ie facebook) that I have had no trouble logging into in the past (as recently as a few days ago) I get a message saying cookies are disabled. I also cannot get past the

  • How many client connections will iMQ 2.0 handle?

    My main concern is what the number of concurrent client connections (in a single instance) iMQ can handle? This also depends on Hardware/Software configuration, JVM version (if it pure Java implementation), etc. But it also depends on Vendor implemen

  • I Can not delete a request in my ODS

    Hello,folks:     I upload a repair full request into my own ODS object and then I want to delete this request after activating it,but failed.Anyone can tell me how to handle this without deleting the content of the ODS object? Martin Xie