DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: determining objects in a tablespace

  1. #1
    Join Date
    Sep 2006
    Posts
    114

    determining objects in a tablespace

    did anybody know view available for determining objects in a tablespace

  2. #2
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    Code:
    select segment_name from dba_segments where tablespace_name='your tablespace_name';
    To read basics
    http://download-west.oracle.com/docs...b14231/toc.htm
    Last edited by Thomasps; 09-15-2006 at 01:58 AM.
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width