| | How to create users using command line utility jazn.jar
If you don't bother with LDAP (i.e. Active Directory) and use file based security for your Oracle Application Server / SOA environment you can use jazn.jar to manage users and roles, which makes it a little easier as opposed to using enterprise manager console.
Below are some examples of using jazn ... | | More... 08/07/08 | | | | |
|
| | How to installl Standalone Resource Adapters in a new OC4J container
This procedure describes how to install AQ and JMS adapters in a new OC4J container - the one you've created for a custom application perhaps. Note: this is applicable to OAS / SOA 10.1.3.x.
cd $ORACLE_HOME/j2ee/[container name]/config
Edit server.xml and add the following lines (replace ORACLE_HOME with the actual directory):
... | |  More... 07/17/08 | | | | |
|
| | Cannot connect to database when running irca.sh
If you get the following error message:
ERROR: Failed to establish database connection due to the following error:
ORA-01017: invalid username/password; logon denied
when trying to run irca.sh to create schemas in SOA backend database it may be because remote_login_passwordfile parameter is not set. Run the following command from sqlplus:
SQL> alter system set ... | |  More... 04/04/08 | | | | |
|
|