Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Ugly PL/SQL Code
In article <73e20c6c.0402051646.415cf7d4_at_posting.google.com>, wizofoz2k_at_yahoo.com.au (Noons) wrote:
>SELECT
>tablespace_name as TS,
>substr(file_name,1,21) as FS,
>count(*)
>from dba_data_files
>group by 1,2;
group by tablespace_name, file_name; Received on Fri Feb 06 2004 - 07:28:13 CST
![]() |
![]() |