In database can we have two passwords (normal login password and transaction password) for user
as our requirement is that one can be login into database through sqlplus by providing username/normal password...
But now if he/she wants to modify database by applying any DML (insert, update,delete operation) he/she must enter another transaction password after which he/she modify that database...
Is it possible for single user having different password for different operations....?
If not any other alternative way is there?
Please do the needful
Regards,
Ankit Shah