Saturday, December 03, 2005

Oblix coresv and ant

Change the $ANT_HOME/bin/ant to perl $ANT_HOME/bin/runant.pl to get the coresv.sh start running.

Thursday, November 24, 2005

COREid with OID

When you still have a 10.1.2 version you need to apply patch 4325060.

Later on you move into the OID and change the attribute of the orcluser and orcluserv2 from structural to auxiliary in order to add it to the workflow tab.

Thursday, May 12, 2005

Configure CRS on RHAS

When configuring the CRS make sure that you choose the right network for the public and private connection.
If the CRS root.sh scripts hangs during the installation and the error is
oac_init:2: Could not connect to server, clsc retcode = 9

then the cause is almost certain a mismatch in the network setting.

Wednesday, March 30, 2005

Configure Java SDK under Linux

Unpack the rpm.bin
Install the rpm

Change alternatives:

update-alternatives --install /usr/bin/java java /usr/java/j2sdk1.4.2_07/bin/java 100
update-alternatives --config java

There are 2 programs which provide 'java'.

Selection Command
-----------------------------------------------
*+ 1 /usr/share/java/libgcj-java-placeholder.sh
2 /usr/java/j2sdk1.4.2_07/bin/java

Enter to keep the current selection[+], or type selection number: 2

Do the same with javac

Thursday, March 24, 2005

Set DAS and LDAP logging for the CS calendar

To enable debug logging of the unidas process (DAS):

  1. Set the following parameters in unison.ini:
    [DAS]
    log_debug = TRUE
    log_trace = TRUE
    log_modulesinclude = { "CTLDAP*" }
  2. Restart the calendar server.
  3. The additonal debug information is recorded in (for example): $ORACLE_HOME/ocal/log/das.log file