Hi all,
i have a database with many users like 4_0, 4_1, 4_2, 4_21, 4_22
and so on.
I think - if you update the Front-End software from version 4.1 to
4.2 the software create a new User 4_2 and will
now work with that user. (so the database is full of old users)
To prove that I'm right - i like to now the last access (last login )
of a user to the database
Is there a table in the dict that store that ?
thanks a lot !!!!
|
|
0
|
|
|
|
Reply
|
janmbender (2)
|
12/16/2009 7:43:19 AM |
|
On Tue, 15 Dec 2009 23:43:19 -0800 (PST), jan
<janmbender@googlemail.com> wrote:
>Hi all,
>
>i have a database with many users like 4_0, 4_1, 4_2, 4_21, 4_22
>and so on.
>I think - if you update the Front-End software from version 4.1 to
>4.2 the software create a new User 4_2 and will
>now work with that user. (so the database is full of old users)
>
>To prove that I'm right - i like to now the last access (last login )
>of a user to the database
>
>Is there a table in the dict that store that ?
>
>thanks a lot !!!!
There is not.
You need to enable auditing (by changing the parameter audit_trail to
db) and issue
audit connect
Then you could use dba_audit_session
-----
Sybrand Bakker
Senior Oracle DBA
|
|
0
|
|
|
|
Reply
|
Sybrand
|
12/16/2009 8:01:09 AM
|
|
On Tue, 15 Dec 2009 23:43:19 -0800, jan wrote:
> Hi all,
>
> i have a database with many users like 4_0, 4_1, 4_2, 4_21, 4_22 and
> so on.
> I think - if you update the Front-End software from version 4.1 to 4.2
> the software create a new User 4_2 and will now work with that user. (so
> the database is full of old users)
>
> To prove that I'm right - i like to now the last access (last login )
> of a user to the database
>
> Is there a table in the dict that store that ?
>
> thanks a lot !!!!
AUDIT SESSION;
--
http://mgogala.freehostia.com
|
|
0
|
|
|
|
Reply
|
Mladen
|
12/16/2009 1:09:46 PM
|
|
On Dec 15, 11:43=A0pm, jan <janmben...@googlemail.com> wrote:
> Hi all,
>
> i have a database with many users like 4_0, =A04_1, =A04_2, =A04_21, 4_22
> and so on.
> I think - if you update the Front-End software from version 4.1 to
> 4.2 =A0the software create a new User 4_2 and will
> now work with that user. (so the database is full of old users)
>
> To prove that I'm right =A0- i like to now the last access (last login )
> of a user to the database
>
> Is there a table in the dict that store that ?
>
> thanks a lot !!!!
If they connect through sqlnet and you have a listener log, you may be
able to parse/sort that. Also see
http://www.pythian.com/news/902/how-to-make-an-in-database-listenerlog-file=
/
jg
--
@home.com is bogus.
http://inboxzero.tumblr.com/#201566635
|
|
0
|
|
|
|
Reply
|
joel
|
12/16/2009 5:38:45 PM
|
|
|
3 Replies
2635 Views
(page loaded in 0.17 seconds)
Similiar Articles: the last login of a user to the database - comp.databases.oracle ...Hi all, i have a database with many users like 4_0, 4_1, 4_2, 4_21, 4_22 and so on. I think - if you update the Front-End software from versio... How to login to Oracle using Active Directory Account - comp ...Hi, I want that users can login to Oracle 10g without ... In the last years we created usersaccounts for the ... you can do it using OVD to authenticate on database ... User Login Time - comp.sys.sun.adminthe last login of a user to the database - comp.databases.oracle ... Oracle: last login time of user - database.itags.org database.itags.org: Oracle question: last login ... Any way to easily force all users off an Access back end database ...the last login of a user to the database - comp.databases.oracle ... Any way to easily force all users off an Access back end database ... the last login of a user to the ... login time - comp.unix.solarisUnable to login as oracle user - comp.unix.shell the last login of a user to the database - comp.databases.oracle ... Oracle: last login time of user - database.itags.org ... Access 97 and export wizard - administrator can use it, users can ...the last login of a user to the database - comp.databases.oracle ... Access 97 and export wizard - administrator can use it, users can ... the last login of a user to the ... what is the command to list all the login users - comp.unix ...the last login of a user to the database - comp.databases.oracle ... How to login to Oracle using Active Directory Account - comp ... the last login of a user to the ... Question: I need java codes to check "username" and "password ...the last login of a user to the database - comp.databases.oracle ... Question: I need java codes to check "username" and ... the last login of a user to the ... Password Protect Database - comp.databases.ms-accessthe last login of a user to the database - comp.databases.oracle ... Password Protect Database - comp.databases.ms-access I understand that I can set up security and user ... Unable to login as oracle user - comp.unix.shellthe last login of a user to the database - comp.databases.oracle ... Oracle: last login time of user - database.itags.org database.itags.org: Oracle question: last login ... Get Last login date for a particular database user: Microsoft, SQL ...Hi all, I can't find a way to retrieve the last login datetime of a particular database user in SQL Server 2005. Anyone got an idea? Last User Login Data - Microsoft Corporation: Software ...I'm struggling with trying to pull Last User Login Date info from ConfigMgr. I'd like to be able to find out the last time a system was logged on to so we ... 7/19/2012 5:17:43 PM
|