I have an oracle database in which there is a table called users
the table consists of various fields like
1.username
2.password
3.role
4.address
in the role there are two types of roles "admin" and "user"
the "admin" in the table can insert,update or delete the table but the user can't
do i have to set these previlages for the "admin" in the oracle database manually or i have to do it through my
jdbc application???
[edited to
Use a meaningful subject line]
[ April 10, 2008: Message edited by: Jeanne Boyarsky ]