Creating an Oracle Database
-
If using Oracle, create a schema (preferably lqtweb). Create lqtadmin user (password =
lqtadmin1) with connect and resource rights granted.
- For character set, choose AL32UTF8.
- For National character set, choose AL16UTF16 - Unicode UTF-16 Universal Character Set.
-
Log on with lqtadmin and run the
NewInstall.sql scripts for Oracle scripts using
SQLPlus. Use the following procedure to run the scripts using SQLPlus:
- Open Command Prompt and set the path to C: drive
- Set the database with the command Set ORACLE_SID=<Schema Name>
- Connect to SQLPlus and the domain with the command sqlplus / as system database administrator.
- Enter the database username and the password
- Run the scripts using the command @<scriptpath>
Previous topic: Migrating Database
Next topic: Creating MSSQL Database