- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Use of _SYS_REPO in SAP HANA database
In SAP HANA system _SYS_REPO user is required to create run time objects that are saved in HANA database under _SYS_BIC schema. When you activate modeling views in HANA, SYS REPO provides the read access to users on these modeling views. That is why it is required to grant _SYS_REPO with SELECT with GRANT privilege to user schemas.
GRANT SELECT ON SCHEMA "SCHEMA_NAME" TO _SYS_REPO WITH GRANT OPTION
This is required when you use objects of a table/view of a schema to build HANA Modeling Views. You need to grant _SYS_REPO the SELECT WITH GRANT privilege on this schema.
- Related Articles
- Meaning/Use of multi-tenant SAP HANA database
- SAP HANA database functions in HANA Cockpit
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database
- Using database view in SAP HANA
- Unloading tables in SAP HANA database
- Database objects in SAP HANA Studio
- Changing Ownership of schema in SAP HANA Database
- Getting age of tracefiles in SAP HANA database
- Use of SAP Host Agent in SAP HANA
- Comparison of SAP HANA with conventional database
- Benefits of using SAP HANA database views
- Use of savepoints in SAP HANA
- Default table type in SAP HANA database
- Creating column table in SAP HANA database

Advertisements