Posted by: hernk on: 5 September 2009
Its a simple way to opening port 80 in oracle 10g.
#STEP 01
Log in as Oracle
Edit the Apache configuration file:
1. $ORACLE_HOME/Apache/Apache/httpd.conf
port 7777
Listen 7777
Listen 80 <- new line
2. Save and close the file.
#Step 02
Log in as root.
1. Run the following commands :
cd ORACLE_HOME/Apache/Apache/bin
chown root .apachectl
chmod 6750 .apachectl
2. Stop and start opmn :
# export DISPLAY=10.10.1.0.10:0.0
# opmnctl stopall
# opmnctl [...]
Posted by: hernk on: 14 August 2009
URL
Internet explorer
Microsoft states that the maximum length of a URL in Internet Explorer is 2,083 characters, with no more than 2,048 characters in the path portion of the URL. Test result, attempts to use URLs longer than this produced a clear error message in Internet Explorer.
Firefox
After 65,536 characters, the location bar no longer [...]
Posted by: hernk on: 28 June 2009
Overview
Oracle’s two major index types are Bitmap indexes and B-Tree indexes. B-Tree indexes are the regular type that OLTP systems make much use of, and bitmap indexes are a highly compressed index type that tends to be used primarily for data warehouses.
Characteristic of Bitmap Indexes
[...]
Posted by: hernk on: 8 June 2009
Regression testing can be used not only for testing the correctness of a program, but often also for tracking the quality of its output. For instance, in the design of a compiler, regression testing should track the code size, simulation time and time of the test suite cases.
source : wikipedia.org
Posted by: hernk on: 8 April 2009
I would like to thanks to Ben Bahrenburg for including my name and my blog in the web release notes for GoldFish which can be found here. Hopefully, I can help You more to improving the GoldFish.
Recent Comments