cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Access Mode of HANA Stored procedure

Former Member
0 Kudos

Hi,

 

When you are creating a stored procedure as design time object, one of the option is access mode (either read only or read/write).

I understand read only is default setting in HANA DB, and unless you explicitly change the setting you cannot read/write using stored procedure.

 

My question is, is there way to change this setting, so I have option to choose either read or read/write when I create a stored proc?

Thank you.

Hyun

Accepted Solutions (1)

Accepted Solutions (1)

rindia
Active Contributor
0 Kudos

Hi Hyun,

To change the setting, please follow below steps as shown in the exhibit:

  

Double click and change the value to UNSECURE.

Regards

Raj

Answers (1)

Answers (1)

former_member182302
Active Contributor
0 Kudos

Hi Hyun,

Please have a look on this thread:

You have to enable sqlscript_mode to UNSECURE as mentioned by lars.

Then depending on whether you are specifiying "READS SQL DATA" it will act as a READ procedure else as a WRITE procedure.

Regards,

Krishna Tangudu