Oracle 9i and user activity logging

Hi,
i am new on the matter but i have to trace the user activity and build a small application.
those are the specifications :
i'm using oracle 9i database version on 64 bit
the O.S. used is Unix Aix 5.2
for each data base we using i have to trace the user activity all of them, about 3 DB + application
i have create some some triggers to get some information, but still the work is there :
create trigger ... after logoff on database .. begin insert into table xx_tab ( ,,,,) end ;
create trigger ... after ddl on database .. begin insert into table xx_tab ( ,,,,) end ;
create trigger ... after logon on database .. begin insert into table xx_tab ( ,,,,) end ;
create trigger ... after servererror on schema .. begin insert into table xx_tab ( ,,,,) end ;
Here is the issue i am faced to /
how could we simulate a create trigger ... after DML on database or schema ? as far as i know we trigger a DML only on a specific table. Is there any possibility to trigger a DML on any database object or schema?
for the moment i don't know if it 's the good think to do but, but it's a try, if you have any idea or other methods to trace the user activities on DB, please don't hesitate to get me informed.
Rgds,
Paul

This is the forum for the SQL Developer tool. You'll get more answers in the General or SQL And PL/SQL forums.
Regards,
K.

Similar Messages

  • Oracle context and MS Active Directory

    Hello,
    I have one pc with Windows Server 2003 and Oracle 10g r2
    When I add a user from my Active Directory in the External OS Users of the Oracle Managed Object (via mmc), I get this error:
    ORA-30041: Cannot grant quota on the tablespace
    And when I try to connect with this user (Active Directory user) to isqlplus, I get another error:
    ORA-28030: Server encountered problems accessing LDAP directory servic
    Someone know how to resolve these errors ?
    Server's Configs
    Active directory name: cyclops.home.com
    Host name: server.cyclops.home.com
    My database name in the Oracle context object of my Active directory: oracle_db
    My Oracle context: “CN=OracleContext,DC=home,DC=com"
    #Ldap.ora
    DEFAULT_ADMIN_CONTEXT = "DC=cyclops,DC=home,DC=com"
    DIRECTORY_SERVER_TYPE = AD
    #Listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server.cyclops.home.com)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    #Sqlnet.ora
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (LDAP)
    #Tnsnames.ora
    PROJET =
         (DESCRIPTION =
              (ADDRESS = (PROTOCOL = TCP)(HOST = server.cyclops.home.com)(PORT = 1521))
              (CONNECT_DATA =
                   (SERVER = DEDICATED)
                   (SERVICE_NAME = oracle_db)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)

    When I use this cmd ldapbind -h cyclops.home.com that works.
    If I log to isqlplus with the system user and do select username from all_users; I can see my Active Directory user.
    I also changed the LDAP_DIRECTORY_ACCESS parameter to PASSWORD (default was SSL) but that changed nothing.
    Maybe the problem is from the Oracle wallet, I did one when I have created the database but I don't know well about it and the use. I think I should have something in my sqlnet.ora file related to the wallet but I don't know how to set.
    I search on internet, some homepages said I should use Oracle Net Manager to set the wallet location but I found nothing in Oracle Net manager for it.

  • Oracle account and microsoft active directory password synchronisation

    Hi
    We are migrating our application to use windows active directory authentication. We have separate oracle account for
    each logged in user in the application, and these oracle credentials have to be the same as the windows active directory
    credentials.
    Also, a password change on windows Active directory should change the oracle account password.
    Is there a tool available to manage and synchronize the microsoft active directory and oracle account.
    We use oracle 10g and application is hosted on Windows 2008 server.
    Thanks
    Karthik

    There's an OOTB connector for Password Synch between AD -> OIM. Please use that.
    http://www.oracle.com/technetwork/middleware/id-mgmt/downloads/connectors-101674.html
    For password synch, OIM- AD/Oracle, you can use triggers.
    Enabling update for provisioned user in OIM11g

  • APEX... USER ACTIVITY LOG

    Hi,
    Is there a way I can track user activity... need to know who loged into the application and how many times and which pages were reviewed...
    I believe this is something that already exists within APEX, as a new Bee need some directions...
    Thanks

    Hello 'user12863454',
    This is an old thread but wasn't sure if you had got the answer for it. Just in case, if you haven't, here's something you could try.
    1) Login to APEX as an apex administrator
    2) On top right region --> Monitor Activity (you'll see this only if you are an administrator)
    3) This should take you bunch of existing links (apex built-in reports) that also shows what you need
    - Page views by User, by Application, etc
    Hope this helps.
    Of course, all this information is stored in 'apex_activity_log' (built-in view). Remember, as the previous Forums user posted, this data is stored only for '4 weeks' and if you need historical information then you'd have to build a custom table and custom code to store the data.
    Regards,
    Taj

  • Flex apps and users activity monitoring

    Hi
    My question is simple : is there a way to monitor users
    activity inside a Flex app ?
    Best regards

    In that case you have to set up appropriate state variable
    representing the things you want to track, then pass them to your
    db using any of the available communication services available.
    Personally I'M using CF with RemoteObjects and writing the
    necessary CFC functions to handle the data updates. I also use the
    SharedObject to capture state in case the user happens to hit
    'refresh' or 'back' in their browser.

  • Oracle database and Windows Active directory authentication

    Hello,
    Our developers have created a couple of web apps which look at our oracle database. Presently they use the APPS user and the user/password is hard coded into the config files.
    Is it possible to authenticate these using Windows Active Directory instead? Is it possible to use AD authentication for all developer access to the database?
    I'm trying to research this on the web but getting very confused. Would a lot of work be involved to get this up and running?
    Is anyone able to offer and advise?
    Thank you very much
    Sarah

    I don't have experience in joining a Linux system with Windows AD, and it generally does not sound like the best idea to me, but since Oracle Enterprise Linux is a clone of Red Hat Enterprise Linux, the solution you are looking for could be called Winbind.
    Perhaps the following links are useful:
    http://spiralbound.net/blog/2007/04/11/rhel-winbind-authentication-against-active-directory
    http://www.linuxmail.info/active-directory-integration-samba-centos-5/
    http://magazine.redhat.com/2007/11/12/tips-and-tricks-how-can-i-configure-winbind-to-synchronize-user-and-group-ids-across-multiple-red-hat-enterprise-linux-hosts-on-active-directory-accounts/

  • Oracle Linux and Windows Active Directory

    I am looking for a good article on joining an Oracle Linux server to a Windows Active directory domain.
    We are primarily a Windows shop but need to bring up a couple of Oracle Linux servers (VM Server and VM Manager). I would like to use the existing Windows domain controller for user authentication.

    I don't have experience in joining a Linux system with Windows AD, and it generally does not sound like the best idea to me, but since Oracle Enterprise Linux is a clone of Red Hat Enterprise Linux, the solution you are looking for could be called Winbind.
    Perhaps the following links are useful:
    http://spiralbound.net/blog/2007/04/11/rhel-winbind-authentication-against-active-directory
    http://www.linuxmail.info/active-directory-integration-samba-centos-5/
    http://magazine.redhat.com/2007/11/12/tips-and-tricks-how-can-i-configure-winbind-to-synchronize-user-and-group-ids-across-multiple-red-hat-enterprise-linux-hosts-on-active-directory-accounts/

  • First Time Oracle Installation and user

    I just finished installation of 10g EX which took me to a login site. I logged in as SYSTEM and password nothing happened??? What am i doing wrong?? Please help

    Hey no problem.. I was about to ask you to check Express Edition Installation Guide:-
    http://download-east.oracle.com/docs/cd/B25329_01/doc/install.102/b25143/toc.htm

  • Triggers and user activity.

    hi, is it possible to create a trigger that will fire if a row or record is read during a query?
    What I've been told is that triggers can only fire on,
    Update,delete, and insert
    Can anyone out there give me an asnwer to this. thanks.

    I have thought of a way to do this in 8i (although I wouldn't recommend it). My example uses the EMP table from the SCOTT schema.
    Create a table to hold audit info:
    create table emp_audit_trail
      ( empno      number
      , username   varchar2(30)
      , audit_date date ); Create a function to save audit info, note the PRAGMA statement:
    create function audit_emp
      ( p_empno     number )
    return varchar2
    is
      pragma autonomous_transaction;
    begin
      insert into emp_audit_trail
        ( empno
        , username
        , audit_date )
      values
        ( p_empno
        , USER
        , SYSDATE );
      commit;
      return 'Y';
    end; The PRAGMA ensures that the COMMIT is performed in a seperate transaction to the SELECT statement.
    Now create a view over the EMP table:
    create emp_v
    as
    select *
    from   emp
    where  audit_emp(emp_no) = 'Y';If you revoke public access to the EMP table, and ensure that everyone uses EMP_V, all SELECTs will be recorded in the Audit Trail table.

  • 10gR3 installation issue (#1): User Activity portlet not working

    I installed a clean 10gR3, full install in windows / sql server. I haven't installed anything that didn't come included, so no analytics / publisher / collab / etc. The documentation is somewhat lacking, but I don't think I did anything wrong.
    So when I added the User Status and User Activity portlets to a my page, the user status portlet works, but the user Activity portlet doesn't show any of my previous statuses.
    I looked in my Notification (CNS) database, and I can see my old status, so I know that they are getting in there correctly.
    Looking at PTSPY, there seems to be some issue with a login token (and yes, I did copy the value from PTSERVERCONFIG wtih settingid 65 into the configurator).
    the following is what is displayed in PTSPY when the portlet refresh button is clicked on the User Activities portlet. As you can see, there is a lot of 'guest user', even though I am logged in as administrator.
    ALI Logging Spy Version 6.1
    ** Log file written at 4-10-2009 11:50:51.
    ID     DATE      TIME      LEVEL     COMPONENT     APPLICATION     THREAD     LOCATION     MESSAGE
    ==     ======      ========      ====     =========     ===========     =====     ========     =======
    0     4-10-2009     11:50:25.327     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.interpreter.Interpreter     Entering handleRequest: GET http://localhost:80/portal/server.pt/gateway/PTARGS_6_0_203_0_100_43/ <ptLogMsgEnd>
    1     4-10-2009     11:50:25.327     Action     Gateway     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Entering HandleGatewayRequest: GET http://localhost:80/portal/server.pt/gateway/PTARGS_6_0_203_0_100_43/ <ptLogMsgEnd>
    2     4-10-2009     11:50:25.327     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Current user: 1, Administrator <ptLogMsgEnd>
    3     4-10-2009     11:50:25.327     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.login.SSOAuthenticator     SSO is disabled globally. <ptLogMsgEnd>
    4     4-10-2009     11:50:25.327     Info     Core     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.core.PTBaseObjectManager     Opening and querying for object with Id: 203 and Class Id: 43 <ptLogMsgEnd>
    5     4-10-2009     11:50:25.397     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPPortletProvider     CSPPortletProvider.GetContentURL, content ID is 5, URL is http://house-2aojhum1o:21030/activityservice/useractivityfeed.jsf <ptLogMsgEnd>
    6     4-10-2009     11:50:25.397     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPPortletProvider     Portlet ID 203, User ID 1 = CSPPortletProvider.GetContent accessing [http://house-2aojhum1o:21030/activityservice/useractivityfeed.jsf] <ptLogMsgEnd>
    7     4-10-2009     11:50:25.397     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPPortletProvider     Portlet ID 203, User ID 1 = CSPPortletProvider.GetContent: Gateway timeout is set to 1200000 ms. <ptLogMsgEnd>
    8     4-10-2009     11:50:25.397     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPRequest     CSPRequest : setting HTTP method to GET <ptLogMsgEnd>
    9     4-10-2009     11:50:25.407     Info     Core     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.core.TokenUtility     PTTokenUtility::CreateToken TOKENS: Creating token for: 1|1239378925| <ptLogMsgEnd>
    10     4-10-2009     11:50:25.537     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Entering handleRequest: GET http://localhost:80/portal/server.pt/gateway/PTARGS_0_0_206_0_0_47/cns/rss/2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml <ptLogMsgEnd>
    11     4-10-2009     11:50:25.547     Action     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Entering HandleGatewayRequest: GET http://localhost:80/portal/server.pt/gateway/PTARGS_0_0_206_0_0_47/cns/rss/2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml <ptLogMsgEnd>
    12     4-10-2009     11:50:25.557     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.TokenAuthenticator     TokenAuthenticator::UseThisAuth: checking if there's a replication token. <ptLogMsgEnd>
    13     4-10-2009     11:50:25.557     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.Authenticator     Logging in as guest user: 2 <ptLogMsgEnd>
    14     4-10-2009     11:50:25.557     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTLoginHelper     Entering attemptGuestLogin(), guest userid = 2 <ptLogMsgEnd>
    15     4-10-2009     11:50:25.557     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTLoginHelper     Entering internalLogin() <ptLogMsgEnd>
    16     4-10-2009     11:50:25.557     Info     Core     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.server.impl.core.PTSession     Connected as user "Guest" <ptLogMsgEnd>
    17     4-10-2009     11:50:25.557     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.LoginHelper     Entering DoTasksAfterLogin() <ptLogMsgEnd>
    18     4-10-2009     11:50:25.557     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper     Entering CachePersonalSettings() <ptLogMsgEnd>
    19     4-10-2009     11:50:25.557     Info     Core     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.server.impl.core.PTBaseObjectManager     Opening and querying for object with Id: 2 and Class Id: 1 <ptLogMsgEnd>
    20     4-10-2009     11:50:25.597     Warning     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.pei.PTLoginActions     Unable to find browser locale list to map locale to ui supported locale from accept-language header . Using default system locale. <ptLogMsgEnd>
    21     4-10-2009     11:50:25.597     Info     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.pei.PTLoginActions     Setting user language based on supported locale of en-us from accept-language header <ptLogMsgEnd>
    22     4-10-2009     11:50:25.597     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Current user: 2, Guest <ptLogMsgEnd>
    23     4-10-2009     11:50:25.597     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Redirecting to login page due to insufficient privileges. <ptLogMsgEnd>
    24     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.Authenticator     Redirecting to login space Login <ptLogMsgEnd>
    25     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.Redirect     Attempting to use SetSpaceCreateNew method with a null parent AActivitySpace. <ptLogMsgEnd>
    26     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.SSOAuthenticator     SSO is disabled globally. <ptLogMsgEnd>
    27     4-10-2009     11:50:25.597     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     HandleGatewayRequest returning control to Interpreter to process login page. <ptLogMsgEnd>
    28     4-10-2009     11:50:25.597     Action     Gateway     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Leaving HandleGatewayRequest (returning control flow to the interpreter) - User ID: 2 <ptLogMsgEnd>
    29     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.TokenAuthenticator     TokenAuthenticator::UseThisAuth: checking if there's a replication token. <ptLogMsgEnd>
    30     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Current user: 2, Guest <ptLogMsgEnd>
    31     4-10-2009     11:50:25.597     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Redirecting to http://localhost/portal/server.pt?redirect=http%3A%2F%2Flocalhost%2Fportal%2Fserver.pt%2Fgateway%2FPTARGS_0_0_206_0_0_47%2Fcns%2Frss%2F2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml&space=Login&cached=false <ptLogMsgEnd>
    32     4-10-2009     11:50:25.607     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Leaving handleRequest - User ID: 2 <ptLogMsgEnd>
    33     4-10-2009     11:50:25.697     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Entering handleRequest: GET http://localhost:80/portal/server.pt?redirect=http%3A%2F%2Flocalhost%2Fportal%2Fserver.pt%2Fgateway%2FPTARGS_0_0_206_0_0_47%2Fcns%2Frss%2F2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml&space=Login&cached=false <ptLogMsgEnd>
    34     4-10-2009     11:50:25.697     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.TokenAuthenticator     TokenAuthenticator::UseThisAuth: checking if there's a replication token. <ptLogMsgEnd>
    35     4-10-2009     11:50:25.697     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.Authenticator     Logging in as guest user: 2 <ptLogMsgEnd>
    36     4-10-2009     11:50:25.697     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTLoginHelper     Entering attemptGuestLogin(), guest userid = 2 <ptLogMsgEnd>
    37     4-10-2009     11:50:25.697     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTLoginHelper     Entering internalLogin() <ptLogMsgEnd>
    38     4-10-2009     11:50:25.697     Info     Core     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.server.impl.core.PTSession     Connected as user "Guest" <ptLogMsgEnd>
    39     4-10-2009     11:50:25.707     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.login.LoginHelper     Entering DoTasksAfterLogin() <ptLogMsgEnd>
    40     4-10-2009     11:50:25.707     Info     Portal_UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper     Entering CachePersonalSettings() <ptLogMsgEnd>
    41     4-10-2009     11:50:25.707     Info     Core     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.server.impl.core.PTBaseObjectManager     Opening and querying for object with Id: 2 and Class Id: 1 <ptLogMsgEnd>
    42     4-10-2009     11:50:25.717     Warning     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.pei.PTLoginActions     Unable to find browser locale list to map locale to ui supported locale from accept-language header . Using default system locale. <ptLogMsgEnd>
    43     4-10-2009     11:50:25.717     Info     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.pei.PTLoginActions     Setting user language based on supported locale of en-us from accept-language header <ptLogMsgEnd>
    44     4-10-2009     11:50:25.717     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Current user: 2, Guest <ptLogMsgEnd>
    45     4-10-2009     11:50:25.717     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.MVCController     Current space is Login <ptLogMsgEnd>
    46     4-10-2009     11:50:25.727     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.MVCController     Redirect after login QS param: http://localhost/portal/server.pt/gateway/PTARGS_0_0_206_0_0_47/cns/rss/2432353235346261352D396130342D346665372D396538362D3661326262363961643535342433354445364146382D414242362D346539622D423445312D44314643343932463242453800000005.xml <ptLogMsgEnd>
    47     4-10-2009     11:50:25.727     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.MVCController     current control is DefaultLoginControl <ptLogMsgEnd>
    48     4-10-2009     11:50:25.727     Info     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Displaying page Login <ptLogMsgEnd>
    49     4-10-2009     11:50:25.727     Info     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.common.uiparts.PlumtreeDP     Displaying page layout Base Page using Page Layout with ID 40 <ptLogMsgEnd>
    50     4-10-2009     11:50:25.747     Info     Portal_Common     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.portalpages.common.uiparts.PlumtreeDP     Displaying page layout Login Page using Page Layout with ID 46 <ptLogMsgEnd>
    51     4-10-2009     11:50:25.757     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #8     com.plumtree.uiinfrastructure.interpreter.Interpreter     Leaving handleRequest - User ID: 2 <ptLogMsgEnd>
    52     4-10-2009     11:50:25.918     Error     Storybook Logger     activityservice.house-2aojhum1o.Administrator     http-21030-exec-3     java.lang.Class     Error in retrieving CNS feed: com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on line 1: White spaces are required between publicId and systemId.
    com.sun.syndication.io.ParsingFeedException: Invalid XML: Error on line 1: White spaces are required between publicId and systemId.
         at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:182)
         at com.sun.syndication.io.SyndFeedInput.build(SyndFeedInput.java:122)
         at com.bea.shaboo.impl.support.UserActivityBean.getActivityList(UserActivityBean.java:74)
         at com.bea.shaboo.impl.support.UserActivityBean.getActivityStreamModel(UserActivityBean.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:400)
         at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:71)
         at org.apache.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java:532)
         at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
         at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:378)
         at javax.faces.component.UIData.getValue(UIData.java:779)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.createDataModel(HtmlDataTableHack.java:350)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getDataModel(HtmlDataTableHack.java:333)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getRowCount(HtmlDataTableHack.java:75)
         at org.apache.myfaces.custom.datalist.HtmlListRenderer.encodeChildren(HtmlListRenderer.java:107)
         at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:319)
         at javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:343)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:251)
         at org.apache.myfaces.taglib.UIComponentBodyTagBase.doEndTag(UIComponentBodyTagBase.java:55)
         at org.apache.jsp.useractivityfeed_jsp._jspx_meth_t_005fdataList_005f0(useractivityfeed_jsp.java:442)
         at org.apache.jsp.useractivityfeed_jsp._jspx_meth_h_005fform_005f0(useractivityfeed_jsp.java:247)
         at org.apache.jsp.useractivityfeed_jsp._jspx_meth_f_005fview_005f0(useractivityfeed_jsp.java:178)
         at org.apache.jsp.useractivityfeed_jsp._jspService(useractivityfeed_jsp.java:108)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
         at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
         at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
         at org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:74)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.RequestedUserFilter.doFilter(RequestedUserFilter.java:61)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.AccountCreationFilter.doFilter(AccountCreationFilter.java:57)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.KodoSessionFilter.doFilter(KodoSessionFilter.java:52)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.ShabooSecurityFilter.doFilter(ShabooSecurityFilter.java:74)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.bea.shaboo.impl.servlet.InitializationCheckFilter.doFilter(InitializationCheckFilter.java:42)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
         at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:887)
         at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:696)
         at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2009)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: org.jdom.input.JDOMParseException: Error on line 1: White spaces are required between publicId and systemId.
         at org.jdom.input.SAXBuilder.build(SAXBuilder.java:468)
         at org.jdom.input.SAXBuilder.build(SAXBuilder.java:851)
         at com.sun.syndication.io.WireFeedInput.build(WireFeedInput.java:178)
         ... 71 more
    Caused by: org.xml.sax.SAXParseException: White spaces are required between publicId and systemId.
         at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
         at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
         at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
         at org.apache.xerces.impl.XMLScanner.reportFatalError(Unknown Source)
         at org.apache.xerces.impl.XMLScanner.scanExternalID(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl.scanDoctypeDecl(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentScannerImpl$PrologDispatcher.dispatch(Unknown Source)
         at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
         at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
         at org.jdom.input.SAXBuilder.build(SAXBuilder.java:453)
         ... 73 more
    <ptLogMsgEnd>
    53     4-10-2009     11:50:26.128     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.CSPPortletProvider     CSPPortletProvider.GetContent: Receieved full response. Request state is [Processing of this request has completed successfully.] <ptLogMsgEnd>
    54     4-10-2009     11:50:26.128     Info     Transformers     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.transformers.TurboParser     found unique namespace token '$PORTLET_ID$' <ptLogMsgEnd>
    55     4-10-2009     11:50:26.128     Info     Transformers     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.transformers.TurboParser     found a token <ptLogMsgEnd>
    56     4-10-2009     11:50:26.128     Info     PortletProvider     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.server.impl.portlet.providers.GatewayContent     GatewayContent : constructing text response with status code 200 and Content-Type text/html <ptLogMsgEnd>
    57     4-10-2009     11:50:26.128     Info     Gateway     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Displaying page GatewayBinary <ptLogMsgEnd>
    58     4-10-2009     11:50:26.138     Action     Gateway     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.activityspace.utils.GatewayHandlers     Leaving HandleGatewayRequest (request completed) - User ID: 1 <ptLogMsgEnd>
    59     4-10-2009     11:50:26.138     Action     UI_Infrastructure     portal.house-2aojhum1o.Administrator     .NET #1     com.plumtree.uiinfrastructure.interpreter.Interpreter     Leaving handleRequest - pre filter terminated execution. <ptLogMsgEnd>

    I had the same problem. I identified some issues with the way this portlet works. There is a work around, but not a good one. To fix this portlet, I had to go into config manager, 'Aqualogic Notification Service -> RSS Feeds' and uncheck 'Gateway RSS Feed URLs'. This makes that portlet work properly, the side effect is that it breaks all of the RSS Feeds in collab. So, to get around that you have to go add a gateway config to all of the collab portlets' web services... I meant to submit a trouble ticket, but never got around to it. We aren't using that portlet currently, so I bailed on the work around.

  • Shows link only if user is logged in

    Hi there,
    DW 8, PHP & my SQL
    I have a db of registered users and have links to download
    documents.
    Some of these documents are for everyone and some I only want
    to be
    downloadable or logged in registered users - all on the same
    page.
    If someone can please point me to a tutorial or advice as to
    what I am
    to do, I will really appreciate it.
    Regards,
    Deon

    back from lunch - where you at on the table?
    "crash" <[email protected]> wrote in message
    news:[email protected]...
    > Is this site for your or for a client? If a client, I
    woudl build an
    > access table that allows them to determine (or you to
    easily administrate)
    > access levels.
    >
    > If it's for you, that's not really necessary, though I
    find it helps me.
    > Somewhere write down your access levels:
    >
    > 1 - Default, open
    > 2 - Member
    > 3 - Edit (add/edit content)
    > 4 - Admin (add/edit/delete site sectiosn)
    >
    > Next, create your table for your documents. WHat
    information do you need
    > to have contained within them? How are you puloading
    them? Do they need
    > approval before being released? Do they need to expire?
    >
    > So far, we know we need this information in our
    documents table:
    >
    > docID
    > docName
    > docUrl
    > docClearance (what number of clearance is needed tob e
    read)
    >
    > We may need these fields:
    > docDateAdd
    > docDateEdit
    > docDateRemove
    > docPublish (can be bool, or 1 - 4 to define steps of
    publication such as
    > submission, waiting, approved, live)
    >
    > Do you grab your users' clearnace on your login page?
    (it's a checkbox on
    > hte MM server behavior thingy)
    >
    > More after lunch, get those tables setup.
    >
    > "Deon" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> crash, my db is set up and users can log in and out.
    Just for what it
    >> might be worth in the future, I have a default
    Access level of 1. That's
    >> where I am now.
    >>
    >> Deon
    >>
    >>
    >> crash wrote:
    >>> Where are you at now? Do you ahve your database
    setup at all? Or are
    >>> you saying you have your database setup, but
    only a table for the users
    >>> in it?
    >>>
    >>> Should not need a tutorial, should be fairly
    straight forward.
    >>>
    >>>
    >>> "Deon" <[email protected]> wrote
    in message
    >>> news:[email protected]...
    >>>
    >>>>Crash,
    >>>>
    >>>>thanx for the time to answer my question. My
    db only makes provision for
    >>>>the registered users. At the moment I only
    know what I want and have no
    >>>>idea how to get there. Are there tutorials
    you are aware of for this? If
    >>>>not, I can Google if I know what to look for.
    >>>>
    >>>>Thank you again!
    >>>>Deon
    >>>>
    >>>>
    >>>>crash wrote:
    >>>>
    >>>>>What separates the two out in your
    database? Do you have a "class"
    >>>>>field to determine document class (ie,
    private or public?) Do you have
    >>>>>a table of association that says which
    users or which level of users
    >>>>>can access which documents?
    >>>>>
    >>>>>Getting that built will be your first
    step. After that, I would build
    >>>>>two recordsets, one public and one
    private. I would then use DW's show
    >>>>>region if recordset is not empty Server
    Behavior to show the links I
    >>>>>wanted.
    >>>>>
    >>>>>Another way to buidl ti would be to use
    one recordset and the split the
    >>>>>two (public/private) into arrays and
    display them according to isset()
    >>>>>statements.
    >>>>>
    >>>>>HTH,
    >>>>>
    >>>>>Jon
    >>>>>"Deon" <[email protected]>
    wrote in message
    >>>>>news:[email protected]...
    >>>>>
    >>>>>
    >>>>>>Hi there,
    >>>>>>
    >>>>>>DW 8, PHP & my SQL
    >>>>>>
    >>>>>>I have a db of registered users and
    have links to download documents.
    >>>>>>Some of these documents are for
    everyone and some I only want to be
    >>>>>>downloadable or logged in registered
    users - all on the same page.
    >>>>>>
    >>>>>>If someone can please point me to a
    tutorial or advice as to what I am
    >>>>>>to do, I will really appreciate it.
    >>>>>>
    >>>>>>Regards,
    >>>>>>Deon
    >>>>>
    >>>>>
    >>>
    >
    >

  • SCCM report to show last logged on user and the Active Directory department attribute of that user.

    I need to create an SCCM report to show last logged on user on all machines and the Active Directory department attribute of that last logged on user.

    You problem is here.
    right
    join v_R_User USR on USR.ResourceID
    = CS.ResourceID
    USR.ResourceID != CS.ResourceID, you need to map the username to the user logon to the PC. By using the user’s department information you will
    end up with unreliable results.
    Anyways you need to make these changes to your query.
    left
    join v_R_User USR on USR.Unique_User_Name0
    = CS.UserName0
    http://www.enhansoft.com/

  • How to check ,how many  users are logged in and logged out in oracle ebs 11i/R12.

    Hi Experts,
    Kindly let me know
    how to check ,how many  users are logged in and logged out in oracle ebs 11i/R12.
    Also, in the database level too ,Do we need to write any trigger for this?
    Thanks in advance.

    Hi,
    How to check ,how many  users are logged in and logged out in oracle ebs 11i/R12.
    Please check the following links:
    Oracle EBS - Number of Users logged into EBS / Oracle Applications currently
    List all users currently logged in on Oracle EBS
    Also see forum Search:
    Forum Search: Logged In EBS User
    Also, in the database level too
    Please see:
    https://forums.oracle.com/message/9225094#9225094
    Do we need to write any trigger for this?
    Yes you may, But I personally suggest you not to do so as it may affect performance.
    Thanks &
    Best Regards,

  • Tracking User Activity with Standard Web Logs and Tools Like WebTrends

    We are running EP 6 SP14 on UNIX and I'm looking to track user activity.  Not just how many people have logged in, but who is accessing what documents in KM.  For example, what documents are the most popular and how much use the system is getting.
    I was hoping that EP 6 (Unix platform) ran off us some standard web engine (like Apache) and we could just turn web logs on, but from the lack of discussion on SDN, I'm not encouraged.
    All I've seen is unofficial link to a Portal Activity Report, which would get us part of the way, but is not full web reporting.
    Portal Activity Report:
    https://www.sdn.sap.com/irj/sdn?id=/library/uuid/0101b690-0201-0010-6584-a02730ad5edd
    Does anyone have any insight on this?

    HI llise
    Did you get any answers? We are in the same quandry as the exisitng tracking reports are not sufficient for our needs as our users are used to using more sophisticated tools like livestat.

  • Audit Current logged in User activity

    Dear Legends,
    As I am trying out to find who are all logged in to  our Database and what are queries executed by the users. So while trying out the below query
    QUERY
    SELECT DISTINCT
      USERNAME,
      STATUS,
      SCHEMANAME,
      OSUSER,
      MACHINE,
      TO_CHAR(AR.LAST_LOAD_TIME, 'DD-Mon-YYYY HH24:MM:SS') LOAD_TIME,
      ss.WAIT_CLASS,
      ss.SECONDS_IN_WAIT,
      ss.STATE,
      ar.sql_text SQLTEXT
    FROM
      v$session ss,
      v$sqlarea ar
    WHERE
      ss.MACHINE NOT LIKE 'ip%'
    AND ss.STATUS = 'ACTIVE'
    AND ss.SQL_ADDRESS = ar.ADDRESS;
    The Issue is when I execute the above query it returns a valid output that I'm logged in from a machine and it's client as SQL DEVELOPER. But I'm not able to view the same queries output in SQLPLUS.... I have scheduled this into a cron so I need SQLPLUS to work this query.
    Do you know why? Let me know your suggestions.
    Note: I need this condition "ss.MACHINE NOT LIKE 'ip%'" if not it will fetch the hosted servers machine and user.
    Thanks,
    Karthik

    I'm able to view output without the "ss.MACHINE NOT LIKE 'ip%'" which is fetching the INTERNAL ORACLE USER also. But I need only the USERS WHO are logged in from a REMOTE MACHINE using any tools except SQLPLUS, because We have restricted SQLPLUS access.
    BELOW is the output from SQLPLUS
    SQL> SELECT DISTINCT
      USERNAME,
      2    3    STATUS,
      4    SCHEMANAME,
      5    OSUSER,
      6    MACHINE,
      7    TO_CHAR(AR.LAST_LOAD_TIME, 'DD-Mon-YYYY HH24:MM:SS') LOAD_TIME,
      8    ss.WAIT_CLASS,
      9    ss.SECONDS_IN_WAIT,
      ss.STATE,
    10   11    ar.sql_text SQLTEXT
    12  FROM
    13    v$session ss,
    14    v$sqlarea ar
    15  WHERE ss.STATUS = 'ACTIVE'
    16  AND ss.SQL_ADDRESS = ar.ADDRESS;
    USERNAME                       STATUS   SCHEMANAME
    OSUSER
    MACHINE
    LOAD_TIME
    WAIT_CLASS                                                       SECONDS_IN_WAIT
    STATE
    SQLTEXT
    APPS                           ACTIVE   APPS
    oracle
    ip-10-20-30-40
    27-Jan-2014 15:01:17
    Idle                                                                           5
    WAITING
    begin fndcp_tmsrv.read_message(:ec, :to, :typ, :enddt, :rid, :retid, :nl, :nc, :
    dl, :secgrp, :usr, :rspap, :rsp, :log, :app, :prg, :argc, :orgt, :orgid, :a1,  :
    a2,  :a3,  :a4,  :a5,  :a6,  :a7,  :a8,  :a9,  :a10, :a11, :a12, :a13, :a14, :a1
    5, :a16, :a17, :a18, :a19, :a20); end;
    APPS                           ACTIVE   APPS
    oracle
    ip-10-20-30-40
    28-Jan-2014 22:01:48
    Network                                                                        0
    WAITED SHORT TIME
    SELECT DISTINCT   USERNAME,   STATUS,   SCHEMANAME,   OSUSER,   MACHINE,   TO_CH
    AR(AR.LAST_LOAD_TIME, 'DD-Mon-YYYY HH24:MM:SS') LOAD_TIME,   ss.WAIT_CLASS,   ss
    .SECONDS_IN_WAIT,   ss.STATE,   ar.sql_text SQLTEXT FROM   v$session ss,   v$sql
    area ar WHERE ss.STATUS = 'ACTIVE' AND ss.SQL_ADDRESS = ar.ADDRESS
                                   ACTIVE   SYS
    oracle
    ip-10-20-30-40
    27-Jan-2014 15:01:16
    Idle                                                                           0
    WAITING
    update seg$ set type#=:4,blocks=:5,extents=:6,minexts=:7,maxexts=:8,extsize=:9,e
    xtpct=:10,user#=:11,iniexts=:12,lists=decode(:13, 65535, NULL, :13),groups=decod
    e(:14, 65535, NULL, :14), cachehint=:15, hwmincr=:16, spare1=DECODE(:17,0,NULL,:
    17),scanhint=:18, bitmapranges=:19 where ts#=:1 and file#=:2 and block#=:3
    APPS                           ACTIVE   APPS
    oracle
    ip-10-20-30-40
    27-Jan-2014 15:01:17
    Idle                                                                           4
    WAITING
    begin fndcp_tmsrv.read_message(:ec, :to, :typ, :enddt, :rid, :retid, :nl, :nc, :
    dl, :secgrp, :usr, :rspap, :rsp, :log, :app, :prg, :argc, :orgt, :orgid, :a1,  :
    a2,  :a3,  :a4,  :a5,  :a6,  :a7,  :a8,  :a9,  :a10, :a11, :a12, :a13, :a14, :a1
    5, :a16, :a17, :a18, :a19, :a20); end;
    APPS                           ACTIVE   APPS
    oracle
    ip-10-20-30-40
    27-Jan-2014 15:01:17
    Idle                                                                           3
    WAITING
    begin fndcp_tmsrv.read_message(:ec, :to, :typ, :enddt, :rid, :retid, :nl, :nc, :
    dl, :secgrp, :usr, :rspap, :rsp, :log, :app, :prg, :argc, :orgt, :orgid, :a1,  :
    a2,  :a3,  :a4,  :a5,  :a6,  :a7,  :a8,  :a9,  :a10, :a11, :a12, :a13, :a14, :a1
    5, :a16, :a17, :a18, :a19, :a20); end;
    SQL>
    Message was edited by: karthiksingh_dba

Maybe you are looking for