Setting up the database

Before you begin, make sure that:

Notes:

Before you install Fleet Tracker, create two database schemas by doing the following:

  1. Save the createORA.sql file to a temporary directory.

  2. Run the command prompt as an administrator.

  3. At the command prompt, navigate to the temporary directory, and then type the following:

    sqlplus oracleadmin/oraclepassword @createORA.sql ID PW

    Where ID and PW are the database user ID and password. The Fleet Tracker server uses these credentials to access the database. Do not use the same administrator credentials for the Fleet Tracker server or the Oracle server.

  4. Notes: