My Blog

All about my activities, Ideas and everything.

Month: June, 2008

SQL Server : Comparing date without time

I’m facing such problem which is comparing date with full datetime field. So, the problem is when I want to compare full datetime field that contains time. It will return 0 row, because sql server will also compare time too. No matter you have the exact same date, but you have the different time. This [...]

Subversion : subversion on ubuntu

So, I have just created my googlecode project. And I have to deal with subversion which is quite new for me. Anyway, basically, this topic I will present how to create your own repository in ubuntu. I recommended this book which is very good for anyone who is new to subversion. Note : I am [...]

OC4J : set http.webdir.enable option to be enabled in 10.1.3.x

in Oracle Application Server 10.1.2.x this option is enabled, but in 10.1.3.x this option is disabled. So, the way to enable this option is to put the java option to OC4J. This is for OC4J standalone COMMAND java -Dhttp.webdir.enable=true -jar oc4j.jar But if you are using embedded-oc4j, look at this topic