What is the meaning of the content under "information of Projection column (identified by the operation identity card)" in the output of dbms_xplan

Hi Experts,

I have a question to understand the output of the explain Plan. I'm on Oracle 11.2.0.2 on Linux. I use this command:

Select * from table (dbms_xplan.display_cursor (null, null, 'All allstats'));

In the output, there is a section like this:

Projection of the column information (identified by the operation identity card):
-----------------------------------------------------------

2 (#keys = 1; upd = 6, 7; cmp = 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16; cpy = 1, 5, 6, 8) 'A1 '. "CLNT_OID" [VARCHAR2, 16], 'G2' "." " CLNT_OID "[VARCHAR2, 16]..."

I'm not "what it means, and how this information will be used. I look at several presentations on the plan to explain it, but I don't have any explanation for this. Can someone explain what meanings, and how this information is useful?

Thank you!

OrauserN

Can someone explain what meanings, and how this information is useful?

Nothing more than general comments because does not have the validation of the application and the entire plan.

This article shows the projections of the column used for the specific steps of the execution plan. Each step is the operation identity card which has links with the plan which would be normally shown BEFORE the one-liner you posted.

A "projection" shows the actual columns for this stage located in the workplace. Occasionally, you will find that many more columns (and therefore data) are presented that are actually used.

Here is an article which presents and discusses, an extreme example.

http://alexanderanokhin.WordPress.com/2012/07/18/dont-forget-about-column-projection/

This example compares the projections for the two versions of an application from MERGER. It's version 1

Fusion in t1 with a t2 on (t1.id = t2.id)

when matched, then update set n = 1;
. . .
Be careful on the projection of the column of steps 3, 4, 5. It contains all THE columns in the tables T1 and T2, even though the query uses only some of them.

It is the second version of the application of the MERGER:

Fusion in (select id, n from t1) t1 2

using (select id, n of the t2) t2 on (t1.id = t2.id) 3

When 4 correspondent then update the value n = 1;

Now, projection of the column does not unnecessary, the amount of memory required and a result of temp space quantity columns contain (employee-Tmp ~ 16 MB) and i/o (2032 physical reads and 2032 physics written by direct path read temp and see direct writing temp) was significantly reduced, and the instruction was executed about 20 seconds, instead of 8 minutes.

What article and for example, try to show is that projection section can help show how much data a plan works for a particular stage of the plan.

This first version of MERGE seems very simple and easy to write, but as the author has pointed out, the projection indicates that all columns of the two tables were actually put in the workspace.

The almost as simple rewrite version 2 run time reduced to 20 seconds to 8 minutes, mainly because of significantly less data handled.

Tags: Database

Similar Questions

  • X 1 carbon (A 20, 7) - what is the output of the mini display port?

    Hi all

    I have the 1 carbon - Type 20A 7 X

    I wanted to know what is the output of my mini display port

    What is 60 Hz? 30 Hz? ...?

    To connect a screen 4 K my machine, I need things

    1. that my graphics card will support a 4 K display

    2. I need the mini display will result in 60 Hz

    This is why I need this information

    I checked everything autour with Lenovo and all and can't find an answer

    I would appreciate your help

    Thank you

    20A 7 (and A 20, 8) - Type of Machine belongs X1C generation 2.
    There is no machine X1C Gen4, 'only' Gen3 (MT 20BS, 20BT)

    Specification of the platform is on the next page:
    http://PSREF.Lenovo.com/product/158?Mt=20A7

    The detailed specifications of your model appears a little later on the site above. Or download the file below and watch your model:
    http://www.Lenovo.com/PSREF/PDF/ThinkPad.PDF

    Information on factory installed on your laptop parts are here (computer type laptop s/n):
    http://support.Lenovo.com/us/en/ibasepartslookup

    Remove s/n of your post above for your privacy.

  • What is the indication that no_use_hash_gby_pushdown going to do?

    Hello

    We recently migrated our database 10g and 11g and then we began to receive the ORA-00600: internal error code, arguments: [kcblin_3], [103], [253952], [8192], [32769], [312] [528], [], [], [], [], [].

    When we contacted oracle they gave a parameter "_gby_hash_aggregation_enabled" = false set at the level of the session for this problem and it worked. We noticed that we already use a hint / * NO_USE_HASH_AGGREGATION * / in our select query, but for some reason it has not worked in 11g and started giving error ORA.

    I am looking a suspicion in 11g to replace the old indicator / * NO_USE_HASH_AGGREGATION * / and fell on a suspicion of name NO_USE_HASH_GBY_PUSHDOWN, but could not find any related notes to this.

    Please let me know if other clues are present for us are problems.

    Kind regards

    VJ

    If you want to limit the effect to just the queries that have problems, you can use the opt_param flag: / * + opt_param ("_gby_hash_aggregation" "false") * /.

    According to a presentation by Christo Kutrowski NO_USE_HASH_GBY_PUSHDOWN tip affects the way parallel queries can superimpose their step of aggregation in two sets of slaves, and unless this stratification is the precise cause of your problem, it should have no effect.

    Your advice is almost certainly incomplete and probably conflicting, so it is quite possible that they were not seen the effect that you thought they were in 10g and you had the chance, and (b) they do not have the effect that expect you in 11g because the optimizer can find more ways to transform your SQL to a form where the indicators are out of context.

    If you still have 10g around you could check the output of dbms_xplan for the query using the 'SCHEMA' option new tips | Oracle scratchpad to see which alludes to your desired actually necessary execution plan. This can help you get the advice just for 11g.

    Concerning

    Jonathan Lewis

  • What is the best query plan

    Hi all

    Please help me choose the query plan. You can tell me which is the best plan for the No. 1 query plan or no plan No 2
    Map 1:

    PLAN_TABLE_OUTPUT
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Hash value of plan: 442504905

    -----------------------------------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |
    -----------------------------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | 1. 325. 13222 (1) | 00:02:39 |
    | 1. SORT ORDER BY | 1. 325. 13222 (1) | 00:02:39 |
    | 2. UNIQUE HASH | 1. 325. 13221 (1) | 00:02:39 |
    | 3. NESTED LOOPS |
    | 4. NESTED LOOPS | 1. 325. 13220 (1) | 00:02:39 |
    | 5. NESTED LOOPS | 1. 224. 13217 (1) | 00:02:39 |

    PLAN_TABLE_OUTPUT
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    | 6. NESTED LOOPS | 1. 199. 13216 (1) | 00:02:39 |
    | 7. NESTED LOOPS | 1. 144. 13215 (1) | 00:02:39 |
    |* 8 | HASH JOIN | 1. 93. 13212 (1) | 00:02:39 |
    |* 9 | TABLE ACCESS FULL | REC_EPS | 787. 25184 | 742 (2) | 00:00:09 |
    | * 10 | TABLE ACCESS FULL | RECEIPTDETAIL | 1059K | 61 M | 12462 (1) | 00:02:30 |
    | * 11 | TABLE ACCESS BY INDEX ROWID | LOTXLOCXID | 1. 51. 3 (0) | 00:00:01 |
    | * 12 | INDEX RANGE SCAN | IDX_LLI_ISQ | 1 | | 2 (0) | 00:00:01 |
    | 13. TABLE ACCESS BY INDEX ROWID | CODELKUP | 1. 55. 1 (0) | 00:00:01 |
    | * 14 | INDEX UNIQUE SCAN | PK_SYS_C004623 | 1 | | 0 (0) | 00:00:01 |
    | 15. TABLE ACCESS BY INDEX ROWID | RECEPTION | 1. 25. 1 (0) | 00:00:01 |
    | * 16. INDEX UNIQUE SCAN | PK_SYS_C004755 | 1 | | 0 (0) | 00:00:01 |

    PLAN_TABLE_OUTPUT
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    | * 17. INDEX RANGE SCAN | PK_SYS_C004767 | 1 | | 2 (0) | 00:00:01 |
    | 18. TABLE ACCESS BY INDEX ROWID | SKU | 1. 101 | 3 (0) | 00:00:01 |
    -----------------------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):
    ---------------------------------------------------

    8 - access("RECEIPTDETAIL".") RECEIPTKEY «= SYS_OP_C2C ("REC_EPS".» ASNKEY') AND
    'RECEIPTDETAIL '. "' SKU ' = SYS_OP_C2C ("REC_EPS". » « « « SKU »))
    9 filter (SYS_OP_C2C ("REC_EPS". "ASNKEY") > = U '0' AND "
    SYS_OP_C2C ("REC_EPS". ("ASNKEY") < = U'ZZZZZ ")

    PLAN_TABLE_OUTPUT
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    10 - filter("RECEIPTDETAIL".") RECEIPTKEY' > = U "0" AND "RECEIPTDETAIL". "" RECEIPTKEY "< = U'ZZZZZ") "
    11 - filter("LOTXLOCXID".") LOC "= U 'STAGE')
    12 - access("RECEIPTDETAIL".") TOLD "=" LOTXLOCXID. " "" IDENTITY CARD "AND
    'RECEIPTDETAIL '. ' ' SKU '=' LOTXLOCXID. ' "' SKU ' AND 'LOTXLOCXID '. ("' QTY ' > 0)
    14 - access ("LISTNAME"= U 'RECSTATUS' AND "CODELKUP"." "RECEIPTDETAIL"="CODE". ("' STATUS ')
    16 - access("RECEIPTDETAIL".") RECEIPTKEY "=" RECEPTION ". ("' RECEIPTKEY")
    filter ("RECEPTION". "RECEIPTKEY" > = U '0' AND 'RÉCEPTION' "." " RECEIPTKEY"< = U'ZZZZZ") "
    17 - access("RECEIPTDETAIL".") SKU "=" SKU ". ("' SKU ')

    41 selected lines.
    =================================================================

    Plan No. 2:

    PLAN_TABLE_OUTPUT
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Hash value of plan: 1174712643

    ----------------------------------------------------------------------------------------------------------
    | ID | Operation | Name | Lines | Bytes | Cost (% CPU). Time |
    ----------------------------------------------------------------------------------------------------------
    | 0 | SELECT STATEMENT | 1. 325. 18382 (1) | 00:03:41 |
    | 1. SORT ORDER BY | 1. 325. 18382 (1) | 00:03:41 |
    | 2. UNIQUE HASH | 1. 325. 18381 (1) | 00:03:41 |
    |* 3 | HASH JOIN | 1. 325. 18380 (1) | 00:03:41 |
    | 4. NESTED LOOPS |
    | 5. NESTED LOOPS | 1. 293. 17637 (1) | 00:03:32 |

    PLAN_TABLE_OUTPUT
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    | 6. NESTED LOOPS | 1. 192. 17634 (1) | 00:03:32 |
    | 7. NESTED LOOPS | 1. 167. 17633 (1) | 00:03:32 |
    | 8. NESTED LOOPS | 2. 224. 17631 (1) | 00:03:32 |
    |* 9 | TABLE ACCESS BY INDEX ROWID | LOTXLOCXID | 2. 102. 3 (0) | 00:00:01 |
    | * 10 | INDEX RANGE SCAN | IDX_LOTXLOCXID_LOC | 2 | | 1 (0) | 00:00:01 |
    | * 11 | TABLE ACCESS BY INDEX ROWID | RECEIPTDETAIL | 1. 61. 8814 (1) | 00:01:46 |
    | * 12 | INDEX SCAN FULL | IDX_RD_QCREQ | 1 | | 8813 (1) | 00:01:46 |
    | 13. TABLE ACCESS BY INDEX ROWID | CODELKUP | 1. 55. 1 (0) | 00:00:01 |
    | * 14 | INDEX UNIQUE SCAN | PK_SYS_C004623 | 1 | | 0 (0) | 00:00:01 |
    | 15. TABLE ACCESS BY INDEX ROWID | RECEPTION | 1. 25. 1 (0) | 00:00:01 |
    | * 16. INDEX UNIQUE SCAN | PK_SYS_C004755 | 1 | | 0 (0) | 00:00:01 |

    PLAN_TABLE_OUTPUT
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    | * 17. INDEX RANGE SCAN | PK_SYS_C004767 | 1 | | 2 (0) | 00:00:01 |
    | 18. TABLE ACCESS BY INDEX ROWID | SKU | 1. 101 | 3 (0) | 00:00:01 |
    | * 19. TABLE ACCESS FULL | REC_EPS | 787. 25184 | 742 (2) | 00:00:09 |
    ----------------------------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):
    ---------------------------------------------------

    3 - access("RECEIPTDETAIL".") RECEIPTKEY «= SYS_OP_C2C ("REC_EPS".» ASNKEY') AND
    'RECEIPTDETAIL '. "' SKU ' = SYS_OP_C2C ("REC_EPS". » « « « SKU »))
    9 - filter("LOTXLOCXID".") QTY' > 0)

    PLAN_TABLE_OUTPUT
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    10 - access("LOTXLOCXID".") LOC "= U 'STAGE')
    11 - filter("RECEIPTDETAIL".") RECEIPTKEY' > = U "0" AND "RECEIPTDETAIL". "" RECEIPTKEY "< = U'ZZZZZ") "
    12 - access("RECEIPTDETAIL".") SKU "=" LOTXLOCXID. " "' SKU ' AND
    'RECEIPTDETAIL '. "" TOLD "=" LOTXLOCXID. " (' ' ID ')
    filter ("RECEIPTDETAIL". "TOLD"="LOTXLOCXID" "." " IDENTITY CARD"AND
    'RECEIPTDETAIL '. ' ' SKU '=' LOTXLOCXID. ' ("' SKU ')
    14 - access ("LISTNAME"= U 'RECSTATUS' AND "CODELKUP"." "RECEIPTDETAIL"="CODE". ("' STATUS ')
    16 - access("RECEIPTDETAIL".") RECEIPTKEY "=" RECEPTION ". ("' RECEIPTKEY")
    filter ("RECEPTION". "RECEIPTKEY" > = U '0' AND 'RÉCEPTION' "." " RECEIPTKEY"< = U'ZZZZZ") "
    17 - access("RECEIPTDETAIL".") SKU "=" SKU ". ("' SKU ')
    19 - filter (SYS_OP_C2C ("REC_EPS". "ASNKEY") > = U '0' AND SYS_OP_C2C ("REC_EPS". " ASNKEY") < = U'ZZZZZ") "

    44 selected lines.

    Did you test them? You do not have us given information on why you want to use one over the other... For example, do you need to recover as soon as possible all lines or do you want the first rows as quickly as possible? Given that you did not formatting on your plans and we do not request or background, we can say nothing. Even for an experienced DBA/developer - it is not always possible to read a plan and determine which is the 'best' - test and then you can tell us.

  • location of the output file

    Hello

    (1) in the definition of the model bi-editeur of the output format is PDF

    (2) definition of simultaneous program the output format is PDF.

    But after I run the program at the same time I see the o < request_id > .out file in the $APPLCSF / $APPOUT directory. The output file is in xml format. I can't see any PDF file.

    Well want to can someone show the exact location where this file would be created.

    Thank you
    Regis

    PL post Details of the operating system, database and versions EBS.

    In the definition of the program at the same time, what is the "output format" on?

    HTH
    Srini

  • Trying to submit a new podcast, I get the error "unable to analyze your diet." What does that mean?

    Trying to submit a new podcast, I get the error "unable to analyze your diet." What does that mean?

    There is nothing else with the error (I see references to problems with the exact lines of the RSS, but I don't get everything).  RSS feed works fine in a different podcast player.

    Here's the .xml file:

    http://www.iTunes.com/DTDs/Podcast-1.0.DTD"version ="2.0">

    Podcast of Mo

    http://psychicreform.com/mosports/

    http://psychicreform.com/mosports/mosports.xml"rel ="self"type =" application/rss + xml"/ >

    en - us

    ℗ & © 2016 MB Podcast

    Sport sports sportsman with the sportster sport doctor David Overbey

    Dr. David Overbey and Alan Miller

    Sports news weekly and reviews by a true fanatic with a souvenir terrifying sports Trivia.  Recorded without notes or internet for Dr Overey.  Seriously, no notes.

    This podcast addresses all kinds of sports, but especially of college sports with a focus on the United Kingdom and uofl's of baseball and basketball, Arizona Cardinals football and baseball for the St. Louis Cardinals.  Did I mention Mr. Overbey do not use notes or have a computer to access the internet?

    Podcast with Dr. David Overbey MB

    [email protected]

    http://psychicreform.com/mosports/160212-mosports_dave_itunes.jpg"/ >

    Yes

    MO Episode 6

    Podcast of Mo

    Podcast of MB 6 2/8/2016

    Dave fights on the screwing of the superbowl so exactly opposite prediction, more info on the uofl's basketball situation and tries to project a future for UK it is possible but unlikely.

    http://psychicreform.com/mosports/160208-006-MoSports.MP3' length = "4540370" type = "audio/mpeg" / >

    http://psychicreform.com/mosports/160208-006-MoSports.MP3

    Saturday, January 9, 2016 17:00:01 CEST

    01:07:10

    Super Bowl, sports, United Kingdom, University of kentucky, kentucky, University of louisville, u of l Cardinals, nfl, nba, mlb, basketball, football, baseball

    MO Episode 5

    Podcast of Mo

    Podcast of MB 5 5 2, 2016

    Dave establishes a uofl's rant for ages, UK is just not very good this year, and he predicted that the Panthers will win by 14.

    http://psychicreform.com/mosports/160205-005-MoSports.MP3' length = "32525946" type = "audio/mpeg" / >

    http://psychicreform.com/mosports/160205-005-MoSports.MP3

    Saturday, February 6, 2016 17:00:01 CEST

    00:34:45

    Super Bowl, sports, United Kingdom, University of kentucky, kentucky, University of louisville, u of l Cardinals, nfl, nba, mlb, basketball, football, baseball

    MO Episode 4

    Podcast of Mo

    Podcast of MB 4 1/12 / 2016

    Dave speaks of the NFL and NCAA playoffs.

    http://psychicreform.com/mosports/160112-004-MoSports.MP3' length = "57652357" type = "audio/mpeg" / >

    http://psychicreform.com/mosports/160112-004-MoSports.MP3

    Wednesday, January 13, 2016 17:00:01 CEST

    01:05:39

    NFL, sports, United Kingdom, University of kentucky, kentucky, University of louisville, u of l Cardinals, nfl, nba, mlb, basketball, football, baseball

    MO Episode 3

    Podcast of Mo

    Podcast of MB 3 1/4/2016

    Dave expects the United Kingdom including future lsu and alabama at clemson in hand picking the past.

    http://psychicreform.com/mosports/160104-003-MoSports.MP3' length = "46250012" type = "audio/mpeg" / >

    http://psychicreform.com/mosports/160104-003-MoSports.MP3

    Sunday, January 10, 2016 17:00:01 CEST

    01:01:15

    Sports, United Kingdom, University of kentucky, kentucky, University of louisville, u of l Cardinals, nfl, nba, mlb, basketball, football, baseball

    MO Episode 2

    Podcast of Mo

    Mo 2 Podcast 12/30/2015

    Dave has predicted the future in hand picking the past.

    http://psychicreform.com/mosports/151230-002-MOSports.MP3' length = "62485146" type = "audio/mpeg" / >

    http://psychicreform.com/mosports/151230-002-MOSports.MP3

    Sunday, January 10, 2016 17:00:01 CEST

    01:22:17

    Sports, United Kingdom, University of kentucky, kentucky, University of louisville, u of l Cardinals, nfl, nba, mlb, basketball, football, baseball

    MO Episode 1

    Podcast of Mo

    Mo 1 Podcast 12/25/2015 the Inaugural episode

    Dave and Alan are joined by the brother of Alan David talk UK v. uofl's and a few other sports.

    http://psychicreform.com/mosports/151225-001-MOSports.MP3' length = "35638537" type = "audio/mpeg" / >

    http://psychicreform.com/mosports/151225-001-MOSports.MP3

    Wednesday, December 30, 2015 17:00:01 CEST

    00:40:45

    Sports, United Kingdom, University of kentucky, kentucky, University of louisville, u of l Cardinals, nfl, nba, mlb, basketball, football, baseball

    Please always post the URL of your feed, not its content. I'm assuming that your workflow is the one mentioned in the tag "atom: link".

    http://psychicreform.com/mosports/mosports.XML

    Feed validators are complaining that this line contains a prefix of "independent". I think it's probably because in the second line, "rss.xlmns" it does not mention "atom", only "itunes" - the URL in this line indicates the feed reader RSS how to interpret the tags for this application. Without link for 'atom', the tag is meaningless to readers, and it is marked as an XML error, which is enough to cause the feed unreadable. There is no need to have this line (Atom is a very old RSS reader which I doubt anyone uses now) and you'd better remove that line altogether, either that or somehow insert the URL of the atom, which seems to be "xmlns:atom ="http://www.w3.org/2005/Atom"" so that the second line would read as follows: "

    http://www.iTunes.com/DTDs/Podcast-1.0.DTD"xmlns:atom ="http://www.w3.org/2005/Atom"version ="2.0">"

    You will need to take one or the other or the feed will continue to be unreadable.

  • What is the meaning of this notification icon?

    like the topic, what is the meaning of the icon not to mention that the wifi?

    Thank you

    Hello and welcome to the community! Since you are new, please make sure that you have checked our Forum.

    This is the icon for device hearing aid compatibility under settings-> settings of call-> hearing aids.

  • error code: 214750037 what does this mean and how do I? in the game adera

    I was downloading DLC to adera and it downloads fine, but when it installs it said error of mapping content an unexpected error occurred during content acquisition. Please refer to the error code: 214750037 what does this mean and how do I?

    I have the same problem with the second episode of the Adera. No change to my Surface either I have no antivirus running on this unit I just got this Friday.

  • What is the Panel to learn under the Windows Menu and why is grayed out mine?

    What is the Panel to learn under the Windows Menu and why is mine dimmed in Adobe Illustrator?

    [Ask the right help forum... Left non-technical Forum Lounge for forum specific program... MOD]

    It is still at the experimental stage, as far as I know. It contained tutorial, so it provides a file HAVE, as appropriate, and step by step instructions. I wouldn't assume that it contained for the functions of learning.

    You will need to

    -be in the English language setting

    -have your status as a beginner (which could have other consequences on the content of the emails you get from marketing people)

    But still could not have because of the experimental status of it.

    If you want instructions step by step as the Panel offer you could get there faster with this: CC Illustrator tutorials | Learn how to use Illustrator CC

    I guess (I have not the Panel either) that are identical or at least very similar tutorials and instructions.

  • activate my membership and paid for it as well, but the creative cloud app shows only the trial versions of the programs? What does that mean? Cause I followed the installation steps, and when I try again it says my installation code has already been

    I activated my subscription and paid for it as well, but the creative application cloud shows only the trial versions of the programs? What does that mean? Cause I followed the installation steps, and when I try again it says my installation code has already been activated?...

    Kindly Contact customer and details of payment verified. [Make sure that you are connected to the Web site with the valid Adobe ID under which the product is licensed].



  • What is the Clip contents to cell?

    I use graphics in tables and when I select a table and click table > cell Options > graphics I have an option for "Clip content according to the cell. What does that mean? Adobe help is not very clear. Help, please.

    This is the effect of 'Clip content according to the cell': If you apply an effect to a cell that contains a graph (e.g. a shadow) the effect is cut and shows only with the cell. It is not "slop" on the outside.

    Look at the difference with the content of the Clip CheckBox from cell to cell Options > graph:

  • I have a subscription for photography (photoshop/lightroom) after a few days of testing, but the window of my creative cloud always tells me that I have 25 days to test and he should buy photoshop. What does that mean?

    I have a subscription for photography (photoshop/lightroom) after a few days of testing, but the window of my creative cloud always tells me that I have 25 days to test and he should buy photoshop. What does that mean?

    Hi Kai,

    Please check the help below document:

    Applications creative Cloud back in test mode after an update until 2015 for CC

    However, the Adobe ID on the forums has no active members under him. Please confirm the other Adobe Id under which the subscription can be.


    Kind regards

    Sheena

  • To combine files, custody conversion fails with red notice that document if the protected password. What does that mean and how do I?

    To combine files, conversion can fail with a red notice that the document is password protected. I combines all pdf files and had to be managed with the same content under a different file name. What is the problem and how can I fix it?

    Hey SUSANOO.

    I'm sorry, but you cannot combine files if they are protected by Word.

    You can check the same slot "file > properties > Security"

    Kind regards

    Ana Maria

  • What is the meaning of the colors in the business plan?

    I used the Apple Watch 2 series for the first time during jogging. IM wondering what is the meaning of the colors that appear in the map I've seen since the implementation of the activity in the report of the training session. Anyone know?

    Hello

    Line color reflects your speed (green being faster, the Red being slower).

  • The name of my email in thunderbird now has a display of Paddle lock on it. What does that mean? Can I go there?

    When I open thunderbird and get connected my Email at the top of my thunderbird email address name has a Paddle lock on it. What does that mean? Can I go there? I use a VERIZON email address. On the last 2 days I did not have down load one of my incoming emails. He keeps asking me my password I type in and then he said: its incorrect. After you return my password, I get an error message says 0012 # incorrect password. Is thunderbird is or has happened since the new update for version 31.1.2? I need help.

    The padlock indicates a secure server connection. You don't want to get rid of it.
    Please check with Verizon if something has changed on their end.
    https://support.Mozilla.org/en-us/KB/problems-sending-and-receiving-messages

Maybe you are looking for