Re: Tomcat JBDCRealm with Oracle DB

2013-12-16 Thread Арсений Зинченко
No errors, but I already found problem cause - forgot run `commit` in SQLPLUS after added rows with username&role. :-( Thanks for replay. 2013/12/16 André Warnier > Арсений Зинченко wrote: > >> Hi. >> >> I configured two JDBCRealm's - for MySQL and Oracle databases. >> >> Both DB have same tabl

Re: Tomcat JBDCRealm with Oracle DB

2013-12-16 Thread André Warnier
Арсений Зинченко wrote: Hi. I configured two JDBCRealm's - for MySQL and Oracle databases. Both DB have same tables with same content: mysql> show tables; +--+ | Tables_in_tmc_access | +--+ | user_roles | | users| +-