former_member511331
Explorer
Member since ‎02-03-2017

User Statistics

  • 12 Posts
  • 1 Solutions
  • 1 Kudos given
  • 5 Kudos received

User Activity

In my database i am able to create a normal procedure but if i try to create the following procedure it is showing insufficient privilege error. PROCEDURE "SELECT_TEST"( IN COLUMN_NAME NVARCHAR(1000) ) LANGUAGE SQLSCRIPT SQL SECURITY INVOKER...
Hi, We have a use-case in which we have to show State wise data if a person clicks on a Country. But in Analytics Map example they are passing a L1_US.json file in geoJSONURL. Is there any URL or place were we can call for the json file of a particul...
Hi, We have a requirement to run the trigger once after the batch call. Normally if we send a batch of 1000 records the triggers runs 1000 times. Is there any solution to that. We also tried to write "AFTER EACH STATEMENT" but it threw an error ...
Hi, context facttable { entity master_table { key ID : Integer generated always as identity(start with 1 increment by 1); SIZE_OF_REQUEST : Integer64; RESPONSE_CODE ...
Hi, We have a 64 GB hana instance which we have filled approximately to 60 GB. Now we are not able to do any of the select or other queries. it shows "Cannot allocate enough memory". can you let us know the minimum buffer need to give so that ou...