Thursday, April 12, 2007

OWSM Default UserId/Password:
After installing the 10.1.3.1 SOA Suite, the default userid/password for OWSM is: admin/oracle

Monday, April 09, 2007

When Using XE with SOADemo you must bump up the default Processes Parameter:
To do that issue the following command and restart XE.

alter system set processes = 100 scope=spfile;

To check the current value of the parameter, use:

show parameters processes;



Also for 11.1.1.4 if you want to use XE you can set the RCU_JDBC_TRIM_BLOCKS environment variable to TRUE prior to running RCU. As a reminder as to support level, when running RCU against XE you will receive a warning stating that the database version is not supported by Oracle.