Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: FW: Oracle Options
On 5/19/05, Hallas, John, Tech Dev <John.Hallas_at_gb.vodafone.co.uk> wrote:
>
> Funnily enough even on a non partitioned installed installation there =
> are partitioned tables. Weird hey.
>
Indeed
SYS>select banner from v$version;
BANNER
5 rows selected.
/* std edition */
SYS>select comp_name
2 from dba_registry;
COMP_NAME
/* No AQ, No Partitioning etc */
SYS>select object_type,count(*)
2 from dba_objects
3 group by object_type;
/* edited only to remove irrelevant stuff */
OBJECT_TYPE COUNT(*)
------------------- ----------
-- Niall Litchfield Oracle DBA http://www.niall.litchfield.dial.pipex.com -- http://www.freelists.org/webpage/oracle-lReceived on Thu May 19 2005 - 12:48:01 CDT
![]() |
![]() |