- 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
Authoring schema vs Physical schema in SAP HANA
In SAP HANA system, schema is used to group logical objects tables, Stored procedures and database views. When objects are moved from one system to other, you can consider involvement of following schema types −
Authoring Schema
This schema is used in design time views. This schema is used in creating objects in content development system. Let us say you are developing some objects in development system and schema used is Dev_schema that contains all the required tables. Dev_schema is authoring schema to create modeling views.
Physical Schema
Let us say you move objects from development system to other system. In target system you have a schema that contains required tables. This schema is called Physical schema.
- Related Articles
- Checking authoring schema job details in SAP HANA
- Changing authoring schema of catalog objects in SAP HANA
- Using Schema mapping in SAP HANA
- Setting schema mapping in SAP HANA
- Checking SAP HANA Schema owner name
- Checking schema creation in SAP HANA database
- Taking schema wise backup in SAP HANA
- Taking backup of schema in SAP HANA
- Use of _SYS_BIC schema in SAP HANA
- Use of _SYS_BI schema in SAP HANA
- Different schema types in SAP HANA database
- Changing Ownership of schema in SAP HANA Database
- Using Package specific default schema in SAP HANA
- Checking list of system schema in SAP HANA
- Checking all tables and schema in SAP HANA

Advertisements