Hi Jerry,
Sorry for late reply. I did tried refreshing the project and activating the .hdbschema object.
Please find the attachment for the screenshot as requested.
Along with this i was trying few examples. i tried to create schema with lowercase.
while executing following statement i am having an issue
CALL "_SYS_REPO"."GRANT_SCHEMA_PRIVILEGE_ON_ACTIVATED_CONTENT"('SELECT','srdihar1','SYSTEM');
error: invalid schema name: SRIDHAR1
I new that we should give double quotes "". If not given in double quotes it will convert the letters into uppercase by default.but even then i am faceing issue.
CALL "_SYS_REPO"."GRANT_SCHEMA_PRIVILEGE_ON_ACTIVATED_CONTENT"('SELECT',"sridhar1",'SYSTEM');
error: invalid coulm sridhar1
My schema name: sridhar1. Pls chk screenshot for the schema name in the table
Regards,
satish
