request to earlier worth less

Header 1 Header 2 Header 3
yearvaluerate
2010200
2011255
2012272
201326-1

as this example

I need to calculate the last column

Database 11g

Thanks in advance

Use the analytical LAG function to check the value of the previous row.

-test script

CREATE TABLE previous_value

(year NUMBER)

number

)

/

INSERT INTO previous_value (year, value) VALUES (2010, 20)

/

INSERT INTO previous_value (year, value) VALUES (2011, 25)

/

INSERT INTO previous_value (year, value) VALUES (2012, 27)

/

INSERT INTO previous_value (year, value) VALUES (2013, 26)

/

ENGAGE

/

SELECT pv.year

pv.value

, nvl (pv.value - LAG (pv.value) OVER (ORDER BY pv.year), 0)

OF previous_value pv

/

Tags: Database

Similar Questions

  • Another request to remove operator less

    Hi all

    The query below follows

    First query to find all accounts GL within the beach and the second date query find all elimination of installation of elimination of GL GL accounts.
    Using less, I will know which represents is not configured in GL elimination setup form. I need your help to find the desired output using not least?
    What are the other alternatives?
    SELECT
        /*+ ORDERED
        USE_NL(jel jeh jeb cat src)
        INDEX(jel GL_JE_LINES_N1)
        INDEX(jeh GL_JE_HEADERS_U1)
        INDEX(jeb GL_JE_BATCHES_U1)
        INDEX(cat GL_JE_CATEGORIES_TL_U1)
        INDEX(src GL_JE_SOURCES_TL_U1) */
        CC.SEGMENT1
        ||'.'
        ||CC.segment2
        ||'.'
        ||CC.segment3
        ||'.'
        ||cc.segment4
        ||'.'
        || cc.segment5
        ||'.'
        || cc.segment6 Account,
        decode(sysdate,sysdate,sysdate,jel.effective_date) trx_date 
      FROM gl_code_combinations cc,
        gl_je_lines jel,
        gl_je_headers jeh,
        gl_je_batches jeb,
        gl_je_categories cat,
        gl_je_sources src
      WHERE cc.CHART_OF_ACCOUNTS_ID = 50308
      AND cc.segment2              IN ('111710','201910')
      AND jel.code_combination_id   = cc.code_combination_id
      AND jel.status
        || ''                = 'P'
      AND (jel.accounted_cr != 0
      OR jel.accounted_dr   != 0)
      AND jeh.je_header_id   = jel.je_header_id
      AND jeh.actual_flag    = 'A'
      AND jeh.currency_code       != 'STAT'
      AND jeb.je_batch_id          = jeh.je_batch_id
      AND jeb.average_journal_flag = 'N'
      AND src.je_source_name       = jeh.je_source
      AND cat.je_category_name     = jeh.je_category
      and jel.effective_date between to_date('01-JAN-2011','DD-MON-RRRR') and to_date('31-MAY-2011','DD-MON-RRRR')
      MINUS
      SELECT (source_segment1
        ||'.'
        ||source_segment2
        ||'.'
        ||source_segment3
        ||'.'
        ||source_segment4
        ||'.'
        ||source_segment5
        ||'.'
        ||source_segment6) def_acnt,
        sysdate
      FROM GL_ELIM_ACCOUNTS_MAP

    SELECT
    / * + ORDERED
    USE_NL (jel jeh jeb cat CBC)
    INDEX (JEL GL_JE_LINES_N1)
    INDEX (jeh GL_JE_HEADERS_U1)
    INDEX (JEB GL_JE_BATCHES_U1)
    INDEX (CAT GL_JE_CATEGORIES_TL_U1)
    INDEX (CBC GL_JE_SOURCES_TL_U1) * /.
    CC. SEGMENT1
    ||'.'
    || CC.segment2
    ||'.'
    || CC.segment3
    ||'.'
    || CC.segment4
    ||'.'
    || CC.segment5
    ||'.'
    || CC.segment6 account,
    Decode(sysdate,sysdate,sysdate,JEL.effective_date) trx_date
    OF gl_code_combinations cc,.
    JEL gl_je_lines,
    gl_je_headers jeh,
    Jeb gl_je_batches,
    gl_je_categories cat,
    CBC gl_je_sources
    WHERE cc. CHART_OF_ACCOUNTS_ID = 50308
    AND cc.segment2 IN ('111710 ', ' 201910')
    AND jel.code_combination_id = cc.code_combination_id
    AND jel.status
    || '' = 'P'
    AND (jel.accounted_cr! = 0)
    GOLD jel.accounted_dr! = 0)
    AND jeh.je_header_id = jel.je_header_id
    AND jeh.actual_flag = 'A '.
    AND jeh.currency_code! = "STAT."
    AND jeb.je_batch_id = jeh.je_batch_id
    AND jeb.average_journal_flag = n
    AND src.je_source_name = jeh.je_source
    AND cat.je_category_name = jeh.je_category
    and jel.effective_date between to_date('01-JAN-2011','DD-MON-RRRR') and to_date('31-MAY-2011','DD-MON-RRRR')
    NOT IN)
    SELECT (source_segment1
    ||'.'
    || source_segment2
    ||'.'
    || source_segment3
    ||'.'
    || source_segment4
    ||'.'
    || source_segment5
    ||'.'
    || def_acnt source_segment6),
    SYSDATE
    OF GL_ELIM_ACCOUNTS_MAP)

  • JDBC Oracle driver change requests for users with "rowid"?

    Hello

    I work with an IBM Java product that uses Oracle JDBC version 9.2.0.3.0 for Oracle DB connectivity (from file ojdbc14.jar is).
    The IBM product running an Oracle view called V_NGSM_GET_NEID which is used for elements of research network names in the Oracle
    DB and return the partners '' code of assets '' if the node is found.

    The problem is for all a single query sent I see two queries by using a packet sniffer. See below. The first query I see on the network
    a the string "rowid," prefix (107 package 0x9b offset) to the list in the column specified in my policy. But the first request fails with
    the following error (112 package)

    ORA-01446: cannot select ROWID from view DISTINCT, GROUP BY, etc +

    After the above error is returned, I see immediately the same request sent again, this time without "rowid", prefix (113 package offset 0 x 94)
    This same behavior occurs for each query, each time which results in twice the number of queries required and is a big problem.

    Support IBM claims it's the JDBC Oracle driver, not their code, adding "rowid", at the request and return it
    less "rowid", if it fails.

    Does make sense to anyone? I can't imagine that Oracle would distribute such a driver.

    Comments? Thoughts?

    Below are the packets captured using Solaris/snoop. The number is package on the extreme left (e.g., 107-117).

    ------

    107 0.00121 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308205 = 193 Win 49640 = 3897618122

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 00e9 2440 4000 4006 0000 cfe5 1503 8eb2... $@. @...
    32: 20 dB f5a1 c339 3cad e850 eeca 5018 a231... ¢ 1.9 <... PI.p.
    48: 9551 0000 1 0000 0600 0000 0000 00C c1e8... Q............
    64: 1169 0001 0101 0103 0002 8021 0001 035F. i... ^... ! ...
    80:0183 00 0000 0004 7fff ffff 0000 0101 0D...
    96: 0000 0000 0073 656 c 6563 7420 726f 7769. . Select rowi
    112: 642 204th c 4554 574f 524bis 5f45 45 4 c 4 d 45 d, NETWORK_ELEME
    128: 204th 442c 4554 524bis 5f45 NT_ID, NETWORK_E 574f 5f49 4e54
    144: 45 4 c 4 d 45 4e54 5f4e 414d 4520 4652 4f4d LEMENT_NAME OF
    160: 204th 4753 4 d 55 5345 522e 2256 5f4e 4753 NGSMUSER. "V_NGS
    "176: 4d5f 4745 545f 4944 2220 5748 4552 M_GET_NEID 4e45" WHER
    192:4520 4e45 5457 454d 454 454c NETWORK_ELEMEN E 4b5f of the 4f52
    208: 545f 4e41 4 d 45 203d 2027 4544 544th 4142 T_NAME = ' EDTNAB
    224: 4453 4 C 41 4 30 3327 0101 0000 0000 0000 DSLAM03 D '...
    240: 0101 0000 0000 00...

    108 0.01144 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308398 = Len 3897618122 = Win 11 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0033 2764 0000 3706 c7eb 8eb2 cfe5 20db. 3 would be... 7..... ...
    32: 1503 a231 f5a1 e850 eeca c339 5018 3d6e... ¢1.¡. PI... 9 = nP.
    48: 8052 1 d 57 0000 000 b 0000 00 0000 0100 0c. R.W............
    64: 01.

    109 0,00000 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308398 = Len 3897618133 = Win 11 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0033 2765 0000 3706 c7ea 8eb2 cfe5 20db. 3' e... 7..... ...
    32: 1503 a231 f5a1 e850 eed5 c339 5018 3d6e... ¢1.¡. PI... 9 = nP.
    48: 8052 1c4c 000 0000 0000 00 0000 0100 0c b. R.L............
    64: 02.

    110 0,00008 ab9imdev01-> 142.178.32.219 TCP D = 41521 S = 62881 Ack = 3897618144 Seq = 3275308398, Len = 0 Win = 49640

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0028 2441 4000 4006 0000 cfe5 1503 8eb2. ($A@.@.........
    32: 20 dB f5a1 a231 c339 3d6e e850 eee0 5010... ¢ 1.9 = n. Pi. P
    48: 9490 0000 c1e8...

    111 0,00019 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq 3897618144 Len 3275308398 = Win 49640 = 11 =

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0033 2442 4000 4006 0000 cfe5 1503 $8eb2.3 B @. @...
    32: 20 dB f5a1 c339 3d6e e850 eee0 5018 a231... ¢ 1.9 = n. Pi. P
    48: c1e8 b 949 000 0000 0000 00 0000 0100 0c b... \233...
    64: 02.

    112 0.00870 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308409 = Len 3897618144 = 111 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0097 2766 0000 3706 c785 20db cfe5 8eb2... " f.. 7..... ...
    32: 1503 a231 f5a1 e850 eee0 c339 79 5018 3d... ¢1.¡. PI... 9 = yP.
    48: 8052 7b 48 0000 0000 0600 0000 0000 006f. R{H...o........
    64:0400 0205 a600 0001 0301 0700 0001 2000...
    80: 0000 0000 0000 0000 0000 0001 0147 4f52... GOR
    96: 412d 3031 3434 363 2063 616e 7420 A - 01446 6e6f a: cannot
    112: 7365 6 c 65 6374 2052 4944 2066 726f 4f57 select ROWID BOF
    128: 6 d 20 7669 6577 2077 6974 6820 4449 5354 m seen with DIST
    144: 494e 4354 2 c 20 4752 5020 4259 2 c 20 INCT, GROUP BY 4f55,.
    0a 632nd 160:6574 etc...

    113 0,00037 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308409 = 179 Win 49640 = 3897618255

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 00db 2443 4000 4006 0000 cfe5 1503 8eb2... $C @. @...
    32: 20 dB f5a1 c339 3d 79 e850 ef4f 5018 a231... ¢ 1.9 = y. P. OP
    48: 9543 0000 00b 3 0000 0600 0000 0000 c1e8... C............
    64: 0002 8021 0103 0101 7 c 01 010 035F d 0000. ^... ! ....| .....
    80: ff00 of ffff 0000 0000 0000 0000 5345 047f... IS
    96: 4 c 45 4354 204th 4554 574f 524bis 5f45 4 c 45 READING NETWORK_ELE
    112: 4 d 45 4e54 5f49 442c 204th 4554 524bis MENT_ID, NETWORK 574f
    128: 5f45 45 4 c 4 d 45 4e54 5f4e 4520 4652 ELEMENTNAME EN 414d
    144: 204th 4f4d 4753 4 d 55 5345 522e 2256 5f4e OM NGSMUSER. "V_N
    4745 545f 4944 2220 5748 GSM_GET_NEID 4e45 4d5f 160:4753"WH
    4520 4e45 5457 4f52 4b5f 454c 454d ERA NETWORK_ELEM 176:4552
    192: 454 545f 4e41 4 d 45 2027 4544 203d 544th ENT_NAME = ' EDTN
    208: 4142 4453 4 C 41 4 30 3327 0101 0000 0000 ABDSLAM03 D '...
    224: 0000 0101 0000 0000 00...

    114 0.01101 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308588 = Len 3897618255 = 174 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16:00 6 2767 0000 3706 c745 20db cfe5 8eb2 d... " g... 7..E... ...
    32: 1503 a231 f5a1 e850 ef4f c339 5018 3e2c... ¢1.¡. P.O.9 >, P.
    48: 8052 c84a 0000 0000 0600 0000 0000 00ae. R.J............
    64: 3175 787 101d 0000 0003 0000 3ed0 949d c... 1UX|...\235 >...
    80: 786d 080d 30 3900 7400 0000 0201 xm ed27 0d... 09.i't...
    96: 3401-0243-0200, 0116 0000 0000 0000 0000 4.C...
    112:0112 0112 124th 4554 574f 524bis 5f45 4 c 45. . NETWORK_ELE
    128: 4 d 45 4e54 4400 0001 8000 0001 1e00 MENT_ID 5f49...
    144: 0000 0001 1f01 0114 0114 144F 4554 574f... . NETWO
    160: 524bis 5f45 45 4 c 4 d 45 5f4e 4500 RK_ELEMENT_NAME 414d 4e54.
    176: 0001 0707 786 d 080d 1024 1508 0104 04a 7... xm... $...
    192: d5e0 0791 0103 0000 0004 0000 0000 fa02...
    208: 0103 0003 0000 0000 0000 0000 0000 0000...
    224: 0000 0101...

    115 0.00026 ab9imdev01-> 142.178.32.219 Ack TCP D = 41521 S = 62881 push = Seq = Len 3275308588 = 17 Win 49640 = 3897618429

    0: 00 a 0 9193 0014 4f94 0800 4500 884c 8e7e. .~.... ... O L... E.
    16: 0039 2444 4000 4006 0000 cfe5 1503 $8eb2.9 D @. @...
    32: 20 dB a231 c339 e850 5018 effd 3e2c f5a1... ¢ 1.9 >,. . P. P.
    48: c1e8 94a 1 0000 0011 0600 0000 0000 0000... ¡...
    64: 0305-0001-0301 0 has...

    116 0.10217 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 Ack = 3275308605 Seq = 3897618429, Len = 0 Win = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0028 2768 0000 3706 c7f2 8eb2 cfe5 20db. ('h.. 7..ò... ...
    32: 1503 a231 f5a1 e850 effd c339 3e3d 5010... ¢1.¡. P.... 9 > = P.
    48: 8052 2973 0000 0000 0000 0000. R)s........

    117 0.27052 142.178.32.219-> ab9imdev01 TCP D = 62881 S = 41521 grow Ack = Seq 3275308605 = Len 3897618429 = Win 64 = 32850

    0: 0014 4f94 884c 00 a 0 9193 0800 4500 8e7e... ... O L... ~.... E.
    16: 0068 2769 0000 3706 c7b1 8eb2 cfe5 20db. h'i... 7..... ...
    32: 1503 a231 f5a1 e850 effd c339 5018 3e3d... ¢1.¡. P.... 9 > = P.
    48: 8052 d42a 0000 0040 0000 0600 0000 0000. R.*...@........
    64:0400 0205 7 b 00 0001 0300 0300 0120 0000... {........ ..
    80: 0000 0000 0000 0000 0000 0101 194f 5241... ORA
    6e6f 3 a 20 96: 2d 30 3134 3033 2064 6174 6120 - 01403: no data
    112: 666f 756 640 has found.

    Looks like you are saying that the Java source code can control completely if the driver will try to get the ROWID by requested ResultSet settings. Is this true?

    I think it should, Yes. I guarantee you that all versions of the driver in all cases would have a parameter that has ignored the attempt to insert of a ROWID. But I strongly suspect that he does not bother if the result set which had been requested was such that the ROWID would not be beneficial.

    I expect the pilot to understand the complete Oracle SQL grammar, it can at least add "rowid" in the place in the query

    There is a major compromise. It is incredibly difficult to support full SQL grammar correctly. Oracle used to SQL for SQL and PL/SQL engine analyzers and would regularly find bugs where a scanner heard something that does not have the other parser. When you put too much SQL parsing code in the driver, you finish by the two spend more time parsing SQL statements and you end by potentially limiting the set of queries that could be issued to the dialect of SQL that the JDBC driver has been aware of when it was shipped that sucks when you use to connect to a database of the latest drivers.

    I suspect (assuming that is not speaking on behalf of the JDBC driver development team) they thought it better to do the simplest thing possible, throwing the ROWID right after SELECT it. If it worked, great. If this is not the case, they encoururent the cost of a round trip and an analysis of the database which is probably at the same level as the cost of the analysis of the SQL locally and then just downgrade the result set. If you ask an editable ResultSet, for example, Oracle is unable to identify a single line, if you specify also SEPARATE in the query. Rather than trying to understand all of the cases where a query generates a result not set editable intrinsically, it is easier and more accurate to try to get a ROWID and downgrade the result set if the addition of a ROWID generates a syntax error.

    Of course, the costs and benefits of arbitration depend on the proportion of result sets which requires a feature that is not available with the SQL statements, they deliver some. If you have an application that makes 300 000 queries that have SEPARATE and ask a modifiable and capable of scroll cursor, it would potentially put more logic in the JDBC driver. If you have an application that always brings queries that can be changed using simple algorithm of the driver, the simple algorithm is obviously preferable.

    Justin

  • Demantra - Reciveing line flat (naïve) forecasts

    Hi all
    We do proof of concept and we are on a test instance.
    After loading data on the sales of 5 months, time aggregation - day.
    We recived a line flat forecast to all series and the main Abs % Err.
    If anyone can help I will be very grateful.

    Take care
    All the

    Hello
    The models used in the forecast depends on (available on the sales history available) minimum and maximum data points required for any statistical model to work. In situations where data sales are lower, we first run the analytical engine in batch profile. Then using the function of advanced analytics, to configure the settings of the engine and/or the duration of time to affect forecasts accordingly and models to simulate the effect. If he is satisfied with the result, that we accept the simulation else redo the simulation step after have corrections to the changes earlier. If the reason for your request could be either less volume and intermittently in the sales data. But it could be optimized with several iterations of Simulation as I mentioned.

    Level_id is the level of the tree of the forecast, where the forecast for this particular combination has been generated. Lower the value, the better because it indicates that the engine didn't travel too high on the tree of forecasting to make its decision in anticipation. More number of level_id higher indicates that the tree of the forecast should be reviewed given that forecasts happens at higher levels that lower level combinations are not "conducive to the forecasts. Another point I want to emphasize here is that level_id value, for a complete transformed combination that is 'good for forecasts', will be less than the value of the min_fore_level parameter. Certainly, so a negative value means that the combination could have not been transformed well or probably ignored.

    Hope this is clear from the image.

    Thank you and best regards,
    Shekhar

  • Unable to Deauthorize all computers

    I need to Deauthorize all computers, but he said: I can only do this once per year, and the sooner that I can do is July29th 2016.

    Can I request an earlier date?

    Click here and ask for help from the staff of the iTunes Store. Only, they can perform a second remove all within the annual period.

    (143652)

  • iTunes error (-1) update to iOs 9.3.2 whe

    Thank you my Lords, best software programmers in the world. You are worth less than apple from my garden! I tried to update iOS 9.3.2 with ITunes in my iPad 3 3 Retina. Unfortunately, I've lost everything because of the error (- 1). No one knows the meaning of this error. You are developers really great! You are paid too much. Oh you get paid a lot because this error is made by you with strong premeditation. You want users to buy new devices every 6 months - that's why they pay you so much money. IPad 3 was my first and last i-device.

    1. It is a user support forum. You do not discuss Apple. Nobody here really cares if you buy another Apple product or not.
    2. As noted here, this is probably a hardware or compatibility problem (so NO software).
    3. If you have 'everything' as you have lost State, this means that you have neglected to make a return to the top. That on YOU, not Apple.
  • System recovery media is not delivered with my new Satellite P100

    Hello world.

    Two weeks ago, I bought my first laptop of Toshiba (P100-324). Before, I had many doubts about the facilities of Toshiba. Now I have to say that I am really very pleased with the quality of your product. The laptop itself is great and everything works fine.

    Except a problem: in the box, it there was only one disc: the CD entitled "Express Media Player Recovery CD. When I checked the database online of the Toshiba with my s/n, she showed a Windows recovery DVD in the package list. So I did what you guys recommend to: contacted * all * the FSA in Poland. Surprisingly, the quality of the customer service was not so good. Each of them told me as if there were no real DVD in the box, it MUST be a hidden partition on my HARD drive, and if I want to buy the CD/DVD with the operating system (I have a license/sticker OEM to use: XP MCE) I pay about 20 EUR

    Wow. A price of 20 EUROS for a single value of CD... 5 cents? (the media itself, not the software) In fact, when I was paying a lot of money for my laptop I expect something more in terms of customer service. But anyway, I'm just one customer, probably worth less than nothing to the FSA. So, after this long and boring, prologue here are my questions:

    (1) should there be another DVD in my Inbox that contains the Windows XP MCE OEM installation?

    (2) otherwise - y at - it technique uber-elite that Toshiba is using to hide the Windows recovery partition me? There are only 2 partitions on my HARD drive: one with 250 MB (which is IMHO far too small to contain all the windows + drivers) and one that fills the disk completely (~ 200 GB). Is there some magic bios that would display the partitions one another?

    (3) otherwise - is it possible to "produce" somehow a windows recovery DVD? I mean, on my c: drive is CMPNENTS, I386, directories VALUEADD I somehow recognizes Windows installation CD. However, when I try to use nLite on the root of c: (or the i386 directory), it indicates that not all the installation files are present.

    (4) and finally - how do I reinstall my Windows XP MCE?

    I really, really need to have an option to reinstall my operating system. It would be a shame for Toshiba that I had to buy another copy of Windows XP Home edition oem (and scratch the key oem sticker).

    Hello Tomasz

    First of all, I am very pleased to hear that you are satisfied with your new P100. Right now I use the older Satellite M70 with ATI graphics card, but I think buying Satellite P100. Satellite P100 has long been on the market and I hope that very soon, Toshiba P100 successor. Maybe something like P200 and I think I'll wait a few months see what happens in the future.

    Back to your question:
    As far as I know recovery DVD should be bundled with the new and original packaged product. On your laptop, it is also preinstalled Express Media Player. It's a small application based on Linux that allows you to watch DVD movies or listen to audio CDs without booting the operating system. It is preinstalled on small partition unallocated. Express Media Player using supplied restore CD you can install it anywhere, anytime. As I said recovery DVD should be supplied with your laptop. But in this whole one thing confused me: autour Googling, I discovered that the Satellite P100-324 is available in Germany and Austria. Because of this I really don't know how you could buy this product in Poland? Have you branch new or perhaps as some showroom products.
    Please give some info about it.

    Maybe is my view too long but I wanted to just tell you one thing. May be pretty important thing: many users mix of Toshiba service and authorized partners. Each authorized service partner is not directly Toshiba. All these partners are independent companies that have contracts with Toshiba (and very often with other laptop manufacturers) and they repair laptops. Please note that they operate as independent businesses and create prices on its own (free market). If there is a communication problem you cannot say: bad or bad service from Toshiba. Yes, in a certain way, they represent Toshiba but if personal service is not qualified or hostile he really has nothing to do with Toshiba himself.

    They are also right on self-created recovery DVD Toshiba a few notebook models are supplied without the recovery DVDs and the user must create one. But it is absolutely not the case with your P100. For most computers business notebooks have this option as Portege and Tecra.

    Dear Tomasz at the end it is not easy to say what you need to do. If you have a portable German perhaps it is best to order the DVD of recovery on your tongue. He's still irritated when you have additional costs but 20 euros is not a lot of money. Fill in your new toy and enjoy your life.

    Bye and good luck!

  • My iPhone 4 is dead. I loaded an hour then tried the power reset but not joy.

    My iPhone 4 is dead. I loaded an hour then tried the power reset but not joy.

    I'm going to assume that your iPhone 4 no is not in warranty, otherwise you'd be on the Apple Store, right?  I also assume that you are not interested to pay the service battery $ 79 or $ 199 iPhone 4 warranty exchange for a device that is worth less than $100 (U.S. prices)

    So so let's solve the problems.
    When was the last time it works well?

    An iPhone 4 is old enough, and if it has been inactive for a while, then it is possible to lose load under the level at which it is able to charge the battery.  The battery has a logic board little teeny buried in the packaging of the battery that dictates the charging process.  There is really no energy, the battery doesn't have enough juice to be able to tell itself to charge when the charger is connected.

    If the phone has relatively recently been works well, then start troubleshooting in the charging port.  Is your refill clean?  Try to clean with alcohol to 99% and a q tip.  If that doesn't resolve, then you need more information - there are some ammeters really convenient usb little inexpensive that you can plug into a charger, then the unit and he will tell you exactly how much, if any, current load appliance pulls.  An iPhone 4 with normal charging system should draw on 1 ampere.   If yours is pulling 1 amp and shows still do not display, try to connect to iTunes to see if your device is recognized.  If this is the case, then you need solve a display problem, not a problem of load.

    If your closer 0 amp, then you need to open your phone and troubleshoot the battery and dock connector.    A lot of DIY resources out there for you help with this, just a google search away.

    A trip to an independent repair facility will also help you to go down on the problem.  Pick one that stands out for its work with the great review, great warranty and someone who is willing to look at this iPhone 4 with a no solution = no fee policy.

  • 3rd time asking... HDMI to my tv... video screwed after update...

    seriously... person, but allows me to connect their computer to their TV with a HDMI cable? Well, after updates yesterday I get audio but the video showing on my TV is a white screen. I can barely see the colors. for the most part white. I uninstalled the updates. but its still screwed up. Help, please. Microsoft F - ed my computer and now I can't do what I do to my computer because of this stupid update. Please don't tell me to re - install my system cause I still have to update and I have a similar problem. You people need to make a patch and SEND me a LINK PLEASEEEEEEEEEEEEEEE >

    Request/reply earlier: http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/9362bd9c-f0d0-4560-9ba7-b42fb6472d42/ ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Change the drive letter of the Partition Recovery

    After previous bad experiences in trying to separate the data files program, I took the habit on my previous computer under Windows to create another partition on my hard drive to store the data files. Out of habit I still do on my desktop PC with Windows XP (great program) rather than use the My Documents folder.

    I want to do the same thing on my new DV6-3142, I use to work and create a separate partition for my data files. I understand how to create a new partition on the HDD and reassign the drive letters for the existing partitions, but I want to use the letter D for her. However, it is the letter of the drive that is used for the recovery partition.

    Can I change the drive letter of the recovery partition to, say R without affecting the operation of the recovery process, or should I leave as D for the recovery of the system to work properly that I should never need her?

    Hello:

    You leave the name of the recovery partition and drive letter unchanged and your C drive: of the same name.

    If you change these, when you press the F11 key to start the recovery process, the program know what to do.

    I am a firm believer of it also have a set of factory recovery disks. For me, it is worth less than the investment of $20.  If your HARD drive fails after the warranty period, (or if you want to upgrade your HARD drive), your recovery partition doesn't help anyway.

    Contact HP customer support to see if they have a game for your laptop:

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

    Paul

  • Restart from error checking. 0x1000008E (0xc0000005, 0xbeedfcff, 0xa8588374, 0x00000000)

    Hello

    My brother gave me his old computer because my motherboard is dead on my own. Given that I had, everything works fine, except when I play a game called PDB. It's a demanding game high for this computer, but I did so the request was lowered so less stress. Even if I did, I always seem to have this restarting my computer error checking problem.
    It happens at random through my play time, it will freeze and then just don't reboot, no BSOD. I play other games and even dual boot, watching movies, listening to music and my brother open loads of windows does its job without problem. Come play a game it happens without warning. Game is not slow, I use a voice communication program and I get without stuttering than, just it will freeze and restart instantly or take a few seconds.
    I'm running through my integrated graphics card so I think that may be the problem but I'm not set up knowing that this community has, so I turn to you. Thank you.
    Edit: Almost forgot the Minidumps.

    Hello

    Follow these steps and check if they help.

    Step 1:

    Disable automatic reboot to avoid unwanted restarts on system failure.

    a. when your computer starts up keep press F8 on your keyboard until you get the Advanced Boot Options screen.
    b. now, use the arrow keys, select Disable automatic restart in case of system error and press ENTER.
     
    Step 2:

    Test the issue in a clean boot State.

    Note: When the diagnosis is complete, don't forget to reset your computer to normal startup.

    Step 3:

    Update your display drivers and see if that helps.
    http://support.Microsoft.com/kb/283658

  • remove the folder MSOCache in C:\

    I installed Office 2007 Pro and there is only the C:\MSOCache folder with 9 subfolders like this {90120000-001A-0409-0000-0000000FF1CE}-C, {91120000-0014-0000-0000-0000000FF1CE}-C, etc I can Vincent;} delete these folders/subfolders?

    Hello

    lol do not delete this file!

    http://support.Microsoft.com/kb/924616/en-us
    "Description of the feature in 2007 Office programs local installation Source.
    http://TechNet.Microsoft.com/en-us/library/dd162398.aspx
    "Introduction to the architecture for Office system 2007 installation.

    "... The local installation source has several important benefits:

    • When Office is installed, the Setup program can repair, reinstall, or add office features by using the local source.

    • Users who request software updates are less likely to be invited for a network or CD source because that installation source is available locally.

    • You can deploy the local installation in advance source and trigger the installation of Office on the computers of users later to reduce the load on the network. In this scenario, you can even run the Setup from the local installation source, allowing users to install Office without network connection... »

      Hope this helps,

    Vincenzo Di Russo - Microsoft MVP Windows Internet Explorer, Windows Desktop Experience & security - since 2003. ~ My Blog: http://blogs.dotnethell.it/vincent/

  • Compaq Presario CQ42-234TU: replace the HDD with SSD

    Hi, I want to know if I can replace the HARD drive with one Sumsung EVO 850 500 GB SSD, if not what other SSD can be used?

    Yes, but it's a lot of money to spend on a laptop that is likely worth less than the cost of the SSDS (about $175 I guess). The specifications of this model are in the end very low what can even run an SSD efficiently. The SSD will help, but the money could be better spent on a new machine.

  • reformat and erase/wipe hard drive

    Hi friends,

    I'm about to make a donation or to throw my old Dell desktop that is running Windows XP, sp3 (what that is the possibility arises first ).  I'm sorry that I don't remember the name of the model (for the moment).  But anyway, what I understand, I need to delete all the data, to protect my private life of anyone who might want to use it after I'm done with it.

    The research I've done, looks like I need to uninstall and remove programs, documents, pictures, music, etc., as much as possible and record everything I want to keep a cd drive or usb.  Then to start the delete process, first I have to reformat the hard drive.  After that, I need to "sweep" it.  I guess I wouldn't be surprised of this paradoxical terminology, but it IS annoying.  I'm talking about it wiping of the process which does not remove anything, but rather replaces the disk, at least a few times, to have my most difficult to recover data .

    Could someone me directly to the appropriate instructions for reformatting the hard drive please?  Or if there is an article or something about this whole process, which you could link me to, that would be great.

    Also, I looked for a program to make wiping.  There are those who are free and more expensive.  I prefer free, unless they are just not worth it.  All of you have recommendations for wiping program?

    Actually, come to think of it, I could still be able to use the computer.  Once I refortmat hard drive, isn't that kind of start over with a clean slate as?  If I couldn't reinstall WinXP right back?   Or I wonder if I could install Win7?  My most recent computer running Win7, so I should have the cd somewhere.  Although this old computer has only 1.24 GB of ram.  So maybe not Win7, but even with XP, I could at least still use the printer that is connected to it.  (The printer and its software are probably too old to run on my newer computer.)  As long as I do not plan to use the internet, there is no security issues with this os to an old/old help... right?

    Thanks for your help

    Hi Brynn4,

    Just to add to the comments of rdunnill, I'm guessing that you can't pay for a new operating system for a computer that is worth less that the license will cost you. My suggestion would be to wipe the drive and perform a new installation of XP if you have the XP Dell installation disk. There are many free utilities that can erase the hard drive safely. You DO NOT need to uninstall anything before formatting the disk.

    Otherwise, I would restore the original hard disk image if you do not have a Dell XP disc.

    And Yes, I understand that Microsoft ends in favor of XP, but there are many people who use computers for non-critical tasks that would be happy to put more than a few miles on your old desktop computer.

  • Setting permissions programmatically

    I have a class of propmpting the user to accept the permissions changes. It seems to work ok for the main class

    When the program installs first, then the first execution request to the user.

    The problem I have is with an automatic background class started which is an earpiece of phone.  It "seems" like there is a conflict resulting from installation and request permissions more or less at the same time arrives.  I get this message repeatedly:

    The Application of the untrapped Exception net_rim_bb_trust_application_manager (305) is not interrupted

    Solved.

    I removed the auto start on the earpiece and it started from the main application after application had made its request for permissions. I started the listener with codemoduleManager and the authorization request I the listener is placed in the

    section public Combo()

    Works very well. Demand for the main application calls to save settings and then the listener does the same thing.  I don't know what caused the problem when running autostart, but this configuration is good enough

Maybe you are looking for

  • Spots on the screen of Macbook Pro retina (Staingate)

    Hello For a long time I have in my Macbook Pro retina and and a few days ago I just know that there is a site that some users have been implemented to inform this anomaly in the quality of Apple laptops Macbook Pro retina screen. It is very annoying

  • How find you this forum?

    How find you this forum?

  • Satellite U940 PSU6SA - installation of Win 7 ask for HARD drive drivers

    Hello not sure whether to put this under "Windows 7", Mods please move as necessary.» I have a ultrabook Toshiba U940 PSU6SA - 02K 002 that came with Windows 8 (not Pro) and I would like to install windows 7 on it. It has a Hitachi 500 GB and a small

  • Impossible to get Age of Empires conquerors on Win XP to start

    Installed Age of Empires conquerors on Windows XP, but cannot get it to start. When put CD in CD-ROM drive's error message 'Please insert the CD OK..' so cannot run because he thinks that I have the wrong CD in the CD-ROM. But I had the same CD in th

  • device dv1030us unknown

    HP Pavilion dv1030us Windows Vista Edition Home Premium, 64-bit Device Manager > other devices > unknown device I just did a clean install on my laptop.  I'm trying to re - install all drivers, but I am unable to find this one.  Thanks for any help