Last updated time of procedure

Hi
I want to know last updated time of a procedure.
can any body tell me.
thanks

select last_ddl_time from all_objects where object_name = 'procedure_name' and object_type = 'PROCEDURE';

Similar Messages

  • Recording a last updated time for each record in a table

    hi
    i have a table with 5 columns. and the table has 100 rows of data.
    i need to add a sixth column and this column should contain the last updated time of that particular row.
    i am allowed to use triggers.
    for example, if the 55th row undergoes a change, the 6th column's value for the 55th row should update itself with that particular time.
    can any one of you come up with an optimized solution for this please ???
    thanx a million in advance and best regards,
    novice DBA
    :)

    Hi,
    Here's an example:
    CREATE OR REPLACE TRIGGER table_x_biu
    BEFORE INSERT OR UPDATE ON table_x
    FOR EACH ROW
    BEGIN
         :NEW.modified_dt := SYSDATE;
    END     table_x_biu
    SHOW ERRORSwhere table_x is your table name, and modified_dt is the DATE column to be populated.
    You won't have to specify modified_dt in any INSERT or UPDATE statements. In fact, if you do, the value you give will be ignored, and the trigger will always substitute SYSDATE.
    WARNING: if you do get an error message, the line number reported will usually be relative to the first DECLARE or BEGIN statement in the trigger. For example, if I had mis-spelled SYSDATE in the example above, the error message would say there was a problem in line 2, not line 5.

  • RUEI 12.1.0.3.0 - Collectors Status Okay but Last Update time not updated

    Hi all,
    Under System > Status > Collectors Status
    Status shows OK but Last Update Time is not updated. The last update time is frozen.
    Anyone has a similar experience? Would someone help, please?
    Regards,
    Nathan

    Hi Nathan,
    that seems odd indeed. would not know the cause or any sensibl explaination unless I have system details, Can you pls file an SR for this issue and upload the helpdesk file to the SR?
    a helpdesk file is created under system >>maintenance>>helpdesk report
    It will create a zip file that we can read in support, see the events the system is capturing, analyze your configuration. That will allow us for very quick follow up. if you want me to track it internally at Oracle pls send me the SR# in a direct mail: [email protected] -- I'm the responsible product manager for RUEI so happy to follow up on this.
    R, jurgen

  • Last Scan Time vs Last Update Time

    All,
    I have been using SW to track my Server 2003 boxes as MS will be EOL of these next week. In my Inventory report I include Last Scan and Last Update.  As we migrate the boxes to Server 2012 - I had expected to see the 2003 Server OS drop off of the list but that is not happening. 
    I am getting current "Last Update" (7/13/2015) but the report still says the box has OS Server 2003 and I know it is Server 2012.
    What am I missing and the bigger question is - This is for servers only.  Do I have confidence that my PC inventory is reflecting the correct updates in my larger inventory?
    Any advice would be appreciated.
    This topic first appeared in the Spiceworks Community

    It is my understanding that the 'discovery scan' is just for the initial scan and then there is also an update scan that just checks for differences. 
    I have my remote collectors to search specific subnets and scan once a week. Ever since the initial scan they all show up during in the inventory. I see most of them being 'updated' in inventory according to the schedule and the timestamp but the "Last Scan Time" never changes. As such my not scanned in 30 days just continues to build up. The "Last Updated Time" gets updated correctly but nothing else.
    Is this normal behavior? It doesn't seem like it is considering the Not Scanned in 30 days group exists. It wouldn't make sense for that group to exist if there was no need for a "scan" if "updates" worked just fine.
    This topic first appeared in the Spiceworks Community

  • What exactly is the "last scan time" and "last update" time

    There was a topic last year about this confusion. Here shows the topic and the answers that you might be looking for :)
    Have a great day!
    -Isaac

    It is my understanding that the 'discovery scan' is just for the initial scan and then there is also an update scan that just checks for differences. 
    I have my remote collectors to search specific subnets and scan once a week. Ever since the initial scan they all show up during in the inventory. I see most of them being 'updated' in inventory according to the schedule and the timestamp but the "Last Scan Time" never changes. As such my not scanned in 30 days just continues to build up. The "Last Updated Time" gets updated correctly but nothing else.
    Is this normal behavior? It doesn't seem like it is considering the Not Scanned in 30 days group exists. It wouldn't make sense for that group to exist if there was no need for a "scan" if "updates" worked just fine.
    This topic first appeared in the Spiceworks Community

  • Sql statement for retrieving the last update time of a table

    Hello all,
    Can somebody give me an example of sql statement for retrieving the last update time of an oracle table.
    Thank you
    Il

    Thanks for the fast replies. It works great when I test it as a sql statement but when trying to populate a datalist with it it raises the following exception:
    Exception Details: System.ArgumentException: SCN_TO_TIMESTAMP(MAX(ORA_ROWSCN is neither a DataColumn nor a DataRelation for table DefaultView
    Part of the Datalist Code:
    ItemTemplate>
    Line 12:             SCN_TO_TIMESTAMP(MAX(ORA_ROWSCN)):
    Line 13:             <asp:Label ID="SCN_TO_TIMESTAMP_MAX_ORA_ROWSCN__Label" runat="server" Text='<%# Eval("[SCN_TO_TIMESTAMP(MAX(ORA_ROWSCN))]") %>'>
    Line 14:             </asp:Label><br/>
    Line 15:             <br/>
    {code}
    Why is this happening? Any ideas?
    Il                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Last Access and Last Update Times for objects in Cache

    Hi,
         We are looking to implement Tangosol cache for our one of our critical J2EE systems and I am pretty new to it. One of the requirements is to know the following timings
         -Time when an object was put in a cache X (Last update of the object)
         -Time when an object was last accessed in the cache X (Last access time of an object)
         Is it possible to get these values through the Tangosol J2EE API?
         Thanks,
         ravi

    Hi Ravi,
         You can use InvocationService to access this information - an example is attached.
         Regards,
         Dimitri<br><br> <b> Attachment: </b><br>DumpCache.java <br> (*To use this attachment you will need to rename 529.bin to DumpCache.java after the download is complete.)

  • Query to get last updated time of tables

    Hi,
    How to get the last updated date time of the Max DB table
    Regards,
    Satish

    Hi,
    Unfortunately, do not this this would be possible. Check this thread:
    MAXDB Audit logs
    Regards,
    Srikishan

  • How to get the last update time for a table ?

    I want to know the last change of the table data , for example, a record has been changed, how can i get that time?
    Regards,
    Lament

    Hello
    check the tables CDHDR & CDPOS
    But the condition when u r checking the these table.for a particular field the at data element level- futhur charactestictab level we have one check box called change document it as tick
    Thank u,
    santhosh

  • I also cannot access part of the App Store, I have been trying to down load a magazine app, it has been trying to connect but it has been taking a long time. Also since I did my last update I have lost the ability to face time, I also cannot open iPhoto's

    Since my last update on the newest version iPad I have not been able to download a magazine app that I have a subscription for as well I cannot open iPhoto's or video. When I go into settings and go down to where iTunes Mail etc are it freezes my I pad and I cannot access these. Is there a apple system problem? This has been going on for over a week now.

    For FaceTime try the troubleshooting advice given here:
    http://support.apple.com/kb/ts3367
    Also try resetting your iPad:
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds).
    No data will be lost.

  • Unable to check mark whole playlists to play since last update.  ONly allows me to check one at a time.  How do I fix?

    While in MY MUSIC on itunes, all my music is unchecked.  I can not check whole playlists by using the top checkmark to select all.  I went to all my playlists, same thing.  I can only press them ONE at a time, which will take about a day to check all of them. 
    any ideas?  anyone have same problem?  This just happened since last update.

    I exactly have the same problem as this "Unable to check mark whole playlists to play since last update.  ONly allows me to check one at a time.  How do I fix?" I have a windows7. Please help.

  • Since the last updating of the system, my Ipad 2, it won't connect to wifi more than 5 minutes at a time unt

    Since the last updating of the system, my Ipad (model MC769C), it won't connect to wifi more than 5 minutes at a time until I reset the router.  Anyone can help ?

    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting
    http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet
    http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • How do I revert OS X back to a time before the last update on 28th June?

    Hi.
    Last Tuesday, 28th June, I authorised Mac Update to update two things. One was something to do with my Epson printer, and the other was some sort of security update for Mac OS X itself. The update, presumably the latter part, invoked a requirement to restart my Mac.
    Since then things have not been good.
    I have noticed that the fans in my MacBook Pro are on more or less continuously, even when it is asleep. Prior to last Tuesday they hardly ever ran, even when I was using it. (According to iStat my CPU is currently 76 degrees C, and both fans are running at about 6000 rpm.)
    When I try to quit Safari it doesn't quit straight away as it used to. Instead I get the spinning ball for a while and then, after it quits I get a 'Safari quit unexpectedly' report, even though it was I who initiated the quitting...
    Several apps have been acting oddly too, such as MS Word taking ages to launch.
    So I want to revert my MacBook Pro to how it was prior to this last update. I have Time Machine enabled, but I can't work out how to get the actual OS back to a state it was on a date prior to 28th June. The OS isn't in the Apps folder, and I can't work out where it might be.
    Can someone please point me in the right direction, or is this something that Time Machine cannot do?

    Your slow down issues sound like it's internet related.
    http://support.apple.com/kb/TS3802
    Under your System Prefs > Network > Advanced > Airport > TCP/IP  Configure IPv6: OFF  Reboot.
    Run ALL of the free OnyX cleaning and maintainence
    features and reboot.
    Also run the Verify>Preferences and write down any corrupted
    ones, move these files to your desktop (out of yourLibrary/
    Preferences folder) and reboot, they get rebuilt automatically.
    (more free good stuff you'll likely wind up needing)
    VLC (plays anything)
    Perian (installs additionalQuicktimecodecs)
    FlipForMac (Windows media in Quicktime)
    TheUnarchiver(unpacks just about everything)
    Carbon Copy Cloner (clonesbootdrive to another HFS+j drive, hold option bootable)
    2 free 3D games - NexiuZClassic and Cube 2 Sauerbraten
    LibreOffice (freeofficesuit, reads/writes Office files
    Gimp (free image editor)
    OnyX (free maintainenceandcleaning)
    Pacifist (opens DMG filesforextraction)
    Mactracker (inforonApple products)
    NTFS Mounter (for WindowsNTFSdrives)
    EasyFind(deep search)
    TimeMachineEditor
    TinkerTool
    ClamXav (free anti-virus)
    Caffine (keeps yourMacawake)
    Browswerplug-in check (especially for Flash!)

  • Since the last update, every time I open "Numbers" I get a notice that a font is missing.  How can I stop seeing this warning?

    Since the last update for "numbers", everytime I open numbers I get a notice that a font is missing.  I don't care that it's missing and I would like to not see that message.  How can I get rid of it?

    A document you had open at the time you quit Numbers has a font that you do not have (probably Calibri).  You can change the font to one you have OR close the file before you quit Numbers.  Numbers will open files you had open when you quit.
    Looks like:
    The other thing you can do is check the box "Close windows when quitting an application" in "System Preferences > General"

  • Folders last modified time stamp are not updated in Windows 7

    After changing any .cpp file in Visual Studio, the last modified time stamp for the file's folder
    IS NOT updated. What's happening ?
    However when I change a Word (.docx) file, the last modified time stamp for the file's folder
    IS updated ! How come ?

    Hi,
    If you thought this issue gets worse and if you have already set NtfsDisblesLastAccessUpdate to 0, then please revoke it to 1.
    From the above Blog we can see that in Windows 7, the "Last Modified" field on log files is not updated when a program attempts to open the file or the utility is stopped, this is a design change to NTFS , becase we cache the metadata for
    folder contents and do not refresh it until a handle is closed on an open file or an explicit call is made to retrieve the properties of an individual file.
    Per your current issue that even if you closed these Vistual Studio files, the timestamp still didn't update. Please try the following and check whether any of them work:
    - open the file in a second program
    - view the proprties of the file
    - "dir <filename>" at a command prompt 
    In addition, if you edit these Vistual Studio files with Notepad(Before doing that, please close all the programs include Vistual Studio) and try to reproduce the issue, does the issue still occur?
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • How do I install additional content for Illustrator

    I'm having a similar issue. I successfully installed the CS 6 Suite from the .exe and .7z file pair, but there are two additional files, Illustrator_16_Content_LS16.exe and InDesignFamily_8_Content_ALL.exe, that were part of the download package from

  • How do I revert to Older printer driver?

    I am running Snow Leopard on a 2006 iMac. with a Canon MP810 printer attached via USB. The auto duplex feature was working until Apple Update installed the 10.67.1.0 version driver. I downloaded (from Canon) and installed the older 10.51.2.0 driver,

  • A thought about Apple...

    Ok so here it is; i LOVE my macs & think apple are great...but, what's going on?!?! as mac users we're suppose to be limited in our technical/software problems but since 10.4.9 it doesnt seem the case. im running 10.4.9 on my imac & everything has sl

  • Using Recovery Disk (Windows 8) - How can I use it without partitioning?

    Whenever I install windows I add new partitions with lots of data added to them. But when I need to fresh install Lenovo Windows 8 OEM, it deletes all partitions because they are resized and formats everything and reverts to its designed partition st

  • InScope option for transactions is not existing in solar01

    Hi, It was observed in Solar01 for the existing projects that Inscope option for transaction is not existing in Solar01. Kindly suggest how it was appearing for few and not for some projects .