Friday, August 22, 2008

j2sdk-1_4_2_04-linux-i586.bin Installation Issue in Linux5

Its for folks who want to install/migrate with same version of java in linux 5-32bit.

Change From "tail +466 $0 > $outname” To
"tail -n +466 $0 > $outname"

Change From

"if expr $sum1 != 06699 expr $sum2 != 34967 ; then" To
if "expr $sum1 = 06699 expr $sum2 != 34967 ; then"


Check the Java forum for more details.

http://forums.java.net/jive/thread.jspa?threadID=41305&tstart=0

Regards,
Phani.K

Thursday, August 21, 2008

Archive Location for Java/Cygwin

Find the below urls for quick download of J2se and Cygwin releases.

http://java.sun.com/products/archive/

http://cygwin.paracoda.com/release/

Hope it helps for quick download.

Regards,
Phani.K

Monday, August 18, 2008

Cygwin to Maintain Release 11i/12i on Windows

Use cygwin in place of MKS toolkit to maintain Oracle Applications Release 11i/12i in on Windows. However oracle recommends to use MKS toolkit for all critical production and test systems.

Useful metalink notes for Cygwin installation

Note: 302859.1 Release 11i on Windows
Note: 414992.1 Release 12 on Windows

Regards,
Phani.K

ORA-01565: error in identifying file

Database cloning error in Windows 2003 environment.

This error message is followed by
ORA-27041: unable to open file
OSD-04002: unable to open file
O/S-Error: (OS 5) Access is denied.

Issue resolution:

1. Please check the identifying file location and make sure its located in the path.
2. Grant full access permissions to installation (oracle) user on oradata folder.
you can check permissions on folder -select properties - select security tab.

Regards,
Phani.K