My Oracle DBA has set up an account that must be activated by the application program. She said to execute the following code to enable the application update role :
EXECUTE DBMS_SESSION.SET_ROLE(TSEC.SROLE('<application_name>'));
I don't know where to issue this command from my CF APP.
I am so used to passing the user_id and the password in my cfquery statement like this
<cfquery name="applproj" datasource="#AIRname#" DBtype="#DBtype#"
username="#AIR_username#" password="#AIR_password#" >
Please help.
Thanks,
Longhorn
EXECUTE DBMS_SESSION.SET_ROLE(TSEC.SROLE('<application_name>'));
I don't know where to issue this command from my CF APP.
I am so used to passing the user_id and the password in my cfquery statement like this
<cfquery name="applproj" datasource="#AIRname#" DBtype="#DBtype#"
username="#AIR_username#" password="#AIR_password#" >
Please help.
Thanks,
Longhorn