Is there any way to trace my session

Is there any way to trace my session even when i forgot to fire
spool file name .................

Tkprof can give you all information below
[http://www.orafaq.com/wiki/TKProf]
TKProf
From Oracle FAQ
Jump to: navigation, search
TKProf is an Oracle database utility used to format SQL Trace output into human readable format. The TKProf executable is located in the ORACLE HOME/bin directory.
[edit] Start TKProf
Syntax is:
tkprof input.trc output.prf [options]
Example:
$ tkprof orcl102_ora_3064.trc output.prf EXPLAIN=scott/tiger SYS=NO
[edit] Sample output
For the above example, the output would be in file output.prf:
Tkprof: Release 9.2.0.1.0 - Production on Tue Dec 24 15:32:43 2002
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
Trace file: ORCL102_ora_3064.trc
Sort options: default
count    = number of times OCI procedure was executed
cpu      = cpu time in seconds executing
elapsed  = elapsed time in seconds executing
disk     = number of physical reads of buffers from disk
query    = number of buffers gotten for consistent read
current  = number of buffers gotten in current mode (usually for update)
rows     = number of rows processed by the fetch or execute call
select *
from
employee where emp_id = 3737
call     count       cpu    elapsed       disk      query    current        rows
Parse       10      0.00       0.03          0          0          0           0
Execute     10      0.00       0.00          0          0          0           0
Fetch       20      0.34       0.35         72       4730          0          10
total       40      0.34       0.39         72       4730          0          10
Misses in library cache during parse: 1
Optimizer goal: CHOOSE
Parsing user id: 59
Rows     Row Source Operation
      1  TABLE ACCESS FULL EMPLOYEEAnother insteresting link
[http://www.dbspecialists.com/files/presentations/use_explain.html]

Similar Messages

  • Is there any way to trace my session even when i forgot to fire  spool

    Is there any way to trace my session even when i forgot to fire
    spool [file name] .................

    No, not as fa as I know.
    Traces of a session and spool are not related.
    You need to set an audit trail to trace a session.
    Spool simply spools to a file your work in SQL*Plus.
    Hope this Helps

  • Hi,i lost my iPhone few hrs ago...is there any way to trace it...?

    Hi,i lost my iPhone few hrs ago...is there any way to trace it

    thanksss to al.. i do download 'find my phone,but dnt remember activate or not.
    someone walked in my shop n stole it? or the contractor worker took it?cant lodge report cause cant find serial no.
    al contact gone..!
    once again thank guys!

  • Is there any way to restore lost sessions closed accidently?

    I had many tabs open but accidently closed the firefox without saving it. When I opened next time, I lost all the tabs. Is there any way to restore those tabs.
    I saw a posting which refering to renaming a file called sessionstore.bak but I could not find that file. I need a permanenet solution to this. I don't want to save everything in the bookmark. Alternatively, is there any way to save multiple opened sessions which can be retrieved any time.

    Apparently new in FireFox 4, possibly due to customer demand, there is a selection to Restore Previous Session in the History menu. Unfortunately, I must use it way too OFTEN.

  • I have lost my Iphone 4s but I am not sure whether FindmyIphone is on or not. Is there any way to trace?

    I have lost my Iphone 4s recently. I am not sure whether I got activate the FINDMYIPHONE, is there any way to check?

    Did you try to log in icloud.com/find on your computer and see if you can locate your phone?
    Also have a look at this article: iCloud: Troubleshooting Find My iPhone, iPad, iPod touch, or Mac
    Message was edited by: Ingo2711

  • Oracle 9i - Is there any way to trace the amount of rollback statements ?

    Hi,
    we're running Oracle 9.2.0.5.0 and we would need to monitor the amount of rollback statements executed on a specific table.
    Turning on traces for "set events '10046 trace name context forever, level 1'" would be too much invasive given the current load of the system so that was wondering if there was any quicker way to do that.
    Thanks in advance!
    Mike

    Did not want to raise another issue :)
    We have a few huge tables which we need to monitor in terms of activities so that we're using triggers to update some oracle sequences keeping track of the action performed on them.
    basically the trigger only increase the sequence value.
    CREATE OR REPLACE TRIGGER xxx_Summary_Trigger
    AFTER INSERT OR UPDATE or delete ON xxx
    FOR EACH ROW
    declare dummy number(10);
    BEGIN
         IF :New.xxx_Status = 'used' THEN
              SELECT used_plus.nextval into dummy from dual;
         ELSIF :New.Card_Status = 'activated' THEN
              SELECT activated_plus.nextval into dummy from dual;
         END IF;
         IF :Old.xxx_Status = 'used' THEN
              SELECT used_minus.nextval into dummy from dual;
         ELSIF :Old.xxx_Status = 'activated' THEN
              SELECT activated_minus.nextval into dummy from dual;
         END IF;
    END;
    So that each time the xxx_Status is updated we have an updated sequence (nocache) which allows us to get the overall distribution without a long scan on the table (hosting more than 200M records).
    I know triggers are not the best way to approach, not to mention they fire before a commit, so that in case of a rollback the resulting sequence would be showing a wrong value.
    But this was only a quick and dirt approach, which works fine for the time being. I just wanted to confirm the inconsistencies we are encountering are due to some rollbacks which mislead the trigger, that's why I was interested in getting a stat on the rollback statement execution.
    We get discrepancies every now and then, so that leaving traces on for a long time may be disruptive.
    Thanks!
    Mike

  • When closing multiple tabs, is there any way to get back the option of saving those tabs OR NOT for your next session, within the warning dialogue box itself?

    For brief period of time, not in FF4, there was the option whereby when I closed multiple tabs, a firefox dialogue box opened warning me that I'm about to close multiple tabs, '''AND ALSO''' asking me if wanted to save those tabs for my next session, or trash them.
    The primary issue IS NOT about saving tabs. The primary question here is about getting THE OPTION back to the CLOSING MULTIPLE TABS WARNING DIALOGUE.
    The use case here should be obvious. However, since it is clearly not obvious that different people work in a variety of ways, and neither of those methods of working is "wrong" or "right" I will elaborate: Some people, for whatever reason, it doesn't matter why, want to save all their tabs on some occasions, and on other occasions don't.
    This preference varies throughout the day. Therefore it is inefficient to constantly go to preferences and change whether or not I want firefox to open all my tabs from my last session. It is more LOGICAL to place an option in the multiple tab warning dialogue as well, for people whose preference constantly changes.
    This option was available for a time in most of the Firefox 3 versions. Is there any way to get back this option in Firefox 4?

    Firefox 4 saves the previous session automatically, so there is no need for asking if you want to save the current session.
    You can use "Firefox > History > Restore Previous Session" to get the previous session.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    You can set the warn prefs on the <b>about:config</b> page to <b>true</b> via the right-click context menu or toggle the value with a double left-click.
    * browser.showQuitWarning, see http://blog.zpao.com/post/3174360617/about-that-quit-dialog
    * browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    * browser.warnOnQuit , see http://kb.mozillazine.org/browser.warnOnQuit
    * browser.warnOnRestart , see http://kb.mozillazine.org/browser.warnOnRestart
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

  • Whenever I try to sync my iPod Touch 5th gen with iTunes I get an error message saying "The iPod "*****" could not be synced because the sync session failed to start". Is there any way I can fix this?

    Whenever I try to sync my iPod Touch 5th gen with iTunes I get an error message saying "The iPod "*****" could not be synced because the sync session failed to start". Is there any way I can fix this?

    B-rock, thanks for posting the above.  I actually have the same issue, running Windows XP and I don't have that backup location, \Application Data\Apple Computer\MobileSync\Backup\.  When I go to Documents and Settings\(username)\ there's a AppData folder followed by:\LocalLow\DataMngr\ .
    I have the latest update, 5.0.1 and I have the iPod Touch 3rd gen.
    I have tried removing itunes and all that is associated with it then reinstalling and keep getting the same message.  I've reset my ipod thinking that would help but still, no backup.
    In iTunes, Edit, Preference, Device there are no backups.
    What am I doing wrong, can you help? 
    Thank you!

  • Is there any way to get Session

    Hi All,
    Is there any way of getting the HttpSession object reference using sessionid?
    thanks in advance
    Raghu

    Only by looping over all the sessions and comparing
    the id to the id you wantHow do you get all the sessions collection?

  • Is there any way I can trace my stolen I phone , if so how?

    Is there any way I can trace my stolen I phone , if so how?

    IF you set up find my iphone on the iphone itself AND it is on AND it has not been restore by the thief, then you may be able to track it using icloud.
    Otherwise you cannot track it.

  • HT1391 iphone5 is solen is there any way we can trace it with serial numer

    iphone5 is stoel is there any way we can trace it with yhe serial number

    That is not possible.
    If Find My iPhone was enabled on the device prior to it being lost, simply sign into iCloud.com and see if it can be tracked.  If the phone is turned off, the SIM card is removed, or it otherwise is unable to connect to the Internet, the Find My iPhone feature will be unavailable.

  • When I reinstalled iTunes, it wiped out my Foxfire browser history.  Is there any way to restore my previous session?  My computer is Vista 64 bit.

    When I reinstalled iTunes, it wiped out my Foxfire browser history.  Is there any way to restore my previous session?  My computer is Vista 64 bit.

    You are using an old Firefox 3.0.19 version that is no longer supported.<br />
    Any particular reason why you haven't updated yet?<br />
    See [[Upgrading to Firefox 3.6]]
    You may also need to look at these:
    * http://kb.mozillazine.org/Lost_bookmarks
    * http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.0 r32
    # Java Plug-in 1.6.0_05 for Netscape Navigator (DLL Helper)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    Update the [[Java]] plugin to the latest version.
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

  • Is there any way to do a manual session restore if Firefox doesn't open your previous session - and doesn't give you that option?

    I've got Firefox configured correctly and it always opens my last session. However, sometimes when the computer crashes and a second Firefox window is open (this time it was either a pop-up window or the Firefox update window), Firefox only recognizes that window as the "last session," and it loses the most recent multi-tab session. (Hmm, maybe what I need is "re-open recent sessionS" or "last multi-tab session" ?!)
    Anyway ... is there any way I can retrieve yesterday's open tabs without picking through my history and finding them one-by-one?

    The presence of a sessionstore file with a number (sessionstore-1.js) indicates that at one time there has been a problem with accessing sessionstore.js and that Firefox wasn't able to rename sessionstore-1.js to sessionstore.js
    You can see by the file date of sessionstore-1.js when that has happened and if it an old file then you can remove it or you can try to copy that file to sessionstore.js to see which session it brings back.
    Make a backup copy of all sessionstore.* files elsewhere to be sure that you do not lose a session before doing that.

  • Because the Firefox update today required me to update and install an update to an adobe application and then required me to restart my computer I "lost " the connection to my previous session and tabs. Is there any way to recover my tabs from yesterday?

    Because the Firefox update today required me to update and install an update to an adobe application and then required me to restart my computer I "lost " the connection to my previous session and tabs. Is there any way to recover my tabs from yesterday?

    Do you memeber the complete wording of the error message?
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar

  • Hi,I hv brought iphone4s from us and it was unused but I lost it in France.....I hv got the IMEI number and bill....is there any way I can trace it or block it....or can police can help me out in finding it.....it's urgent

    Hi,I hv brought iphone4s from us and it was unused but I lost it in France.....I hv got the IMEI number and bill....is there any way I can trace it or block it....or can police can help me out in finding it.....it's urgent

    Sorry, there is no way to trace your phone.

Maybe you are looking for

  • Ipad asking for apple id and passcode after restore i do not have these what to do please... ive tried everything its my ipad i have recipt

    i brought an ipad for my daughter 2 years ago i have had to restore this due to her entering the wrong passcode few times as she is only 8 i have done all that was asked now its asking me for the apple id and passcode i have entered all the ids and p

  • The software  required to communicated with iPods was not installed properly

    Upon connecting my iPod to iTunes I get this message: "The software required for communicating with iPods and mobile phones was not installed correctly. Do you want iTunes to try to repair this for you?" Upon answering YES, iTunes shows an iPhone ind

  • CURRENT / SYSTEM DATE

    06-10-2009 Hi When I execute a BW / BI query, I get the result.    I would like the report to show the date of execution of the query as well.  Can any one guide me on this please. Regards Jayan Bangalore, India

  • CUIC DRS

    Can someone tell me what is backed up in the DRS recovery for CUIC? Are: 1 Custom Reports 2 changes to stock reports? 3. Report Definitions? 4 Value Lists 5 Partner created custom reports? 6 Data Sources? 7 All Passwords? 8 Schedules? 9 Dashboards? a

  • Resizing the Document window to predetermined size

    Hopefully this is just a quickie... Have just defined a site and am about to start afresh and wanted to change the page size to 760 x 420 as reccomended. However, have gone to change this in the pop-up menu at the bottom and all the sizes are greyed-