Content of the Table Space

How can I see the Contents of the Tablespace.

Hello
If you want to see what tables, indexes etc are in a tablespace, you can query dba_segments.
SELECT * FROM dba_segments WHERE tablespace_name = <your tablespace> order by segment_type,segment_name;HTH

Similar Messages

  • HOW TO MAKE THE CONTENT OF THE TABLE PRINT IN A TABLE CONTROL SCREEN?

    Can any one tell me how to make the content of the table control print in a table control screen!!?
    Please help!!
    I have to make the contents of a table in the table control screen print ? any idea
    Regards,
    Vj

    Please refer to Demo Program,
    DEMO_DYNPRO_TABCONT_LOOP
    Its very clear.
    Shreekant

  • Remove the contents of the table container in workflow

    hi,
    i want remove the contents of the table container in a method in workflow.
      how can i doit. anyone pls send me the syntax.
    after removing the old contents then i want to insert new values to that table.
    Thanks
    Sankar

    hi,
    i want to refresh the container in workflow.
    anyone pls tell me.
    Thanksin advance.
    sankar.

  • Unable to extend the table space

    Hi Experts
    When i am extending the table space i am getting this error
    BR1059E Not enough free space in /oracle/SHD/sapdata3/sr3700_20 for maximum size
    of file /oracle/SHD/sapdata3/sr3700_20/sr3700.data20, missing at least 491.556
    MB
    but when i checked the space, space is available
    /dev/vg01/lvol16   41943040 34863437 6637129   84% /oracle/SHD/sapdata4
    /dev/vg01/lvol15   41943040 37013805 4621160   89% /oracle/SHD/sapdata3
    /dev/vg01/lvol14   41943040 31803117 9506180   77% /oracle/SHD/sapdata2
    /dev/vg01/lvol13   31457280 28486427 2785176   91% /oracle/SHD/sapdata1
    i am unable to extend the table space. Please help me
    Thanks & Regards
    Venkat

    Hi Venkat,
    Please try to disable the autoextend, in the brspace screen first you make off for autoextend  then you try to extend the space.
    Definetly it will work. I have faced same problem earlier.
    Please let me know still if you have any problem for extending.
    Thanks
    Kishore

  • How to increase the table space for a particular table?

    Hi Friends,
    I want to know how to increase the table space for a particular table and how to check the table space size of a particular table. Please can any one send the SQL Script. I am very much poor in DBA Part.
    Thanking You ..
    Kiran

    Kiran - you should post this question on the SQL/Database forums - this is a Forms specific forum...
    Regards
    Grant Ronald
    Forms PRoduct Management

  • How to scroll the contents of the table without scrolling tab/colmn headers

    how to scroll the contents of the table without scrolling table and column headers in WebDynPro.
    I have set the table properties as
    footer visible = false;
    Visible row count = -1;
    and have put the table into scroll container with some specified height.
    I dont want to use the footer as I have used many tables in the container in same row and with same <b>Data node</b>.
    I have used many tables in same row and with same context node to differentiate it with two different colors for that specific columns.
    I am using <b>NW 04</b> and not NW04s.
    Please help me regarding this.

    To print the whole data of your table you have to do it yourself. The showPrintablePageBehavior only print what you actually see on the page. It does not traverse the data.
    The normal way to handle tis is to use a report generator (like itext, jasper report, fop ...).
    Timo

  • To display the contents of the table in sf

    HI,
    I have a requirement to display the contents of the table on the smart form main window.
    Like there is a dic table containing 8 rows . i would like to to display all the 8 rows on a smartform main window.
    Help me how to solve this,

    Hi,
    Kindly follow the below steps,
      Go with a transaction code : smartforms
       Enter the form name like : ysma_forms1 and create with proper description
       From the left side window there will be a form interface to provide table .....
       Go for tables option
       table_name like table_name(ref.type)
       Pages and window-> page1-> main window
       Go to the form painter adjust the main window.
      Select main window and right click --> go for create loop
      Name: loop1, desc: display loop.
    Internal table ktab into ktab.
    select loop right click -> create a text
    name  : text1,  desc: display text.
    Go to change editor.
    Write the mater what ever you want and if you want to display data from the table write the table fields as follows:
    &ktab-<field1>&    &ktab-<field2>&
    save  & activate then execute ,, scripts will generate a function module  like : '/ibcdw/sf0000031' copy this function module and call in executable program...
    For that
    1.  go with abap editor se38.
    2.  table: tablename.
    3.  parameters: test like tablename-<field1>.
    4.  data itab like tablename occurs 0 with header line.
    5.  select * from tablename into table itab where field1 = test1.
    6.  call function '/ibcdw/sf0000031'
    7.  tables
         ktab = itab.
    Save and activate the program ( ^f 3).
    Now run the program ( f 8)
    Hope this will help you
    Regards,
    Vijay Duvvada

  • How do i increase the table space in BI...

    How do i increase the table space in BI. Its giving me short dumps when i am logging into the system. So, i need to increase the Table space. Can you all please tell me the steps for increasing it.
    Thank You.

    hi irfan,
               I too faced the similar problem error showing was table space problem its some database issue sue to this issue i was not able to run any loads or do any operations on by BI side then my on site team contacted the oracle guys to solve this.......
    ravi

  • How do I include the heading of the table of contents in the table of contents?

    I am preparing a table of contents in InDesign CS3 (Macintosh OSX 10.5.8)
    I have added all the paragraph styles to the list of paragraph styles I want to appear in my Table of Contents.
    However, I would also like the table of contents itself to appear in the table of contents:
    In case the table of contents is placed on page 3, it want it to look like this
    Table of contents:
    Title page....page 1
    Acknowledgements...page 2
    Table of contents ...page 3
    Table of figure...page 6
    Chapter 1...page 10
    and so on..
    I have included the paragraph style in the list of paragraph styles I want have appearing in my table of contents. But this does not result in an entry in my table of contents that is named 'table of contents'.
    I would be grateful for any kind of advice.
    Thanks in advance

    To do that add a non-printing frame on Page 3 and add the words Table of Contents using one of your styles that gets picked up.

  • How to print the contents of the table in new page?

    Hi,
    I want to print my table contents in the next page by clicking on a button. ie., kind of a print preview. I'm using netweaver2004s.
    Thanks & Regards,
    Suresh

    Hi,
    1)Create a new View, map the context node which is bound to the table to the context of this view.
    2) Iterate throught the element and print them to the screen.
    3) Embed this view to a window.
    4) on click of the button open the newly created window.
    Code to iterate through the nodes
    for(int x=0; x< wdContext.nodeTest().size(); x++) // Replace nodeTest with yours
    ITestElement nodeElement = wdContext.nodeTest().getElementAt(x);
    nodeElement.getAttribute("TestAttribute"); //Replace with yours
    nodeElement.getAttribute("TestAttribute"); //Replace with yours
    Regards
    Ayyapparaj

  • Add pages before the table of content into the table of content

    Hey,
    I was wondering if someone can help me. I'm writing my dissertation and I have to include an abstract and acknowledgments before the table of content ( written on pages 1 and 2). How can I get pages to include these pages within the table of contents written on page 3?
    Thanks
    Ordidge

    You can't get it in the TOC automatically. You can do it manually but you'll loose the updating feature of the TOC so do it when you are certain you are finished with the document.
    What you do is copy the whole TOC and paste it in Textedit. Here you can do all the changes you want. Copy it again and paste it back in the Pages document.
    Also read this
    http://support.apple.com/kb/TS2127?viewlocale=en_US

  • I can't see all the content of the table on Pages

    hello,
    the problem i encounted is when i opened an docx document, containing a table, but for some reason, on some of the columns i cannot see all the information, the content seems to stop in the limits of the page itself, and on the next page, instead of continuing with the content of the preview raw, its just continues with the content of the next raw.
    is there a solution to that? maybe some kind of an option to continue the table to the next page? (because i can't even see what is the "hidden" text\info)

    thank you for the quick response Jerry,
    but or i don't understand something fundamental or you haven't noticed the pictures i have added, because in there you would see that on the "arrange" tab on the right of the screen i have "move with text" selected, and yet it seems not do anything
    (although when i press stay on page something even weirder happens and the whole document disappears but the first page)
    so the problem seems that i can't find the option for the table to flow to the next page, with the content of the previous page.

  • Unable to reclaim the table space

    Hi guys,
    Today I have tried to reclaim the unused space in table by the below command. The command executed successfully but the space is not reclaimed, I'm not sure why, can you help me out on this.
    SQL> select OWNER,SEGMENT_NAME,TABLESPACE_NAME,bytes/1024/1024/1024 as "SIZE IN GB",PCT_INCREASE,EXTENTS,SEGMENT_TYPE,SEGMENT_SUBTYPE  from dba_segments where SEGMENT_NAME in (------------------------------);
    OWNER                          SEGMENT_NAME                   TABLESPACE_NAME                SIZE IN GB PCT_INCREASE    EXTENTS SEGMENT_TYPE       SEGMENT_SU
    aaa_aaaaa                      yyyy1                     xxx                       7.13555908                     304 TABLE              ASSM
    aaa_aaaaa                      yyyy2                             xxx                           9.01885986                     339 TABLE              ASSM
    SQL> alter table aaa_aaaaa.yyyy1 shrink space cascade;
    Table altered.
    SQL>  select OWNER,SEGMENT_NAME,TABLESPACE_NAME,bytes/1024/1024/1024 as "SIZE IN GB",PCT_INCREASE,EXTENTS,SEGMENT_TYPE,SEGMENT_SUBTYPE  from dba_segments where SEGMENT_NAME in (---------------------------);
    OWNER                          SEGMENT_NAME                   TABLESPACE_NAME                SIZE IN GB PCT_INCREASE    EXTENTS SEGMENT_TYPE       SEGMENT_SU
    aaa_aaaaa                      yyyy1                          xxx                           7.11260986                     304 TABLE              ASSM
    aaa_aaaaa                      yyyy2                        xxx                           9.01885986                     339 TABLE              ASSM
    The database is 11g, Aix os, this database is used in replication and holds master tables.
    Thanks and Regards
    Venkata Sudheer.Y

    venkata_sudheer wrote:
    Hi,
    There are only 8000 rows in the table, but its occupying 7GB of space, its not releasing, not sure why its not releasing. I was asked to check that out, but not sure where to start. Is segment advisor free or do we need to pay the license.
    Thanks and Regards
    VenkataNumber of rows does not exactly mean that your segment size should be small. The row size can actually be that big.
    Here is a script that you can use to get a grip of the HWM of the segment:
    First gather stats on it:
    exec dbms_stats.gather_table_stats(ownname=>'SCHEMA',tabname=>'TABLE_NAME',method_opt=>'for all columns size auto',estimate_percent=>dbms_stats.auto_sample_size,cascade=>true); and then query:
    select owner, table_name, to_char(last_analyzed,'dd/mm/yyyy hh24:mi:ss') last_stats, trunc((num_rows*avg_row_len)/1024/1024,2) real_alloc_mb, trunc((blocks*(select BLOCK_SIZE from dba_tablespaces tbs where t.tablespace_name=tbs.tablespace_name))/1024/1024,2) hwm_size_mb,
           100 -round((trunc((num_rows*avg_row_len)/1024/1024,2)*100)/trunc((blocks*(select BLOCK_SIZE from dba_tablespaces tbs where t.tablespace_name=tbs.tablespace_name))/1024/1024,2),2) RECL_PERCENT, chain_cnt
    from dba_tables t
    where t.table_name IN ('TABLE_NAME');Lastly,does the table have any LOB columns ?

  • Error while adding space to the table space

    HI Gurus
    Can you please put some light on the error which i encountered while adding space to a tablespace
    ALTER TABLESPACE "GISR_NDEX" ADD DATAFILE '+DATA2' SIZE 2G;
    ALTER TABLESPACE "GISR_INDEX" ADD DATAFILE '+DATA2' SIZE 2G
    ERROR at line 1:
    ORA-01119: error in creating database file '+DATA2'
    ORA-17502: ksfdcre:4 Failed to create file +DATA2
    ORA-15041: diskgroup space exhausted
    Any suggestion is highly apprciated .
    Thanks

    Hello;
    The "diskgroup space exhausted" is key.
    Try creating smaller files or adding disk space.
    ASM Disk Group Unbalanced :
    http://surachartopun.com/2010/03/ora-15041-asm-disk-group-unbalanced.html
    Best Regards
    mseberg

  • SQL1139n The total size of the table space is too big.

    Hi
    Our R3 QA system runs on Solaris 10, using DB6 822.
    We have now run into a problem, where we cannot extend a table. It is 66GB in size. Because the page file size is 8 kb, the limit is apparently 64 GB (we got it to 66GB).
    It seems we will have to increase the page file size to get past the problem, say 16k or 32k. The question is how?
    So far we have a framework in mind:
    Create new table
    Copy old table into new table
    Drop old table
    Recreate old table with bigger page file size
    Copy new table into old table (now this new /old is getting confusing..)
    Bob's you aunty, or something of that effect...
    Is the thinking correct? If it is I will need much more detail, as I am not too familiar with DB2.
    Thanks in advance!

    hi derik,
    the db6-specific limits for max tablespace/table size are
    64/128/256/512GB for 4/8/16/32KB pagesize.
    for problems like "tablespace/table reaches its pagesize dependent max. size",
    we (DB6 porting team of SAP) have developed a special tool/ABAP report called 'DB6CONV'.
    DB6CONV takes care of everything concerning a table conversion.
    it is in depth described in OSS note 362325. the report itself it delivered by means of a transport, which is attached to note 362325 and/or can be downloaded via sapmats.
    in your case you have to
    a) get the latest DB6CONV transport and import it into your system
    b) create a new tablespace with a pagesize >8k
    c) assign a new data class for this tbsp in tables TADB6 (for data tbsp) and/or IADB6 (for index/tbsp)
    d) run DB6CONV from transaction SE38 as described in note 362325
    to convert(transfer) the table that is at/near the size limit
    by specifying either target tablespaces or target data class
    e) DB6CONV will duplicate the table first into the new tablespace, then copy the data into the newly created table. this can be done either 'offline' (fastes way, but table is not accessible during the conversion) or 'online' (slow, but table is accessible the whole time - despite a short time period when the switch from original to target table is performed)
    please make yourself familiar with the tool and the documentation.
    and feel free to ask if you need more information or have additional questions/remarks.
    regards, frank

Maybe you are looking for

  • How to get the Status of an Idoc of successfully received in remote system

    Hi, I have created a report which post an idoc from system1 to remote SAP system2. But i want to get the final staus of posted idoc in system1 that the idoc posted was reached successfully to SAP system2  with status 53 only. Actually i need to show

  • Apple TV as Airport access point if connected via LAN

    Hi! I thought about the possibility to use the new Apple TV as Airport/WLAN access point in the case that it is connected via LAN. You don't need an Airport Express and you got Airport/WLAN/HDMI/Audio in all rooms (and around that room) you connect a

  • Is there an add on thunderbolt port available for older mac pro

    I would like to purchase the Promise Pegasus 12 TB raid 6 storage system for my 2009/2010 mac pro, but it requires a thunderbolt cable.  From what I can see my mac pro doesn't have a thunderbolt port. 

  • Scenarios using Sender JMS adapter and Reciver JMS adapter

    Hi All, I am not able to find god step by step blog on senderJMS adapter and Receiver JMS adapter. also please explain when we use JMS.What does a messng system means?please provide some examples. Thanks and regards

  • Application Server availability?

    Hi *, Does anyone know if the Sun[tm] ONE Application Server 7, Platform Edition is available for Solaris x86? Only Solaris SPARC and Windows x86 seem to be available for download, despite what is said to be "supported" in the datasheet: http://wwws.