Kill session after Specific Time in Last transaction

Dear All
I have Database oracle 10g i need kill the session after last transaction with specific time like(10 minutes for example).
How I can use it.
Thanks in advance...

user8942603 wrote:
but i don't use application server i use database oracle 10g and the application its flex software that connect to my database.Are you saying you use a dedicated session for each web browser connection? If so how many concurrent connections your database server can handle? Actually, based on your question, I can guess you are already running into too many concurrent sessions issue, right? If so, my suggestion is not to look into killing idling sessions but rather redesigning your site by using at least Oracle's connection pooling.
SY.

Similar Messages

  • How can i set a specific time for a transaction code to be run?

    I want to know if a certain Transaction Code (not only the customized tcodes) could only be run on a specific time (ie. 4pm to 6am only)

    There are two ways to achieve the purpose you wanted:
    1. If the work to be done by this Tcode can be processed automatically without any interactive session (dialog user) then I would suggest it to process as Batch Job in the time period you specified. And make sure that none of the users are not having corresponding authorization to execute the same task in foreground.
    2. If you need the Tcode to be executed only when you can monitor then the best way is to monitor the users containing the Tcode through SM20 audit log as a Mitigating control.
    No such facility is currently available to protect a Tcode for a particular time interval in a day. You may write a message to SAP for suggestion.
    regards,
    Dipanjan

  • Automatically Kill session after 30 min.....

    Hi All,
    I have set the heatbeat parameter in formsweb.cfg to 60 mins. but still the session is getting killed after 15 min...... can anybody help me to make the idle timeout setting to 30 mins...... thanks.... i m using application server version 10.2.1
    thanks...

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • How to invalidate session after some time

    How can I assign null value to session if user does not interact with the jsp page uptill M minutes. (Here M is variable, say after 5 minutes)

    use setMaxInactiveInterval(int) method of HttpSession class.

  • Jumping to a point after specific time

    I have created buttons to run different animations. At the end of each of these animations, I want to stop for 3-4 seconds and then jump back to a common starting point in the timeline.
    How do introduce the wait time of 4 seconds in the following code?
    sym.stop();
    // play the timeline from the given position (ms or label)
    sym.play("startPoint");

    Ok amber_abb,
    We use an upDown symbol containing a basic animation. A first instance upDown-1 has a playback action play() (black triangle on white background) at label start. The second instance upDown-2 has a playback action play() a bit after label mid and a third  instance upDown-3 has a playback action play() later.
    We wrap all the needed variables in a TIMING object defined in the compositionReady event handler :
    TIMING =
      loopCounter: 0,
      maxLoops: 5,
      delay: 2000 // in ms
    Trigger at label mid :
    if (TIMING.loopCounter++ < TIMING.maxLoops)
      sym.$('loopCount').text( TIMING.loopCounter);
      sym.play('start');
    else
      sym.stop();
      setTimeout( function()
        sym.play('mid');
      }, TIMING.delay);
    Trigger at label end :
    sym.stop();
    The JavaScript method setTimeout() delays the execution of the function passed as its first parameter (here an anonymous function). Its second parameter is the delay given in ms.
    http://w3schools.com/js/js_timing.asp
    Downloadable example here : https://app.box.com/s/7m6dz8zzmrjirv8a34fx
    Gil

  • I am Burning my edited project on DVD but after specific time Audio got mute

    Dear Friends,
    I am burning DVD using share option in FCP X  total duration of my film is  2 hours 25 min. But after 1 Hour 25 min Audio got mute, I have twice try to burn same film on DVD but it got mute on same duration. I have also try my second film to burn on DVD which Duration is 2 Hours 7 min but it got mute after 25 min. I dont know what to do Please help, I want my final output on DVD.
    I also have DVD studio Pro please help me if there is any option.
    I am Using Mac Pro Prosessor 3.2 GHz Quad-Core Intel Xeon and Memory 6 GB 1066 MHz DDR3

    I would first export to dvd, but chosing the hard drive as a destination. This stores a disk image on your hard drive with the content of your dvd.
    This way you don't waste a dvd if something goes wrong; plus you can check the resulting disk image with DVD Player just like an actual disc, and you can burn as many copies as you like using Disk Utility.
    Another troubleshooting idea: expor a master file and test that. Does it play correctly?
    Do you have any audio containing DRM (like an old iTunes purchase, maybe) in your project?

  • Killing Sessions in Oracle

    Hai all..
    I need the solution of how to kill the session after the time has elapsed..
    say
    if the database is idle for 5 minutes. then the session should be automatically dropped .
    I use VB/ORacle.
    Do anyone know how to kill the session in oracle from any front end say Visual Basic / any other front end.
    IS there a possibility to close the session.
    kndly let me know the solution for this problem.
    Thanx in advance
    Gayathri

    maybe you can do it through oracle user's profile.
    you can try to look into proper oracle docs. Yes, see the idle_time resource parameter of the create profile statement:
    http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/server.920/a96540/statements_611a.htm#2066026

  • After a recover database, how can I find the time of the last transaction?

    After doing a restore and recovery. Is there something in the data dictionary that I can query to find the time of the last applied transaction that took place during the recover process?
    restore database ;
    recover database ;
    For example, if I restored from a full backup on 8/3/2008 with archive redologs, I know my last restored transaction is from sometime on that day, but I'd like a way to know the hour:minute:second of the last transaction included in the backup and redologs that was applied to my restore. Is that possible?
    The recover database applies all available redo logs for that day, but I want to know if that includes transaction up to 6PM, or 11:50PM, etc?
    Thanks,
    Jason

    If you did only a "recover database" that would have been a Complete Recovery to the last transaction -- ie the point when the database was shutdown.
    For an Incomplete Recovery, you would have to note the Sequence#, SCN or Timestamp of the recovery point.

  • How do I know  what transactions executed by specific user for last month

    All
    We have a request to find out  what transactions are executed by secific user
    for last couple of months.
    Is there any report in SAP would tell me ?
    Please advise.
    From
    PT.

    Hello PT,
    If you use the search for the term "How do I know what transactions executed by specific user for last month" then I guarantee you some good hits in the result, and further more detailed search terms to use...
    Cheers,
    Julius
    (this time in response to the correct thread...)

  • Close session after a period of time with a popup mesage

    hey ,
    my requirement is to display a popup mesage if the user didnt touch the system after some time 
    - if the user didnt respond to the popup after 30 seconds the session will be closed .
    is there any FM ?
    regards
    ASA .

    follow this settings..
    To activate automatic logging off, do the following:
    Go to Profile Maintenance by choosing Tools --> CCMS --> Configuration  --> Profile Maintenance or the transaction RZ11.
    Maintain the parameter rdisp/gui_auto_logout. Enter the required number of seconds of inactivity before the user is logged off automatically.
    To deactivate automatic logoff, delete the parameter from the profile(s) or set the value '0'.

  • OSX has killed my harddrive THREE times in the last 3 months

    That nasty upgrade 10.4.3 killed it the first time in early November. After the upgrade, the computer would get really slow doing basic tasks like pulling up the contents of a folder. Eventually, trying to fix it with Disk Utility and Disk Warrior (to no avail)... indicating "speed inhibited by disk malfunction"... verbose booting indicates DISK I/O ERRORs.... ok, so I decide to scrap this HD - well, I couldn't boot any more anyway.
    SO, I buy a new HD... Maxtor 300GB.. reinstall EVERYTHING... upgraded to 10.4.3 ... running fine until Jan 22.. then, slowness again... same seeming inability to read the disk... cannot repair using the utilities.. FINE...
    SO, I wipe out the **** thing... AGAIN.. reinstall - CLEAN - and use combo update for 10.4.4. Two weeks later... Feb 1... SAME thing... slowness, can't pull up basic directory contents...
    I give up... new drive, two loss of disk access in one month. Additional loss of disk access 1.5 months prior. WHAT IS UP with OSX Tiger 10.4.3+?
    Is anyone else pulling their hairs out over this? I have finally taken it to the local Mac Doctor to try to determine if this is a hardware problem or a software (OSX) prob. I'm wondering if OSX is not liking on of the programs it runs along with... ???? HELP.

    While your problems are frustrating I can top them. I had 4 hard drives fail in a 10 week period. They would last anywhere from 6 weeks down to 2 days. Forget about how many times I had to reinstall to the replacement drives. Some could take an erase and reinstall, some were just dead and would not even mount.
    That was two years ago. Not Tiger related. I think it was a bad batch of hard drives. Western Digital was very good about replacing them and the 5th hard drive has worked fine for the last 2 years.
    Tiger does work hard drives but I'm not convinced your problem is an Apple issue (software or hardware). It could be but without more investigation it just as well may not be Apple related.

  • Is there a way to create a smart playlist that lists my top 25 plays from a specific time period (i.e. - top plays from the last 90 days)?

    Is it possible to create an itunes smart playlist that lists my top 25 most played songs in a specific time period (i.e. - the last 90 days)?  It seems that any "most played" list I create counts every spin a track has had in it's history of being in my library. 

    The challenge is is not to determine which of the tracks that have been played in the last X days has been played most since the beginning of time, but which have been played most in the last X days. iTunes can do the first one but it simply doesn't have the power to do the second.
    tt2

  • How to change the ownership of a doc after a specific time in workflow ?

    Hi
    My objective is to create a workflow in ESO , that will change the ownership of a contract document from the current person to his supervisor ( supervisor's id will be in user id management page) after a specific time .
    Please help me how to do it ?
    I am using TWE editor for workflow design
    Regards
    Swastik

    To prepare a computer for sale or donation, in addition to the steps mentioned in this support article, take these steps:
    If you set a firmware password, remove it by running Firmware Password Utility in Recovery mode.
    If you activated FileVault in OS X 10.7 or later, turn it off.
    If you use Boot Camp, the partition must be deleted
    If you created any other data partitions on the internal drive, remove them in Disk Utility.
    Erase the data partition(s) with the option to zero out data. An SSD doesn't need to be zeroed.
    You can't legally or practically transfer any software downloaded from the Mac App Store to the new owner of the machine, even if it was free. That includes OS X, so if you paid for an upgrade OS X 10.7 or later, you must reinstall  the original OS, either from the installation media, if applicable, or by booting into Internet Recovery (option-command-R at the startup chime.)
    The new owner will have to repurchase the software, if need be, under his or her Apple ID. If you ever updated the bundled iLife applications (Garage Band, iMovie, and iPhoto) through the App Store, you can't transfer them either.
    Remove the machine from your list of registered products. If it's still covered by an AppleCare Protection Plan, transfer the coverage to the new owner by following the instructions in the AppleCare Terms and Conditions (under the heading "Transfer of Plan.")

  • Does iCloud save voicemail messages from my iphone 5 when I back up? More specifically I am trying to access messages that were in my deleted folder at the time I last saved, that have since been cleared.

    Does iCloud save voicemail messages from my iphone 5 when I back up? More specifically, I am trying to access messages from my now deceased father that were in my deleted voicemail folder at the time I last saved, that have since been cleared.

    The iCloud backup includes visual voicemail messages.  I'm not sure if it includes the deleted ones or not, but I would assume it does.

  • Why does FF open old website windows from my last on line session, when i start a brand new session after logging out?

    1) I went on firefox (ff) this morning and visited a few web sites
    2) I logged off (ff) and quit using the I-net
    3) later in the morning I logged back on to the I-net using (ff) and it opened the last web site I was looking at in my previous session instead of the regular "home page" I usually get when I open (ff).
    4) it is as if (ff) is making the last web site I visited from a prior session, my new home page each subsequent time I log on to the I-net.

    Make sure that Firefox is closed properly to avoid opening a possibly crashed session the next time.
    Use "Firefox/File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit") to close Firefox if you are currently doing that by clicking the close X on the title bar.
    See "Hang at exit":
    *http://kb.mozillazine.org/Firefox_hangs
    See "Firefox hangs when you quit it":
    *https://support.mozilla.org/kb/Firefox+hangs

Maybe you are looking for

  • Developer 10g error Java.Lang class not found

    Hi My application is live on static IP but when i try to access it from some systems i get the error after downloading Jinitiator Java.lang class not found exception:Oracle forms engine main is this problem of browser or something else? how can i sol

  • Urgent! please help: why socket.setSoTimeout(ms) doesn't work precisely

    I wanted to set timeout for the sockets accepted by server as: Socket socket = server.accept(); socket.setSoTimeout(5); Since I want the server to process next request (another thread) as soon as read block happened on the current one, I set the time

  • I have images in a folder on my desktop? How to access for iMovie still?

    Hi, I have a number of jpg images in a folder on my Leopard Desktop. How do I point iMovie09 to the images in this folder so I can add the images to my iMovie09 project????

  • TDM Excel Add-In truncate

    We're experiencing a wierd issue with the TDM Excel Add-In where data is truncating depending on from where the file is read. We haveTDMS (binary encoded data) files on a lab PC and copies of these files in a server folder. When we run the TDM Excel

  • IPhone/Entourage not synching all calendar entries

    I have been using my iPhone with Entourage for over a year. Recently, I've developed two problems: 1) when I enter a new appointment on my iPhone, it does not sync onto Entourage 2) some Entourage calendar entries do not sync onto my iPhone. These mi