To configure the ASP script for your database installation
- Copy the script to a configuration file. 
           
At a command prompt, type:
cp $GENDIR/bin/add_asp_da.pl $LAWDIR/system/add_asp_da.cfgThe data area files are created using the data area name as the schema name.
 - Locate the section for the Oracle database and modify the following parameters:
           
Value Description orahomeThe directory where Oracle is installed on this host. oraserver or orasidProvide either the server name where the Oracle database is located or the Oracle SID. oratempspaceThe temporary table space name. orauserThe administrative user for Oracle on the server. orapwThe administrative password for Oracle on the server.  - Save the script.