- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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_BI schema in SAP HANA
Both the schema are system defined schemas. _SYS_BI schema is used to store all the metadata of created column Views.
It is different from _SYS_BIC and _SYS_REPO schema and you can understand this from below −
SYS_BI − This schema stores all the metadata of created column Views.
_SYS_BIC − Whenever you activate any HANA Modeling view, it is stored under _SYS_BIC System defined schema.
_SYS_REPO − Whatever the objects are there in the system is available in repository. This is used to create required run time objects.
- Related Articles
- Difference between _SYS_BIC and _SYS_BI schema in SAP HANA
- Use of _SYS_BIC schema in SAP HANA
- Authoring schema vs Physical schema in SAP HANA
- Taking backup of schema in SAP HANA
- Using Schema mapping in SAP HANA
- Setting schema mapping in SAP HANA
- Changing Ownership of schema in SAP HANA Database
- Checking list of system schema in SAP HANA
- Checking schema creation in SAP HANA database
- Taking schema wise backup in SAP HANA
- Different schema types in SAP HANA database
- Checking SAP HANA Schema owner name
- Changing authoring schema of catalog objects in SAP HANA
- Checking list of all available schema in SAP HANA
- Checking authoring schema job details in SAP HANA

Advertisements