David P Possinger wrote: > > We are using SAPDB 7.3.00.48, and are trying to find a way to track failed > login attempts by user, especially users accessing the data through SQL > Studio. > > I need to be able to log this and if they login successful their actions > on > the database. > > Thanks, > David >
For failed logins no loging-feature is available in MaxDB. For actions like insert/update/delete trigger can be written, if not too many tables are concerned (otherwise it will be too much work for the user). For actions like select or DDL no chance of logging this available. Sorry. Elke SAP Labs Berlin > > > ------------------------------------------------------------------------ -- > -------------- > > This is a PRIVATE message. If you are not the intended recipient, please > delete without copying and kindly advise us by e-mail of the mistake in > delivery. NOTE: Regardless of content, this e-mail shall not operate to > bind CSC to any order or other contract unless pursuant to explicit > written > agreement or government initiative expressly permitting the use of e-mail > for such purpose. > ------------------------------------------------------------------------ -- > -------------- > > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
