Step 2a: Creating the Oracle user for EBICS Server

Only read this section if you are using an Oracle database.

When using an Oracle database with EBICS Server, you must assign certain privileges to the database user.

  1. Log on as a system user: system/******
  2. Create the required tablespaces:
  3. These names are the default names used during the installation process. You can change them to any Oracle-compliant name, as long as you specify the names in the Installer screen during installation.
  4. Create a user with the characteristics (example values):
  5. Grant rights using the following commands:
  6. For XA access, check that the user is able to access the DBA_PENDING_TRANSACTIONS table:
  7. Connect to the database with this user, and check the privileges using one of the following methods:
  8. If the privilege 'DBA_PENDING_TRANSACTIONS' is not granted, run the following command using a sysdba user:

Related topics

Step 8: Creating database objects for EBICS Server

Installing EBICS Server on JBoss: general implementation procedure