You are currently viewing the Oracle section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I want to create a user who can only have one logon session. The rest of the database users should be able to have multiple logons.
I was thinking of using a 'onlogon' trigger but haven't got it working yet.
Any help appreciated!
Anthony (Tony) Hunter
Spatial Databases & GIS Applications
Anyway, is there a table in Oracle that keeps the current login names? is there is (should be) you can do your trigger on that table (if oracle will let you mod a sys table).