The prerequisites for your SAP HANA instance:
CREATE DATABASE DB1 SYSTEM USER PASSWORD Initial1;
alter system start database DB1;
- A tenant DB, which you can create with the following command.
CREATE DATABASE DB1 SYSTEM USER PASSWORD Initial1;
alter system start database DB1;
- While we are abiding by better practices, it’s a good idea to create a Developer user instead of using the SYSTEM user for development.
- A user with the proper permissions to execute the PAL functions and DROP/CREATE ANY in a schema (different from the AFL schema, please). The following is a sample list of roles taking into account what this blog needs, but you need to restrict permissions depending on your needs (you will also need CATALOG READ and the proper package privileges):