Prerequisites to Create the Schema

Set database semantics to CHAR.

The Argus Safety Database requires the database semantics to be CHAR and not BYTE. Follow the steps below:

  1. Log in to the database as the SYS user.
  2. Execute: ALTER SYSTEM SET NLS_LENGTH_SEMANTICS=CHAR SCOPE=BOTH;
  3. Shutdown and startup the database after applying the above statement.