Beginning and end of the week according to YYYYWW

Hi all

I have a date like format

201050
201051
201052
201101

I wanted to display their dates of beginning and end of the relevant year - week.
SQL> with t as (
  2   select 201050 yw from dual union all
  3   select 201051 from dual union all
  4   select 201052 from dual union all
  5   select 201101 from dual union all
  6   select 201102 from dual
  7  )
  8  --
  9  --
 10  select yw, trunc (trunc (to_date (substr (yw, 1, 4), 'yyyy') + 7, 'iyyy') + 7 * (substr (yw, 5) - 1), 'iw') start_dt
 11    from t
 12  /

             YW START_DT
--------------- -----------
         201050 13/dec/2010
         201051 20/dec/2010
         201052 27/dec/2010
         201101 03/jan/2011
         201102 10/jan/2011

5 rows selected.

SQL>

Tags: Database

Similar Questions

  • Noise at the beginning and end of the songs?

    I get a humming sound for a split second at the beginning and end of the songs which can be heard at high volume.  The sound only comes from the left atrium.  I tried a few different pairs of headphones and get the same result, then it is definitely the Clip.

    It of just a feature of the Sansa Clip or is there something wrong with my drive?

    TIA

    I tried ripping the mp3 with two different programs, and it does not solve the problem.  Mind you, these are the same files of music that I had installed on my iPod Shuffle 2nd without noise.

    Today I bought another Sansa Clip and it does the same thing only for the straight path instead of the left.

    My conclusion is that it is an inherent problem with the Sansa Clip.  The reason why some of you can't hear this 'noise', I'm talking about is because I have the ears of a bat.

  • At the beginning and end of the audio Volume control

    How to set the volume at the beginning and the end of audio?  So volume up slightly at full volume in middle to lower the volume and at the end of the audio?

    The f

    Each question is important if you do not have an answer for her. So please never hesitate to ask if you need clarification on anything I wrote or need additional information.

    With regard to the location of the Audio Mixer in first elements 11 Windows 8 64-bit (as for Windows 7 64 bit)...

    Access is under the Tools Menu at the top of the workspace Expert or Tools tabs at the bottom. Please refer to the screenshot

    In addition to what has already been post, here's some additional information about your questions.

    If you have not already seen, please check the excellent document Adobe 'Premiere elements/Audio Mixer and Volume control.

    http://help.Adobe.com/en_US/premiereelements/using/WS6C96BC86-7342-44a4-8D3F-936C1D66DE0B. HTML

    I think you'll do OK with the Audio Mixer Panel. But, you can explore keyframing the volume level of the audio element 'elastic '. It is the orange line which runs horizontally through the middle of the audio clip.

    a. hold CTRL of the computer main keyboard and the left mouse click on a place where you want to place a keyframe volume. You can do it in as many places on the rubberband if necessary. Then, with the mouse cursor, move the White points (keyframes) up or down to increase or decrease the volume to a location along the clip.

    Here's a blog I wrote about the video and the Audio Track Rubberbands (with graphic how) that should help you to correctly enter this particular workflow.

    http://www.atr935.blogspot.com/2013/06/pe11-video-and-audio-track-rubberband.html

    Thank you for the opportunity to help with your workflow in Premiere Elements. Screenshots are all first elements 11 Windows.

    RTA

  • Start and end date of week 1-5 a month

    I wanted to print the date of beginning and end of the week for a given month.  If the month last_week overlaps the next month, I don't want to print the week5. If the week5 overlap with next month, then it must be printed.

    SELECT

    TRUNC (to_date(:P_DATE,'MM/DD/YYYY'), 'IW') 'SW1', / * start of week 1 * /.

    TRUNC (TO_DATE (: P_DATE, "MM/DD/YYYY '") + 6, 'IW')-1 'EW1', / * end of week you 1 * /.

    NEXT_DAY (trunc (to_date(:P_DATE,'MM/DD/YYYY'), 'IW'), 'Monday') 'SW2 '.

    NEXT_DAY (TRUNC (TO_DATE (: P_DATE, "MM/DD/YYYY") + 6, 'IW'), 'Sunday') 'EW2. "

    NEXT_DAY (NEXT_DAY (trunc (to_date(:P_DATE,'MM/DD/YYYY'), 'IW'), 'Monday'), 'Monday') "SW3."

    NEXT_DAY (NEXT_DAY (TRUNC (TO_DATE (: P_DATE, "MM/DD/YYYY") + 6, 'IW'), 'Sunday'), 'Sunday') 'EW3. "

    NEXT_DAY (NEXT_DAY (NEXT_DAY (trunc (to_date(:P_DATE,'MM/DD/YYYY'), 'IW'), 'Monday'), 'Monday'), 'Monday') "SW4".

    NEXT_DAY (NEXT_DAY (NEXT_DAY (TRUNC (TO_DATE (: P_DATE, "MM/DD/YYYY") + 6, 'IW'), 'Sunday'), 'Sunday'), 'Sunday') 'EW4. "

    NEXT_DAY (NEXT_DAY (NEXT_DAY (NEXT_DAY (trunc (to_date(:P_DATE,'MM/DD/YYYY'), 'IW'), 'Monday'), 'Monday'), 'Monday'), 'Monday') 'SW5. "

    NEXT_DAY (NEXT_DAY (NEXT_DAY (NEXT_DAY (TRUNC (TO_DATE (: P_DATE, "MM/DD/YYYY") + 6, 'IW'), 'Sunday'), 'Sunday'), 'Sunday'), 'Sunday') 'EW5.

    FROM DUAL;

    SW1 EW1 SW2 EW2 SW3 EW3 SW4 EW4 SW5 EW5
    29/12/201404/01/201505/01/201511/01/201512/01/201518/01/201519/01/201525/01/201526/01/201501/02/2015

    Is it possible to get it without using the next_day() several times for each week and to limit the accumulation of the week last in a month.

    Check my last answer. And if this isn't what you need, then the expected results for each month in 2015.

    SY.

  • Points of beginning and end of a song seems to change at random in the Bounce dialog box

    Even if I put the departure and arrival within the project, when am I going to bounce the project the bounce dialog box displays the numbers of different from what I've specified. Everyone sees what is happening? Using X 10.2.1 Pro logic.

    The start and endpoints of a rebound are determined by:

    1 cycle. If a cycle is active when you give the command Bounce , then the start and endpoints of the cycle to determine the length of rebound.

    2 selection. If no cycle is active, but there are one or more area (s) selected, the early rebound and the end will be the selections start and endpoints.

    3. If no region is selected and the cycle is not active, then the beginning and end of the project are defined as the bouncing range.

    http://help.Apple.com/LogicPro/Mac/10.2/#/lgcp190ba9b7

  • Breaking a year in coming weeks of beginning and end Dates (parameters) and first and last day of the month

    Hello people:

    I have currently a query that picks up all the weeks between a date range where my week starts on Thursday and ends on Wednesday. The following query works fine except that I need the week of beginning and end, from beginning and end Dates of months and the beginning and the Dates of end of the values of the settings, I'm passing. In this case, I chose January 1, 2013 to 31 December 2013.

    Any help or pointers would be great!

    Thank you!

    Problem: I am picking up days of December 2012 as the first week began on December 27, 2012. In addition, in December, I'm pretty much lost last week as well (26 December - 31 December).

    The request in hand:

    SELECT first_thursday + (7 * (LEVEL - 1))   AS week_start_date,
                     first_thursday + (7 * LEVEL) - 1    AS  week_end_date
    FROM
    (
      SELECT TRUNC(p_from_date + 4, 'IW') - 4   AS first_thursday, -- Week should start the pre ceeding THURSDAY based on the Start Date
                      TRUNC( p_to_date + 4,  'IW') - 5     AS last_wednesday
      FROM
      (
        SELECT to_date('01-JAN-2013') AS p_from_date,
                        NVL(to_date('31-DEC-2013'), SYSDATE) AS p_to_date
        FROM     dual
      ) parms
    ) end_points
    CONNECT BY LEVEL <= ( last_wednesday + 1 - first_thursday)/7;
    

    Currently, this is the result I get (I'm only including the months of January and December here).

    Week_Start_Date     Week_End_Date
    27-DEC-12                02-JAN-13
    03-JAN-13                 09-JAN-13
    10-JAN-13                 16-JAN-13
    17-JAN-13                 23-JAN-13
    24-JAN-13                 30-JAN-13
    31-JAN-13                 06-FEB-13
    

    December:

    28-NOV-13               04-DEC-13
    05-DEC-13              11-DEC-13
    12-DEC-13              18-DEC-13
    19-DEC-13              25-DEC-13
    

    What I would really like is based on start and end Dates, as well as the first and the last day of the month is similarly try nicely. I have provided and then gently break at the end of the month:

    January:

    01-JAN-13              02-JAN-13
    03-JAN-13              09-JAN-13
    10-JAN-13             16-JAN-13
    17-JAN-13             23-JAN-13
    24-JAN-13             30-JAN-13
    31-JAN-13             31-JAN-13
    

    February:

    01-FEB-13    06-FEB-13
    07-FEB-13    13-FEB-13
    14-FEB-13    20-FEB-13
    21-FEB-13    27-FEB-13
    28-FEB-13    28-FEB-13
    

    November:

    31-OCT-13    06-NOV-13
    07-NOV-13    13-NOV-13
    14-NOV-13    20-NOV-13
    21-NOV-13    27-NOV-13
    28-NOV-13    04-DEC-13
    

    December:

    01-DEC-13           04-DEC-13
    05-DEC-13           11-DEC-13
    12-DEC-13          18-DEC-13
    19-DEC-13          25-DEC-13
    26-DEC-13          31-DEC-13
    

    Hello

    Roxyrollers wrote:

    Hello people:

    I have currently a query that picks up all the weeks between a date range where my week starts on Thursday and ends on Wednesday. The following query works fine except that I need the week of beginning and end, from beginning and end Dates of months and the beginning and the Dates of end of the values of the settings, I'm passing. In this case, I chose January 1, 2013 to 31 December 2013.

    Any help or pointers would be great!

    Thank you!

    Problem: I am picking up days of December 2012 as the first week began on December 27, 2012. In addition, in December, I'm pretty much lost last week as well (26 December - 31 December).

    The request in hand:

    1. First_thursday SELECT + (7 * (LEVEL - 1)) AS week_start_date,
    2. first_thursday + (7 * LEVEL)-1 AS week_end_date
    3. Of
    4. (
    5. SELECT TRUNC (p_from_date + 4, 'IW') - 4 AS first_thursday,-week should start to perform the pre-mounted THURSDAY based on the Start Date
    6. TRUNC (p_to_date + 4, 'IW') - 5 AS last_wednesday
    7. Of
    8. (
    9. SELECT to_date('01-JAN-2013') AS p_from_date,
    10. NVL (to_date('31-Dec-2013'), SYSDATE) AS p_to_date
    11. OF the double
    12. ) parms
    13. ) end_points
    14. CONNECT BY LEVEL<= (="" last_wednesday="" +="" 1="" -="">

    Currently, this is the result I get (I'm only including the months of January and December here).

    1. Week_Start_Date Week_End_Date
    2. DECEMBER 27, 12 2 JANUARY 13
    3. JANUARY 3, 13 JANUARY 9, 13
    4. 10 JANUARY 13 JANUARY 16, 13
    5. 17 JANUARY 13 23 JANUARY 13
    6. 24 JANUARY 13 30 JANUARY 13
    7. 31 JANUARY 13 FEBRUARY 6, 13

    December:

    1. NOVEMBER 28, 13 4 DECEMBER 13
    2. 5 DECEMBER 13 DECEMBER 11, 13
    3. 12 DECEMBER 13 18 DECEMBER 13
    4. 19 DECEMBER 13 DECEMBER 25, 13

    What I would really like is based on start and end Dates, as well as the first and the last day of the month is similarly try nicely. I have provided and then gently break at the end of the month:

    January:

    1. JANUARY 1, 13 2 JANUARY 13
    2. JANUARY 3, 13 JANUARY 9, 13
    3. 10 JANUARY 13 JANUARY 16, 13
    4. 17 JANUARY 13 23 JANUARY 13
    5. 24 JANUARY 13 30 JANUARY 13
    6. 31 JANUARY 13 JANUARY 31, 13

    February:

    1. 1ST FEBRUARY 13 FEBRUARY 6, 13
    2. 7 FEBRUARY 13 FEBRUARY 13, 13
    3. 14 FEBRUARY 13 FEBRUARY 20, 13
    4. 21 FEBRUARY 13 FEBRUARY 27, 13
    5. 28 FEBRUARY 13 FEBRUARY 28, 13

    November:

    1. 31 OCTOBER 13 NOVEMBER 6, 13
    2. 7 NOVEMBER 13 NOVEMBER 13, 13
    3. 14 NOVEMBER 13 NOVEMBER 20, 13
    4. 21 NOVEMBER 13 NOVEMBER 27, 13
    5. NOVEMBER 28, 13 4 DECEMBER 13

    December:

    1. 1ST DECEMBER 13 DECEMBER 4, 13
    2. 5 DECEMBER 13 DECEMBER 11, 13
    3. 12 DECEMBER 13 18 DECEMBER 13
    4. 19 DECEMBER 13 DECEMBER 25, 13
    5. 26 DECEMBER 13 DECEMBER 31, 13

    Why the "weeks" in November, have all 7 days, while the "weeks" in the first or the last week in the other month usually have less?  (For example, February 28 is a 'week' alone.)

    The following works for the other months:

    WITH all_days AS

    (

    SELECT DATE "2013-01-01' + LEVEL - AS a_date 1

    OF the double

    CONNECT BY LEVEL<=>

    )

    SELECT DISTINCT

    More GRAND (TRUNC (a_date + 4, 'IW') - 4)

    , TRUNC (a_date, 'MONTH')

    ) AS week_begin

    , The LEAST (TRUNC (a_date + 4, 'IW') + 2

    TRUNC (LAST_DAY (a_date))

    ), Week_end

    Of all_days

    ORDER BY week_begin

    ;

    Output:

    WEEK_BEGIN WEEK_END

    ----------- -----------

    January 1, 2013 January 2, 2013

    January 3, 2013 January 9, 2013

    January 10, 2013 January 16, 2013

    January 17, 2013 January 23, 2013

    January 24, 2013 January 30, 2013

    January 31, 2013 January 31, 2013

    February 1, 2013 February 6, 2013

    February 7, 2013 February 13, 2013

    February 14, 2013 February 20, 2013

    February 21, 2013 February 27, 2013

    February 28, 2013 February 28, 2013

    ...

    November 1, 2013 November 6, 2013

    November 7, 2013 November 13, 2013

    November 14, 2013 November 20, 2013

    November 21, 2013 November 27, 2013

    November 28, 2013 November 30, 2013

    December 1, 2013 December 4, 2013

    December 5, 2013 December 11, 2013

    December 12, 2013 December 18, 2013

    December 19, 2013 December 25, 2013

    26 December 2013 31 December 2013

  • 39L4363D - cannot set the record time of beginning and end of filling time

    Hello

    I have a problem with my 39L4363DG tv (software 7.1.90.34.01.1).

    I'm not able time of filling time of beginning and end of record setting as described in the [Manual | http://www.toshiba-om.net/LCD/PDF/English/L4363-323950-English.pdf] on page 51. The menu item "padding-start" and 'end padding time' are disabled?

    Can someone help me and give me advice on how to solve it?

    Hello

    The charging time can be set for the scheduled recording.

    There is also a priority planning
    If the regular time intervals are ensuites to each other and there is more than one minute between the time of the end of the annex i and the next scheduled start time, scheduled recording will be performed correctly.

    When + start time of filling + and + hour of end padding + are value, the start time and end time more is the time the extra minutes.

    If planning time overlap, priority will be given to the scheduled recording starts first.
    When the scheduled recording that began the first ends, recording will switch to the next regular program.
    At that time, according to how much programming time to overlap, the section from the beginning of the next regular program is not registered.

  • Mobsync.exe begins and ends several times when running directX games

    Whenever I start a current game directx mobsync.exe enforcement begins and ends. It causes a shift in the game and the cheek than the "dee-dum' sound as if I am connect and disconnect a USB device. I changed everything in the system for material. New motherboard, new RAM, different video card, changed to keyboards and mice, disconnect all USB devices and the problem still persists. Mobsync.exe will begin or wmplayer will start then end immediately and that this repeatedly until the game is closed. does anyone have any idea what this might be? Help, please! It's very frustrating.

    Intel Core 2Duo

    ATI Radeon HD3650 PCIE16

    4 GB OF DDR3 MEMORY

    Finally I thought of her. The problem was with a compatibility problem with a USB display controlled on a case of SilverStone Media Center. I found this through the process of elimination. After unplugging the screen before the problem disappeared.

  • begin and end in awr report

    Hi all

    Hope all are well. I need your help, I doubt reading the awr report.

    Summary of the report

    Cache sizes

    Start End
    Cache buffers:572 M572 MStd block size:8K
    Size of the shared pool:408 M408 MLog buffer:13 604 K

    My question is what is 'START' and 'END' in the figure above and why to cache buffer and shared pool sizes are the same for BEGIN and END.your help appreciated, thanks in advance.

    Best regards.

    size of the buffer at the start of the snapshot cache

    size of the buffer at the end of the snapshot cache

    Shared at the beginning of the snapshot pool

    Shared pool, at the end of the snapshot

    So that means: either you did not Oracle or Oracle to change these settings dynamically does not need to change.

    Always send four-digit version of your database and platform info. This forum is not keeping track of it.

    ---------------

    Sybrand Bakker

    Senior Oracle DBA

  • How are you at the beginning or end of the timeline in a Premiere Elements project?

    Abobe dear Experts,

    How are you at the beginning or end of the timeline in

    a Premiere Elements project? I use Premiere Pro in a local

    video studio Pro you use parentheses.

    {to go at first, and} to go to the end

    These supports are not displayed in Premiere Elements.

    Can you please tell me how to go from the end of the beginning.

    or from the beginning to the end (or any point in between) without

    go scene by scene, or without scrolling to the desired location

    and clicking in the timeline panel to reposition the CTI.

    I bought elements so that I can do the editing work at home, and I hope

    that the absence of square brackets is not a built-in disadvantage to punish elements

    users do not pay for Premiere Pro.   Please say it isn't so!

    Thanks fo your kind help.  (I'm hoping for the best)

    petera42478182

    Thank you so much ATR for the article on the Mac keyboard. This is what the doctor ordered.

    The much poorer "fn" key and using the arrow keys left and right side of the

    of the keyboard are the keys start and end mac version.

    Press "fn" and left arrow moves the cursor to the beginning of the Fn,

    and "fn" and the right arrow moves the cursor to the end of the Fn.

    Thank you, thank you, thank you.

    PostScrip: many thanks to WHS as well.

  • Beginning and end of check date

    Hello

    I have a requirement to find a list of people that have dates that overlap.

    Each person can have several Dates of beginning and end, but only one line that has a null term, the current record. If the start and end dates are overlapping, as in the example below, the second row should have a start date of December 24, 2006 and 22 December 2006. Is it possible to list people who have dates and gaps that overlap in the dates.

    Empl_ID Start End Date
    12345 1 JANUARY 2006 DECEMBER 23, 2006
    12345, DECEMBER 22, 2006 13 JANUARY 2007
    12345 NULL JANUARY 14, 2007

    Any help is greatly appreciated.
    Thank you!

    Hi Patrick
    I like where you're coming. I hope you don't mind but I have extended your idea slightly to add in a PARTITION BY clause to make sure that we look at the records for the same person. Also, if we LAG for a previous record shouldn't we us DRAGS the end_date and compare it with the current start_date?

    LAG(END_DATE,1) OVER (ORDER BY START_DATE EMPL_ID PARTITION)

    In doing so, then the results would look like this:

    Empl_ID Start Date End Date Lag
    12345 1 JANUARY 2006 23 DECEMBER 2006 NULL
    12345 22 DECEMBER 2006 JANUARY 13, 2007 DECEMBER 23, 2006
    12345, 14 JANUARY 2007 NULL JANUARY 13, 2007

    This would give the SIGN a problem because in the first record, the OFFSET would be NULL and the last record the end_date would be NULL. So, it seems that some handling of NULL values must be as well which I will deal with later.

    SIGN ((LAG(END_DATE,1) OVER (ORDER BY START_DATE EMPL_ID PARTITION))-START_DATE)

    At all times the difference between the Start Date and the Date of Lag is positive, this means, that there is an overlap which means that we must look for any gap where the SIGN is 1.

    Using the other function, we could use the LEAD like this:

    LEAD(START_DATE,1) OVER (ORDER BY START_DATE EMPL_ID PARTITION)

    In doing so, then the results would look like this:

    Empl_ID Start Date End Date lead
    12345 1 JANUARY 2006 DECEMBER 23, 2006 DECEMBER 22, 2006
    12345 22 DECEMBER 2006 JANUARY 13, 2007 JANUARY 14, 2007
    12345 NULL NULL 14 JANUARY 2007

    When combined with the SIGN becomes: SIGN ((LEAD(START_DATE,1) OVER (PARTITION OF EMPL_ID ORDER start_date)) - end_date)

    This time you would look at the sign at-1

    Personally, I think that I would prefer the LEAD function because one) there will always be a start_date and b) we could replace all possible NULL values with the SYSDATE to get a final calculation like this:

    SIGN (NVL (LEAD(START_DATE,1) OVER (PARTITION BY ORDER OF START_DATE EMPL_ID), TRUNC (SYSDATE))-NVL (END_DATE, TRUNC (SYSDATE)))

    Based on the date is November 17, 2009, you would now get this result:

    Empl_ID Start Date End Date lead
    12345 1 JANUARY 2006 DECEMBER 23, 2006 DECEMBER 22, 2006
    12345 22 DECEMBER 2006 JANUARY 13, 2007 JANUARY 14, 2007
    12345 JANUARY 14, 2007 NOVEMBER 17, 2009 NOVEMBER 17, 2009

    Best wishes
    Michael

  • How does the index start and end in the reference Word text VI to a word document?

    How a correlation between the index values start and end to a position or coordinate in a Word document?

    Is it a type of lookup table that will refer to a value of say '35' (to start) to a line or a particular character of the position in a Word document? There is nothing in LV help which explains nothing other than the value '-1 '.

    Hey, JayB,.

    The start and end of the Text.vi in Format Word values are the positions of the characters in the document. The values start at 0 on the first (or ASCII character such as a space, tab, or carriage return) and for each character (or the ASCII character). So for example if I wanted to "BOLD" the word "carrots" in the list below, where the values start at 0 on the word 'grocery store '.

    Grocery store:

    Apples

    Black berries

    Carrots

    Detergent

    Then I would enter a start 33 and the end of the 40s, making sure to count the ramasseherbe returns and spaces.

    I hope this helps.

    Logan H

  • Photoshop CC 2015 is a line connecting the start and end of the brush strokes

    Hi guys,.

    I had a strange problem with a certain brush (size 5px, difficult tour, no shape dynamics, no transfer) in Photoshop CC 2015.1.2.

    It only happens when the drawing very fast on my Cintiq 22HD.

    The problem is PS is a line connecting the start and end of the brush strokes. I don't hold in shift or whatever it is.

    PScc_problem.jpg

    Here's my brush settings:
    Capture.JPG

    I use a PC with these specs:

    Intel Core i7 - 4790 K 4.00 GHz

    ASUS motherboard

    NVIDIA GeForce GTX 970 (10.18.13.5354 driver version)

    16 GB OF RAM

    Cintiq 22HD

    Win 10

    Is it a question of PS or Cintiq?

    Thanks for help.

    OK, here is therefore an update.

    The problem is not at all with Photoshop or Cintiq, with Windows 10 parameters of the stylus.

    Fortunately, there is a small piece of free software that you can download called "Fix my pen" (by Smith Reddy) which defines the features of Windows Tablet PC in the registry for you (essentially by disabling everything related to it):

    viziblr - News - difficulty my pen makes your Wacom tablet JUST WORK on Windows 7

    It works fine on Win10 too.

    Now, as my original problem with Photoshop to do a line connecting the start and end of the brush strokes left, however I have another question more small that came after running difficulty my pen. The lines that I draw now are not smoothed by a software more. You can see the difference below.

    Fix My Pen sets a lot of things in the registry, but you cannot individually control which setting is disabled. So I guess that one of them is the cause.

    I expect response from Smith about it, cause I have no idea who he is.

  • How to generate date thru sysdate and day of the week

    Hello world!

    Please give me a hand with this:

    I need calculate a date thru sysdate and day of the week.

    For example:

    SYSDATE: 22/08/2013

    DAY: TUESDAY

    Result: 27/08/2013 (the date for Tuesday next from today ' hui).

    Another example:

    SYSDATE: 22/08/2013

    DAY: FRIDAY

    Result: 23/08/2013 (the date for Friday next today).

    My version of oracle's 8i (I work with a legacy database).

    Thanks in advance! ... and sorry for my English

    Search the NEXT_DAY function it does exactly what you want

  • I recently installed the trial Adobe XI and end of the trial period, so I wanted to revert to the version that I already had. I didn't know any uninstall feature and my old version is apparently replaced by the trial version. I can not re - install

    I recently installed the trial Adobe XI and end of the trial period, so I wanted to revert to the version that I already had. I didn't know any uninstall feature and my old version is apparently replaced by the trial version. I can not re - install a version previous b/c I need a product Id (God alone knows where it is now) and a way to uninstall the trial. Any ideas?

    When you installed the trial, it should have been an option for ignoring your current installation and let. Apparently you skipped this case. To uninstall the trial (in Windows) go to control panel > programs and features and select XI Acrobat and choose uninstall. After uninstallation, run http://labs.adobe.com/downloads/acrobatcleaner.html to clean your system. HOWEVER, if you see your old Acrobat in this window, do not run the vacuum cleaner, but do a repair on the old version.

    You did not mention the old version you had. You could try http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html. With respect to S/N, you should have the registry and if so you can get it from Adobe. The instructions are at http://helpx.adobe.com/x-productkb/global/find-serial-number.html#adobeproductdownload.

    Be sure to save any download of the old Installer and the S/N for CD or HD backup for future use. They will likely not be available.

Maybe you are looking for

  • ask suspicious of apple ID

    Can someone tell me if this email is authentic? < image edited by host to remove personal information >

  • How to hang up after you left the screen of the phone

    Sometimes when I talk on my iPhone I leave the phone screen to access another application.  When I finished speaking, I can never return to the screen of the phone to hang up. Just go back to the phone application does not seem to do. Sounds like a s

  • Safari will be the death of me... or my computer

    I posted this problem before, I did the research before and I got (almost) the same answers... (front). I did almost everything, away from throwing my computer in the trash and never buy an Apple product again, and after almost 3 years, I am always t

  • China iTunes Store and iBooks Store were closed?

    I'm in mainland China. Since April, I couldn't connect to the iTunes Store and iBooks Store more. China iTunes Store and iBooks Store officially launched in 2015. But now I can not use them to play purchased movies and read books. Apple Inc. has any

  • Remote compilation of FPGA on a Linux machine

    Hello I try to use the worker of compilation on an architecture based on Linux (RHEL) with a development of Windows 7 PC (Labview 2014). This works if the two machines are on a private network, but not on a managed network of field with several stric