In this step, you log on as the user you created and run a script to create the project related part of the database schema.
Procedure
Open a command window in
BE_HOME/bin and run the
yourname.sql script. (for example,
@acme.sql). Use the user
BE_USER, password
BE_USER (or whatever username and password you have set up).
use database_name
psql -u username -f yourname.sql
Result
If there are no errors, your database tables are now configured for use. If there are errors you may need to add some mappings to the key word mapping file.