Need help in the interpretation of a file of Trace 10053

Hello

I need help to interpret an event 10053 (optimizer Trace) trace file

Everything that happens on AIX with Oracle 11.2.0.2

It is not obvious to me why the optimizer chooses the path with the highest cost.
But I found the following quote in the trace file, which is probably the answer, but I did not understand what circumstances allow the optimizer to say such things:


New AP rejected: guess used for New, but not for the current best

So, it was the short story, now the witch for a long time one quote of the trace file

Here the query directly in the trace file. I can't modify this query, even a hint is not feasible, so I need to understand the incorrect path to avoid it.
**************************
Automatic degree of parallelism (ADOP)
**************************
Automatic degree of parallelism is disabled: Parameter.

PM: Considering predicate move-around in query block SEL$1 (#0)
**************************
Predicate Move-Around (PM)
**************************
OPTIMIZER INFORMATION

******************************************
----- Current SQL Statement for this session (sql_id=0zdbb3hzztdaf) -----
explain plan for
SELECT
  aktl_aend,
  aktl_akgrnr,
  aktl_akgrpos,
  aktl_akh,
  aktl_alterart,
  aktl_anz_in,
  aktl_anz_nach,
  aktl_artrab,
  aktl_beg,
  aktl_belart1,
  aktl_belart2,
  aktl_belnr1,
  aktl_belnr2,
  aktl_bestkz,
  aktl_bestmg1,
  aktl_bestmg1_alt,
  aktl_bestmg2,
  aktl_bestmg2_alt,
  aktl_eindat,
  aktl_ek,
  aktl_ekdat1,
  aktl_ekdat2,
  aktl_ekkopie,
  aktl_ekn,
  aktl_eknorm,
  aktl_ek_alt,
  aktl_end,
  aktl_fbdarst,
  aktl_fbd_alt,
  aktl_fbseite,
  aktl_fbs_alt,
  aktl_fbtxt,
  aktl_info_werbeabt,
  aktl_info_wgm,
  aktl_kaek,
  aktl_kaekn,
  aktl_kaek_alt,
  aktl_kombiart,
  aktl_ldat1,
  aktl_ldat2,
  aktl_lf,
  aktl_lf_alt,
  aktl_mgfk,
  aktl_mg_p,
  aktl_mg_r,
  aktl_mindmg,
  aktl_neudat,
  aktl_nnek,
  aktl_nnekn,
  aktl_pabw,
  aktl_pic,
  aktl_plan_menge,
  aktl_plan_menge_hela,
  aktl_plan_stueck,
  aktl_plan_stueck_hela,
  aktl_plan_woche,
  aktl_plan_woche_hela,
  aktl_rdat,
  aktl_ro_p,
  aktl_ro_r,
  aktl_seite,
  aktl_sigkz,
  aktl_sokoeur,
  aktl_sokoeur_alt,
  aktl_sokopr,
  aktl_sokopr_alt,
  aktl_sort_vorab,
  aktl_stat,
  aktl_text,
  aktl_txtbau,
  aktl_txtbaukz,
  aktl_um_p,
  aktl_um_r,
  aktl_user,
  aktl_vk,
  aktl_vkn,
  aktl_vk_alt,
  aktl_zen,
  akt_at_at_no,
  akt_at_at_se_se_ag_ag_no,
  akt_at_at_se_se_ag_ag_wg,
  akt_at_at_se_se_no,
  ROWID,
  rownum,
  uid,
  USER,
  vid
FROM
  akt
WHERE
  (
    aktl_stat <> :"SYS_B_0"
  )
AND
  (
    aktl_zen = :"SYS_B_1"
  )
AND
  (
    aktl_akh BETWEEN :"SYS_B_2" AND :"SYS_B_3"
  AND
    (
      (
        akt_at_at_se_se_ag_ag_wg   = :"SYS_B_4"
      AND akt_at_at_se_se_ag_ag_no = :"SYS_B_5"
      )
    )
  )
ORDER BY
  akt_at_at_se_se_ag_ag_wg ASC,
  akt_at_at_se_se_ag_ag_no ASC,
  aktl_akh ASC,
  aktl_akgrnr ASC,
  aktl_akgrpos ASC,
  aktl_kombiart ASC,
  akt_at_at_se_se_no ASC,
  akt_at_at_no ASC
*******************************************
And here's the strange part.
As far as I know, in this quotation that the optimizer realizes, that there is a better path than the AKT_INDEX, but he ignores it.
***************************************
BASE STATISTICAL INFORMATION
***********************
Table Stats::
  Table: AKT  Alias: AKT
    #Rows: 14006583  #Blks:  477882  AvgRowLen:  281.00  ChainCnt:  570341.00
Index Stats::
  Index: AKTL_UMNUM  Col#: 44
    LVLS: 2  #LB: 60137  #DK: 64171  LB/K: 1.00  DB/K: 179.00  CLUF: 11535830.00
  Index: AKT_INDEX  Col#: 2 3 4 5 1 6
    LVLS: 3  #LB: 83897  #DK: 13955093  LB/K: 1.00  DB/K: 1.00  CLUF: 11889950.00
  Index: AKT_INDEX010  Col#: 54 56
    LVLS: 2  #LB: 37453  #DK: 392568  LB/K: 1.00  DB/K: 5.00  CLUF: 1127943.00
  Index: AKT_INDEX011  Col#: 55 57
    LVLS: 2  #LB: 33967  #DK: 2102  LB/K: 65.00  DB/K: 869.00  CLUF: 449507.00
  Index: AKT_INDEX012  Col#: 2 3 4 5 6
    LVLS: 2  #LB: 66503  #DK: 2506277  LB/K: 1.00  DB/K: 5.00  CLUF: 13420693.00
  Index: FK_AKH_AKTL_AKH  Col#: 1 6
    LVLS: 2  #LB: 35870  #DK: 184651  LB/K: 1.00  DB/K: 6.00  CLUF: 1131183.00
  Index: KEY_AKT  Col#: 1 2 3 4 5 6
    LVLS: 2  #LB: 82467  #DK: 13793510  LB/K: 1.00  DB/K: 1.00  CLUF: 11691370.00
Access path analysis for AKT
***************************************
SINGLE TABLE ACCESS PATH 
  Single Table Cardinality Estimation for AKT[AKT] 
  Column (#6): 
    NewDensity:0.000000, OldDensity:0.000000 BktCnt:4202816, PopBktCnt:4202810, PopValCnt:133, NDV:139
  Column (#6): AKTL_ZEN(
    AvgLen: 4 NDV: 139 Nulls: 0 Density: 0.000000 Min: 1 Max: 61044
    Histogram: Freq  #Bkts: 139  UncompBkts: 4202816  EndPtVals: 139
  Column (#2): 
    NewDensity:0.129575, OldDensity:0.000000 BktCnt:4201875, PopBktCnt:4201875, PopValCnt:2, NDV:2
  Column (#2): AKT_AT_AT_SE_SE_AG_AG_WG(
    AvgLen: 3 NDV: 2 Nulls: 0 Density: 0.129575 Min: 6 Max: 7
    Histogram: Freq  #Bkts: 2  UncompBkts: 4201875  EndPtVals: 2
  Column (#3): 
    NewDensity:0.000000, OldDensity:0.000000 BktCnt:4197711, PopBktCnt:4197711, PopValCnt:52, NDV:52
  Column (#3): AKT_AT_AT_SE_SE_AG_AG_NO(
    AvgLen: 3 NDV: 52 Nulls: 0 Density: 0.000000 Min: 6 Max: 99
    Histogram: Freq  #Bkts: 52  UncompBkts: 4197711  EndPtVals: 52
  Column (#85): SYS_STUF1FT2E0X6B6C$__BGEZQRHS(
    AvgLen: 12 NDV: 5571 Nulls: 0 Density: 0.000180 Min: 2117233 Max: 9997926970
  Column (#84): 
    NewDensity:0.000000, OldDensity:0.000000 BktCnt:4201269, PopBktCnt:4201265, PopValCnt:71, NDV:75
  Column (#84): SYS_STULHCKPI#FOQE1JMOOXNGSFB0(
    AvgLen: 12 NDV: 75 Nulls: 0 Density: 0.000000 Min: 157628517 Max: 9982459671
    Histogram: Freq  #Bkts: 75  UncompBkts: 4201269  EndPtVals: 75
  Column (#4): 
    NewDensity:0.000001, OldDensity:0.000000 BktCnt:4201338, PopBktCnt:4201338, PopValCnt:69, NDV:69
  Column (#4): AKT_AT_AT_SE_SE_NO(
    AvgLen: 3 NDV: 69 Nulls: 0 Density: 0.000001 Min: 1 Max: 98
    Histogram: Freq  #Bkts: 69  UncompBkts: 4201338  EndPtVals: 69
  Column (#5): AKT_AT_AT_NO(
    AvgLen: 4 NDV: 7466 Nulls: 0 Density: 0.000134 Min: 1 Max: 9964
  Column (#1): AKTL_AKH(
    AvgLen: 5 NDV: 16307 Nulls: 0 Density: 0.000061 Min: 14 Max: 543136
  Column (#55): 
    NewDensity:0.000001, OldDensity:0.000000 BktCnt:4203610, PopBktCnt:4203610, PopValCnt:5, NDV:5
  Column (#55): AKTL_BELART2(
    AvgLen: 3 NDV: 5 Nulls: 0 Density: 0.000001
    Histogram: Freq  #Bkts: 5  UncompBkts: 4203610  EndPtVals: 5
  Column (#57): 
    NewDensity:0.000002, OldDensity:0.000001 BktCnt:254, PopBktCnt:253, PopValCnt:1, NDV:2102
  Column (#57): AKTL_BELNR2(
    AvgLen: 3 NDV: 2102 Nulls: 0 Density: 0.000002 Min: 0 Max: 9902670
    Histogram: HtBal  #Bkts: 254  UncompBkts: 254  EndPtVals: 2
  Column (#54): 
    NewDensity:0.000088, OldDensity:0.000000 BktCnt:4204429, PopBktCnt:4204429, PopValCnt:6, NDV:6
  Column (#54): AKTL_BELART1(
    AvgLen: 3 NDV: 6 Nulls: 0 Density: 0.000088
    Histogram: Freq  #Bkts: 6  UncompBkts: 4204429  EndPtVals: 6
  Column (#56): 
    NewDensity:0.000000, OldDensity:0.000001 BktCnt:254, PopBktCnt:223, PopValCnt:1, NDV:392568
  Column (#56): AKTL_BELNR1(
    AvgLen: 3 NDV: 392568 Nulls: 0 Density: 0.000000 Min: 0 Max: 9904026
    Histogram: HtBal  #Bkts: 254  UncompBkts: 254  EndPtVals: 32
  ColGroup (#5, Index) AKT_INDEX
    Col#: 1 2 3 4 5 6    CorStregth: 8702149.74
  ColGroup (#3, Index) AKT_INDEX012
    Col#: 2 3 4 5 6    CorStregth: 2971.37
  ColGroup (#1, VC) SYS_STUF1FT2E0X6B6C$__BGEZQRHS
    Col#: 2 3 6    CorStregth: 2.59
  ColGroup (#4, Index) FK_AKH_AKTL_AKH
    Col#: 1 6    CorStregth: 12.28
  ColGroup (#7, Index) AKT_INDEX010
    Col#: 54 56    CorStregth: 6.00
  ColGroup (#6, Index) AKT_INDEX011
    Col#: 55 57    CorStregth: 5.00
  ColGroup (#2, VC) SYS_STULHCKPI#FOQE1JMOOXNGSFB0
    Col#: 2 3    CorStregth: 1.39
  ColGroup Usage:: PredCnt: 3  Matches Full: #2  Partial:  Sel: 0.0133
  Column (#34): 
    NewDensity:0.000000, OldDensity:0.000000 BktCnt:4199313, PopBktCnt:4199311, PopValCnt:9, NDV:11
  Column (#34): AKTL_STAT(
    AvgLen: 2 NDV: 11 Nulls: 0 Density: 0.000000
    Histogram: Freq  #Bkts: 11  UncompBkts: 4199313  EndPtVals: 11
  Table: AKT  Alias: AKT
    Card: Original: 14006583.000000  Rounded: 3  Computed: 3.05  Non Adjusted: 3.05
  Access Path: TableScan
    Cost:  131075.91  Resp: 131075.91  Degree: 0
      Cost_io: 129428.00  Cost_cpu: 16864951683
      Resp_io: 129428.00  Resp_cpu: 16864951683
kkofmx: index filter:"AKT"."AKTL_ZEN"=TO_NUMBER(:B1)

kkofmx: index filter:"AKT"."AKTL_AKH">=TO_NUMBER(:B1)

kkofmx: index filter:"AKT"."AKTL_AKH"<=TO_NUMBER(:B1)

kkofmx: index filter:"AKT"."AKTL_ZEN"=TO_NUMBER(:B1)

kkofmx: index filter:"AKT"."AKTL_ZEN"=TO_NUMBER(:B1)

kkofmx: index filter:"AKT"."AKTL_ZEN"=TO_NUMBER(:B1)

kkofmx: index filter:"AKT"."AKT_AT_AT_SE_SE_AG_AG_WG"=TO_NUMBER(:B1)

kkofmx: index filter:"AKT"."AKT_AT_AT_SE_SE_AG_AG_NO"=TO_NUMBER(:B1)

  ColGroup Usage:: PredCnt: 2  Matches Full: #2  Partial:  Sel: 0.0133
  ColGroup Usage:: PredCnt: 3  Matches Full: #2  Partial:  Sel: 0.0133
  ColGroup Usage:: PredCnt: 3  Matches Full: #2  Partial:  Sel: 0.0133
  Access Path: index (RangeScan)
    Index: AKT_INDEX
    resc_io: 1128.00  resc_cpu: 45259416
    ix_sel: 0.013333  ix_sel_with_filters: 0.000000 
 ***** Logdef predicate Adjustment ****** 
 Final IO cst 0.00 , CPU cst 150.00
 ***** End Logdef Adjustment ****** 
 ***** Logdef predicate Adjustment ****** 
 Final IO cst 0.00 , CPU cst 151.08
 ***** End Logdef Adjustment ****** 
 ***** Logdef predicate Adjustment ****** 
 Final IO cst 0.00 , CPU cst 151.13
 ***** End Logdef Adjustment ****** 
    Cost: 567.59  Resp: 567.59  Degree: 1
  ColGroup Usage:: PredCnt: 2  Matches Full: #2  Partial:  Sel: 0.0133
  ColGroup Usage:: PredCnt: 3  Matches Full: #2  Partial:  Sel: 0.0133
  ColGroup Usage:: PredCnt: 3  Matches Full: #2  Partial:  Sel: 0.0133
  Access Path: index (skip-scan)
    SS sel: 0.000096  ANDV (#skips): 7466.000000
    SS io: 7466.000000 vs. index scan io: 887.000000
    Skip Scan rejected
  Access Path: index (RangeScan)
    Index: AKT_INDEX012
    resc_io: 2177.00  resc_cpu: 54677577
    ix_sel: 0.013333  ix_sel_with_filters: 0.000096 
 ***** Logdef predicate Adjustment ****** 
 Final IO cst 0.00 , CPU cst 150.00
 ***** End Logdef Adjustment ****** 
    Cost: 1092.54  Resp: 1092.54  Degree: 1


  Access Path: index (RangeScan)
    Index: FK_AKH_AKTL_AKH
    resc_io: 201.00  resc_cpu: 15070140
    ix_sel: 0.004500  ix_sel_with_filters: 0.000032 
    Cost: 101.24  Resp: 101.24  Degree: 1
New AP rejected: guess used for New but not for Current Best
  ColGroup Usage:: PredCnt: 3  Matches Full: #2  Partial:  Sel: 0.0133
  ColGroup Usage:: PredCnt: 3  Matches Full: #2  Partial:  Sel: 0.0133
  Access Path: index (RangeScan)
    Index: KEY_AKT
    resc_io: 380.00  resc_cpu: 15131385
    ix_sel: 0.004500  ix_sel_with_filters: 0.000000 
 ***** Logdef predicate Adjustment ****** 
 Final IO cst 0.00 , CPU cst 150.00
 ***** End Logdef Adjustment ****** 
    Cost: 191.20  Resp: 191.20  Degree: 1
New AP rejected: guess used for New but not for Current Best
  ****** trying bitmap/domain indexes ******


  Access Path: index (IndexOnly)
    Index: FK_AKH_AKTL_AKH
    resc_io: 164.00  resc_cpu: 13914716
    ix_sel: 0.004500  ix_sel_with_filters: 0.000032 
    Cost: 82.68  Resp: 82.68  Degree: 0
    SORT ressource         Sort statistics
      Sort width:         612 Area size:     1048576 Max Area size:   107366400
      Degree:               1
      Blocks to Sort: 1 Row size:     21 Total Rows:            252
      Initial runs:   1 Merge passes:  0 IO Cost / pass:          0
      Total IO sort cost: 0      Total CPU sort cost: 10324700
      Total Temp space used: 0
  ColGroup Usage:: PredCnt: 2  Matches Full: #2  Partial:  Sel: 0.0133
  ColGroup Usage:: PredCnt: 2  Matches Full: #2  Partial:  Sel: 0.0133
  ColGroup Usage:: PredCnt: 2  Matches Full: #2  Partial:  Sel: 0.0133
  Access Path: index (IndexOnly)
    Index: AKT_INDEX
    resc_io: 1122.00  resc_cpu: 45203856
    ix_sel: 0.013333  ix_sel_with_filters: 0.013333 
    Cost: 563.21  Resp: 563.21  Degree: 0
    SORT ressource         Sort statistics
      Sort width:         612 Area size:     1048576 Max Area size:   107366400
      Degree:               1
      Blocks to Sort: 481 Row size:     21 Total Rows:         186754
      Initial runs:   2 Merge passes:  1 IO Cost / pass:        262
      Total IO sort cost: 743      Total CPU sort cost: 169417045
      Total Temp space used: 3015000
  Bitmap nodes:
    Used FK_AKH_AKTL_AKH
      Cost = 83.692016, sel = 0.000018
    Not used AKT_INDEX
      Cost = 1940.139796, sel = 0.013333
  ****** finished trying bitmap/domain indexes ******
  Best:: AccessPath: IndexRange
  Index: AKT_INDEX
         Cost: 567.59  Degree: 1  Resp: 567.59  Card: 3.05  Bytes: 0

***************************************
So my question, of course, why not make the path through FK_AKH_AKTL_AKH?

THX in advance

Joerg

Published by: Joerg on September 23, 2011 17:05

The bind variable you made are non-peekable, because the example you did evidence "explain plan" - which means that the optimizer uses is standard figures assumed that for "between: bind1 and: bind2 ', on the other hand, as predicates" column =: channels3 "can legally be estimated according to the density of the column.

This means that you probably searching for the case described in a blog post that I wrote some time ago:
http://jonathanlewis.WordPress.com/2010/09/07/CBO-surprise-3/

Concerning
Jonathan Lewis

Tags: Database

Similar Questions

  • Satellite C660 - BIOS Update Failed, need help restore the BIOS. BAK file

    Everything by updating the system BIOS froze in step 7 to replace the code of the BIOS, needless to say that the laptop does not start because the BIOS is now corrupted.

    I have the BIOS. BAK but need advice on how to restore the BIOS. I copied the BIOS. BAK on a key usb and it connected to the laptop computer and then powered on the system (now I tried the F, F2 key together). I can see the usb key will Flash initially but is not, clearly, progressing with the restoration.

    I hope someone might be able to advise the use of the BIOS. BAK file to restore the BIOS.

    Unfortunately I cannot help you with this but check it please this interesting thread - http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=54395

  • New-need help separating the layers in psd files

    Good evening everyone,

    Could someone guide me please on how to separate the layers in a psd file? I try to remove the text (layer) of the background and have never done this before. Thank you in advance,

    GB

    Is there more than one layer shown on your layers panel?

    If there is a text layer, you can disable the lift for this layer or delete the layer.

    MTSTUNER

  • Speed/performance of my mac mini (mid-2010) is very slow. Need help, consolidate the files, software updates, etc. in order to improve the speed and performance.

    My mac mini (mid-2010) speed/performance is very slow - think of it as a result of letting my kids do "whatever" about it in recent years.  Need help, consolidate the files, software updates, etc. in order to improve the speed and performance.  You will also need to get data out of old PowerBook G4.

    < object edited by host >

    We are users like you.  Search locally by using something like Yelp or similar

    http://www.Yelp.com/search?find_desc=Apple+repair & find_loc = Chicago, + IT & start = 0 & ortby = rating s

    or read a few links which may be relevant on this forum about the slow mac mini

    http://BFY.tw/5C63

  • I need help to the new photo of my photos from iphoto on El Capitan. Any help would be appreciated.

    I need help to the new photo of my photos from iphoto on El Capitan. Any help would be appreciated.

    To migrate your iPhoto library to Photos for Mac, drag it in the Photos icon in the Dock.  Photos will read the iPhoto library and create a new library of pictures of him.

    Is your photo library in iPhoto on an external drive? The migration will work that if the external hard drive Mac OS extended (journaled) file system.  If the library is on a disk with a different file system, Ministry of the environment of the library of a correctly formatted disk.

  • Need help with the blue screen issue "NAVEXI5. SYS, PAGE_FAULT_IN_NONPAGED_AREA ".

    Original title: need help with the blue screen issue
    My computer turns saying a blue screen: a problem has been detected and windows were shut down to prevent damage. The problem seems to be caused by the following file: NAVEXI5. SYS PAGE_FAULT_IN_NONPAGED_AREA he seems to have a different error whenever he turns to a blue screen. Can someone help me please.

    Hello

    1. Since when are you facing this problem?
    2. you remember to make changes to the system?
    3. do you get an error with this error code?

    I suggest to unplug external devices such as printer, scanner, etc. that are plugged into the system, and then restart the system and check if the problem persists.

    Method 1.
    I suggest you to do a check disk from the recovery console and check if the problem is resolved. Follow the steps mentioned below.
    a. start into the recovery console using the XP CD. Follow the steps mentioned in the article below.
    Description of the Windows XP Recovery Console for advanced users
    http://support.Microsoft.com/kb/314058
    b. perform a disk check.
    How to perform disk error checking in Windows XP
    http://support.Microsoft.com/kb/315265

    Method 2.
    I suggest you to start with the XP CD and then do a system restore. Follow the steps mentioned in the article below.
    How do I recover from a corrupted registry that prevents Windows XP startup
    http://support.Microsoft.com/kb/307545

    I hope this helps.

  • Need help with windows defender. all my files folders pictures everythiing disappeared and I find myself with this black screen and it is not all good: o)

    Need help with windows defender. all my files folders pictures everythiing disappeared and I find myself with this black screen and it is not all good: o)

    I don't know why vista windows no longer charge, or when the files and folders disappeared

    How Windows Defender is on this problem?

    Follow these steps to try to solve your problems of boot.

     

     

    Restore point:

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

     

    If restore work not and you do not have a Vista DVD from Microsoft, do a repair disc to do a Startup Repair:

    Download the ISO on the link provided and make a record of repair time it starts.

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu.

    When you have changed that, insert the Bootable disk you did in the drive and reboot.

    http://www.bleepingcomputer.com/tutorials/tutorial148.html

    Link above shows what the process looks like and a manual, it load the repair options.

    NeoSmart containing the content of the Windows Vista DVD 'Recovery Centre', as we refer to him. It cannot be used to install or reinstall Windows Vista, and is just a Windows PE interface to recovering your PC. Technically, we could re-create this installation with downloadable media media freely from Microsoft (namely the Microsoft WAIK, several gigabyte download); but it is pretty darn decent of Microsoft to present Windows users who might not be able to create such a thing on their own.

    Read all the info on the website on how to create and use:

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    ISO Burner:http://www.snapfiles.com/get/active-isoburner.html

    It's a very good Vista startup repair disk.

    You can do a system restart tool, system, etc it restore.

    It is NOT a disc of resettlement.

    And the 32-bit is what normally comes on a computer, unless 64-bit.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Data recovery:

    1. slave of your hard drive in another computer and read/save your data out there.

    2. put your Hard drive in a USB hard drive case, plug it into another computer and read/save from there.

    3 Alternatively, use Knoppix Live CD to recover data:

    http://www.Knopper.NET/Knoppix/index-en.html

    Download/save the file Knoppix Live CD ISO above.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://isorecorder.alexfeinman.com/isorecorder.htm

    Download the Vista software from the link above.

    After installing above ISO burning software, right click on the Knoppix ISO file > copy the Image to a CD.

    Knoppix is not installed on your PC; use only the resources of your PC, RAM, graphics etc.

    Change the boot order in YOUR computer/laptop to the CD/DVD Drive 1st in the boot order.

    Plug a Flash Drive/Memory Stick, BOOT with the Live CD, and you should be able to read the hard drive.

    When the desktop loads, you will see at least two drive hard icons on the desktop (one for your hard drive) and one for the USB key.

    Click on the icons of hard drive to open and to understand which drive is which.

    Click the icon for the USB drive and click on "Actions > Change the read/write mode" so you can write to disk (it is read-only by default for security reasons).

    Now to find the files you want to back up, just drag and drop them on the USB. When you're done, shut down the system and remove the USB key.

    See you soon.

    Mick Murphy - Microsoft partner

  • Hello need help with the opacity mask.

    Hello need help with the opacity mask. I hope someone out there can help

    I inherited a logo that appears to use a Logo of OM has a shape with a grad. This grad at first sight is not used in the Grad scheme and there is not editable.  Looking at the transparency palette I find an OM (pic1) output option. If I choose what the grad on separates it from the page of the form, that is from there I can change/remove as required (Note2).

    However, sometimes (he did no change), I'll be back to the same original form and output option is grayed out and is no longer available. Or I go to the similar shape that has the same treatment and I can't go out OM (pic3)

    The only difference is the thumbnail in the transparency palette, which is strong in pic1 and rated on pic3. What Miss me?    I'm not clear what the advantage is simply OM using the Grad palette to apply a grad in my form, but until I can get rid of OM who is there, I can't comfortably apply to the grad I want.

    The white gradient LHS I have no problem with. I choose fortunately only and each time get the possibility of release of OM.

    Screen Shot 2015-08-06 at 12.26.48.pngScreen Shot 2015-08-06 at 12.00.10.pngScreen Shot 2015-08-06 at 12.01.16.png

    The other thing weird. When I select the white gradient. Sometimes, the exit option is in the palette without going through the drop-down list (Fig 4).

    Other times seems not that OM has already been applied, because the palette gives me the ability to mask rather than liberation (5 photos). Until I go to the drop down and then I find Release is an option after all.

    What is the difference here?   Not much of a problem, because either way I can release OM to be able to change the grad.

    The file is passed through several hands and play anywhere to try to resolve issues, and many stops and save slot, so something along the line was of course done a logo and not the other because of the difference, but I can't for the life of me see what that.

    Screen Shot 2015-08-06 at 12.44.21.pngScreen Shot 2015-08-06 at 12.44.36.png

    I hope someone can help. Very appreciated


    See you soon

    Dave

    Dave,

    I've (mis) understanding the issues, you can account for the box to the right in the main palette transparency (called thumbnail) here.

    Illustrator help | Transparency and blending modes

    represents the masking objects.

    Some of your screenshots show no object mask, so it only is not really a mask even if do the opacity mask has been clicked and there seems to be one in the layers palette, wherever you look.

    I think that it is perhaps the issue.

  • I need help on the colors in first pro.

    I need help on the color in general information.

    http://www.YouTube.com/watch?v=vLEGtzyZ0Fs

    I made this video in AfterEffects and exported in color 16-bit png sequence.

    I then imported in first pro and added audio and some titles at the end.

    Now, I want to do is have a perfect version that I could watch on my pc.

    I used Mp4 h 264 to compress the video and it is on youtube.

    I think that this compressor support only 8-bit color because there are bands in the sky.

    Now, I have to make a version which is of very high quality that I can watch on my pc... I tried several codecs and it does not work.

    The problem is so long that there something on top of the png sequence in premirere pro as an image or something, it's like

    the displacement of the image in 8-bit color mode.

    It's using Avi Lagarith lossless codec

    Before there is a picture on top...

    ImageA.png

    Just after that, the image appears... As you can the there are a few bands on this image.

    I know it's subtle, but I want to know why this is happening.

    ImageB.png

    Is there something I'm missing... I took much too long to try to fix this.

    I ended up using the Quicktime animation codec for my video. The problem does not occur with this one, and I can't see any decline in the quality of the image.

    Now, I have a file compressed at low cost for online viewing and a huge file that I can watch on my computer.

    On a side note, can you guess how many hours it took for my computer make the png of this video sequence... 12 HOURS!

    Should I get a new computer...

    Thanks for the reply!

  • Making the ear of corn and need help with the ball.

    I do some corn on the COB for an illustration and I need help with the texture of the ball. I've been slowly making progress with gradient for kernels mesh, but I can't seem to recreate the look of the ball at all. I tried to recreate it in a rectangle by using the option in the menu object (1 row, 50 columns) gradient mesh and I'm trying with the fusion in object mode, but not lucky yet. Can someone help to put me on the right track to make the texture:

    http://images.clipartof.com/sweet-corn-on-the-cob-with-husk-royalty-free-vegetable-stock-photo-by-kennygadams-4501068853.jpg

    http://image.shutterstock.com/display_pic_with_logo/660550/660550,1298544740,8/stock-photo-ripe-corn-vector-illustration-on-white-background-71847955.jpg

    http://static5.depositphotos.com/1012047/533/v/950/depositphotos_5336961-Corn-oil.-Stylized-drop-of-oil-and-corn-cob..jpg

    I've been slowly making progress with gradient for kernels mesh, but I can't seem to recreate the look of the ball at all.

    Tank,

    You have published three images stylistically very different. The first is photographic and call probably (but not necessarily) for graduates of mesh. The other two are graphical treatments (and frankly, they're both rather flat; lack of depth).

    Illustration style extends the range of cartoonish in sketchy photo-realism and all the rest. The problem is you didn't show your own attempt so that anyone can have an idea of what you're trying to achieve the stylistic point of view.

    I just need to put in place so that the final step does not appear the whole box. The problem now is trying to make the style of the good brush to reproduce the effect...

    You seem to think you have to build a kind of linear construction and then find a way to reshape the shape of each part of the leaf. Yes, you pouvez approach it this way, but Illustrator users has often tend to be what aunt Molly would call "too clever by half."

    Not everything must be something semi intelligent auto or complex and tedious consruct involving brushes, envelopes, masks, etc, etc. Much can be accomplished by thinking that he just thanks to measure you draw directly economic paths and constructions, which take no more time (often less) and result in very tidy, simple files. Again, a lot depends on what you are trying to achieve the stylistic point of view. But here's an example that only took a few minutes to draw:

    If the above consists of:

    Three roads closed, 8 points each, with ordinary linear degrees

    Three mixtures of open path with three anchor points for each key path

    Six paths closed for shadows / highlights, with 19 points in total

    Mixtures being directly from the paths drawn comic forms, the spacing of the veins 'automatically' and intuitively follows the width from point of view of the worksheet.

    Rather than to build a boilerplate brush, colouring and the weight of each of the three main paths of the vein mixtures can be set individually at any time, simply directly by selecting the key path.

    JET

  • I need help with the control of two .swf in third.

    Hi, thanks for reading!

    I need help with the control of two .swf in third.

    I have a problem when I need to use a .swf in a digital signage solution, but were advised by the Legal Department, it cannot be changed in any way, I can not also have the source file blah blah blah. I pulled the .swfs on their site and I decompiled to see what I was up against.

    The main SWF that I need control is HCIC.swf and the problem is that it starts with a preloader, which, after the loading stops on a framework that requires user input to (button) on a play button, until the film will proceed and replay.

    What I've done so far is to create a SWF container, HCIC_container.swf, which will serve as a target for the HCIC.swf and I would like to send actionscript in the file, I am not allowed to edit.

    I managed to get done with help from someone on another forum. It is my hope that the following script just start HCIC.swf a framework after the preloader and button play and just play through.

    var container: MovieClip = createEmptyMovieClip ("container", getNextHighestDepth());
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    mcLoader.addListener (this);
    mcLoader.loadClip ("MCIC.swf", container);

    function onLoadInit(mc:MovieClip) {}
    mc.gotoAndPlay (14);
    }

    But unfortunately it does not solve my problem. Because there is a media - controller.swf, which is charged by HCIC.swf who has orders, including the play button to start HCIC.swf.

    Here is a link to a .zip with all 3 files .swf file and all 3 .fla files.

    http://www.axiscc.com/temp/HCIC.zip

    What I have to do is to automatically start the HCIC.swf file, bypassing the pre-loader and play button without having to edit it or in the media - controller.swf in any case. Thus, all scripts must be done in HCIC_container.swf.

    I know it is confusing and it is difficult to explain, but if you look at the files it must make sense.

    ActionScripting is far from my point hard, so I'm definitely over my head here.

    Thanks for your help.

    Got my solution on another forum.

    http://www.ActionScript.org/forums/showthread.php3?t=146827

  • Need help with the installation of an adapter of Palit GeForce 9500GT Super chart - 512 MB in a M2N68 (narrated

    Need help with the installation of an adapter of graphics Super Palit GeForce 9500GT - 512 MB - DDR2 SDRAM in a M2N68 motherboard (narra6). Should I disable the onboard graphics in the bios? When the card is installed, no VGA work outs and the PC does not start. Checked and recontroler implementation of the card in the PCI slot. PC is a desktop HP G5200uk PC. Windows 7 operating system.

    Hello

    The link below is a guige to install a video card in your Pc.  In particular, it seems that you will have to perhaps specify the location of the new card in the bios and save this change before you install the new card - see step 4 in the guide on the link below.  If your new card fits into the PCI Express x 16 slot, you will need to define PCI Express in the bios and save the changes.

    http://support.HP.com/us-en/document/c01700855

    Kind regards

    DP - K

  • Satellite Pro A300-15V, I need help in the Organization of my startup list

    Hello everyone!

    I need help in the Organization of my startup list:

    (Why should Toshiba button support I this program if my laptop doesn't have multimedia keys? OR maybe this program for something else?)
    ItSecMng (although I have disabled the Bluetooth Manager to run when starting from this point still remains in the startup)
    Agent of filtering of Audio Conexant high definition (what is this program? Do I really need to start?)
    TOSHIBA Power Saver
    Toshiba Flash Cards
    RAID event monitor

    So, my friends. Could you give a valuable suggestion whether or not it is prudent to disable startup above entries? I want to speed up my laptop at the highest possible level.

    Thanks a lot for your time!

    Kind regards
    Osman.

    My laptop:

    Toshiba Satellite Pro A300-15V (PSAJ5E) => NOT have multimedia keys except the FN keys.

    > Toshiba Button support (why should I this program if my laptop doesn't have multimedia keys? OR maybe this program for something else?)
    You can disable it. If your mobile phone does not support the multimedia buttons then this tool is useless.

    > ItSecMng (although I have disabled the Bluetooth Manager to run when starting from this point still remains in the startup)
    I don't know what would make this process, but you can disable this in msconfig-> tab start Mr. If it would take in the future, then you could turn it on again.

    > Agent of filtering the Conexant high definition Audio (what is this program? Do I really need to start?)
    I think that this is necessary. It could improve your audio

    > Toshiba Power Saver
    This is important. It s an additional saving of Toshiba option for Win 7

    > Toshiba Flash Cards
    This tool controls the FN keys.

    > RAID Event Monitor
    Hmm so you don t have two hard disks, then you can try to disable it too.

  • I need help with the program of Photos on my macbook pro

    I use a Macbook Pro with OS of Yosemite. I really need help with the Photo program. I never really got the hang of IPhoto and now that it's a new program, I'm really confused. Where can I go to learn this without waiting for the next workshop in a local store?

    Hi, I'm fighting to open same mine, making a new software update

  • Need help with the button mute on my helmet XL-3000 of Microsoft Chat, please!

    Hi all!  Hope everyone is having a good TGIF!  If you use my helmet even, I need help understanding the region button mute in the middle of the rope.  The red light is on or off?  I suppose that if I hit the curve button with the microphone on this subject, and the red light, I'm turn off my mike?

    I did some tests with others on the phone calls.  Sometimes, some other hear me, sometimes they do not have.  BUT I NEVER HEAR THEM!  FOR MY WORK, IT IS IMPERATIVE THAT I MAKE CALLS TO OTHERS!  HELP PLZ!  Thank you very much and have a great wkend!

    Hello
     
    Please follow the links below to troubleshoot the computer.
     
    Method 1
     
    Connect one microphone, music player or other audio device to your computer

    Method 2

    Step 1

    Troubleshooting: headsets

    Step 2

    Open the troubleshooting of Audio recording

    Method 3

    How to adjust the microphone volume

    a. click Start, type mmsys.cpl in the search box and press ENTER.
    b.
    in the sound dialog box, click the recording tab.
    c. click Microphone, and then click Properties.
    Note Make sure that the work appears under Microphone. If the job does not appear, click Microphone, and then click on set as default.
    d. the Microphone Properties dialog box, click the custom tab.
    e. select or clear the box amp Microphone.
    f. click the levels tab.
    g. set the volume to the desired level, and then click OK.
    h. click OK to close the sound dialog box.
     
    How to adjust the setting of the voice
     
    a. start the game.
    b. connect to LIVE (the Guide).
    c. click personal settings.
    d. click on voice.
    e. make sure that the recording volume level indicator records at a bar when you talk.
    f. click done.

    If you are still facing problems then, I would say that you contact support for Microsoft hardware for more direct intervention.


    I hope this helps.

     

Maybe you are looking for

  • Portege M400: screen power save after going into power saving mode

    When my monitor goes into power saving mode sometimes, it is not be able to save, I solved this stopping mode energy saving, but it means that I have to drain the battery much faster help! I'm sure it's just the screen as I can hit the power button a

  • relay output switches together

    Hello I'm currently testing a simplified system of PID before I run the entire process. The system consists of a heating controlled by a relay and an RTD cushion that feeds back the temperature. Everything works very well. I have a simple Subvi which

  • HP laptop computer 635: WIFI on HP 635 problem

    Hello I just try my new card wlan Intel Dual Band AC 7260 2 x 2 AC + BC and I got an error that the dooesn can't BIOS supports the card. If I understand the Forums that the card works with a modded bios, but I want to avoid this approach. Is it an of

  • My new dell XPS 630i keeps freezing

    For some reason any while im running a game on my new computer, it freezes suddenly. Anyone know why, or what is someone having this problen too?

  • Reset, acer lost stuff

    I just did a hard reset with an installation disc. But now all my programs acer are lost.So my question is, how can we retrieve things acer?