What happens is that the XE database by default only allows a small number of connections. BPEL consumes those connections rather quickly. If you encounter this problem, restart the XE database:
- Perform the following SQL as SYS user: ALTER SYSTEM SET PROCESSES=150 SCOPE=SPFILE
- Restart the database
- Restart BPEL / SOA
No comments:
Post a Comment