3.7.1 Grant Privilege to Run Stored Procedures

The MicroTx coordinator creates a stored procedure when the service starts. If the Oracle Database user does not have the permission to create and run stored procedures, the service does not start.

Perform this task only if you use Oracle Database as the data store.
  • To grant the privilege to create and run stored procedures, run the following command.

    Sample Command

    grant create procedure to <data_store_user>;

    Where, <data_store_user> is the name of the user who has access to the data store.