Search for user who has changed over Ride dependencies

Is there a way to know who he was to replace dependencies for a specific job?

Hi Paul,.

The information you are looking for are in the msglog table, so try this query below:

SELECT jobmst.jobmst_prntname, jobmst.jobmst_name, msglog.* FROM msglog

JOIN jobmst ON jobmst.jobmst_id = msglog.jobmst_id

WHERE

msglog.msglog_text LIKE '% has sent the request to substitute %.

and msglog.msglog_crtdt > = getdate() - 7 - it remembers the last seven days

order of msglog.msglog_crtdt

ARO

The Derrick

Tags: Cisco DataCenter

Similar Questions

  • Python script to search for users who belong to a group of weblogic

    Hello

    We know

    Python script to search for users who belong to a particular group in weblogic

    That's what I showed you already. You just need to add the function connect() and disconnect() around it and evaluate the slider that went back.

    If you don't want to learn how to write your own script and that you just want to use an existing one, try this one Weblogic Scripting Tool 101: WLST list users, groups, and users in groups

  • Search for users who have the SYSADMIN responsibility

    I want to find all the users who has SYSADMIN responsibility.


    clues?

    I want to find all the users who has SYSADMIN responsibility.

    clues?

    Application: submit the program simultaneous "users of a responsibility."

    Of the database:

    SQL> SELECT fu.*
    FROM fnd_user_resp_groups_direct furgd, fnd_responsibility_vl frvl, fnd_user fu
    WHERE furgd.responsibility_id = frvl.responsibility_id
    AND fu.user_id = furgd.user_id
    AND(to_char(furgd.end_date) is null
    OR furgd.end_date > sysdate)
    AND frvl.end_date is null
    AND frvl.responsibility_name = 'System Administrator'; 
    

    See also old son queries - http://forums.oracle.com/forums/search.jspa?threadID=&q=Query+AND+Users+AND+Responsibilities&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001

    Thank you
    Hussein

  • Update the column values with the new user who has changed the data in the current line

    I have a table, the following structure.

    CREATE TABLE FILTERCALENDAR1
    (DATE OF THE "C_DATE',
    NUMBER (1,0) 'DAY_OF_WEEK ',.
    NUMBER (1.0) "WEEK_WINDOW."
    NUMBER (1.0) "MONTH_WINDOW."
    NUMBER (1.0) "YEAR_WINDOW."
    NUMBER (1.0) "DATE_YEAR_WINDOW."
    NUMBER (1.0) "ONCE_WINDOW."
    VARCHAR2 (25 BYTE) "USERNAME."
    "LASTUPDATED" DATE
    );

    Problem:
    If a user changes the value of one of the columns I want to write his name to user and sysdate in the 'USERNAME' and LASTUPDATED' columns.

    * Tried: *.
    I tried an update trigger for this problem, but I get an error table mutation.

    The one you suggest how can I achieve this.

    Concerning

    Use BEFORE the UPDATE trigger

    CREATE OR REPLACE TRIGGER myTrigger
    before UPDATE ON FILTERCALENDAR1 FOR EACH ROW
    BEGIN
    :new.USERNAME := user;
    :new.LASTUPDATED := sysdate;
    END;
    
  • Where to check who has changed the password of Admin of HSS and what the new password

    Hello world

    I use Hyperion 11.1.2.1.

    Can you please tell what newspapers reveal that changed the password of Admin of HSS and what is the new password.

    Even though I know how to reset the password of admin HSS but for security reasons I want to know which user changed the password of HSS.

    -Sun

    If it was the default password admin account then it's probably the admin account that has changed, you can run reports to audit in Shared Services, but to be honest, they are pretty useless, in the HSS database there is a table named CSS_USERS and a column called updatedby which will show the user who has made changes to the account updatedtimestamp last and column to indicate when

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • Unable to search for users while creating the new political

    I installed LiveCycle ES2 Rights Management and Extesión for Micorsoft office.

    I can create a policy with the 'x' user who have rights to the "Document Publisher".

    Once the document is secured using Micorsoft word I can open the same document in passing the credentials of the user for the user 'x '.

    However when the political establishment I'm not able to search for users to add multiple users to the list.

    The button 'Add' search user interface when creating political is always disabled. Also, I am not able to do the 'advanced search '.

    Using IE8 on Windows XP 32-bit. Server is installed on Windows Server 2008 64 bit.

    You must add 'domain' that contains the users you want to search (add to a policy) 'Users and visible groups' configuration for the strategy game that contains the policy.

    Login to the LiveCycle user interface and select Services > LiveCycle Rights Management ES2 > policies > strategy name > Visible to users and groups

    Concerning

    Steve

  • When you restart the XP machine, get the error 'search for floppy drive has failed.

    When I restart I always get:
    "Search for floppy drive has failed.
    Press F1 to continue, F2 to run the configuration utility.
    When I have strike F1 Windows loads but how do I get around this?
    I am running Windows XP. I don't know what other information you need.

    * original title - startup problem.*

    Hello

    The BIOS is configured to boot from a floppy disk to 1.

    / Settings (BIOS/CMOS) often F2 so watch the screen you start for the key - set the
    First start stopped on the hard drive.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • The colorpicker user interface has changed?

    Colorpicker user interface has changed, first what it used to look like this

    http://pe-images.s3.amazonaws.com/type/effects/gel/photoshop-color-picker.jpg

    But I don't know how it has changed and looks like this

    Untitled.png

    I love that first glance, please help me and tell how do I get the UI as a precedent!

    Hello

    Looks like you're in the 32-bit/channel mode.

    The usual color picker is seen in 8 and 16 bits/channel.

    Image > Mode

  • IOM: authorization to search for users

    Hello
    What are the permissions that I give to a group, so that members have the ability to search for users in the menu 'users-> Manage?

    Background: I assigned to the menu item group 'Users-> Manage', but each search returns nothing, so I guess it's a permission problem.

    Thank you.

    Give "Read" access for the Group on the particular organazation.

    Sign in as XELSYSADM
    Manage the Organization--> research of the orgzanization
    Select "Administrative groups" in the drop down--> affect the Group and give 'Read' access

  • How do you assign the user who has logged in to the current session?

    Hello

    in oracle forms, you might affected the user who is logged on any field, for example field_name: = USER_ID;

    I need assign the user that has connected to a field in jdeveloper 12. How do you do that please?

    Thank you.

    Try this: https://www.google.com/search?q=adf+get+current+user

    CM.

  • Search for user with 'space exceeded quota' erorr

    Hello

    In the application I use, I get error: ORA-01536: space quota exceeded for tablespace 'USERS '.

    Now, I know that I have to fix on the user who is the owner of the table, I'm alters records in but I can't well
    appropriate user.

    Those who already owns the table has quota unlimited on tablespace 'USERS', but I still get the same error.

    I suspect that application to access a table that has not created / owned by the current user.

    I wish I had a newspaper eror or something that could tell me which is the problematic user.

    Thank you very much for your help!

    For more information, see this thread
    ORA-01536: space quota exceeded for tablespace 'USERS '.

  • What can I use to search for a Microsoft has agreed to AGP Pro graphics card to make a visible improvement on my computer screen?

    I have an ASUS computer (actually it's a DIY chassis and motherboard ASUS with CD/DVD player and it is a real improvement over what I used, but I want to upgrade a NVidia 6200 AGPto graphics card of PRO for an improvement in Visual acuity and a cleaner profile.) Most computer retail online places like Comp-USA sell all these PCI cards and same NEW EGG does not list Pro AGP card. So while I'm looking I thought why not find a "Microsoft approved" AGP card?

    Hello

    Step 1: You may need to search the drivers updated through windows update.

    See: http://www.update.microsoft.com/microsoftupdate/v6/vistadefault.aspx?ln=en-us

    Step 2: otherwise, you may need to search for drivers by using your favorite search engine.

    DISCLAIMER of THIRD PARTY SOFTWARE: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

  • Need software driver for small light Modem Compact ideal for users who need to connect to a dial upward.

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem
    I tried to install the modem that allows the computer by dial-up, but Vista said it found no software (I do not have the program, it did not come with software) suggestions? Thank you!
    Cheryl

    Go to the Web site of the manufacturer "Small Compact light Modem" > search for Vista Compatible Drivers/Firmware.

    They write the software for their product

    And also ask them if it is Vista Compatible.

    They will give you the installation instructions for their product.

    See you soon. Mick Murphy - Microsoft partner

  • Search for users using java API IOM 11 with the value of null field

    Hello

    I find user using java api findUsers (HashMap hash), but I need get all users where a custom field is equal to null

    Example:

    HashMap userHash = new HashMap();
    userHash.put ("USR_UDF_CUSTOM", "NULL");
    userData tcResultSet = userOps.findUsers (userHash);

    Someone help me?

    Do not use this search functionality. The user that:

    UserManager usermgr = Platform.getService (UserManager.class);
    Criteria of SearchCriteria = new SearchCriteria ("Custom Label", null, SearchCriteria.Operator.EQUAL); Suppose USR_UDF_CUSTOM label is personalized
    List of users of = usermgr.search (null, null, criteria);
    for (user: user) {}
    perform the action here
    }

    -Kevin

  • looking for someone who has a code for the end user to be able to transfer their jpg and see live in a space.

    I need to be able to preview filled by the user of the site who downloads their jpg file and be able to adjust the positioning of this file.

    With accommodation of third parties, you must go with identical to hire a person to carry out the code. In case you use BC I can set an example in your test site.

    Thank you

    Sanjit

Maybe you are looking for

  • Portege z830-11J - Windows 8 - resume/sleep problems

    Toshiba, help Windows 8 problems with old laptops and Windows 7 computers.The problems seem to be hardware related, but I have to contact microsoft. Schould where can I go for Windows 8 curriculum vitae/sleep problems with this laptop.contact microso

  • Vista Start black normal & all Security Modes, restore fails, screensaver ŒUVRES

    Yesterday (18/06/09) I installed a few new updates, but is not a restart.  Today, the system was sitting idle (, but nobody use it) and we had a power failure.  Restart the system wanted to make a volume control.  During the audit, he found a bunch o

  • Setup APN blackBerry smartphones

    How to configure the APN in my at & t blackberry torch 9810 work with straight talk?

  • How to get a list of the dependent object of an apex application

    HelloIs it possible to get all the objects with a dependency on an apex application? I need the list of all the objects (Tables, views, MViews, procedures, functions, Packages etc.) even if they are referenced in the process page, postings or even in

  • Info Update credit card is unavailable

    Just using this as a last resort.I received a notice to update my card information yesterday, when I try, there is no available option.The 'Edit payment details' button in the screenshot is not present.I went through the steps several times on severa