How to find the status of package (valid/invalid) was at a particular time

How to find the status of package (valid/invalid) was at a particular time ?
I want to find the status of one oracle package at 3pm yesterday. The status of this package today is INVALID.
I am sure it was VALID yesterday. But no way to prove it. Can any one help please???
I can generate AWR report for last 7 days...

Try using a flashback query, like this:
select object_name, object_type, status
from dba_objects AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '18' HOUR)  -- 18 hours ago
where object_name = 'MY_OBJECT'
;if you haven't granted FLASHBACK privs, you may need to connect as SYS to do a flashback query on a data dictionary table.
But this should give you the info you need - if it's still in undo.

Similar Messages

  • How to find the status of an invoice in ECC ?

    Hi,
    Could anyone please tell me how to find the status of an invoice in ECC system (Parked, posted or saved as completed)
    Regards
    Prashant Chauhan

    HI
    MIR6
    Regards
    Kailas Ugale

  • How to find the status of INS, CAP, NUM keys??

    Hello everyone,
    I am trying to develop a text editor where i want to show the status of INSERT, CAPS-LOCK, and NUM-LOCK keys.
    i am able to know the key pressed using KeyEvent.VK_CAPS_LOCK, KeyEvent.VK_INSERT, KeyEvent.VK_NUM_LOCK respectievely.
    But, i want to know the initial status i.e the status of the keys at the time of starting the application.
    Is there any way to get the key properties i.e whether they are on/off?
    so that I can use them as the initial status and then can change afterwards.
    Thanks in advance,
    Regards,

    @Mr_Evil,
    Sir,
    Does it have such a state? Since INS key is not locking key (coz, on the keyboard it shows Num Lock, Caps Lock, Scroll Lock..but not Ins Lock. The former one have led too to indicate the status) we are not able to query the Key directly.
    Isn't it up to the
    application to decide whether it should be in insert
    or overwrite mode?Exactly, this is done in EDIT (type EDIT at command prompt)...inspite of whatever the key status is, it starts with INS off mode.
    But consider the case of MS WORD,
    It does not start with a particular mode. It depends upon the system's INS key status..
    Let, initially the Key is off.
    Start MS WORD...OVR will be hidden in status bar
    Again close MS WORD and press the INS key once.
    Again Start MS WORD...and you will find out that OVR is showing.
    This is my point, if we cannot do it directly...then is there any other way to do the same.any idea how to find this status?
    I hope I am clear what I need?
    Regards,

  • How to find the Status of a PO

    How to get the status of the PO in a customized program when I have only PO Number as reference.
    (any specific Function Modules)

    Hi Sridhar,
    CRM_JCDS this table you will get date and time of the all the status , from this get the
    latest status of the document.
    Eg:-
    select * from crm_jcds
            into table it_jcds
            where objnr = guid of the document .
         if sy-subrc eq 0.
           sort it_jcds by udate utime.
         endif.
    Regards,
    Venkat

  • How to find the status of production order for fully delivered orders

    Hi,
    My question is :
    when an order is confirmed for the end of month(jan) and no Gr is generated in jan then the order will not be included in jan month.
    For this solution given by functional :
    Get fully delivered orders for that period.
    My query's are :
    how to find fully delivered orders, is there any status in Co02 tran?
    Any suggestions for the given query are welcome..with elobration..
    thanks in advance.

    hi,
       The table name for Order status is VBUP and the field name is GBSTA.
    regards,
    Meiy

  • How to find the currently running packages using SSISDB

    Hi,
        I have developed a solution and deployed into the server. So, its under "Integration Services Catalog". I have created SQL server Agent job also to execute it.
    Now, If anyone executes a package using SQL server Agent job or directly from the catalog, is it possible for me to see which package is running currently, using Management Studio?  Is there any inbuilt stored procedure or Table or Function in SSISDB
    to find out which package is running currently?
    In SSISDB, there is a view called calalog.executions - Will that work? The description says, it displays the instances of package execution
    in the Integration Services catalog. But I am not finding anything. Am I doing anything wrong?
    We can right click the package and Go for 'Reports' --> Standard Reports - which is not permitted in my project. I would like to see using Management studio - SSISDB.
    Please help me to find out.
    Thanks in advance!!

    Hi,
    Below query will give you the load details like insertion happening to which table and if you know which table is used in which ETL you can determin what ETL is running. 
    SELECT 
    T.TEXT, 
    R.STATUS, 
    R.COMMAND, 
    DATABASENAME = DB_NAME(R.DATABASE_ID),
    R.START_TIME,
    ESTIMATED_COMPLETION_TIME_In_Hours=(R.ESTIMATED_COMPLETION_TIME/1000)/(60*60),
    CPU_TIME_In_Minutes=(R.CPU_TIME/1000)/(60), 
    TOTAL_ELAPSED_TIME_In_Minutes=(R.TOTAL_ELAPSED_TIME/1000)/(60), 
    R.PERCENT_COMPLETE
    FROM SYS.DM_EXEC_REQUESTS R
    CROSS APPLY SYS.DM_EXEC_SQL_TEXT(R.SQL_HANDLE) T
    WHERE T.TEXT NOT LIKE 
    'SELECT 
    T.TEXT, 
    R.STATUS, 
    R.COMMAND,%'
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • How to find the status of assigned person

    Hello,
    Is it possible to find the where the process is or who does it currently assign to when the process id is unknown? I heard that a query from the database can do that but not sure how.
    Can any one please advise.
    Thanks, Han

    The following query retrieves all RUNNING tasks, the current assignee and other task details.
    select * from tb_task TSK
    JOIN tb_assignment ASGN ON TSK.current_assignment_id = ASGN.id
    JOIN tb_queue Q ON ASGN.queue_id =Q.id
    JOIN EDCPRINCIPALUSERENTITY EDC ON Q.workflow_principal_id=EDC.refprincipalid
    WHERE TSK.status = 3
    You can filter the records if you know either Process Id or Task Id.
    Nith

  • RAPIDWIZ -RESTART option , how to find the status of installation

    Hi ,
    I had an issue while installing R12.1 on Linux X86-64 . I was getting an error in addbccnv.sql with insufficient privliges as I was installing under root as per oracles notes . I changed my user to database user and ran the addbccnv.sql script manually and it ran successfully .
    I opened another command prompt remotely and logged in as root and gave the command rapidwiz -restart , since i did it remotely using PUTTY I dont know the status of the installation .
    Is there any way to find out if the installation is going through ok !! ??
    I checked few locations but couldnt find any updated log file
    Thanks for your help

    Hi,
    The log files can be located under the following directories:
    $TMP/<MMDDHHMM>
    $ORACLE_HOME/appsutil/log/$CONTEXT_NAME
    $APPL_TOP/admin/$CONTEXT_NAME/log/<MMDDHHMM>
    Regards,
    Hussein

  • How to find the status of user's workflows

    Hi
    I wanted to create a report, In which user enter user name and date (Period) and i get status of all the work flow of that specific period of the user. e.g
    Work flow completed
    or
    Waiting for approval to secific agent
    or
    Error
    etc
    Regards
    Ammad

    Hi Ammad
      Use this tables SWWWIHEAD to get all the workitem with speicfic date and status has waiting then you can also use this table for agent speicific details SWWWIAGENT. If any deadline is involved use this table SWWWIDEADL.
    SELECT WI_ID WI_STAT WI_AAGENT FROM SWWWIHEAD INTO TABLE IT_WIHEAD
                    WHERE WI_STAT  EQ C_COMPLETED AND
                                 WI_CD      EQ  S_DATE.
    If you want any details let me know.
    Regards
    Vijay

  • How to find the maximum no of users logged in Database

    Hi All,
    How to find the maximum number of users logged in database at particular time? I can find currently logged users or umber of sessions running on Database but I wanted to find at what time maximum number of users or sessions connected to the DB? is that possible? if yes please help me. thanks.

    Vijay wrote:
    Hi All,
    How to find the maximum number of users logged in database at particular time? I can find currently logged users or umber of sessions running on Database but I wanted to find at what time maximum number of users or sessions connected to the DB? is that possible? if yes please help me. thanks.
    select * from v$resource_limit;Lists about 20 different resources with current, maximum and limit on usage. Session count is one of them. I don't think there's any (simple, efficient) way to determine the maximum number of different users of sessions, though.
    Regards
    Jonathan Lewis

  • Where to find the doc of package "com.sun.media.util"

    In the jmf.jar,it also has the com.sun.media package,but jmf20.pdf doc not include the comment,how to find the document of package com.sun.meida?

    why nobody answer the easy question for me?

  • How to find the date my iPhone 4s was manufactured

    Hi, Please can anyone tell me how to find the date my iPhone 4s 64gb was manufactured. I have the serial and i-m-e numbers. For some reason my Insurance company want to know, all I wanted to do was add the phone to my all risks policy. Thanks in advance for any advice.

    That's all you will get, there is no way to know the manufactured date only the warranty status from date of original sale and it is most unlikely your warranty is still "good" on an iPhone 4

  • How to find the Last modified date and time of a package

    Hi,
    We need a clarification on how to find the Last modified date and time of a package in Oracle. We used the example below to explain our scenario,
    Lets consider the following example
    Let A, B be two packages.
    Package A calls the package B. So A is dependent on B.
    When A is compiled the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS gets updated.
    Now there a modification in package B so it is compiled. There is no modification in package A.
    Now when the package A is executed the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS gets updated but we did not make any change in Package A. Now we need to find last modified date and time of the package A . So we can not rely on the TIMESTAMP,LAST_DDL_TIME in USER_OBJECTS . Can u please tell us any other solution to get last modified date and time of the package A .
    Regards,
    Vijayanand.C

    Here is an example:
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 10:57:32 2004-05-20:10:57:32 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 10:59:04 2004-05-20:10:59:04 VALID
    SQL> CREATE OR REPLACE PROCEDURE A AS
    2 BEGIN
    3 NULL;
    4 NULL;
    5 END;
    6 /
    Procedure created.
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 11:01:28 2004-05-20:11:01:28 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 10:59:04 2004-05-20:10:59:04 INVALID
    SQL> EXEC B
    PL/SQL procedure successfully completed.
    SQL> SELECT OBJECT_NAME,CREATED,LAST_DDL_TIME,TIMESTAMP,STATUS FROM USER_OBJECTS
    2 WHERE OBJECT_NAME = ANY('A','B');
    OBJECT_NAM CREATED LAST_DDL_TIME TIMESTAMP STATUS
    A 20-MAY-2004 10:57:32 20-MAY-2004 11:01:28 2004-05-20:11:01:28 VALID
    B 20-MAY-2004 10:58:22 20-MAY-2004 11:01:53 2004-05-20:11:01:53 VALID
    Note that the date under the column 'created' only changes when you really create or replace the procedure.
    Hence you can use the column 'created' of 'user_objects'.

  • How to find the approval status for a document version

    Hi all,
    We have enabled versioning on a folder and the system is maintaining the versions. I need to be able to identify which version in at what status.
    For example, I create a file and it creates a version, I check it in and out several times, I then release/publish the file, and another version is created, I then check it out and in several times and the cycle begins again.
    I then realize that I need to go back to the latest released version but I don't know which one it is nor can I identify it using the 'versions' selection from details. How do I know what the status is of the previous versions?
    I need to be able to identify only those versions, past and present, that were 'approved/released' vs those that were left in progress. How do I find the statuses of the previous versions to correctly identify which version was released.
    KM is maintaining this some how because it knows to show only those items that are released to the standard user and not show them those that are in progress.
    How do I find that same parameter that shows me which older version is release?
    I am looking for something like what is available with the properties selection on the 'versions' screen. I am able to go to any version and look at the properties of that version at the time the version was saved. This is what I need with status. I need to be able to look at any version and know what status was at the time it was saved.
    Any help is appreciated,
    Srini

    Hi
    According to my knowledge,Versioning can only be done on files, not folders.
    To view the version history of a file, as well as save prior revisions to another location to view them do this:
           1.      Using Windows Explorer, locate the file.
           2.      Right-click the file and select Versioning and then select List Version History.
    The resulting dialog displays the version history of this file.
           3.      Select a prior version and click the Save As button to save the version to another location.
    Regards
    Elizabeth

  • How to find the job and job status from RSPCM

    hi all,
    suppose we got an error and in rspcm the process was failed.i want to know the status of that particular job.and if any i want to stop that job in SM37.
    plz tell me how to find the job and job ststus from RSPCM...and how to stop that job in SM37
    thanks,
    jack

    Hi Jack,
    RSPCM: T.Code
    This transaction is used to monitor the process chains
    First:
    here you need to add the process chains into the sheet
    Second:
    Then you can monitor the process chains in this transaction code
    Like you can see the :  status ,proces chain ,Last run date ,Last run time ,Log ID
    Status : Green when sucessful,Yellow when running & Red when you get errors
    Now when yoy click on any of the process chain in RSPCM you will go to the LOG VIEW as you see in RSPC transaction
    SM37:T.code
    This transaction is used for Job Overview
    you can see many options in SM37
    like Released,active,cancelled,finished,etc
    Just select the ACTIVE  jobs and also pass STAR in JOB ID & USER ID
    here you can only see the active jobs
    Goto Step in toolbar
    select the program displayed
    then chose option GOTO - Variant in main menu bar
    in the variant you can see the job belong to which Process chain
    if you want to cancel this job come back to SM37 Display screen
    Select the Job and select the JOB DETAILS tab in Tool Bar
    Collect the WIP ( Work Permit ID)
    Go to SM50 T.code and find the WIP
    in Main Menu Bar you find the option Cancel with Core choose this it will cancel the Job
    Regards
    Hari

Maybe you are looking for

  • My Macbook experience

    I've had my Macbook for almost two weeks, and after spending a lot of quality time getting to know it, I thought I'd share my thoughts for anyone who is on the fence. I've never had a laptop before. I loved playing with my friend's Powerbook 12" when

  • Connecting a Power Mac G5 to an iMac G3 at Home - Drop Box Only?

    Hi folks, I have a Powermac G5 and a iMac G3 running OSX 10.3.9 and 10.4.3 connected to each other via a network cable and a Modem/Router. I can see both computers from each other but all i can see is the "drop box", how can i set it up so i can see

  • How to find the code in standard transaction from where event is trigered

    I have a configuration in SWEC, to trigger an event, when a PR is change For the Transaction ME52 (Change Purchase requisition), I want to go to the portion of the code, from where the function module for triggering the event is executed. I have lear

  • How to add an existing content database to new Site collection

    Hi All, Can anyone help to figure out how can I add existing content database to a new site collection in SharePoint 2013 foundation. We have more than 40 site collections under one web application, and only one site collection is returning 404 error

  • Can't install Adobe Photoshop 5.0 on new comp

    I have Adobe Photoshop 5.0 on cd.  Well I finally upgraded my old as heck comp to a nice new Win 8.1 one.  Now I can't install my Old Adobe.  I tried running as XP and Vista, but still no luck.  So what are my options? Should I just buy the monthly C