- 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
Checking list of all available schema in SAP HANA
This can be checked using below SQL query and it will display all the available schema in HANA system.
select distinct BASE_SCHEMA_NAME from "SYS"."OBJECT_DEPENDENCIES"
- Related Articles
- Checking list of system schema in SAP HANA
- Checking all tables and schema in SAP HANA
- Checking SAP HANA Schema owner name
- Checking schema creation in SAP HANA database
- Checking authoring schema job details in SAP HANA
- Checking tables in a schema in SAP HANA database
- Checking a table inside a schema in SAP HANA database
- Checking all the list of fields for a table in SAP HANA
- Checking all alert types in SAP HANA
- Authoring schema vs Physical schema in SAP HANA
- Checking transaction list waiting for lock-in SAP HANA
- Checking create time for all users 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

Advertisements