Create the Oracle InForm Adapter user

Before Oracle InForm Adapter can be properly configured, you need to create an Oracle InForm Adapter user:
  1. Create an .xml file with the following structure:
    <?xml-model href="schema0.xsd" ?>
    <IAConfigContract>
    <DATABASE>
    <INSTALL>
    <InformAdapterUser>
    <UserName>InFormAdapterUID</UserName>
    </InformAdapterUser>
    <SystemUser>
    <UserName>System</UserName>
    </SystemUser>
    <TableSpace>InForm</TableSpace>
    </INSTALL>
    <TnsEntry>trial1</TnsEntry>
    </DATABASE>
    </IAConfigContract>
  2. Specify the following values within the .xml file:
    • UserName (under <InFormAdapterUser>)—Name of the Oracle InForm Adapter user. "InFormAdapterUID" used as an example in the previous step.
    • UserName (under <SystemUser>)—Name of the Oracle InForm Adapter user with privileges to create an Oracle InForm Adapter user. "System" used as an example in the previous step.
    • TableSpace—Table space that the Oracle InForm Adapter user is creating. "InForm" used as an example in the previous step.
    • TnsEntry—Connection information for the system and the Oracle InForm Adapter user. "trial1" used as an example in the previous step.
  3. Navigate to the \Inform Adapter\InstallScript\IAConfiguration\bin> directory and run the PhaseForward.InFormAdapter.IAConfigurationConsole.exe <filename> file.

    Note:

    <filename> is the name of the file created in step 1.
  4. Enter the Oracle InForm Adapter user password when prompted.
  5. Enter the Oracle InForm Adapter system password when prompted.