Dear Friends ,
Till Now I was creating a single username for a database and was creating username table in the database from there was giving security rights to get access to Oracle Forms. for example
username : abc
password : abc
Database : abc
How I can create Multiple User's for abc database with given rights and privilege .
for example
Having rights : All Rights
user name : admin
password : 123
database : abc
Having rights : Insert and Update
user name : bbb
password : 123
database : abc
Having rights : View
user name : ccc
password : 123
database : abc
Sanjay