Creating database user and schema
Start the script “ima9_create_schema.sql” to create the database user and grant permissions.
SQL> @ima9_create_schema.sql;
MANDANT - Enter name for application User, e.g. Ima9DB: Ima9DB
Account manager - Enter sysdba user
Connect as sys:
Enter password:
SQL>
The MANDANT value will be used as IMA9DB User/Schema name. The initial DB Schema password will be set to the username automatically.
Note that the database username is case-sensitive.