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

Home -> Community -> Usenet -> c.d.o.server -> Re: Locally Managed Tablespaces - can I view the bitmap ?

Re: Locally Managed Tablespaces - can I view the bitmap ?

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Sat, 26 Aug 2000 20:56:19 +0100
Message-ID: <967321165.21325.1.nnrp-10.9e984b29@news.demon.co.uk>

You can do a block dump of file header blocks (1st 64K) see my website for a note on dumping Oracle 8 blocks.

There are also a couple of X$ objects which interpret and display the bitmap blocks - the one you want is x$ktfbfe - which is used in views like dba_free_space

--

Jonathan Lewis
Yet another Oracle-related web site:  http://www.jlcomp.demon.co.uk

Scott W wrote in message ...

>I am investigating the use of Locally Managed Tablespaces, ans was
wondering
>if there is any way to view the bitmap to see what is going on. I know
with
>DD managed tablespaces, you can get an idea of growth by looking at UET$
and
>FET$, but how are you supposed to look at this with a Locally Managed
>Tablespace ? Maybe you're not...
>
>
Received on Sat Aug 26 2000 - 14:56:19 CDT

Original text of this message

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