Cause: The shared instance being started is using DML locks, and the running
instances are not, or vice-versa.
Action:
Either:
Do not use DML_LOCKS by setting DML_LOCKS to zero at all instances or
Use DML_LOCKS by setting DML_LOCKS to a positive integer at all
instances.