How to monitoring user activities

Hi to All,
i need to monitor user activities, for example:
Today: 10/05/2010
user: AZ0001
transaction used in day 10/04/2010 from 9:00 to 16:00.
Thanks & Regards,
Umberto

Hi
SM04 is the transaction you are looking for.
Hope this helps.
Regards
Abhii

Similar Messages

  • How to monitor user logs,security logs,trace file,and performance monitori

    Hi guys,
    pls tel me how to monitor user logs,security logs,trace file,and performance monitoring.
    thanks
    regards
    kamal

    Hi,
    you can have a look in the Netweaver administration :
    http://<portal>:<port>/nwa
    Go to monitoring, Java system reports, etc..., you will find what you want.
    Fabien.

  • How to  monitor USER transactions

    Hi Experts
    In Portal are there any chances to maintain user based on company codes.  
    Is there any possibility to monitor the Portal USER activities (what are the transactions or reports & etc). 
    Points will be revert back.
    Rgds
    Priya

    Hi Priya,
    Pl check this you will get log files for EP users,
    1> login via j2ee visual admin -> for tht run go.jar file in cmd  (usr\sap\EPP\JC00\j2ee\admi\go.jar)
    2> login as administrator
    3> follow this link frm home page
    services  ->  log viewer service  ->  server  ->  \JC  ->  j2ee\cluster\server  ->  log  ->  system  ->  security.log  ->  search d specified user
    hope this will help.
    Regards,
    Aditya

  • How  to monitor user cilck link On portal

    i want create monitor user cilck link url report on oracle portal. How to?

    Hi Peter,
    you should particularly check the Weblogs by Daniel Wroblewski:
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1242">Portal SP9: Portal Activity Report</a>
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3703">SP15: New and Improved Portal Activity Report</a>
    That's a perfect place to start.
    Hope that helps,
    Robert

  • How to audit user activities

    hi,
    suppose a user login using Oracle ID and Password and can do insert, delete, drop, create, alter.
    from upper management, changing the grant permission is not an option.
    how do audit an user activites, on 10gR2 or 11gR2?
    thanks.

    See the security guide:
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/auditing.htm#i1011984
    also the SQL reference:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_4007.htm#i2059073
    You will probably arrive at something like
    AUDIT TABLE BY username; -- audits CREATE and DROP
    AUDIT ALTER TABLE BY username;
    AUDIT INSERT TABLE BY username;
    AUDIT UPDATE TABLE BY username;
    AUDIT DELETE TABLE BY username;
    etc.
    Read the material carefully, so you understand 'statement auditing' versus 'privilege auditing', etc. There are multiple, overlapping concepts here.
    Audit records such as these can be reviewed in SYS.DBA_AUDIT_TRAIL.

  • Monitor User Activities

    We recently had a mischievous user delete some key files from a shared volume on a client. We were able to recover the files, but never found out who deleted the files and caused us the downtime.
    Is there a solution (built into OS X or third-party) that will allow me to log and view what my users have been up to? I know I can see what they are currently doing in RD, but it's what they do when were not there we need to know about.
    Even better, how could I set proper ACLs and permissions on local volumes without making files unreadable? This way I could stop people deleting others work. I initally set permissions on the local volumes - and they were correct - but programs such as iMovie kept failing to read/write properly.
    Cheers
    james
    12" iBook G4 : 1.2GHZ/768MB/60GB/APX/Combo   Mac OS X (10.4.7)   1G iPod 5GB, 5G iPod 30GB (white); PowerMac G4 DP Server (Tiger)

    To do this with standard file permissions, open the Terminal in the /Applications/Utilities/ folder and enter the following:
    sudo chmod 1775
    followed by a space; next, drag the folder into the Terminal window, press Enter, and type in your administrator password, which won't produce anything on the screen while it is being typed. After this is done, items in the folder can only be renamed, moved out of the folder, or deleted by the item's owner, the folder's owner, or root. The number as written will give the owner and group Read & Write access to the folder and all accounts Read Only access; to set the permissions up differently, use 0(no access), 3(write only), 5(read only), or 7(read and write) in the second through fourth positions. The positions are owner, group, and others respectively starting from the second place. For a folder, the execute bit should be turned on if either the read or write bits are turned on; this bit is on whenever the number represented is odd.
    After setting this up, anyone with administrator access can use sudo or the Finder to move other people's documents out of the folder; the commands run by sudo are logged by default. You should also change the folder's owner to system in the Finder after running the command. This command will not prevent someone from opening a document and deleting all of the text inside, but some applications, such as TextEdit, won't be able to save the change if the file is owned by another account.
    (15527)

  • How to monitor the activitis dbms job for oracle 9i

    Hi Expert,
    How can i monitor or received notification from the dbms job is whether run sucess or fail for oracle 9i db. Apreciate u guy can assist me.
    Regard
    william

    Hi,
    if any job broken you can configure email option using dbms package or OEM....
    have a look in this link how to configure email alerts through dbms package..
    http://www.sixwhits.com/documentation/SuggsDocs/Oracle/Oracle/Tom%27s%20Book%20CD/5254AppAEfinal.pdf
    you can configure alerts from OEM
    http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e10954/notification.htm
    Thanks

  • How to monitor user password changes for users in a database.

    hi All,
    can someone please help me.
    I need to audit the user password changes in a database. Ive check the auditing but audit " alter user " doesnt audit the changes in password and ive also checked the select * from sys.user_history$; view but didnt find anything useful. So is there a way to trace who changed the password and when ?
    Thanks for the help.

    You need something along the lines of http://www.morganslibrary.org/reference/ddl_trigger.html
    or you need to disallow ALTER USER to everyone and write your own PL/SQL and instrument logging the changes.
    Sybrand Bakker
    Senior Oracle DBA

  • User Activities Portlet?

    Hello,
    Is there a ready portlet that monitors user activities?
    If the answer is no, how someone give me tips on how to do build a portlet on this?

    Hi Anil..
    Some of the posting have info about this.
    You can use orasso.WWSSO_AUDIT_LOG_VIEW
    There a few ways to build the portlet.One of it
    1)You create New Provider and put database name as ORASSO.
    2)U can create Portal Report by clicking the wizard, and select * from WWSSO_AUDIT_LOG_VIEW.
    3)You can view it.
    Ok?

  • How to monitor url?

    Hi there,
                  How to monitor users url in a campus environment....? (about 200 users)
                  Is there any cisco devices are available to do this job...?
    Thanks in advance....!!!!

    Wrong forum.

  • Monitoring User in CRM Portal

    Hi All,
    Our company have finished CRM portal and this week we will doing a stress test by using portal system at a time with lot of user. How to monitoring users that have been logged into portal in one day?Not only the total number of user but also all user ID.
    I have try to monitoring from 'System Administration->Monitoring->Activity Reports' but it only show total number of user and the most active users (10) in last 3 hours. Any helpful answer will be rewarded. Thank You.
    Regards,
    Aleluya SAP.

    Hi,
    Use the trx: AL08 , where you can view the logged users data...
    Bye
    Ram

  • How to trace user activity

    Dear guru
    Please guide me, how to trace user activities in SAP. We are using ECC 6.0 version.

    No interview questions.
    Search before posting.
    Read the "Rules of Engagement"
    Theres plenty of information and threads about it.
    Regards
    Juan

  • How to remove inactive session from monitor users in oracle apps 11i

    Hi All,
    when I am monitoring users from security- user - monitor in apps 11i, its showing many inactive users.
    I dont know how to remove them
    kindly help me.
    thanks in advance
    sagb

    Hi hsawwan,
    Thank you very much for the reply, it really worked fine.
    thanx again
    Sagb

  • How to monitor DROP USER

    Hi Guys,
    Would anybody suggest me how to monitor the DROP USER command?
    OS: AIX, Oracle: 11.2.0.2
    CSM

    CSM.DBA wrote:
    I'm extremely sorry for not framing the question properly.
    I mean, Is there any way I can monitor the progress of the DROP USER command.
    To give more details, I have a schema with 500G+ data and I want to drop that schema. No doubt it'll take significant time but how to monitor how it's progressing?
    Using v$session_longops ?
    Aman....

  • How to monitor / shutdown processes and users?

    Hi,
    As you can see in my previous post i'm totally new to Arch and fairly new to Linux...
    Here's one thing that bothers me: I don't know how to keep track of all running processes (and end them if needed... I guess you need to 'kill' them but you first need to know their name, right...) and logged on users (even though that's only me, heh...)
    How can you do that in Linux? (something like task manager or another admin tool - or a command line version)
    Another thing... I think a wiki page 'securing the default Arch install' would be helpful...
    (flame me if there already is one, but I didn't find it )
    greetings,
    d.
    (I think Arch is going to be the one Linux distro to break the record of 1 month installation on my pc... woohoo!!!)

    Kern wrote:
    processes man ps
    Now only 2 questions are left: how to monitor logins, and how to secure Arch Wink
    Arch Wink, is this a subrelease of Arch? if so i've never heard of it. 
    I really don't know how that ended up in my post especially because I use semicolon, bracket instead of colon, wink, colon for my smiley...
    but as relates to securing Arch, of course I mean against network based attacks. The way you would try to secure Windows. I know how to own windows computers when I have physical access to them, and I guess it's the same thing with Linux pc's... but I want to feel secure that nobody from the internet is going to appropriate my box for illegal or other things, on those few occasions that i'm not behind a router/firewall (which I am not sure I trust either... it's a Linksys wireless/wired router with integrated firewall capability. How secure is that? I don't know!)
    Is there no way to deny all other pc's access to this pc? It's a laptop, not a server, so nobody has business accessing it remotely anyway... Actually, this is one of the reasons I had an eye on openBSD secure as hell...
    EDIT: since we're at it... another thing I don't find is how I can find out at what speed my cpu is running... is it going down to 600 MHz when Idle or isn't it? etc... That stuff is pretty easy to see in windows... must be feasible at least in Linux hey

Maybe you are looking for

  • Format Macbook Pro Hard Drive Using Firewire?

    I'm selling my Macbook Pro and the buyer said when formatting my harddrive, I don't need to reinstall the OS (10.6.8) because he is going to install 10.7 on it. This is good news for me because I don't have the OS installation disk anymore. I read so

  • Firmware error for he muvo2FM pla

    I bought the player from the store when I already charge the battery and try to upload the music to the player the problme is happen it show the firmware error and then go to the recovery page I try formatting the disk but it's not work also clean up

  • Line tool "snap to pixel" option?

    Hello, This issue has been bugging me ever since Adobe introduced vector shapes in PS.  Adding the "snap to pixels" option to the shapes has been awesome... but where's the love for the line tool?  I'm still forced to use the marquee tool to make a s

  • Swf into link

    Hi there, I am trying to embed a link into a swf file so that when the user clicks on the movie, they are directed to the main page. As of now, I have drawn a rectangle over the entire movie, dropped the alpha to 0%, converted it into a button, and t

  • Connector Specific Error

    I am trying to sync with my Outlook and I keep getting an error that says "Connector specific error"  I get this same error using the USB cable and my bluetooth.  Can someone please help?!