Tag: Oracle
Installing Oracle XE 11g on OpenSuSE 12.2 and similar
May 8, 2013 Leave a comment
Overall the installation is pretty smooth, just follow the instructions on Oracle website.
There are two minor hiccups though:
1. cannot touch `/var/lock/subsys/listener’: No such file or directory
This error is cause by the fact there is no /var/lock/subsys directory in some Linux distros, so you need to create one. Before you…
How to call Oracle Policy Automation via SOAP/WSDL
April 8, 2013 Leave a comment
As you probably read in my other post, OPA is a great alternative to the Oracle Business Rules (OBR) as all the business logic could be exposed via web services. Unfortunately Oracle didn’t leave us much documentation about how to do that. So if you’re wondering how do you call…