How to set role programmatically using disconnected architecture

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am developing a web application using .Net framework 2.0 and using
a disconnected architecture to connect to Oracle database.
Please let me know how and where I can specify the configuration to set the
role
similar to what we write in pl/sql for setting role as below:
set role <username> identified by <rolename>
 
Back
Top