Wednesday, July 14, 2010

Windows Vistat/7 starting with a temporary profile

Rename the temp profile & then rename your 'actual' profile entry in the registry by removing the .bak

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

Oracle ORA-00600: internal error code, arguments: [keltnfy-ldmInit]

Error

Oracle ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []

Solution:
Check if the hostname has not been changed, or the /etc/hosts file has the correct entry fir your host.

Thursday, April 15, 2010

emctl status dbconsole - OC4J Configuration issue

I was getting the following error when I try to run emctl:

oracle@myhost:~> emctl status dbconsole
OC4J Configuration issue. /opt/oracle/product/11gR2/db/oc4j/j2ee/OC4J_DBConsole_myhost.domain.local_myhost not found.

Cause
I discovered that some how the /etc/hosts file had enabled 127.0.0.2 entry.

Solution
Commented out the entry
#127.0.0.2 myhost.domain.local myhost

Tuesday, March 16, 2010

ORA-01830: date format...

ORA-01830: date format picture ends before converting entire input string

One of the possible causes of the above error could be a wrong date, e.g. 29-FEB-2010, 31-NOV-2010.