Pleased to announce that we have moved to a new PeopleSoft blog http://peoplesofttutorial.com/ . You will find lots of articles about PT8.53, IB, PeopleSoft basics and administration tasks, Oracle tips.
Wednesday, 30 September 2009
Track PeopleSoft users login and logout activity
Track Users Login and Logout Activity
=====================================
Navigate to PeopleTools > Common Queries >
Select Access log Queries. You can choose "Access Activity by user"
or
"Access Activity by Day"
Enter the user id and get the details
To know used/free space in tablespaces
To show the total space alloted to tablespace
=============================================
Select * from sm$ts_avail;
To show the free tablespace
===========================
Select * from sm$ts_free;
To show the total space used by tablespace
=============================================
Select * from sm$ts_used;
To check RAID level on AIX Servers
To check RAID level on AIX Servers
==============================
datpath query essmap|pg
Subscribe to:
Posts (Atom)