Home » Developer & Programmer » Forms » Role based menu security
Role based menu security [message #453835] Sun, 02 May 2010 02:31 Go to next message
charuamit
Messages: 121
Registered: January 2009
Senior Member
hi friends

can u please direct me on step by step to create secure menu based on roles

Its very urgent

thanks and regards
Charu
Re: Role based menu security [message #453841 is a reply to message #453835] Sun, 02 May 2010 04:49 Go to previous messageGo to next message
Michel Cadot
Messages: 68686
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Nothing is urgent in forum.
What do you know? What don't you know? What did you try?

Regards
Michel
Re: Role based menu security [message #453845 is a reply to message #453835] Sun, 02 May 2010 06:15 Go to previous message
Its_me_ved
Messages: 979
Registered: October 2009
Location: India
Senior Member
The below is one of the approach:

If you are using an Oracle Forms Menu Module you can use the built-in functionality. Create some menu related database roles, assign the roles to users and to the menu items you want in Oracle Forms.

SQL> CREATE ROLE ADM_ROLE;
SQL> CREATE ROLE USR_ROLES;

SQL> GRANT ADM_ROLE TO ADMIN
SQL> GRANT USR_ROLES TO <USERS>


Enable the role/menu security in Oracle Forms


Thanks,
Ved

[Updated on: Sun, 02 May 2010 06:25]

Report message to a moderator

Previous Topic: Multiple one to many relationship
Next Topic: must the user click on radio button to save it on DB ?
Goto Forum:
  


Current Time: Fri Sep 20 02:24:55 CDT 2024