Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> SQL question - crosstab in oracle

SQL question - crosstab in oracle

From: <Stephen.HODGKINSON_at_eaguk.com>
Date: Tue, 08 Jul 2003 06:40:49 -0700
Message-ID: <F001.005C3DAE.20030708063424@fatcity.com>

Hi

I have a table with the following structure.

 CHECK_DATE                                             DATE
 PHYRDS                                                 NUMBER(20)
 PHYWRTS                                                NUMBER(20)
 PHYBLKRD                                               NUMBER(20)
 PHYBLKWRT                                              NUMBER(20)
 FILE#                                                       NUMBER
 FILE_NAME                                              VARCHAR2(120)

This records the IO on the different datafiles every 3 minutes.

I want to run a report on this table but I want the output to display on file# as a heading.Similar to iostat on UNIX.

So my output might be:

Check DATE               FIle1                          File2
     File3 etc...............
               PHYRDS   PHYWRTS               PHYRDS   PHYWRTS

11:14:34            12708        202                    18         14
11:18:26            13038        211                    18         14
11:33:44            14290        243                    18         14
11:40:45            15008        245                    18         14
11:45:37            15459        249                    18         14
11:48:38            15776        250                    18         14
11:51:37            15864        251                    18         14
11:54:37            16029        254                    18         14
11:57:39            16210        254                    18         14
12:00:40            16311        254                    18         14
12:03:40            16439        256                    18         14


I could do this as a bit of plsq but Is it possible to generate this report with one bit of sql. (views,inline views, decodes. etc)

thanks stephen



This email contains information which is confidential. It is for the exclusive use of the addressee. If you are not an addressee please contact us immediately on 01737 275500. Please note that any distribution, copying or use of this communication or its contents is prohibited.

This footnote also confirms that this email message and all associated attachments have been swept by Network Associates VirusScan for the presence of computer viruses.


--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author:
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jul 08 2003 - 08:40:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US