> what is the algorithm of encryption for tha password in > DBA_USERS.PASSWORD? > I need this information for the realm-check for tomcat.
The PASSWORD column exists only for compatibility with Oracle system tables. Is there a specific reason why you have to authenticate a database user? Unless you want to connect as that user later on, a simple table with username and password should be much simpler. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
