Create the InForm database instance
- Set up an Oracle database instance.
- Populate the database instance for the InForm database server with the following instance DEFAULT tablespaces:- SYSAUX
- SYSTEM
- UNDOTBS1
- USERS
- TEMP
 InForm-specific tablespaces: - TEMPBIG
- INFORM
- INFORM_LOB
 
- Update the tnsnames.ora file on both the application server and the database server to contain an alias establishing a connection to the database server. Oracle recommends using SERVICE_NAME instead of ORACLE_SID.



