otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire


Database Administration Database installation, creation, administration and related topics.

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old November 7th, 2007, 13:30
Junior Member
 
Join Date: Jun 2007
Posts: 24
Thanks: 6
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
moshe is on a distinguished road
Login Information

Is there any table in the OTM which captures the login information such that we can query on the number of user's logged in currently?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old November 8th, 2007, 05:13
Junior Member
 
Join Date: Jun 2007
Posts: 18
Thanks: 0
Thanked 5 Times in 5 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
oliver is on a distinguished road
Re: Login Information

I think that this information is part of either the App or Web-Server. In OTM you can have a look at GL_USER, but its per user so you would need to write your own summary-qry. Table :


GL_USER_GID VARCHAR2(12NOT NULL GL_USER_XID VARCHAR2(50)NOT NULL GL_PASSWORDVARCHAR2(12NOT NULL DOMAIN_NAMEVARCHAR2(50)NOT NULL IS_AD_HOC_REPORTS_USERVARCHAR2(1)NOT NULL Y/N LAST_LOGIN_DATEDATE AD_HOC_REPORTS_DB_TYPEVARCHAR2(100) OLTP/ODS GL_ACCOUNT_POLICY_GID (FK: GL_ACCOUNT_POLICY)VARCHAR2(101) PW_EXPIRATION_DATE DATE ACCOUNT_LOCKOUT_TIME DATE USERNAMEVARCHAR2(101) UNIQUE DEFAULT_USER_ROLE_GID (FK: USER_ROLE)VARCHAR2(101)NOT NULL IS_ADVANCED_ANALYTICS_USERVARCHAR2(1)NOT NULL Y/N DEFAULT_AA_REPORTVARCHAR2(100) DOCUMENT_USE_PROFILE_GID (FK: DOCUMENT_USE_PROFILE)VARCHAR2(101) INSERT_USERVARCHAR2(12NOT NULL INSERT_DATEDATENOT NULL UPDATE_USERVARCHAR2(12 UPDATE_DATEDATE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to oliver For This Useful Post:
moshe (November 8th, 2007)
  #3 (permalink)  
Old November 8th, 2007, 12:53
Member
 
Join Date: Mar 2007
Location: Bedfordshire England
Posts: 45
Thanks: 3
Thanked 9 Times in 8 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
cunninghamg is on a distinguished road
Send a message via AIM to cunninghamg Send a message via MSN to cunninghamg Send a message via Skype™ to cunninghamg
Re: Login Information

Hi Moshe

Actually the GL_user table only shows the configured users (unless its changed since v4.5).

If you add an Account Policy to each user, where the Account Policy has the Record Login box checked, then OTM will log attempts (sucessful or not) in the table gl_login_history.

This will only tell you when they log in though - there's no way to know when they log out.

Hope this helps
Gary
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old November 14th, 2007, 14:33
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 790
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: Login Information

Gary is right -- OTM doesn't provide this functionality.

Back in an earlier version (v4.0, I think) there was a servlet that would list out current sessions (and therefore logged-in users), however it broke when we upgraded Tomcat versions, and the code was never updated. I'd recommend creating an Enhancement Request for this through Oracle, as this would be a very helpful admin utility.

In addition, I've heard the same request from many OTM administrators -- if we can get enough requests to Oracle, they'll get it done.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old December 13th, 2007, 17:44
Junior Member
 
Join Date: Aug 2007
Posts: 21
Thanks: 3
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
gokul is on a distinguished road
Re: Login Information

HI

Guys is it possible to see the history in 5.5 and later versions, in 5.5.3 there is no check box called Record Login, only there is a check box called keep login history but there is no records in gl_login_history,

whether there is any files in the sever side to this records, if so please let me know.
Attached Images
File Type: jpg account policy.jpg (33.3 KB, 12 views)
__________________
Thanks
Gokul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old December 14th, 2007, 08:18
Member
 
Join Date: Mar 2007
Location: Bedfordshire England
Posts: 45
Thanks: 3
Thanked 9 Times in 8 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
cunninghamg is on a distinguished road
Send a message via AIM to cunninghamg Send a message via MSN to cunninghamg Send a message via Skype™ to cunninghamg
Re: Login Information

Hi Gokul

It is the 'keep login history' that needs checking as you point out.

Make sure that your users have the Account Policy applied in the User Manager. Each User must have the policy applied before this will work.

It is certainly working in 5.5

Gary

btw - You can see login history from the UI - look in Configuration and Administration -> User Management -> Login History

Last edited by cunninghamg : December 14th, 2007 at 08:21. Reason: additional comment
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old December 14th, 2007, 08:50
Junior Member
 
Join Date: Aug 2007
Posts: 21
Thanks: 3
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
gokul is on a distinguished road
Re: Login Information

Hi Gary,

i checked the user in the user management, the account policy is properly assigned but it is not refelected in the gl_login_history as well as in the application Login History.
__________________
Thanks
Gokul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old December 14th, 2007, 08:56
Member
 
Join Date: Mar 2007
Location: Bedfordshire England
Posts: 45
Thanks: 3
Thanked 9 Times in 8 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
cunninghamg is on a distinguished road
Send a message via AIM to cunninghamg Send a message via MSN to cunninghamg Send a message via Skype™ to cunninghamg
Re: Login Information

Hi Gokul

These are the steps required.
It is all I needed to do.
If you are still having a problem - you should talk to support.

Cheers

Gary
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old December 14th, 2007, 08:58
Junior Member
 
Join Date: Aug 2007
Posts: 21
Thanks: 3
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
gokul is on a distinguished road
Re: Login Information

Hi Gray,

Thanks For ur assistance
__________________
Thanks
Gokul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old April 25th, 2008, 02:42
Junior Member
 
Join Date: Oct 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
kiru_i is on a distinguished road
Re: Login Information

Hi Gokul,

Did you manage to solve the issue....?

I am also having the same probem, not populating gl_login_history table after done all the necessary stpes like setup Account Policy and assigned it to the users...

We are using OTM v5.5 CU2.

Any advice....

Thanks in advance,

Rgds,
Kiru.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Set Up Quick Login to OTM csgs Branding, Screen Sets, XSL/CSS and Translations 2 March 4th, 2008 12:59
Customer information techman Integration and Data Mapping 4 February 6th, 2008 07:23
javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: j saptarshi Installation and Upgrades 4 October 12th, 2007 11:09
OTM Login Page is not coming up veejai24 Installation and Upgrades 1 October 3rd, 2007 02:20
javax.security.auth.login.LoginException... nkrantz Installation and Upgrades 3 July 9th, 2007 13:43



All times are GMT. The time now is 20:56.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37