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"


Advertisements