I'm trying to locate the SQL Plan Control Page

which is referenced in the Help Topics from my Grid Server application. I'll be dammed if I can find it.
Anyone know where it is and how to navigate to it?

oh that's interesting so even though my OMS is 10.2.0.5, it gives me a help screen related to an 11g feature.
Since my back end database is 10.2.0.4 I guess this is not available.

Similar Messages

  • While i am trying to start the sql server agent job getting the error

    Hi,
    when ever i am trying to executing the sql server agent job's through manual that time  i am getting the below error.

    Hi,
    when ever i am trying to executing the sql server agent job's through manual that time  i am getting the below error.
    I searched  net for this type of error and found that Latest SP can fix this issue.See below link
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/12181324-bc51-41a5-a8a5-608bfe2725e9/could-not-load-type-smoagentjobbasecollection?forum=sqlsmoanddmo
    Can you also refer to this link 
    http://www.sqldbadiaries.com/2010/12/20/could-not-load-file-or-assembly-error-while-using-tdp-makes-a-come-back/
    Also please see this connect also
    http://connect.microsoft.com/SQLServer/feedback/details/280907/sql-agent-job-actions-fail-from-job-activity-monitor
    hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • I downloaded itunes 10.5.  During  install I get a message that states the file cannot be located because it is on a network resource that is unavailable.  I tried to locate the file,but cannot find the apps file under my user name or any other place

    I downloaded itunes 10.5 on my laptop.  upgrade from 10.4.1.  Install was terminated because "the feature you are using is on a network resurce that is unavailable.
    I tried to locate the file under my user name sub file apps, but could not

    you need to specify the database when you exec. the commands.
    ALTER DATABASE database_name SET ENCRYPTION OFF --> user database.
    DROP DATABASE ENCRYPTION KEY --> user database.
    DROP CERTIFICATE certificate_name --> master database
    DROP MASTER KEY --> master database.
    Best Regards,
    Ahmad Elayyan.
    Regards, Ahmad Elayyan Database Team Leader

  • TS5148 Apple TV powers up but does not display all of a sudden. Tried all of the advice on this page to no avail. Any ideas?

    Apple TV powers up but does not display all of a sudden. Tried all of the advice on this page to no avail. Any ideas?

    Try resetting the SMC and PRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    However, I suspect you zapped the Mini, maybe the lower voltage part since you siad  the fan works.
    The power surge could have went into HDMI and damaged the TV.
    Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • Using First_rows hints change the sql plan

    Dear All,
    I have a query with a first_rows hint and this causing it to used sub-optimal plan by choosing the wrong indexes.
    Besides, its applied a conversion function to the where clause condition compared if the case if it is using the right plan.
    Appreciate if you can throw some light on using the first_rows hint
    Thanks
    Rgds
    Ung

    Hi, attached is the two plans as well the 10053 for the two plans. As you can see, with the first_rows hint, the consistent gets is 9049 while without the hints is only 5 blocks.
    Execution Plan
    0
    SELECT STATEMENT Optimizer=HINT: FIRST_ROWS (Cost=4521 Card=3 Bytes=357)
    1 0
    TABLE ACCESS (BY INDEX ROWID) OF 'MHDISL' (Cost=4521 Card=3 Bytes=357)
    2 1
    INDEX (RANGE SCAN) OF 'MHDISL10' (NON-UNIQUE) (Cost=4520 Card=3)
    Statistics
    0 recursive calls
    0 db block gets
    9049 consistent gets
    0 physical reads
    0 redo size
    2501 bytes sent via SQL*Net to client
    656 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    0 sorts (memory)
    0 sorts (disk)
    1 rows processed
    Execution Plan
    0
    SELECT STATEMENT Optimizer=CHOOSE (Cost=4 Card=3 Bytes=357)
    1 0
    TABLE ACCESS (BY INDEX ROWID) OF 'MHDISL' (Cost=4 Card=3 Bytes=357)
    2 1
    INDEX (RANGE SCAN) OF 'MHDISL00' (UNIQUE) (Cost=3 Card=3)
    Statistics
    0 recursive calls
    0 db block gets
    5 consistent gets
    0 physical reads
    0 redo size
    2501 bytes sent via SQL*Net to client
    656 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    0 sorts (memory)
    0 sorts (disk)
    1 rows processed
    -------10053
    /u01/app/oracle/admin/FMSB/udump/fmsb_ora_5484.trc
    Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.7.0 - Production
    ORACLE_HOME = /u01/app/oracle/product/9.2.0
    System name: SunOS
    Node name: ffmdb
    Release: 5.8
    Version: Generic_108528-22
    Machine: sun4u
    Instance name: FMSB
    Redo thread mounted by this instance: 1
    Oracle process number: 141
    Unix process pid: 5484, image: oracle@ffmdb (TNS V1-V3)
    *** 2009-01-20 15:21:54.490
    *** SESSION ID:(201.51419) 2009-01-20 15:21:54.327
    QUERY
    seLECT /*+ first_Rows */* FROM MVXJDTA.MHDISL WHERE URCONO= 100
    AND URDLIX=1000000001
    ORDER BY URCONO,URDLIX,URRORC,URRIDN,URRIDL
    *** SESSION ID:(201.51419) 2009-01-20 15:22:02.887
    QUERY
    DELETE FROM PLAN_TABLE WHERE STATEMENT_ID=:1
    PARAMETERS USED BY THE OPTIMIZER
    OPTIMIZER_FEATURES_ENABLE = 9.2.0
    OPTIMIZER_MODE/GOAL = Choose
    OPTIMIZERPERCENT_PARALLEL = 101
    HASH_AREA_SIZE = 6144000
    HASH_JOIN_ENABLED = TRUE
    HASH_MULTIBLOCK_IO_COUNT = 0
    SORT_AREA_SIZE = 3072000
    OPTIMIZER_SEARCH_LIMIT = 5
    PARTITION_VIEW_ENABLED = FALSE
    ALWAYSSTAR_TRANSFORMATION = FALSE
    BTREE_BITMAP_PLANS = TRUE
    STAR_TRANSFORMATION_ENABLED = FALSE
    COMPLEXVIEW_MERGING = TRUE
    PUSHJOIN_PREDICATE = TRUE
    PARALLEL_BROADCAST_ENABLED = TRUE
    OPTIMIZER_MAX_PERMUTATIONS = 2000
    OPTIMIZER_INDEX_CACHING = 0
    SYSTEMINDEX_CACHING = 0
    OPTIMIZER_INDEX_COST_ADJ = 100
    OPTIMIZER_DYNAMIC_SAMPLING = 1
    OPTIMIZERDYN_SMP_BLKS = 32
    QUERY_REWRITE_ENABLED = FALSE
    QUERY_REWRITE_INTEGRITY = ENFORCED
    INDEXJOIN_ENABLED = TRUE
    SORTELIMINATION_COST_RATIO = 0
    OREXPAND_NVL_PREDICATE = TRUE
    NEWINITIAL_JOIN_ORDERS = TRUE
    ALWAYS_ANTI_JOIN = CHOOSE
    ALWAYS_SEMI_JOIN = CHOOSE
    OPTIMIZERMODE_FORCE = TRUE
    OPTIMIZERUNDO_CHANGES = FALSE
    UNNESTSUBQUERY = TRUE
    PUSHJOIN_UNION_VIEW = TRUE
    FASTFULL_SCAN_ENABLED = TRUE
    OPTIMENHANCE_NNULL_DETECTION = TRUE
    ORDEREDNESTED_LOOP = TRUE
    NESTEDLOOP_FUDGE = 100
    NOOR_EXPANSION = FALSE
    QUERYCOST_REWRITE = TRUE
    QUERY_REWRITE_EXPRESSION = TRUE
    IMPROVEDROW_LENGTH_ENABLED = TRUE
    USENOSEGMENT_INDEXES = FALSE
    ENABLETYPE_DEP_SELECTIVITY = TRUE
    IMPROVEDOUTERJOIN_CARD = TRUE
    OPTIMIZERADJUST_FOR_NULLS = TRUE
    OPTIMIZERCHOOSE_PERMUTATION = 0
    USECOLUMN_STATS_FOR_FUNCTION = TRUE
    SUBQUERYPRUNING_ENABLED = TRUE
    SUBQUERYPRUNING_REDUCTION_FACTOR = 50
    SUBQUERYPRUNING_COST_FACTOR = 20
    LIKEWITH_BIND_AS_EQUALITY = FALSE
    TABLESCAN_COST_PLUS_ONE = TRUE
    SORTMERGEINEQUALITY_JOIN_OFF = FALSE
    DEFAULTNON_EQUALITY_SEL_CHECK = TRUE
    ONESIDECOLSTAT_FOR_EQUIJOINS = TRUE
    OPTIMIZERCOST_MODEL = CHOOSE
    GSETSALWAYS_USE_TEMPTABLES = FALSE
    DB_FILE_MULTIBLOCK_READ_COUNT = 32
    NEWSORT_COST_ESTIMATE = TRUE
    GSANTI_SEMI_JOIN_ALLOWED = TRUE
    CPUTO_IO = 0
    PREDMOVE_AROUND = TRUE
    BASE STATISTICAL INFORMATION
    Table stats Table: MHDISL Alias: MHDISL
    TOTAL :: CDN: 1592807 NBLKS: 27904 AVG_ROW_LEN: 119
    -- Index stats
    INDEX NAME: MHDISL00 COL#: 1 2 3 4 5
    TOTAL :: LVLS: 2 #LB: 8769 #DK: 1599266 LB/K: 1 DB/K: 1 CLUF: 356837
    INDEX NAME: MHDISL10 COL#: 1 3 4 5 2
    TOTAL :: LVLS: 2 #LB: 9036 #DK: 1608279 LB/K: 1 DB/K: 1 CLUF: 424881
    INDEX NAME: MHDISL30 COL#: 1 2 3 4 16 5
    TOTAL :: LVLS: 2 #LB: 9493 #DK: 1599279 LB/K: 1 DB/K: 1 CLUF: 356844
    INDEX NAME: MHDISL40 COL#: 1 2 9 10 11 3 4 5
    TOTAL :: LVLS: 2 #LB: 11082 #DK: 1599282 LB/K: 1 DB/K: 1 CLUF: 388975
    OPTIMIZERPERCENT_PARALLEL = 0
    SINGLE TABLE ACCESS PATH
    Column: URCONO Col#: 1 Table: MHDISL Alias: MHDISL
    NDV: 2 NULLS: 0 DENS: 5.0000e-01 LO: 100 HI: 999
    NO HISTOGRAM: #BKT: 1 #VAL: 2
    Column: URDLIX Col#: 2 Table: MHDISL Alias: MHDISL
    NDV: 295495 NULLS: 0 DENS: 3.3842e-06 LO: 1000000001 HI: 930000
    1938
    NO HISTOGRAM: #BKT: 1 #VAL: 2
    TABLE: MHDISL ORIG CDN: 1592807 ROUNDED CDN: 3 CMPTD CDN: 3
    Access path: tsc Resc: 1702 Resp: 1702
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 1
    Access path: index (scan)
    Index: MHDISL00
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4
    IX_SEL: 1.6921e-06 TB_SEL: 1.6921e-06
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 4518
    Access path: index (scan)
    Index: MHDISL10
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4521
    IX_SEL: 5.0000e-01 TB_SEL: 1.6921e-06
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 1
    Access path: index (scan)
    Index: MHDISL30
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4
    IX_SEL: 1.6921e-06 TB_SEL: 1.6921e-06
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 1
    Access path: index (scan)
    Index: MHDISL40
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4
    IX_SEL: 1.6921e-06 TB_SEL: 1.6921e-06
    BEST_CST: 4.00 PATH: 4 Degree: 1
    OPTIMIZER STATISTICS AND COMPUTATIONS
    GENERAL PLANS
    Join order[1]: MHDISL[MHDISL]#0
    Best so far: TABLE#: 0 CST: 4 CDN: 3 BYTES: 357
    ****** Recost for ORDER BY (using index) ************
    SINGLE TABLE ACCESS PATH
    TABLE: MHDISL ORIG CDN: 1592807 ROUNDED CDN: 3 CMPTD CDN: 3
    Access path: tsc Resc: 1702 Resp: 1702
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 4518
    Access path: index (scan)
    Index: MHDISL10
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4521
    IX_SEL: 5.0000e-01 TB_SEL: 1.6921e-06
    BEST_CST: 4521.00 PATH: 4 Degree: 1
    Join order[1]: MHDISL[MHDISL]#0
    Best so far: TABLE#: 0 CST: 4521 CDN: 3 BYTES: 357
    SORT resource Sort statistics
    Sort width: 7 Area size: 131072 Max Area size: 5242880
    Degree: 1
    Blocks to Sort: 1 Row size: 141 Rows: 3
    Initial runs: 1 Merge passes: 1 IO Cost / pass: 2
    Total IO sort cost: 2
    Total CPU sort cost: 0
    Total Temp space used: 0
    Final - First Rows Plan:
    JOIN ORDER: 1
    CST: 4521 CDN: 3 RSC: 4521 RSP: 4521 BYTES: 357
    IO-RSC: 4521 IO-RSP: 4521 CPU-RSC: 0 CPU-RSP: 0
    First Rows Plan
    QUERY
    EXPLAIN PLAN SET STATEMENT_ID='PLUS114150' FOR seLECT /*+ first_Rows */* FROM MV
    XJDTA.MHDISL WHERE URCONO= 100
    AND URDLIX=1000000001
    ORDER BY URCONO,URDLIX,URRORC,URRIDN,URRIDL
    PLAN
    Cost of plan: 4521
    Operation...........Object name.....Options.........Id...Pid..
    SELECT STATEMENT 0
    TABLE ACCESS MHDISL BY INDEX ROWID 1
    INDEX MHDISL10 RANGE SCAN 2 1
    QUERY
    SELECT ID ID_PLUS_EXP,PARENT_ID PARENT_ID_PLUS_EXP,LPAD(' ',2*(LEVEL-1))||OPERAT
    ION||DECODE(OTHER_TAG,NULL,'','*')||DECODE(OPTIONS,NULL,'',' ('||OPTIONS||')')||
    DECODE(OBJECT_NAME,NULL,'',' OF '''||OBJECT_NAME||'''')||DECODE(OBJECT_TYPE,NULL
    ,'',' ('||OBJECT_TYPE||')')||DECODE(ID,0,DECODE(OPTIMIZER,NULL,'',' Optimizer='|
    |OPTIMIZER))||DECODE(COST,NULL,'',' (Cost='||COST||DECODE(CARDINALITY,NULL,'','
    Card='||CARDINALITY)||DECODE(BYTES,NULL,'',' Bytes='||BYTES)||')') PLAN_PLUS_EXP
    ,OBJECT_NODE OBJECT_NODE_PLUS_EXP FROM PLAN_TABLE START WITH ID=0 AND STATEMENT_
    ID=:1 CONNECT BY PRIOR ID=PARENT_ID AND STATEMENT_ID=:1 ORDER BY ID,POSITION
    QUERY
    SELECT ID ID_PLUS_EXP,OTHER_TAG OTHER_TAG_PLUS_EXP,OTHER OTHER_PLUS_EXP FROM PLA
    N_TABLE WHERE STATEMENT_ID=:1 AND OTHER_TAG IS NOT NULL ORDER BY ID
    QUERY
    DELETE FROM PLAN_TABLE WHERE STATEMENT_ID=:1
    *** 2009-01-20 15:29:36.507
    *** SESSION ID:(201.51419) 2009-01-20 15:29:36.507
    QUERY
    SELECT * FROM MVXJDTA.MHDISL WHERE URCONO= 100
    AND URDLIX=1000000001
    ORDER BY URCONO,URDLIX,URRORC,URRIDN,URRIDL
    *** SESSION ID:(201.51419) 2009-01-20 15:29:38.307
    QUERY
    DELETE FROM PLAN_TABLE WHERE STATEMENT_ID=:1
    PARAMETERS USED BY THE OPTIMIZER
    OPTIMIZER_FEATURES_ENABLE = 9.2.0
    OPTIMIZER_MODE/GOAL = Choose
    OPTIMIZERPERCENT_PARALLEL = 101
    HASH_AREA_SIZE = 6144000
    HASH_JOIN_ENABLED = TRUE
    HASH_MULTIBLOCK_IO_COUNT = 0
    SORT_AREA_SIZE = 3072000
    OPTIMIZER_SEARCH_LIMIT = 5
    PARTITION_VIEW_ENABLED = FALSE
    ALWAYSSTAR_TRANSFORMATION = FALSE
    BTREE_BITMAP_PLANS = TRUE
    STAR_TRANSFORMATION_ENABLED = FALSE
    COMPLEXVIEW_MERGING = TRUE
    PUSHJOIN_PREDICATE = TRUE
    PARALLEL_BROADCAST_ENABLED = TRUE
    OPTIMIZER_MAX_PERMUTATIONS = 2000
    OPTIMIZER_INDEX_CACHING = 0
    SYSTEMINDEX_CACHING = 0
    OPTIMIZER_INDEX_COST_ADJ = 100
    OPTIMIZER_DYNAMIC_SAMPLING = 1
    OPTIMIZERDYN_SMP_BLKS = 32
    QUERY_REWRITE_ENABLED = FALSE
    QUERY_REWRITE_INTEGRITY = ENFORCED
    INDEXJOIN_ENABLED = TRUE
    SORTELIMINATION_COST_RATIO = 0
    OREXPAND_NVL_PREDICATE = TRUE
    NEWINITIAL_JOIN_ORDERS = TRUE
    ALWAYS_ANTI_JOIN = CHOOSE
    ALWAYS_SEMI_JOIN = CHOOSE
    OPTIMIZERMODE_FORCE = TRUE
    OPTIMIZERUNDO_CHANGES = FALSE
    UNNESTSUBQUERY = TRUE
    PUSHJOIN_UNION_VIEW = TRUE
    FASTFULL_SCAN_ENABLED = TRUE
    OPTIMENHANCE_NNULL_DETECTION = TRUE
    ORDEREDNESTED_LOOP = TRUE
    NESTEDLOOP_FUDGE = 100
    NOOR_EXPANSION = FALSE
    QUERYCOST_REWRITE = TRUE
    QUERY_REWRITE_EXPRESSION = TRUE
    IMPROVEDROW_LENGTH_ENABLED = TRUE
    USENOSEGMENT_INDEXES = FALSE
    ENABLETYPE_DEP_SELECTIVITY = TRUE
    IMPROVEDOUTERJOIN_CARD = TRUE
    OPTIMIZERADJUST_FOR_NULLS = TRUE
    OPTIMIZERCHOOSE_PERMUTATION = 0
    USECOLUMN_STATS_FOR_FUNCTION = TRUE
    SUBQUERYPRUNING_ENABLED = TRUE
    SUBQUERYPRUNING_REDUCTION_FACTOR = 50
    SUBQUERYPRUNING_COST_FACTOR = 20
    LIKEWITH_BIND_AS_EQUALITY = FALSE
    TABLESCAN_COST_PLUS_ONE = TRUE
    SORTMERGEINEQUALITY_JOIN_OFF = FALSE
    DEFAULTNON_EQUALITY_SEL_CHECK = TRUE
    ONESIDECOLSTAT_FOR_EQUIJOINS = TRUE
    OPTIMIZERCOST_MODEL = CHOOSE
    GSETSALWAYS_USE_TEMPTABLES = FALSE
    DB_FILE_MULTIBLOCK_READ_COUNT = 32
    NEWSORT_COST_ESTIMATE = TRUE
    GSANTI_SEMI_JOIN_ALLOWED = TRUE
    CPUTO_IO = 0
    PREDMOVE_AROUND = TRUE
    BASE STATISTICAL INFORMATION
    Table stats Table: MHDISL Alias: MHDISL
    TOTAL :: CDN: 1592807 NBLKS: 27904 AVG_ROW_LEN: 119
    -- Index stats
    INDEX NAME: MHDISL00 COL#: 1 2 3 4 5
    TOTAL :: LVLS: 2 #LB: 8769 #DK: 1599266 LB/K: 1 DB/K: 1 CLUF: 356837
    INDEX NAME: MHDISL10 COL#: 1 3 4 5 2
    TOTAL :: LVLS: 2 #LB: 9036 #DK: 1608279 LB/K: 1 DB/K: 1 CLUF: 424881
    INDEX NAME: MHDISL30 COL#: 1 2 3 4 16 5
    TOTAL :: LVLS: 2 #LB: 9493 #DK: 1599279 LB/K: 1 DB/K: 1 CLUF: 356844
    INDEX NAME: MHDISL40 COL#: 1 2 9 10 11 3 4 5
    TOTAL :: LVLS: 2 #LB: 11082 #DK: 1599282 LB/K: 1 DB/K: 1 CLUF: 388975
    OPTIMIZERPERCENT_PARALLEL = 0
    SINGLE TABLE ACCESS PATH
    Column: URCONO Col#: 1 Table: MHDISL Alias: MHDISL
    NDV: 2 NULLS: 0 DENS: 5.0000e-01 LO: 100 HI: 999
    NO HISTOGRAM: #BKT: 1 #VAL: 2
    Column: URDLIX Col#: 2 Table: MHDISL Alias: MHDISL
    NDV: 295495 NULLS: 0 DENS: 3.3842e-06 LO: 1000000001 HI: 930000
    1938
    NO HISTOGRAM: #BKT: 1 #VAL: 2
    TABLE: MHDISL ORIG CDN: 1592807 ROUNDED CDN: 3 CMPTD CDN: 3
    Access path: tsc Resc: 1702 Resp: 1702
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 1
    Access path: index (scan)
    Index: MHDISL00
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4
    IX_SEL: 1.6921e-06 TB_SEL: 1.6921e-06
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 4518
    Access path: index (scan)
    Index: MHDISL10
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4521
    IX_SEL: 5.0000e-01 TB_SEL: 1.6921e-06
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 1
    Access path: index (scan)
    Index: MHDISL30
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4
    IX_SEL: 1.6921e-06 TB_SEL: 1.6921e-06
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 1
    Access path: index (scan)
    Index: MHDISL40
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4
    IX_SEL: 1.6921e-06 TB_SEL: 1.6921e-06
    BEST_CST: 4.00 PATH: 4 Degree: 1
    OPTIMIZER STATISTICS AND COMPUTATIONS
    GENERAL PLANS
    Join order[1]: MHDISL[MHDISL]#0
    Best so far: TABLE#: 0 CST: 4 CDN: 3 BYTES: 357
    ****** Recost for ORDER BY (using index) ************
    SINGLE TABLE ACCESS PATH
    TABLE: MHDISL ORIG CDN: 1592807 ROUNDED CDN: 3 CMPTD CDN: 3
    Access path: tsc Resc: 1702 Resp: 1702
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 4518
    Access path: index (scan)
    Index: MHDISL10
    index io scan cost 4518
    Access path: index (scan)
    Index: MHDISL10
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4521
    IX_SEL: 5.0000e-01 TB_SEL: 1.6921e-06
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 1
    Access path: index (scan)
    Index: MHDISL30
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4
    IX_SEL: 1.6921e-06 TB_SEL: 1.6921e-06
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 1
    Access path: index (scan)
    Index: MHDISL40
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4
    IX_SEL: 1.6921e-06 TB_SEL: 1.6921e-06
    BEST_CST: 4.00 PATH: 4 Degree: 1
    OPTIMIZER STATISTICS AND COMPUTATIONS
    GENERAL PLANS
    Join order[1]: MHDISL[MHDISL]#0
    Best so far: TABLE#: 0 CST: 4 CDN: 3 BYTES: 357
    ****** Recost for ORDER BY (using index) ************
    SINGLE TABLE ACCESS PATH
    TABLE: MHDISL ORIG CDN: 1592807 ROUNDED CDN: 3 CMPTD CDN: 3
    Access path: tsc Resc: 1702 Resp: 1702
    Skip scan: ss-sel 0 andv 292691
    ss cost 292691
    index io scan cost 4518
    Access path: index (scan)
    Index: MHDISL10
    TABLE: MHDISL
    RSC_CPU: 0 RSC_IO: 4521
    IX_SEL: 5.0000e-01 TB_SEL: 1.6921e-06
    BEST_CST: 4521.00 PATH: 4 Degree: 1
    Join order[1]: MHDISL[MHDISL]#0
    SORT resource Sort statistics
    Sort width: 7 Area size: 131072 Max Area size: 5242880
    Degree: 1
    Blocks to Sort: 1 Row size: 141 Rows: 3
    Initial runs: 1 Merge passes: 1 IO Cost / pass: 2
    Total IO sort cost: 2
    Total CPU sort cost: 0
    Total Temp space used: 0
    Final - All Rows Plan:
    JOIN ORDER: 1
    CST: 4 CDN: 3 RSC: 4 RSP: 4 BYTES: 357
    IO-RSC: 4 IO-RSP: 4 CPU-RSC: 0 CPU-RSP: 0
    QUERY
    EXPLAIN PLAN SET STATEMENT_ID='PLUS114150' FOR SELECT * FROM MVXJDTA.MHDISL WHE
    RE URCONO= 100
    AND URDLIX=1000000001

  • Getting error when trying to deploy the SQL project after making some changes

    I’m getting the below error message, when I’m trying to deploy the project by making some changes.
    In detail, The project was deployed successfully at first time. Later I did some changes(Added 1 more table) and I tried to deploy, but it was not sucess. I'm getting the below error message
    Error message:Cannot upgrade the DAC for database CTR_FIN_FINNOTE_DB because the compatibility level is 70 or lower. Alter the database to support a compatibility level of 80 or higher
    I checked in SQL, the compatibility level is 110 which is higher than 70. 
    Can any one help me out to overcome with this.
    Regards
    Sk.

    Try to uninstall you application and then deploy again with the new changes.
    jdweng

  • I just brought a apple protection plan as my phone warranty is going to end in a day, when i am trying to enter the protection plan code and my phone serial no its showing an error message try after some time is there any solution to that?

    i just brought a apple protection plan as my phone warranty is going to end in a day, after entering the protection plan code and my phone serial no its showing an error message "technical error try after some time", is there any solution for that?
    As i need the warranty to extend for another year please help me regarding this issue.
    When i bought a new iphone5 in Inda after using it for three days lock button was not working properly and it was warranty claimed and exchanged from apple service center in India, for the same phone I want to extend the warranty but its showing a error message is there any solution?

    Here is some information on the applecare +:
    http://www.apple.com/support/products/iphone.html
    It appears that you have to buy the applecare within 30 days of buying your phone - you said that your phone warranty is almost over, so when did you buy it??? That could be the explanation for the error.

  • HT201441 This is the Kernersville Police Dept in Kernersville NC, I am trying to locate the owner of a stole iphone, can you help

    This is the Kernersville Police Dept in Kernersville NC
    I have a stole Iphone and need to locate the owner, can anyone help me find a serial number. the phone is locked

    No-one except the owner can unlock the phone.
    But if you take it, and a warrant to Apple they can.

  • Is there an easy way to locate the cursor on a page?

    sometimes I have trouble locating the cursor. It gets lost in the page content.

    You can change the system-wide color of your cursor to something more easily findable (like a large black cursor). [http://www.ehow.com/how_6122649_change-cursor-color-windows-xp.html http://www.ehow.com/how_6122649_change-cursor-color-windows-xp.html]. Or you can read [http://www.askdavetaylor.com/how_to_make_cursor_more_visible_windows_xp_winxp.html http://www.askdavetaylor.com/how_to_make_cursor_more_visible_windows_xp_winxp.html], and tell the computer than when you it the Control key, it will automatically show you where the cursor is.
    Also, you should update to Firefox 11 to receive all the most recent security updates.

  • Group by change the sql plan by adding "filter"

    The table is created by:
    SQL> create table t1 as select  1 a,rownum b, rownum c from dual connect by rownum<10000;
    Table created.
    SQL> create index t1_idx on t1 (a,b);
    Index created.
    SQL> exec dbms_stats.gather_table_stats(null,'T1',cascade=>true,estimate_percent=>1,no_invalidate=>true,degree=>4,block_sample => true,granularity => 'ALL');
    PL/SQL procedure successfully completed.After added group by, the access and filter appear in the plan, and they are exactly the same
    SQL> set autotrace trace explain
    SQL> select b,count(*) from t1 where a=1 and b between 10 and 200 group by b;
    Execution Plan
    Plan hash value: 1662069396
    | Id  | Operation            | Name   | Rows  | Bytes | Cost  |
    |   0 | SELECT STATEMENT     |        |   192 |  1344 |     2 |
    |   1 |  SORT GROUP BY NOSORT|        |   192 |  1344 |     2 |
    |*  2 |   INDEX RANGE SCAN   | T1_IDX |   192 |  1344 |     2 |
    Predicate Information (identified by operation id):
       2 - access("A"=1 AND "B">=10 AND "B"<=200)
           filter("A"=1 AND "B">=10 AND "B"<=200)                  ===> *why filter happens here?*
    Note
       - cpu costing is off (consider enabling it)Without group by, only access appears in the plan
    SQL> select * from  t1 where a=1 and b between 10 and 200 ;
    Execution Plan
    Plan hash value: 1720721055
    | Id  | Operation                   | Name   | Rows  | Bytes | Cost  |
    |   0 | SELECT STATEMENT            |        |   192 |  1920 |     3 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| T1     |   192 |  1920 |     3 |
    |*  2 |   INDEX RANGE SCAN          | T1_IDX |   192 |       |     2 |
    Predicate Information (identified by operation id):
       2 - access("A"=1 AND "B">=10 AND "B"<=200)
    Note
       - cpu costing is off (consider enabling it)

    What's your version ?
    No filter on 10.2.0.4 :
    SQL> select b,count(*) from t1 where a=1 and b between 10 and 200 group by b;
    Execution Plan
    Plan hash value: 1662069396
    | Id  | Operation            | Name   | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT     |        |   192 |  1344 |     2   (0)| 00:00:01 |
    |   1 |  SORT GROUP BY NOSORT|        |   192 |  1344 |     2   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN   | T1_IDX |   192 |  1344 |     2   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("A"=1 AND "B">=10 AND "B"<=200)
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for HPUX: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionNicolas.

  • HT201269 I am trying to sync contacts from Apple Iphone to Android phone, I was trying to locate the sync contacts with google option but counld not find it in the itunes. Pls advise how do I do the sync, I need to sync the contacts and calendar too. Than

    Hi, I am trying to sync my Iphone contacts and calendar to my Samsung note 3 phone, saw in the U-tube that I can do it in itunes under the sync contacts with googles process. But I could not fine the sync contacts with process in the itunes. Can you pls advise me how I can sync my iphones contacts and calendar to my note 3 phone. Thanks

    http://support.apple.com/kb/HT1296

  • I am trying to locate the owner of a stolen ipad

    I was sold a ipad only to find out it was stolen, i am trying to find out is there a way of tracking the owner.

    No, there's no way for you to trace it. Turn the stolen device into the police.

  • I am trying to locate the 'Audio Tools Menu' in Premier elements 9.

    I want to add a narration using Premier Elements 9.  I am told to choose "Add Narration" from the "Audio Tools Menu", but have been unable to locate anything like that.  Just how is that done?

    HowardLouis
    Premiere Elements 9 workspace and the speaker icon below the monitor and above the Timeline.
    After you click on Add Narration
    What microphone do you have? Typically, problems with the USB type.
    Check out the Adobe Document for Narration
    http://help.adobe.com/en_US/premiereelements/using/WSED45334D-D309-445e-AF34-2AB3E3CCAA8D. html
    It is labelled for Premiere Elements 11, but the principles are the same.
    Any questions or clarifications needed, please let me know.
    Thanks.
    ATR

  • A lot of messages have disapeared, I have tried to locate the profile by looking in the sserver settings, but the link is saving to a folder I can't locate

    The computer is a Windows PC
    C:\Users\IQHC\AppData\Roaming\Thunderbird\Profiles\e3gxxyt2.default\ImapMail\mail.iqhomecare-2.com
    THE AppData is not showing in the IQHC folder

    appdata is hidden by windows. type %appdata% in the run/search box on the start menu and press enter. That will find it.
    Note that your account is imap, so if you delete messages off he server they will be deleted in Thunderbird.

  • I am trying to use the RS232 to control a circuit board. It would have to simultaneously output SerialClock, DataIn, and Chip Select signals, while also receiving DataOut signals; therefore 4 signals total. Does anyone know if it this is possible?

    I am trying to splice 4 wires out of the RS232 serial cable (the 9-pin type) and wire them to a circuit board. The 4 wires would control 4 signals: DataIn, DataOut, SerialClock, and ChipSelect. The serial clock would synchronize the DataIn and the ChipSelect is asynchronous. DataOut must coincide with SerialClock also; therefore there are 3 signals that must be able to switch concurrently. All the handshaking enabled by RS232 is thus unnecessary in my opinion. Does anyone know of how this can be done?

    I am trying to splice 4 wires out of the RS232 serial cable (the 9-pin type) and wire them to a circuit board. The 4 wires would control 4 signals: DataIn, DataOut, SerialClock, and ChipSelect. The serial clock would synchronize the DataIn and the ChipSelect is asynchronous. DataOut must coincide with SerialClock also; therefore there are 3 signals that must be able to switch concurrently. All the handshaking enabled by RS232 is thus unnecessary in my opinion. Does anyone know of how this can be done?

Maybe you are looking for

  • Customer Statement Report - running total

    Greetings, Example : Customer XYZ has 3 invoices, and on the 06/02/08 cheque World Bank Acc 100200 $800 paid for Inv 2000 02/01/08 Inv #1000 $1000 05/02/08 Inv #2000 $800 04/03/08 Inv #3000 $600 The statement should show as below: Date        Details

  • Do the Refurbished Products come with software

    Do the refurbished products come with Leopard and iLife '08

  • Copy, Cut, Paste

    Hi, How can I implement cupy, cut and paste in actionscript. Basically, I have 3 buttons that I want to use to trigger those actions. Thanks in advance.

  • Is it possible to activate an iPhone 4S with an inactive SIM card?

    I have the phone and a SIM card from my carrier, but the card hasn't been activated yet. I've read on the internet that it is possible to activate iPhones with inactive or old sim cards as long as they are from the appropriate carrier, but my card do

  • Need advice about upgrades

    I just bought my daughter a mbp for graduation. It is a mid 2012 15.4", 4GB, 500 GB HHD i7 2.3 GHz. She is going to use it for college and she is starting a side gig doing photograpy for extra money while in college. After I bought it I was doing som