TimesTen does not release the shared memory even after DB destroy

Hello

After that TimesTen DB is destroyed, the shared memory allocated to the DB is not to be released by the system.
We use TimesTen release 11.2.1.7.0 (64-bit, Linux/x86_64)

We need to restart the system for shared memory usage (outdated) by clearing TimesTen.

Please let me know what is the problem here.

Concerning
Pratheej

Hi Pratheej,

How are actually destroy you TimesTen? are you using ttDestroy? It seems that you may force a shutdown of the master demon TT? In which case the current connections will not aware the master demon went so far that they try then access TT until they can keep the memory shared memory segment.

Take a look at ttStatus to see which links are open. Unplug them all by default that TT will come out then memory, you can use ttDestroy.

Tim

Tags: Database

Similar Questions

  • Saitek cyborg keyboard does not work in Windows 7, even after downloading the drivers

    Saitek cyborg keyboard does not work in Windows 7, even after downloading the drivers. It says error tent install drivers try again.

    (a) has been the work of keyboard much earlier?

    http://support.Microsoft.com/kb/258826

    http://Windows.Microsoft.com/en-us/Windows7/open-the-hardware-and-devices-Troubleshooter

  • Mac Illustrator CC 2015 bug: option-a path to reproduce moving often does not release the path when the mouse button is released

    Mac Illustrator CC 2015 bug: option-a path to reproduce moving often does not release the path when the mouse button is released

    Delete my preferences file and restart the machine seem to have solved that problem.

  • I tried to update OSX 10.5.6 to leopard 10.6.3 and was not working due to a disk error but now my mac book does not, as the starting system, but after a few secons it will turn off itself, what should I do? Thank you very much!

    I tried to update OSX 10.5.6 to leopard 10.6.3 and was not working due to a disk error but now my mac book does not, as the starting system, but after a few secons it will turn off itself, what should I do? Thank you very much!

    You probably should have updated to 10.5.8 first.

    Installation or update of Snow Leopard:

    http://manuals.info.Apple.com/en_US/Snow_Leopard_Installation_Instructions.PDF

  • Adobe Acrobat 8 Professional does not have the correct serial number after reinstalling

    Adobe Acrobat 8 Professional does not have the correct serial number after resettlement, what to do?

    Open one of the other products first (like PhotoShop and make sure that they are turned on.) Leave it open and launch Acrobat. You may need to reactivate Acrobat can. There is a difference that CS and CC seem to use requiring a such a step with Acrobat. For more information, you can ask in the CC forum because the installation is a little different from the standalone Acrobat.

  • the computer does not recognize the printer memory card reader. HP photosmart 7660 printer

    The computer does not recognize the memory card from camera. The printer recognizes the memory card. So I can't transfer photos unless the camera is connected via USB. The printer is HP Photosmart 7660. Any suggestions?  Driver has been updated ' 09 and MS says I have the latest version of the driver.

    Ron

    The computer does not recognize the memory card from camera. The printer recognizes the memory card. So I can't transfer photos unless the camera is connected via USB. The printer is HP Photosmart 7660. Any suggestions?  Driver has been updated ' 09 and MS says I have the latest version of the driver.

    Ron

    Microsoft did not your hardware - done HP.

    All support for it - regardless of your operating system - is the manufacturer of the equipment.
    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?product=305364&LC=en&cc=us&DLC=en&lang=en&cc=us

  • Windows Messaging does not mask the images in emails after installing ie9

    I have Windows Mail to block images in my emails, but that after the installation Internet Explorer9 windows mail does not block the images in my emails even if the parameters are always the same. I had to uninstall ie9 for this reason, except that ie9 seems to work. Vista Home Premium SP2.

    Stringy salvation,

    Try to upgrade to windows live mail 2011 and check if it works with IE9.
    Maybe just the problem of the software with Windows mail.

    http://explore.live.com/Windows-Live-Mail?OS=other

  • Firefox does not release the memory of the tabs closed, what can I do?

    I've known a lot of instability with FF for a few months now and have finally begun to understand the source of the problem.

    By checking on: memory, I determined that FF is not releasing memory from closed tabs. I see at least 15 compartments corresponding to the tabs I have looked and have closed less than an hour ago. Try to GC, CC and "Minimize the use of memory" all are ineffective.

    Maybe it's a plugin? I disabled all plugins except flash. And in regards to add-ons, I'm under flashblocker, adblock pro, and have installed firebug and colorzilla.

    Some add-ons are known to cause problems like that; You can try running with disabled modules to see if they are the cause of the problem.

    15 Firefox will include a fix that prevents one of the main ways that add-ons and other code can cause the closed tabs memory leak. You can test a pre-release of Firefox 15 today to see if it solves your problem: https://www.mozilla.org/firefox/aurora/

    This page of links to some technical details on the fix: http://blog.mozilla.org/nnethercote/2012/05/15/additional-update-on-leaky-add-ons/

  • oci_close does not release the connection when you use DRCP

    Hi all

    We are currently testing the deployment of DRCP with 11g. I have the setup of this (to my knowledge), but I am facing a problem. Oci_close call does not seem to release the connection to the pool, because I expect and that is why we see similar behavior as we receive without using the DRCP.

    Our facility is using two instances of CCR 11.1.0.6.0 running, I use PHP 5.1.6 with installed from PECL oci8 1.3.4. DRCP pool is configured and launched, each with 100 servers max.

    When the Web server is idle, well, it looks like slow motion.

    SQL > SELECT INST_ID select, NUM_BUSY_SERVERS OF SGS$ CPOOL_STATS;

    INST_ID SELECT NUM_BUSY_SERVERS
    ---------- ----------------
    1 0
    2 0


    The script is as simple as that:

    <? PHP
    $c is oci_pconnect ('scott', 'tiger', 'IWPPOOLED');.
    $s = oci_parse ($c, ' select * from emp');
    $r = oci_execute ($s, OCI_DEFAULT);
    oci_close ($c);
    Sleep (30);
    ? >

    What I expected, it's that the script would be to connect to the pool, doing work for a little while and then release the connection for use by other scripts.

    But after I point the browser to the script, I get a 30 seconds time of loading (as expected) but the server is busy all the time, like this:

    SQL > SELECT INST_ID select, NUM_BUSY_SERVERS OF SGS$ CPOOL_STATS;

    INST_ID SELECT NUM_BUSY_SERVERS
    ---------- ----------------
    1 0
    2 1

    After 30 seconds of sleep, he is released and busy servers are at 0.

    If I load the server with ab using 256 connections:

    AB - n 1000000 - c 256 k - http://mywebserver/ocitest.php

    the pool is at the maximum and links are at a standstill:

    SQL > SELECT INST_ID select, NUM_BUSY_SERVERS OF SGS$ CPOOL_STATS;

    INST_ID SELECT NUM_BUSY_SERVERS
    ---------- ----------------
    1 95
    2 95


    My config this service network is the following:
    IWPPOOLED =
    (DESCRIPTION =
    (LOAD_BALANCE = ON)
    (FAILOVER = ON)
    (ADDRESS = (PROTOCOL = tcp) (HOST = 10.1.16.33)(PORT = 1521))
    (ADDRESS = (PROTOCOL = tcp) (HOST = 10.1.16.34)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = IWP)
    (SERVER = POOLED)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 5)
    (TIME = 3)
    )
    )
    )

    The phpinfo() function will look like this:
    Active oci8 support
    Version 1.3.4
    Revision $Revision: $1.269.2.16.2.38.2.20
    Active persistent connections 1
    Active connections 1
    Oracle Instant Client Version 11.1
    Active temporary Lob support
    Support for collections enabled

    Directive value local value Master
    OCI8.connection_class IWPAPP IWPAPP
    OCI8.default_prefetch 100 100
    OCI8. Events on the
    OCI8.max_persistent - 1-1
    Off oci8.old_oci_close_semantics
    OCI8.persistent_timeout - 1-1
    OCI8.ping_interval - 1-1
    Off oci8.privileged_connect
    20 20 oci8.statement_cache_size


    I use the instant client for 11g

    Any ideas?

    Thank you!
    Michal

    Don't forget to use oci_free_statement ($s); See "Closing Oracle Connections" in the Underground PHP and Oracle manual. (I was just simplify this example today for the next version of the manual).

    You can also see the "dedicated optimization", where a server pooled in a non-maxed-out pool is retained (except if needed by another process PHP) assuming that the initial process of PHP can become active again. See http://www.oracle.com/technology/tech/php/pdf/php-scalability-ha-twp.pdf

    Feel free to email me (see my profile) offline if questions/data that you don't want to display.

    CJ

    Published by: cj2 on October 16, 2008 08:12

  • Preview does not release the PDF files in the Recycle Bin.

    After review of any PDF in preview, and then move it to the trash, the file may not be emptied from the Recycle Bin without having to restart the computer.

    Anyway do preview release the file without having to restart the computer?

    Select the file and use the Command + Option + Deletekeyboard shortcut.  You will get this window:

    Click Delete Deletes the file.  The file can be anywhere on the disk hard to make it work.  It doesn't have to be in the trash.

    Also report the problem to Apple via http://www.apple.com/feedback/macosx.html

  • my printer does not print in good clolour even after new ink cartridges install clean nossles p

    my printer does not print good color, even after you installed new ink cleaned nossles new cartridges cartridges still print does not correctly

    Learn the steps in the document located here. The document includes steps to help solve the problems of print quality in a B110a. Hope this helps, Peter.

  • Sharp AR-M205 all-in-One printer does not print on Windows 7, even after download driver

    I want to install this printer on my 64-bit computer to windows 7, but it does not actually print? I can bring up all the properties that all seem well? I downloaded the driver using windows compatiility, but it usually always print.  Can anyone help please?

    Have you tried another USB port on the system?

  • The computer does not see the printer (4200 Officetjet) after downloading the driver full features

    Officetjet 4215xi, Windows 7-64.

    Try to use the original HP CD-ROM driver was unsuccessfil, message telling him did not meet the requirements.  Then, I chose to install the driver directly from Windows 7.

    After installing that shows to be successful (the impressions of the printer), I wanted to get the center of HP solutions on the computer and I downsloaded the driver, choose Officetjet 4210 (4215 wasn't a choice available).

    It seems that the installation has been done, there is an icon on the desktop but when clincking it says that the printer is not connected.

    I unplug the USB cable, restart the computer and replugged the USB at the back of the printer.  No results.

    How can I work around this problem.  Thanks in advance.

    Hello

    The HP Officejet 4615xy is no longer included with the full functionality of feature for Windows 7.

    Any driver you may have used is not intended for your printer and not detect...

    You can find the information for your printer below:

    http://support.HP.com/us-en/document/c01796879

    I'm afraid that plenty of advanced features as the HP solution Center is not available for the operating system...

    Shlomi

  • Don't throw Illustrator CC 2014 (could not complete the requested operation) even after the new installation (3 times), someone knows how to solve? (Windows 8.1)

    Hi guys, my CC 2014 Illustrator won't launch, receive an error message 'Could not complete the requested operation', this isn't a problem of specific files, I can't launch independent Illustrator.  I have uninstalled and reinstalled 3 times and contacted support, but they were not able to solve at the moment.  This is a relatively new 8.1 windows installation and none of the custom fonts have been added.  I tried to delete the preferences and launch files and which had no effect.  No idea what I can do, any help would be greatly appreciated.

    Edit: Forgot to mention that I also tried running Illustrator as an administrator and that Illustrator worked perfectly on this computer from the installation (about 2 weeks) before this started happening.

    Thank you

    Chris

    Illustrator CC 2014 - Error.jpg

    baglosh,

    You reinstall using the way complete three steps (the otherwise strange things may persist)?

    (Check the box to delete the preferences), run the clean uninstall and reinstall.

    http://www.Adobe.com/support/contact/cscleanertool.html

  • DBCA does not see the shared disk

    Hello
    10 g R2 on Win 2003 server.
    On my server, I have a file system shared mapped F: (which is physically on another machine). I run DBCA to create a database with data on F:\Data files. But when I braws to indicate F: for the location of the flash_recovery_area, we can not see F:. And finally, it fails saying it cannot create F:\Data\SYSTEM01.dbf.
    I logged in as a domain administrator to run DBCA and there write access to F:\.

    Thanks for help.

    Hello

    Try to provide sufficient access rights to the user Oracle - owner - like domain administrator privileges and run the DBCA Wizard again and check you problem could be resolved

    -Pavan Kumar N

Maybe you are looking for

  • MBP runs hot with view on via Thunderbolt

    My MBP (mid-2012) is connected to my iMac (mid 2011) by love at first sight for the use in target display mode. I'm on the second week of this configuration. Recently, the MBP started running hot and fans rev significantly (sometimes up to 6000 RPM)

  • Where can I find that Mozilla hosted version 9.0.1 installers?

    I am a support for a college technician in an online environment. Unfortunately, 10 Firefox is incompatible with our webmail due to a problem of Java client. I was talking about people in . mozilla.org to download the 9.0.1 installer to downgrade, bu

  • Portege-Z20t-B-10 c-SE - question of material specification

    Hello, after using the Lenovo x61t for more than 7 years, it's time to find a new. The z20t seems to be the only one that fits my needs:* convertibletrack stick* at least full-screen HD (and not a mirror!)* VGA* native (!) Ethernet The only drawback

  • limit of 746 GB partition on 3 TB drive installed in CQ5600F

    I installed a red sata 3 TB WD drive in my CQ5600f and motherboard sees the drive, the WD diagnostics sees the drive but Windows 7 volume, partition and format all see gb 746. I'm learning the bios needs update but I am unable to find one on the HP s

  • How to record a multicolumn data Excel file listbox

    Hi everyone "I need help" about a listbox multicolumn in Labview, I want to save my data in excel type and backup data should be the same in What's on Lisbox. How can I start? Please any idea? LabVIEW version: Labview 2012