Repeat the value of the column derived from formulas

I need to repeat a value derived for a particular combination of column and line to all the rows in the table. However when I put the 'case' function it does not repeat the values I want. The value is displayed only in the line of 1at

The formulas used are the following

CASE WHEN D_MILLS.MILL_NO = 1 THEN (F_MILL_PRODUCTION. FN_YTD_CPO_PRODUCED/F_MILL_PRODUCTION. FN_YTD_CROP_PROCESSED) ELSE (FILTER (F_MILL_PRODUCTION. FN_YTD_CPO_PRODUCED/F_MILL_PRODUCTION. WITH THE HELP OF FN_YTD_CROP_PROCESSED (D_MILLS.MILL_NO = 1.00))) END


Note: No. Mill is the Dimension user for the report on the ground that I have. and I need the value of the derivative for mill = 1 to be repeated for all the other mills (mill No. = 2,3, etc.)

Published by: Shaz01 on August 7, 2010 01:45

Hello

Use the formula like this,

Max (CASE WHEN D_MILLS.MILL_NO = 1 THEN (F_MILL_PRODUCTION. FN_YTD_CPO_PRODUCED/F_MILL_PRODUCTION. FN_YTD_CROP_PROCESSED) ELSE (FILTER (F_MILL_PRODUCTION. FN_YTD_CPO_PRODUCED/F_MILL_PRODUCTION. (WITH THE HELP OF FN_YTD_CROP_PROCESSED (D_MILLS.MILL_NO = 1.00))) END)

You must also, for all values don't indicate the value of factory No 1, so no need of instruction box.

MAX (FILTER (F_MILL_PRODUCTION. FN_YTD_CPO_PRODUCED/F_MILL_PRODUCTION. WITH THE HELP OF FN_YTD_CROP_PROCESSED (D_MILLS.MILL_NO = 1.00)))

Thank you
Vino

Tags: Business Intelligence

Similar Questions

  • Repeat the extensible data from a table in a new

    Hello

    I managed to create a table in LC designer4 growing - IE. It is a four-column table with a header line followed by a line where I can add information in three table cells. If I need to have another line I click on the line button Add (placed in the header row), and a new appears. There is also a button that can systematically remove deleted a row. I'll call this my parent table.

    So far so good.

    Maybe it's better to explain exactly what I'm doing here...

    My parent table is a kind of to-do list he calls table X. Each column is as such: 1. what to do 2. who will do 3. When she will be

    It is extensible, so if there is more than one action to be carried out it will add extra lines.

    I also want to create a new table that is an update on the list to call this table Y:

    column a. what needed to be done (these data are extracted directly from column 1 on the to-do list) column B: at - it to happen? column C: if not, why - columns B and C are new and do not pull the data from the to do list.

    The problem is twofold: how repeat the data in the column 1 (given the fact that I can't use global data binding as column 1 can have several different entries), and if I can get past this first hurdle, how can I make automaticall table expand to the same amount of lines in table X?

    I should mention that I'm a designer so my programming expertise is severely limited. I managed to create the first table by watching the tutorials rather than find out myself. As far as I know the first table is done in javascript.

    Any help would be greatly appreciated!

    You need to loop through the tables and copies the data from the field.

    You have to adapt the example below for your table names and the reference field.

    Table1 = table to copy from

    Table2 = table to copy to

    Row1 = name of the rank that the fields are

    ColumnA = the name of the field being copied

    Here is the script (put it on the Click event of a button):

    Table2._Row1.count = Table1._Row1.count;
    var vCol1 = this.resolveNodes("Table1.Row1[*].ColumnA");
    var vCol2 = this.resolveNodes("Table2.Row1[*].ColumnA");
    
    for (var i = 0; i < vCol1.length; i ++) {
                 vCol2.item(i).rawValue = vCol1.item(i).rawValue;
    }
    
  • Text of the column displaying from right to left, how to fix left right?

    I'm flowing in the English text .docx files in InDesign CC (latest version). For some reason when I arrange the text in columns, the column order is right to left instead of left to right. I noticed that the text in red [+] block is also on the left side instead of the right as usual. How can I get the old definition of return?

    P.S. I looked through the forum and all related issues are in Arabic and the use of versions of InDesign. I have the American version and have never used the international versions, as well as the additional panel options are not there for me. Somehow this swapped itself in the version that I have, so there must be a way to fix here.

    Create a new object based on any style and apply it to your text frames, it should fix the problem.

  • How to find the column column_name from data_dictionary views

    Hi all.

    I have 60 + views, and I need to create a join based on those views.
    I'm looking for the name of the column of the data_dictionary so that I can write a script to write the SQL code to create the view to join?

    Something equivalent to user_tab_columns?

    I don't see that there is a user_view_columns?

    -Thanks for all the help

    View columns are user_tab_columns and all/dba_tab_columns.

  • Union of the not compatible between the column in obiee formula error

    Hi Experts,

    Error: Union of the incompatible types

    I used the Case function in my column formula and got above error as well.

    The formula for the column goes below:

    IFNULL (CASE WHEN EDM_TRD_IR_LEG. LEG_ID = 1 THEN (EDM_TRD_IR_LEG. (END PAY_RECV_IND) OTHERWISE 0, 0)


    LEGID is of type number. PAY_RECV_IND is of type varchar.

    Please let me know how to fix this error.

    Thanks in advance.


    -Looks
    Mayuri

    898221 wrote:
    Hi Experts,

    Error: Union of the incompatible types

    I used the Case function in my column formula and got above error as well.

    The formula for the column goes below:

    IFNULL (CASE WHEN EDM_TRD_IR_LEG. LEG_ID = 1 THEN (EDM_TRD_IR_LEG. (END PAY_RECV_IND) OTHERWISE 0, 0)

    LEGID is of type number. PAY_RECV_IND is of type varchar.

    Please let me know how to fix this error.

    Thanks in advance.

    -Looks
    Mayuri

    @dpka, you have syntax errors in your solution. If you are casting as a varchar, then your syntax should read "1" instead of 1. Also at the end, he must be "0" instead of 0.

    Mayuri,

    To use your syntax, try this:

    IFNULL (CASE WHEN EDM_TRD_IR_LEG. LEG_ID = 1 THEN CAST (EDM_TRD_IR_LEG. (PAY_RECV_IND AS INTEGER) END ELSE 0, 0)

    .. . If you need the result as a digital for purposes of aggregation...

  • Adding a virtual column derived from sdo_geometry?

    Hi guys - maybe just a quick: do I do specifically to add a virtual as column the based on a geometry object?

    SQL> select *
      2    from v$version;
    
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    
    
    5 rows selected.
    
    
    SQL> create table foo (id number
      2                   ,locn mdsys.sdo_geometry);
    
    
    Table created.
    
    
    SQL>
    SQL> alter table foo add (x number as (locn.sdo_point.x));
    alter table foo add (x number as (locn.sdo_point.x))
                                      *
    ERROR at line 1:
    ORA-54016: Invalid column expression was specified
    
    

    I know that in a query, the table must be qualified with an alias as below:

    don't know how to apply this to a virtual column.


    SQL> insert into foo values (1,MDSYS.SDO_GEOMETRY(2001,8307,MDSYS.SDO_POINT_TYPE(151.213376,-33.865623,NULL),NULL,NULL));
    
    
    1 row created.
    
    
    SQL> select *
      2    from
      3
    SQL>
    SQL>
    SQL> select f.locn.sdo_point.x
      2    from foo f;
    
    
    LOCN.SDO_POINT.X
    ----------------
          151.213376
    
    
    1 row selected.
    
    
    SQL>
    
    


    Edit: what should we do to make the display in a fixed rate code in shape with a police?

    For me it works with a user defined function:

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0    Production
    TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production    
    
    SQL> create table foo (id number
      2                      ,locn mdsys.sdo_geometry);
    
    Table created.
    
    SQL> insert into foo (id, locn) values (1,MDSYS.SDO_GEOMETRY(2001,8307,MDSYS.SDO_POINT_TYPE(151.213376,-33.865623,NULL),NULL,NULL));
    
    1 row created.
    
    SQL> create or replace function get_geometry_x (g mdsys.sdo_geometry) return number deterministic as
      2  begin
      3  return g.sdo_point.x;
      4  end;
      5  /
    
    Function created.
    
    SQL> alter table foo add (x number as (get_geometry_x(locn)));
    
    Table altered.
    
    SQL> select x from foo;
    
             X
    ----------
    151,213376
    

    Message geändert durch hm

  • Why can't create shades of color from scratch (not derived from photo)?

    Hey Adobe-ers,

    I am a long-time Adobe product user, and I used the tools of color from Kuler. It is disconcerting that the mobile versions of this tool (CC color then its subsequent integration with catch CC) do not seem to give you the means to create shades of color from scratch - instead requiring an input image and picking color points.

    It seems obvious that finding inspiring colour combinations of your external environment (and take a picture of them) and derived from the color combination of your imagination, is completely different creative workflow that can the two place to the creation of assets of color. Only the former mode (probably more complex) is supported seems quite bizarre!

    I appreciate really new workflows that adobe have aroused, especially on the use of cloud storage to make simple goods to share between machines - but I'd love to have a place to create shades from scratch (in the way of the CC of color web - app) without the workaround of blocking pipeline creative to have to take a picture at random and then change the colors derived from distraction to possibly meet what I had imagined.

    PS Apologies in advance integrated;  There is a way to do and there is just something missing me, this has been answered, or if this is not the right place for feature requests etc.

    Hello Stephen,

    Thanks for that. No, you do not miss anything. This feature is only in the web version of the application. From time to time, we receive requests, to incorporate it into the app now in the mobile version, you need to capture a theme. Then change it.

    I'll leave a note for the team with your comments.

    And, just to alleviate any concerns... the right place for your comments is everywhere where it is easier for you to leave. Finally, we see (and try to respond to) everything.

    Thanks again.

    Sue.

  • Deriving from the value of the column totals

    BI Publisher 11g:

    I have the next report, that I generated:

    BOX TYPE NUMBER OF BOXES COST COST PER BOX
    A10$100$10
    B20$140$7
    TOTAL30$240$17

    My problem is that in the TOTAL row in the column COST PER BOX, the value shouldn't be that is to say $17 ($10 + $7) it should be actually IE $8 ($240 / $30). Does anyone know how to calculate the correct value.

    Assuming that this structure of xml data:

    A

    10

    100

    B

    20

    140

    You can use the following code to get the values:

    row1:  

    row2: 

    Thank you

    Bipuser

  • Display the name of the tag as the column name and the value in the tag as a row of data from the input string.

    Hi Forum members,

    I am looking for a query display the name of the tag as the column name and the value in the tag as a row of data.

    I have to print the values within the tag to a file by choosing the value of the flags. the sequence of the tags will vary each time, as the tag name will change dynamically.

    So here is the example of input data and the expected output. The string in the text column must be separated as the column names and values.

    Input data
    Select 1 as seqno,' < > 0210A 50 4f < / 4f > < 5f20 > TEST CARD 16 < / 5f20 > < 5f2a > < / 5f2a > < 82 > 1 c 00 < / 82 > ' double text


    Output:

    Seqno 4f 5f20 5f2a 82
    0210A 50 16 1 00 TEST CARD 1

    Please help me by providing your entries on this.

    We use the version of Oracle 11.2.

    Note: This is not the XML string

    Thank you

    Shree

    with

    data in the form of

    (select 1 as seqno,'<4f>0210 A 50<5f20>TEST CARD 16<5F2a><82>00 1' text of all the double union)

    Select 2 as seqno,'XYZ<4F>0210 A 50<5f20>TEST CARD 16<5f2a><82>00 1' text of all the double union

    Select 3 as seqno,'<4f>0210 A 50<5f20>TEST CARD 16<5F2A><82>1 00XYZ ' text of all the double union

    Select option 4 as seqno,'<4F>0210 A 50<5F20>TEST CARD 16<5f2A><82>1 00XYZ' double text

    )

    Select d.seqno, x.*

    d the data,

    XMLTable ('/ root')

    by the way xmltransform (xmltype ('': replace (replace (text,'<><>'),)))

    XmlType (q'~http://www.w3.org/1999/XSL/Transform "version ="1.0"> ")

                                                     

                                                       

                                                         

                                                       

                                                     

                                                     

                                                       

                                                         

                                                       

                                                     

    ~'

    )

    )

    path of columns '4f' varchar2 (10) "tag4f."

    path of "5f20' varchar2 (30)"tag5f20. "

    path of '5f2a' varchar2 (10) "tag5f2a."

    path of varchar2 (10) "82" "tag82.

    ) x


    SEQNO 4f 5f20 5f2a 82
    1 0210A 50 16 TEST CARD - 1 00
    2 0210A 50 16 TEST CARD - 1 00
    3 0210A 50 16 TEST CARD - 1 00
    4 0210A 50 16 TEST CARD - 1 00

    with

    data in the form of

    (select 1 as seqno,'<4f>0210 A 50<5f20>TEST CARD 16<5F2a><82>00 1' text of all the double union)

    Select 2 as seqno,'XYZ<4F>0210 A 50<5f20>TEST CARD 16<5f2a><82>00 1' text of all the double union

    Select 3 as seqno,'<4f>0210 A 50<5f20>TEST CARD 16<5F2A><82>1 00XYZ ' text of all the double union

    Select option 4 as seqno,'<4F>0210 A 50<5F20>TEST CARD 16<5f2A><82>1 00XYZ' double text

    ),

    Chopper (seqno, Key, value, String) as

    (select seqno,

    regexp_substr (text,'<(.+?)>', 1, 1, null, 1),

    regexp_substr (Text,'>(.*?))

    regexp_substr (text,'<.+?>. *? ) (.*) $', 1, 1, null, 1). » <>'

    from the data

    Union of all the

    Select seqno,

    regexp_substr (String,'<(.+?)>', 1, 1, null, 1),

    regexp_substr (String,'>(.*?))

    regexp_substr (String,'<.+?>. *? ) (.*) $', 1, 1, null, 1)

    Chopper

    where regexp_substr (string,'<(.*?)>', 1, 1, null, 1) is not null

    )

    Select '4f', seqno, '5f2a', '82', '5f20.

    of (seqno, lower (key) select key, value)

    Chopper

    )

    Pivot (max (value) for key in ('4f' as '4f', '5f20' as '5f20', '5f2a' as '5f2a', "82" as "82"))

    Concerning

    Etbin

  • Mark from a table where the column value is a colon-delimited list

    Version: Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production

    Hello

    This is a new query of a query Frank helped me with: https://community.oracle.com/message/12506306#12506306

    Demand is all users to restrict the report based on a multiple selection on the front-end server (application APEX) filter.

    The filter returns that a colon-delimited list and the data in the table can be saved in a delimited by a colon list too. There may be 1 to n values (up to 4000 characters).

    I need a WHERE clause that will allow a match, if it exists, between the data in the column of the Table and the Mult-selection list filter.

    The abbreviated for this post query would be something like:

    SELECT slt_id, slt_item, slt_owner

    OF slt_dashboard

    WHERE slt_owner IN (colon delimited page list);

    The Create Table and Insert statements:

    CREATE TABLE slt_dashboard
    (
      dashboard_id  NUMBER,
      slt_id        VARCHAR2(10),
      slt_item      VARCHAR2(2500),
      slt_owner     VARCHAR2(4000),
      slt_type      VARCHAR2(25),
      slt_year      NUMBER,
      parent_id     NUMBER
    );
    
    --Insert slt_dashboard
    INSERT INTO slt_dashboard(dashboard_id,slt_id,slt_item,slt_owner,slt_type,slt_year,parent_id)
    VALUES (12,'1.1','Implement revenue enhancement initiatives','E15889:JPARISI:BDUR63','Business Commitment',2014,6);
    
    INSERT INTO slt_dashboard(dashboard_id,slt_id,slt_item,slt_owner,slt_type,slt_year,parent_id)
    VALUES (13,'1.2','Strengthen our Energy position','KVROMAN','Business Commitment',2014,6);
    
    
    

    I have a function to separate the list delimited by two points in a table for the IN clause, but because these values can be saved in a delimited list of Colon in the column of the Table, I have a problem, being able to analyze the data in the column, AND the filter data.

    The function is:

    CREATE OR REPLACE FUNCTION get_list( p_string IN VARCHAR2
                                        ,p_delimiter IN VARCHAR2 DEFAULT ':'
                                       )
        RETURN vc_array_1
        PIPELINED
    IS
        l_string VARCHAR2( 32000 );
        l_array wwv_flow_global.vc_arr2;
    BEGIN
        l_array     :=
            APEX_UTIL.string_to_table( p_string
                                      ,p_delimiter
                                     );
    
        FOR i IN l_array.FIRST .. l_array.LAST
        LOOP
            PIPE ROW ( TRIM( l_array( i ) ) );
        END LOOP;
    
        RETURN;
    END;
    
    
    

    The function called in the query in the form (it's just for reference in case someone wanted to know):

    SELECT ...
    FROM ...
    WHERE slt_owner IN (SELECT * FROM TABLE( get_list( :P115_SLT_OWNER ) ));
    

    But I can't use this approach because the data in the Table can be saved in a delimited list of Colon too.

    Desired output:

    If the Mult-Select list filter contains: E15889:JPARISI then

    1.1 implementation of the E15889 revenue improvement initiatives; JPARISI (it's a semicolon between the names)

    If the multiple-selection list filter contains: KVROMAN then

    1.2 strengthen our position of energy KVROMAN

    If the multiple-selection list filter contains: BDUR63:KVROMAN then

    1.1 implementation of the BDUR63 revenue improvement initiatives

    1.2 strengthen our position of energy KVROMAN

    Please let me know if something is not clear.

    Thank you

    Joe

    I went to approach the Table and the Page works perfectly.

    Thank you to everyone!

    Thank you

    Joe

  • Export data from Oracle table to a .csv file by putting a condition on the value of a column

    Hello gurus,

    I have the following data in my table

    ROWID name version date

    1 oracle 11.1 20/12/2013

    Java 2 7 12/10/2011

    1 oracle 12.1 28/12/2013

    1 oracle 10.2 12/06/2010

    Now I need a general sql/plsql code who wrote the columns with a specific value to the rowid.

    My output should look like

    1,Oracle,11.1,12/20/2013

    1,Oracle,12.1,12/28/2013

    1,Oracle,10.2,06/12/2010

    Here, I want to pass the value as a parameter dynamically

    Can someone help me with the sql/plsql.

    Hello

    If you use the IN operator:

    Select rowid_col

    || ',' || name_col

    || ',' || version_col

    || ',' || To_char (date_col, 'HH24:MI:SS of Mon-DD-YYYY') AS csv_text

    from your_table

    where rowid_col IN (& input_values);

    then & input_values can be a unique number (e.g. 1) or a list separated by commas (for example, 1,2,3) numbers.  Don't put NO space around the comma.

  • Starting from two data tables, how do you get the values in two columns using values in a column (values get col. If col. A is not null values and get the pass. B if col. A is null)?

    Two tables provided, how you retrieve the values in two columns using values in a column (the pass get values. If col. A is not null values and get the pass. B if col. A is null)?

    Guessing

    Select nvl (x.col_a, y.col_b) the_column

    from table_1 x,.

    table_2 y

    where x.pk = y.pk

    Concerning

    Etbin

  • How to extract repeated the pair key / value of string in a column values?

    Dear Experts,

    I have this value stored in a cell as a string value for all rows

    [
    {"id":"1666","issueId":"ezsats:10000:1418145284747","sapId":"1101854","name":"INDIRA DEVU MD PC","createdBy":"Someone, Adam","dateAdded":"2014/12/09"},
    {"id":"1667","issueId":"ezsats:10000:1418145284747","sapId":"1125031","name":"IL INDIRA DEVU MD PC","createdBy":"Someone, Adam","dateAdded":"2014/12/09"}
    ]
    

    I am updating a stringvalue who's name to a different format.

    Old Format

    [{'id': "1666", "issueId": "ezsats:10000:1418145284747", "SAPID": '1101854', 'name': 'INDIRA DHORDAIN MD PC,' "createdBy": 'Someone, Adam', "dateAdded": "2014/12/09"}, {'id': '1667', "issueId": "ezsats:10000:1418145284747", "SAPID": '1125031', 'name': 'IL INDIRA DHORDAIN MD PC,' "createdBy": 'Someone, Adam', "dateAdded": "2014/12/09"}]

    New Format

    INDIRA DHORDAIN MD PC. INDIRA DHORDAIN MD PC



    How can you do with sql and plsql function?


    Can you please help me.


    Thank you and best regards,


    Hello

    Maybe you want something like this:

    SELECT REGEXP_REPLACE (REGEXP_REPLACE (str

    , '(^|"). *?" Name":"([^"]*)'"

    , '\2;'

    )

    , ';". *'

    ) AS the target

    FROM table_x

    ;

  • How to set the default value of a column from the value of the 2 columns given

    Is it possible to set the default value for a column A, as the concatenated values of columns B and C of the create table statement itself without using the trigger.

    for example, in a line, if column B is 'James' and column C is "smith" then the column has must be "james Smith".
    in another line if column B is 'Bob' and column C is "Taylor" then column should be "Bob Taylor"

    Thank you
    YG

    Yes, it is possible. But what is your version of the database? Try to use "virtual column. Search for a virtual column in the following link.
    http://www.Oracle.com/technology/pub/articles/Oracle-database-11g-top-features/11g-schemamanagement.html
    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28286/statements_7002.htm

  • transform data from the column online

    Dear Member,
    I use 10G DB.
    Old table has the structure folliowng with values in point 1 or 2 or 3, 4, all columns
    ID      Year05      year06      year07      year08      year09      year10
    --     -------     -------     ------     -------     -------     -------
    1     654     387     3874     
    2          3645          878          899
    3     232     787          654     89     
    4               34
    ....
    
    The new table  has the following structure ( SEQ,id, year, amount). How can I insert the old data into the new structure like the following?
    
    SEQ     ID     YEAR     AMOUNT
    1     1     05     654
    2     1     06     387
    3     1     07     3874
    4     2     06     3645
    5     2     08     878
    6     2     10     899
    7     3     05     232
    8     3     06     787     
    9     3     08     654
    10     3     09     89
    11     3     10     899
    12     4     07     34
    WAN

    Hi, wAN,

    wanwan63 wrote:
    Frank,

    Thank you very much for the link.
    On the example Comm displayed always on the line if there is no value. Is it possible to not display COMM if comm is null?

    He finds that sal is never NULL in this example. If sal could be null, you want to exclude the rows of the result set, too?

    Add a WHERE clause to exclude the lines. We cannot use a column alias like num_val in the WHERE clause of the query even where it has been defined, then either
    (a) repeat the CASE expression in the WHERE clause, or
    (b) set num_val in a subquery and then use it in the WHERE clause of a query Super, like this:

    WITH     all_col_names          AS
    (
         SELECT     'COMM'  AS col_name     FROM dual     UNION ALL
         SELECT     'SAL'                   FROM dual
    )
    ,     got_num_val          AS
    (
         SELECT       e.ename
         ,       n.col_name
         ,       CASE     n.col_name
                      WHEN  'COMM'     THEN  e.comm
                     WHEN  'SAL'     THEN  e.sal
                  END          AS num_val
            FROM           scott.emp          e
         CROSS JOIN    all_col_names     n
         WHERE       deptno          = 30
    )
    SELECT       *
    FROM       got_num_val
    WHERE       num_val     IS NOT NULL
    ORDER BY  ename
    ,            col_name
    ;
    

Maybe you are looking for

  • Load OSX on 2014 macbook air problems

    Hey guys, dude this device telling me that he had bought earlier by someone who had deleted the info private and he has said that he needs to enter the password to access the desktop computer. The thing is, no matter what he tried it is not on the de

  • ITunes will not open after installation on own windows.

    Hello good people. I'm having a problem with iTunes. First, I installed my card motherboard and CPU to 970 MSI gaming and AMD FX6300 respectively. Secondly, I tried solving this problem on and off for 12 hours now. I did, step by step, everything inc

  • Reinstall XP - error message - "product ID you entered is not valid.

    I have to reinstall Windows XP after replacing the HD but get the error "the product ID you entered is not valid. I registered this product before when I installed everything first a couple of years (on the same computer) reinstall XP. I don't need a

  • No account password and remote desktop

    Hi, I do not have a password for the account and I want to use remote desktop. I know it's possible to use it without password, but it is dangerous. Is it possible to add a password is required for the sessions remotely? Or y at - it another way for

  • Problems with export and import

    I have a problem with export and import Here's what I did... exp "'/ as sysdba'" PARFILE=parfile.txt PAFILE TABLES=user1.Table1 file=Table1_1006.dmp LOG=Table1_1006.log query="where to_char(processeddate,'YYYYMMDDHHMISS') between to_char(to_timestamp