Checking schema creation in SAP HANA database


To check this detail, you should have access on “SYS” schema. Run the following SQL query and it will fetch the following columns −

SELECT * FROM "SYS"."SCHEMAS";
  • Schema_Name
  • Schema_Owner
  • HAS_PRIVILEGES
  • Create_Time

Updated on: 13-Mar-2020

892 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements