Is there any command/query/etc, which would allow to understand what database objects (for example tables) are consuming memory and how much of it?

TimesTen Release 11.2.1.9.6 (64 bit Linux/x86_64)
Command> dssize;
PERM_ALLOCATED_SIZE:      51200000
  PERM_IN_USE_SIZE: 45996153
PERM_IN_USE_HIGH_WATER:   50033464
TEMP_ALLOCATED_SIZE:      2457600
TEMP_IN_USE_SIZE:         19680
TEMP_IN_USE_HIGH_WATER:   26760
Is there any command/query/etc, which would allow to understand what database objects (for example tables) are consuming memory and how much of it?
tried to use ttsize function, but it gives some senseless results – for example, for the biggest table, tokens, it produces following output (that this table is 90GB in size – what physically cannot be true):
Command> call ttsize('tokens',null,null);
< 90885669274.0000 >
1 row found.

Are you able to use the command line version of ttSize instead? This splits out how much space is being used by indexes (in the Temp section of the TT memory segment), which I think is being combined into one, whole figure in the procedure version of ttSize you're using. For example:
ttSize -tbl ia my_ttdb
Rows = 4
Total in-line row bytes = 17524
Total = 17524
Command> create index i1 on ia(a);
ttSize -tbl ia my_ttdb;
Rows = 4
Total in-line row bytes = 17524
Indexes:
Range index JSPALMER.I1 adds 5618 bytes
  Total index bytes = 5618
Total = 23142
Command> call ttsize ('ia',,);
< 23142.0000000000 >
1 row found.
In 11.2.2 we added the procedure ttComputeTabSizes which populates system tables with detailed table size data, and was designed to be an alternative to ttSize. Unfortunately it still doesn't calculate index usage though, and it isn't in 11.2.1.

Similar Messages

  • Are there any tools or apps that would allow the use of iMessage from a desktop

    Hello,
    I am curious to see if there are currently any apps for programs that would allow me to use iMessage from my desktop pc at this time.
    Malcom Chakery

    So if I had a mac laptop I could imessage from it?

  • Are there any plans to make "In Browser Editing" a little more powerful? For example, to add links or to do basic text styling.

    Even the basic text editor that I'm using, right here, to post this question would be more than sufficient. The ability to turn on or off capabilities of the editor depending on the ability of the client would be very useful as well. Thank you.

    There are several thread on this Nathan,
    The answer is yes of course.
    For images - Modern work - Left right align not that good. Your better creating classes to float the images and have those in your dropdown. You get better results as well.
    You can go into your partner portal and customise the editor - Turning off the inline font stuff for example is a 100% must for us to avoid issues and the SEO implications those give.
    I would highly recommend doing a .image-left and .image-right class dropdown options and in the CSS for those float:left etc with margin around the image... Heaps better output and clean markup.

  • When I try to open a link (which would automatically open in a new window), for example a larger image, or a link etc, it opens but will not load. It either refuses to load or, in the case of an image, says 'stopped'.

    As I say, since I updated to 3.6.15 I am unable to open links off a webpage that should open in a new window, or even open enlarged photographs in a separate window. Either, in the case of the latter, I get the message "stopped" in the bottom of the browser window, or in the former case it either appears to begin to load the new page but then stalls. Sometimes I don't even get this, but end up with "(Untitled)" appearing in the tab label.
    As you can imagine, this is causing a great deal of problems and I am keen to sort it out asap.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • HT1933 is there any way to tell which device an in app purchase was made from.  I have 4 ipads and need to see who made the unauthorized purchase.

    I need to see which of my ipads specific in app purchases were made from.  Is that possible. 

    No
    Sorry

  • Are there any command can list all container and XML doc which in DB

    When I use BDB XML shell,
    are there any command can list all container or xml document which in database,
    maybe like command dir(in windows), can list all exist directory and file.
    Thank very much.
    Henry Wang

    Hi Henry,
    When I use BDB XML shell,
    are there any command can list all container or xml
    document which in database,
    maybe like command dir(in windows), can list all
    exist directory and file.If you type "help" in the dbxml shell you'll get a list of all the commands available. As you will observe, you can use the "getDocuments" command to retrieve all the documents within a container. You will have to open the container first.
    If you want to list all the files within a directory you'll need to simply use the command prompt's "dir" (naming all your containers within a directory in the <container_name.dbxml> would allow you get the list by running a "dir *.dbxml" command).
    Not sure that this is what you really want, but if you would like to keep track of all the containers within a directory, or other directories, you can use a container with a special role, that of a catalogue, to hold the list of all created containers on disk, and eventually other specific information.
    Regards,
    Andrei

  • Is there any way to tell which formulas a particular cell is in, reverse look-up style? That is, is there a way to search somehow for which formulas in a sheet contain a particular cell in them without opening all of them up? If not, it would be nice

    Is there any way to tell which formulas a particular cell is in, reverse look-up style? That is, is there a way to search somehow for which formulas in a sheet contain a particular cell in them without opening all of them up? If not, it would be nice.
    I'm fixing a Numbers document that I use in business daily that's become overly complicated, but while I want to clear/delete a number of cells in it to clean it up, I'm not sure if those cells are being used as source for other formulas on the page. I don't have to open all my formulas one by one to see if that cell is in there, do I?! That'd be a huge amount of work if I wanted to eliminate say 10 cells to search each formula on the page to see if it is in there or watch all the cells when I delete that cell to see if the numbers change! There's got to be an easier way! Right click doesn't seem to be any help.
    I don't want to damage my daily tool to make it cleaner and reorganize it. Is there really no way to do a reverse look-up of which formulas a particular cell is in?! Any time I click on a formula it highlights all the CELLS in that formula. Why can't I (or can I?) do the reverse and see all the FORMULAS that contain a particular cell?
    As a Numbers document ages or gets used frequently, you can sometimes forget which cells are tied to which formulas. You just look for the results of your formulas. Would be a nice thing to be able to do. Thoughts? Work-arounds? Answers?

    Answer would be no unless application provided such feature. Numbers does not as far as I know.
    Note that even if you have complete list of formulae used in a table, identifying formulae referencing any given cell is not simple.
    E.g., cell T20 is referenced not only in
    =T20+1
    but also in
    =SUM(T)
    =SUM(20:20)
    =SUM(S19:U22)
    =OFFSET(S1,19,1,1,1)
    =INDIRECT("T"&(10*2))
    In order to identify such formula, we have to actually evaluate it to see if it references the given cell. Especially such formula as OFFSET() and INDIRECT() may not be found by static parser because their parameters can be dynamic.
    Sorry to be the bearer of bad tidings.
    H

  • Is there any command in Reports 6i - which is similar to raise form_trigger

    Is there any command in Reports 6i - which is similar to raise form_trigger_failure in forms6i.

    This might be helpful,
    You must raise the exception from within your PL/SQL.
    SRW.PROGRAM_ABORT examples
    /* Suppose you want to put a border around the salary if it is greater
    than 0.
    ** Suppose, also, that if the report fetches a salary less than 0, you
    want to
    ** raise a customized error message (i.e., "FOUND A NEGATIVE SALARY. .
    ** then terminate the report execution. To do so, you could write the
    ** following format trigger for F_SAL.
    FUNCTION foo return boolean is
    BEGIN
    if :sal >= 0 then
    srw.attr.mask := SRW.BORDERWIDTH_ATTR;
    srw.attr.borderwidth := 1;
    srw.set_attr (0, srw.attr);
    else
    srw.message(100, 'FOUND A NEGATIVE SALARY.
    CHECK THE EMP TABLE.');
    raise srw.program_abort;
    end if;
    RETURN (TRUE);
    END;

  • Always on : Is there any command or other way which tells who and when replica got failover or failback to other replica?

    Is there any command or other way which tells who and when replica got failover or failback to other replica?
    Rahul

    By Monitoring of Availability Groups:
    Monitoring of Availability Groups (SQL Server)

  • When using two iPhones (iOS 5) on the same computer/iTunes Is there any way to choose which songs, contact info., etc. are sync'd to each device?

    When using two iPhones (iOS 5) on the same computer/iTunes Is there any way to choose which songs, contact info., etc. are sync'd to each device?

    For each iPhone...
    From the Summary tab select:  Sync only checked songs and videos.
    Under Options in the Summary tab select:  Sync with this iPhone over Wi-Fi
    If you want you can select: Manually manage music and videos.
    Select the music you want synced from your iTunes library, same with Contacts.

  • Is there any command to see dfc memory on SUP32?

    Is there any command to see dfc memory on SUP32?

    I don't know if the Sup32's support dfc's or not or if it's only the 720's . To see this on the 720's you would have to log into the individual DFC cards by using the "attach slot#" command and then do a show version , this shows how much memory is on the indivdual cards . There is also a lot of other things you can look at in there , they have their own individual logs etc.... There is a a whole "show" command set just for the dfc's .

  • Who knows is it possible do install exe files on mac? is there any convertor program, etc ???

    Who knows is it possible do install exe files on mac? is there any convertor program, etc ???

    What you've been told is roughly right, except that, even if you had the source code, it would not necessarily be possible to compile it under Mac OS X.
    There is, however, a rare special case. That is when the .exe application is actually a self-expanding Zip archive; ie, a compressed archive to which the code necessary to expand it has been added. The code itself would not run under Mac OS X, of course, but you could extract the content of the archive by using an application such as Zipeg, or after changing the filename extension to .zip.

  • Is there any LIKE query equivalent in XML?

    Is there any LIKE query equivalent in XML?
    I would like the display words starts with 'A' in flex list, vice versa. I send A as a input.
    Any ideas?

    Hi,
    I don't know that one - but with slight modification I can filter nodes values also - not onlyl attributes:
    var people:XML = <people>
       <person>
                        <firstName>Peter</firstName>
              </person>
       <person>
                        <firstName>Auguste</firstName>
              </person>
       <person>
                        <firstName>Gregory</firstName>
              </person>
       <person>
                        <firstName>Andy</firstName>
              </person>
    </people>
    (so we have nodes that have values - not attributtes)
    and then e.g.:
    var peopleList:XMLList = people.person.(firstName.charAt(0) == "A");
    trace(peopleList);
    (this is dynamic statement - you could replace "A" with variable reference, etc)
    Edit;
    I've googled interesting article you could read on that subject here:
    http://www.senocular.com/flash/tutorials/as3withflashcs3/?page=4
    hth,
    regards,
    Peter
    Message was edited by: Peter Blazejewicz

  • Is there any java API throgh which My program can get harddisk,cpu ID adres

    hello
    Is there any java api throuh which i can get hard disk and processor serial numbers.
    i have already use
    process p=Runtime.getTime().exec("cmd command");
    please other than this send any java api, progamming technique that remain same on all plate forms
    advance thanks
    best regards

    >
    Is there any java api throuh which i can get hard disk and processor serial numbers.
    i have already use ..>1) What business is that information to your app.? Or to put that another way. Why do you want to know?
    2) Those words are 'Java', 'API' and 'I' (which is always upper case).
    3) One upper case letter should be used at the start of each sentence, not just once at the start of a post.

  • I bought ilife 11 but cant update it. Is there any e-mail address which can i get help about ilife 11

    i bought ilife 11 but cant update it. Is there any e-mail address which can i get help about ilife 11?
    i bought it from Turkey website. apple.com.tr and i paid the price bu i cant update it and there are nothing i can do? i called the turkey's apple but they said i should mail this to apple.com. So, i didnt find any e-mail support address for ilife 11.
    what should i do? apple support center is really bad for unplanned situations.

    Apple doesn't have an e-mail address. Unfortunately you'll have to resort to snail mail, for anything that can't be answered by phone or the website. 
    iLife '11 has had no updates issued so far:
    http://support.apple.com/downloads/#ilife
    If it should ever get an update, it would likely be at that link.

Maybe you are looking for