Re: Oracle 8.1.5 question on Dimension Queries --- ROLLUP , CUBE, GROUPING with group by clause in select

From: Neil Khatu <neil_at_khatu.com>
Date: Thu, 11 Nov 1999 23:50:37 -0500
Message-ID: <80g5qe$l7g$1_at_bgtnsc03.worldnet.att.net>


Neil Khatu <neil_at_khatu.com> wrote in message news:7vtu6i$kfu$1_at_bgtnsc02.worldnet.att.net...
> ALL,
>
> This is new feature available in 8i.
>
> I have a following query which uses ROLLUP
>
> select count(*) , object_type, status
> from user_objects
> group rollup(object_type, status) ;
>
>
> This query works fine in SQLPLUS
>
> I have a procedure where I would like to make use of similar type of
query
> but I get and error when I compile my procedure. I am using 8.1.5 pl/sql
> engine. We are an NT workshop
> We have Oracle 8i Enterprise running on NT.
>
> Do you have have an Idea why this is not working. I would like to know if
> this works on other Oracle 8i installations like Sun , HP NCR etc.
>
> --
> Neil Khatu
>
>
>
Received on Fri Nov 12 1999 - 05:50:37 CET

Original text of this message