using line as column names

All,

I have two tables like questions_tbl table and response_tbl table I want to use queries the table in question (q1, q2, g3 etc.) as title/names of columns and the corresponding answers in the table response_tbl for this question as column values

questions_tbl (id, question_code, q1, q2, q3)

responses_tbl (id, question_code, resp1, resp2, resp3)

logged in as questions_tbl.question_code = responses_tbl.question_code IE 1-to-many

example of report,

What is your favorite car?                 What is xxxxxx?                     What is your best pet?

========================   ======================  ========================

ford                                             laptop                                     dog

Chevy                                         cellphone                                dove

vw                                              ipod                                        dolphin

How can I write this in sql/plsql to achieve this result?

Oracle 11g 2

Thank you.

create the table questions_tbl as

Select 1 id, 'T1' question_code, "what is your favorite car?" question of all the double union

Select 2, 'q2', "what is your favorite device?" of all the double union

Select 3, "q3", 'what is your favorite animal?' in union double all the

Select 4, 'T4', "what is your favorite plant?" of all the double union

Select 5, 'q5', "what is your favorite hamburger?" of the double

create the table responses_tbl as

Select 1 id, 'T1' question_code, 'Ford' Union response double all the

Select 2, 'T1', 'Chevy' from dual union all

Select 3, 'T1', 'VW' from dual union all

Select option 4, "T2", "notebook" of the dual union all

Select 5, 'T2', 'cell phone' from dual union all

Select 6, 'T2', 'i - pod' from dual union all

Select 7, "T2", "i - pad' from dual union all

Select 8, "T2", "toothbrush" dual Union all

Select 9, "q3", "dog" of all the double union

10. Select, "q3", "plunged" the dual union all

Select 11, "q3", "Dolphin" dual union all

Order 12, "q3", "cat" dual union all

Select 13, 'q5', 'Ham' from dual union all

Select 14, 'q5', 'cheese' from dual union all

Select 15, 'q5', 'fish' of all the double union

Select 16, 'q5', 'chicken' of the double

create or replace function report_query (no_of_columns in number) return varchar2 is

sql_result varchar2 (4000): = q'[select id,

0 rn,

Upper (question) text

of questions_tbl

Union of all the

Select q.id,

ROW_NUMBER() over (partition by order q.question_code by r.id) rn,

r.Response text

of questions_tbl q,.

responses_tbl r

where q.question_code = r.question_code

order by id, rn

]';

sql_x varchar2 (4000): = ";

sql_y varchar2 (4000): = ";

sql_1 varchar2 (4000): = q'[select row_is,

RN,

]';

sql_2 varchar2 (4000): = q'[max (c1) c1,

]';

sql_3 varchar2 (4000): = q'[from (select ceil (id /: columns) row_is,)]

RN,

]';

sql_4 varchar2 (4000): = q'[case when mod(id,:columns) = 1 then c1, end of text,

]';

sql_5 varchar2 (4000): = q'[Correction (select id,

0 rn,

Upper (question) text

of questions_tbl

Union of all the

Select q.id,

ROW_NUMBER() over (partition by order q.question_code by r.id) rn,

r.Response text

of questions_tbl q,.

responses_tbl r

where q.question_code = r.question_code

)

)

Group of row_is, rn

order of row_is, rn

]';

Start

If no_of_columns > 1 then

because me in 1... no_of_columns

loop

sql_x: = sql_x | Replace (sql_2, '1', to_char (i));

sql_y: = sql_y | Replace (sql_4, '1', to_char (i));

end loop;

sql_x: = replace (sql_x, to_char (no_of_columns): ',', to_char (no_of_columns));

sql_y: = replace (sql_y, to_char (no_of_columns): ',', to_char (no_of_columns));

sql_y: = replace (sql_y, '=' | to_char (no_of_columns), '= 0');

sql_result: = replace(sql_1|| sql_x || sql_3 || sql_y || sql_5,':columns',to_char(no_of_columns));)

end if;

Return sql_result;

end;

Select report_query (3) double T3

Q3
Select rn, max c1, c2 max (c2), row_is, max (c3) c3 (c1) from (select ceil(id / 3) row_is, rn, case when mod(id,3) = 1 then text end c1, case when mod(id,3) = 2 then text end c2, case when mod(id,3) = 0 then the text end c3 from (select id, 0 rn) ((, text of upper (question) of questions_tbl union q.id select all the row_number() over (partition by order q.question_code by r.id) rn, text of r.response of q, r responses_tbl questions_tbl where q.question_code = r.question_code)) Group of row_is, sort row_is, rn rn

Select rn, max c1, c2 max (c2), row_is, max (c3) c3 (c1) from (select ceil(id / 3) row_is, rn, case when mod(id,3) = 1 then text end c1, case when mod(id,3) = 2 then text end c2, case when mod(id,3) = 0 then the text end c3 from (select id, 0 rn) ((, text of upper (question) of questions_tbl union q.id select all the row_number() over (partition by order q.question_code by r.id) rn, text of r.response of q, r responses_tbl questions_tbl where q.question_code = r.question_code)) Group of row_is, sort row_is, rn rn

ROW_IS RN C1 C2 C3
1 0 WHAT'S YOUR CAR FAVORITE? WHAT IS YOUR FAVORITE? WHAT IS YOUR ANIMAL FAVORITE?
1 1 Ford laptop dog
1 2 Chevy cell phone Dove
1 3 VW i pod Dolphin
1 4 - i pad CAT
1 5 - toothbrush -
2 0 WHAT IS YOUR FAVORITE? WHAT IS YOUR BURGER FAVORITE? -
2 1 - Ham -
2 2 - cheese -
2 3 - fish -
2 4 - chicken -

Select report_query (2) double T2

Q2
Select row_is, rn, max (c1) c1, c2 from max (c2) (select ceil(id / 2) row_is, rn, case when mod(id,2) = 1 then text end c1, case when mod(id,2) = 0 then text end c2 from (select id, 0 rn, upper (question) of questions_tbl union q.id text select all, row_number() on rn (partition by order q.question_code by r.id) questions_tbl r.response text q) ((, r responses_tbl where q.question_code = r.question_code)) Group of row_is, sort row_is, rn rn

Select row_is, rn, max (c1) c1, c2 from max (c2) (select ceil(id / 2) row_is, rn, case when mod(id,2) = 1 then text end c1, case when mod(id,2) = 0 then text end c2 from (select id, 0 rn, upper (question) of questions_tbl union q.id text select all, row_number() on rn (partition by order q.question_code by r.id) questions_tbl r.response text q) ((, r responses_tbl where q.question_code = r.question_code)) Group of row_is, sort row_is, rn rn

ROW_IS RN C1 C2
1 0 WHAT'S YOUR CAR FAVORITE? WHAT IS YOUR FAVORITE?
1 1 Ford laptop
1 2 Chevy cell phone
1 3 VW i pod
1 4 - i pad
1 5 - toothbrush
2 0 WHAT IS YOUR ANIMAL FAVORITE? WHAT IS YOUR FAVORITE?
2 1 dog -
2 2 Dove -
2 3 Dolphin -
2 4 CAT -
3 0 WHAT IS YOUR BURGER FAVORITE? -
3 1 Ham -
3 2 cheese -
3 3 fish -
3 4 chicken -

You said that it is a report

Concerning

Etbin

Tags: Database

Similar Questions

  • Oracle: Analytics: how to sort by using a few column names

    I have a request that is the same as the lower.

    select organization_name, is_manager, is_vendor, is_engineer from table_org_roles;

    The example data:

    organization_name|is_manager|is_vendor|is_engineer

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

    Org_A   |Yes   |No   |No

    Org_B   |No   |Yes   |No

    Org_C   |No   |No   |Yes

    However I wanted to do a SQL query that is classified by her mounted the role name that is the name of the column. How can I make query that is displayed as below:

    Roles(ASC) | Organization

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

    is_engineer| Org_C

    is_manager | Org_A

    is_vendor  | Org_B

    Is it possible to make this query using Analytics? Thank you much in advance.

    No required Analytics:

    SELECT "is_engineer" roles, OrganizationName

    OF table_org_roles

    WHERE is_engineer = 'Yes '.

    UNION ALL

    SELECT 'is_manager', OrganizationName

    OF table_org_roles

    WHERE is_manager = 'Yes '.

    UNION ALL

    SELECT 'is_vendor', OrganizationName

    OF table_org_roles

    WHERE is_vendor = 'Yes '.

    ORDER BY 1

  • Discovered lines with column names where the cell contains a value

    I have a table with columns Additive_ID, A, B, C. Each Additive_ID has a single row.

    I would like to write a query that returns a result set with two columns: Additive_ID and values. It will have up to three lines for each Additive_ID, with the values column that contains the name of the column in the source table if it contains a 1 for this Additive_ID.

    What is the best way to achieve this?

    (In fact, the source table contains about 50 columns.)
    Select additive_id, decode(A,1,'A') value from your_table union all
    Select additive_id, decode(B,1,'B') value from your_table union all
    Select additive_id, decode(C,1,'C') value from your_table
    

    Here's a quick way to get all the SELECT to build the union:

    Select 'Select additive_id, decode('||column_name||',1,'''||column_name||''') value from your_table union all'
    from cols
    where table_name = 'YOUR_TABLE';
    

    Max

  • ERROR DUPLICATE COLUMN NAME

    I get an error of duplicate column name to submit using automatic processing of line.

    I have a few items on the page with the same column name, but they appear under certain conditions. Even if I put in them NEVER occurs again.

    I would understand that you still can't duplicate names even if the elements are conditional?

    If this is the case, then Ill have to do with javascript or something. Pain cos apart from that, my form is quite clean

    Thanks for the help of anyones :-)

    Colin

    Since your sql does not deal with conditional columns, you don't CAN NOT use the same column name several times... Unless you write your own DML to manage updates/inserts & removes...

    Thank you

    Tony Miller
    Webster, TX

  • How would add labels to lines and columns of a spreadsheet?

    I got some data of an oscilloscope, which has about 500 lines I want to the label at the time of measurement (1ms, 2ms, 3ms...) and about 10 columns I want to mark it with a corresponding wavelength (800 nm, 805nm, 810nm...). Any idea or links to examples would be appreciated.

    Gregory

    Before you write data in your spreadsheet file, write a line of column names.  Just make a table 1 d of strings with column names.  Write the 1 d array to the worksheet.  If you want labels on each line, you will need to convert your data into strings.  So, you will have a table 2D-string data.  Create a table 1 d of your line labels.  Insert in the table to insert your picture label in the data table, making sure to wire a 0 in the index of the column, not the index of the row.  This will put your labels in the first column.  Then write the 2D table in the spreadsheet file.

  • column name-desc

    Hi the gems...

    cant I use DESC as column name?
    When I tried to create a table with the name of column VARCHAR2 (250) DESC, then he got failed with error invalid identifier...

    Yes, you can, but not recommended!

    create table a ("desc" varchar2(10));
    
  • maximum number of characters used in a column

    Hi all
    Suppose I have a table named employee with two fileds (Emp_id and name)
    I need the query to find the maximum number of characters used in the column name until now.

    CNA anyone help me.

    combine the MAX and LENGTH

    as in:

    SQL> select max (length (ename))
      2    from emp
      3  ;
    
    MAX(LENGTH(ENAME))
    ------------------
                     6
    
    SQL> 
    
  • Error based on nested groups used by column name.

    Hi team,

    If I used the function of group nested with column name his does not work. Could you please all you suggest me.

    How to use it.

    Kind regards
    Vincent.

    Please find coil...

    SQL > select user_name, max (max (CNT)) in (select USER_NAME, count (*) NTC from v$ open_cursor group USER_NAME)
    2 group user_name, CNT;
    Select user_name, max (max (CNT)) in (select USER_NAME, count (*) NTC from v$ open_cursor group USER_NAME)
    *
    ERROR on line 1:
    ORA-00937: not a single group group function


    SQL > select max (max (CNT)) in (select USER_NAME, count (*) NTC from v$ open_cursor group USER_NAME)
    2 group of user_name;

    MAX (MAX (CNT))
    -------------
    605

    Or simply (but it would be wrong if several users have same count (*)):

    select max(USER_NAME)keep(dense_rank first order by count(*)) username
          ,max(count(*)) CNT
    from v$open_cursor
    group by USER_NAME
    
  • How to view the line of columns without using the pivot keyword

    Hello
    could someone help me how to display lines in columns without using the keyword pivot and actuall is my scenario, iam having two tables with names and examples of data is shown below

    MIDDLE MINAME TASKID TASKNAME IDENTIFICATION PROJECT

    1 PROJ1 1 AA 100 PR1_TASK1
    1 PROJ1 3 CC PR1_TASK3 102
    1 PROJ1 DD 4 103 PR1_TASK4
    1 PROJ1 EE 5 104 PR1_TASK5
    1 PROJ1 6 105 FF PR1_TASK6
    2 PROJ2 EE 5 114 PR2_TASK1
    2 PROJ2 6 115 FF PR2_TASK2
    2 PROJ2 GG 7 116 PR2_TASK3
    2 PROJ2 HH 8 117 PR2_TASK4
    2 PROJ2 9 118 PR2_TASK5 JJ
    2 PROJ2 KK 10 119 PR2_TASK6
    2 PROJ2 1 AA PR2_TASK7 120


    The output should show the project and County of tasks at a given stage as shown below

    project AA BB CC DD EE FF GG HH JJ KK
    1 2 0 1 5 3 2 0 2 1 0
    2 1 2 0 2 1 0 2 4 3 1


    Thanks in advance,
    VVR
    CREATE TABLE pivot_test (
    ID           NUMBER,
    PROJECT      VARCHAR2(10),
    MID          NUMBER,
    MINAME       VARCHAR2(5),
    TASKID       NUMBER,
    TASKNAME     VARCHAR2(10)
    );
    
    INSERT INTO pivot_test VALUES (1, 'PROJ1', 1,  'AA', 100, 'PR1_TASK1');
    INSERT INTO pivot_test VALUES (1, 'PROJ1', 3,  'CC', 102, 'PR1_TASK3');
    INSERT INTO pivot_test VALUES (1, 'PROJ1', 4,  'DD', 103, 'PR1_TASK4');
    INSERT INTO pivot_test VALUES (1, 'PROJ1', 5,  'EE', 104, 'PR1_TASK5');
    INSERT INTO pivot_test VALUES (1, 'PROJ1', 6,  'FF', 105, 'PR1_TASK6');
    INSERT INTO pivot_test VALUES (2, 'PROJ2', 5,  'EE', 114, 'PR2_TASK1');
    INSERT INTO pivot_test VALUES (2, 'PROJ2', 6,  'FF', 115, 'PR2_TASK2');
    INSERT INTO pivot_test VALUES (2, 'PROJ2', 7,  'GG', 116, 'PR2_TASK3');
    INSERT INTO pivot_test VALUES (2, 'PROJ2', 8,  'HH', 117, 'PR2_TASK4');
    INSERT INTO pivot_test VALUES (2, 'PROJ2', 9,  'JJ', 118, 'PR2_TASK5');
    INSERT INTO pivot_test VALUES (2, 'PROJ2', 10, 'KK', 119, 'PR2_TASK6');
    INSERT INTO pivot_test VALUES (2, 'PROJ2', 1,  'AA', 120, 'PR2_TASK7');
    
    SELECT ID as PROJECT,
           SUM(DECODE(miname, 'AA', 1, 0)) AS AA,
           SUM(DECODE(miname, 'BB', 1, 0)) AS BB,
           SUM(DECODE(miname, 'CC', 1, 0)) AS CC,
           SUM(DECODE(miname, 'DD', 1, 0)) AS DD,
           SUM(DECODE(miname, 'EE', 1, 0)) AS EE,
           SUM(DECODE(miname, 'FF', 1, 0)) AS FF,
           SUM(DECODE(miname, 'GG', 1, 0)) AS GG,
           SUM(DECODE(miname, 'HH', 1, 0)) AS HH,
           SUM(DECODE(miname, 'JJ', 1, 0)) AS JJ,
           SUM(DECODE(miname, 'KK', 1, 0)) AS KK
    FROM   pivot_test
    GROUP BY ID;
    
    PROJECT AA BB CC DD EE FF GG HH JJ KK
    ------- -- -- -- -- -- -- -- -- -- --
          1  1  0  1  1  1  1  0  0  0  0
          2  1  0  0  0  1  1  1  1  1  1 
    
  • How to select data using the same remote database column name 3

    Hello


    Can anyone help me on how to get the data with the same remote database column names 3 and a unique nickname.

    E.g.

    SELECT *.
    B.SID, b.status, SUM (b.qty) qantity MAX (b.) date_as_of
    Of
    * ((table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) has, *)
    (* (table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) b). *
    WHERE b.dept = 'finance '.
    AND a.position = "admin".
    AND a.latest = 'Y' AND (b.status <>"MLT") AND b.qty > 0;
    B.SID GROUP, b.status;

    NOTE: the instructions "BOLD" is just an example of what I want to do but I always get an error beacause of ambiguous column.

    Thanks to advnce. :)

    Published by: user12994685 on 4 January 2011 21:42

    user12994685 wrote:

    Can anyone help me on how to get the data with the same remote database column names 3 and a unique nickname.

    Not valid. This makes no sense and breaks all the rules of scope-resolution. And if it is in a single database, or uses tables in databases, is not relevant.

    Each object must be particularly well identified. If you cannot do this:

    select * from (table1@remotedatabase1, table1@remotedatabase2, table1@remotedatabase3) a
    

    3 objects cannot share the same alias. Example:

    SQL> select * from (dual, dual) d;
    select * from (dual, dual) d
                       *
    ERROR at line 1:
    ORA-00907: missing right parenthesis
    

    You need to combine objects - by using a join union or similar. He will have to be done as follows:

    SQL> select * from (select * from dual d1, dual d2) d;
    select * from (select * from dual d1, dual d2) d
           *
    ERROR at line 1:
    ORA-00918: column ambiguously defined
    

    However, we need to have unique column in a projection of SQL names - so the join of the need to project a unique set of columns. So:

    SQL> select * from (select d1.dummy as dummy1, d2.dummy as dummy2 from dual d1, dual d2) d;
    
    DUM DUM
    --- ---
    X   X
    
    SQL> 
    

    I suggest that you look carefully at what opportunities are and how it applies in SQL - and ignore if the referenced objects are local or remote, because it has no effect on the basic principles of scope-resolution.

  • Can I use * and the list of the column names in a select query

    PLSQL again.  Can I use * and the list of the column names in a select query, i.e. Select *, col1, col2 from Mytable.  When I do that my questions tend to the bomb.  Can do in other databases.

    Thank you

    Mike

    Hi, Mike,.

    If there is something else in the more SELECT clause *, then * must be qualified with a table name or alias.

    For example:

    SELECT Mytable. *, col1, col2

    FROM MyTable;

  • Additional column names selected when you use the describe "popup" to select columns

    Hello

    In SQL Developer 3.2.20.09, if you use the popup describe the function on a individual table columns using Ctrl + click (not shift click choosing a range of columns) and select and then drag them to the SQL worksheet to find the column names, it includes all of the columns between the individual columns that have been selected.

    For example if I choose column 1 and 5, it includes 1,2,3,4,5 columns when I drag them through.

    Simple to reproduce on any table, just open the SQL worksheet, type the name of a table, open the popup describe and select some columns.

    Kind regards

    Steve

    Is not past in v4 ai2 it seems to be fixed.

  • by using the parameter entry is as column names

    Hi all

    I have a stored proc in which I get the column names as parameter with string delimited by commas. For example, if I get

    Address, city, name, zip_code as a varchar2 in my stored proc is the name of the parameter

    p_param

    I can do


    Select p_param from

    VW_Personal

    or is their any simple way, I can use these list of parameters by commas as the column names in my stored proc.

    Any help will be appreciated.


    Thank you

    I copy - paste the same answer I gave to another question this morning:

    You can use ref Cursor, anyway when you retrieve the values you need to know the number and the type of data in the columns.

    SQL> create or replace procedure print_enames(in_col in varchar, in_val in varchar2) is
      2  c sys_refcursor;
      3  v_name emp.ename%type;
      4  begin
      5    open c for 'select ename from emp where '||DBMS_ASSERT.SIMPLE_SQL_NAME(in_col)||'= :1 ' using in_val;
      6    loop
      7     fetch c into v_name;
      8     exit when c%notfound;
      9     dbms_output.put_line('ename='||v_name);
     10    end loop;
     11  end;
     12  / 
    
    Procedure created.
    
    SQL> select * from emp;
    
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
          7369 SMITH      CLERK           7902 17-DEC-80        800                    20
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300         30
          7521 WARD       SALESMAN        7698 22-FEB-81       1250        500         30
          7566 JONES      MANAGER         7839 02-APR-81       2975                    20
          7654 MARTIN     SALESMAN        7698 28-SEP-81       1250       1400         30
          7698 BLAKE      MANAGER         7839 01-MAY-81       2850                    30
          7782 CLARK      MANAGER         7839 09-JUN-81       2450                    10
          7788 SCOTT      ANALYST         7566 19-APR-87       3000                    20
          7839 KING       PRESIDENT            17-NOV-81       5000                    10
          7844 TURNER     SALESMAN        7698 08-SEP-81       1500          0         30
          7876 ADAMS      CLERK           7788 23-MAY-87       1100                    20
          7900 JAMES      CLERK           7698 03-DEC-81        950                    30
          7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
          7934 MILLER     CLERK           7782 23-JAN-82       1300                    10
    
    14 rows selected.
    
    SQL> set serverout on
    SQL> exec print_enames('mgr','7839')
    ename=JONES
    ename=BLAKE
    ename=CLARK
    
    PL/SQL procedure successfully completed.
    
    SQL> exec print_enames('sal','1250')
    ename=WARD
    ename=MARTIN
    
    PL/SQL procedure successfully completed.
    
    SQL> exec print_enames('deptno','30')
    ename=ALLEN
    ename=WARD
    ename=MARTIN
    ename=BLAKE
    ename=TURNER
    ename=JAMES
    
    PL/SQL procedure successfully completed.
    

    Max

    Published by: Massimo Ruocchio, June 23, 2011 17:02
    As well stressed Centinul this approach is prone to sql injection.
    Usage of DBMS_ASSERT function. SIMPLE_SQL_NAME can avoid this problem, but there are onliy on Oracle 10.2 and later.

  • use a (selection list) element as the column name in the select?

    I have a popup LOV key based on a select (dynamic list of values)
    I want to display and return - select columns in the select statement to be determined by another list.

    I tried:

    Select distinct: P133_COLUMN d: P133_COLUMN r
    FROM MyTable

    but then I don't you the value of: P133_COLUMN... so if: P133_COLUMN is 'EMPNO' LOV popup displays the text "EMPNO" and referred the text 'EMPNO', not the empno column values...

    If I change

    Select distinct P133_COLUMN d & P133_COLUMN r
    FROM MyTable

    I get the standard
    "LOV query is not valid, a display and a return value is needed, the column names must be different. If your query contains a query online, the first CLAUSE in the SQL statement must not belong to the query online. »

    Anyone?

    Also, I was wondering if it is possible to set the textfield object in the item popup LOV to accept the input text directly as well as the selected value, but the first part of the question is the important part.

    Concerning

    Andreas

    Hello Andy,

    Change your LOV to something like this:
    'select' return. : P133_COLUMN |' d, ' | : P133_COLUMN | "as r from myTable";

    Greetings,
    Roel

    http://roelhartman.blogspot.com/

  • Using PL/SQL to retrieve column names and column values

    If I have a table as follows

    Table has)
    meal varchar2 (32),
    drink varchar2 (32),
    VARCHAR2 (32)) desert.

    and the table contains a row

    drinks food desert
    -------------------------------------------------------
    Pork chops crispy Apple of iced tea


    Is it possible in pl/sql to retrieve the names of columns and values. I have an object type
    (OBJECT) ACE DATA_DEFINITION_T
    VARCHAR2 (32) 'FIELD_NAME ',.
    'FIELD_VALUE' VARCHAR2 (32)

    I need to store the column name in field_name and the value of column in field_value.

    So, the result would be:

    Field_name = meals
    Field_value = pork_chops

    Field_name = drink
    Field_value = iced tea

    Field_name = desert
    Field_value = croustade

    Thanks in advance.

    The Subscriber to the queue will pick up the message and how to process the data (field_value) based on the field_name (s). With the domain name, it cannot be what to do with the data.

    Sounds like an XML approach would be better than this owner = value field.

    You have considered things like [DBMS_XMLGEN | http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb13gen.htm#i1025386]?

    Concerning
    Peter

Maybe you are looking for

  • Adobe Reader

    Sometimes when I try to print a PDF with Adobe Reader, it will print the first two pages OK, then the rest will be ruined. This may be the cause for this? Any thoughts would be much appreciated.

  • Qosmio F10: black screen at startup - no. Toshiba screen

    Help My F10 is completely blocked and no longer works. After booting, the screen remains black and the fan starts to run madly, after a while the sound of toshiba happens but nothing else happens. No windows, nothing, only the fan running wild of the

  • Re: Satellite A300 - no sound in XP

    Hello When I install the audio drivers, said that there is no audio device and computers the sound does not work.I know this isn't a new problem. However when I searched on the forum I found that there are fixes kb888111 XP SP1.exe, for SP1 and kb888

  • updated display driver

    HP pavilion dv6 notebook PC Cnf0089gr2 Wa779ua #aba

  • Windows 7 boot image

    Anyone know where I can find/download the windows 7 boot image?I was told that I could get it. My HARD drive died, and I need a new drive. Thank you