Archive for 2005

Oracle Database Import Error 3113/3114

December 15th, 2005

When trying to import the Oracle export dump into Oracle database, the following errors occur:

IMP-00003: ORACLE error 3113 encountered
ORA-03113: end-of-file on communication channel
IMP-00003: ORACLE error 3114 encountered
ORA-03114: not connected to ORACLE

Continue reading Oracle Database Import Error 3113/3114 » » »

Checking Free Disk Space on FreeBSD Server

December 14th, 2005

How to check and display free disk space available on a FreeBSD server?

df command can be used to display the capacity, used and free disk space of all filestystems on a FreeBSD server. The diskspace will be output in the number of blocks, in which each block is equal to 1KB in size.

Continue reading Checking Free Disk Space on FreeBSD Server » » »

Manual and Clean Uninstall Oracle for Windows

December 13th, 2005

Warning: Editing registry may cause problems to your PC.

If you facing problems trying to uninstall Oracle from your Windows workstation, or unable to uninstall Oracle installations cleanly and properly, the following steps may be used to uninstall all Oracle products currently install on the workstation:

Continue reading Manual and Clean Uninstall Oracle for Windows » » »

Unable to Map (Net Use) LPT1 in Windows XP

December 2nd, 2005

Whenever try to perform “net use lpt1″ command, the system cannot and unable map to the printer share/queue properly. Instead, it will prompts you for user id and password (if no user id and/or password is specified when issued net use commad). For example,

Command Prompt:\> net use lpt1: \\computer_name\printer
The password is invalid for \\computer_name\printer.

Continue reading Unable to Map (Net Use) LPT1 in Windows XP » » »

FireFox 1.5 to Provide Better Web Experience

November 30th, 2005

The new version of Firefox has been released by open source group Mozilla Foundation, the not-for-profit organisation that rose from the ashes of Netscape after it lost out in the market to Microsoft in the late 1990s, promising a number of performance enhancements to the world’s second most popular internet browser, including speedier browsing, swifter updates and better pop-up blocking.

Continue reading FireFox 1.5 to Provide Better Web Experience » » »

PPLive – P2pTV to Watch Online TV

November 24th, 2005

Introduction to PPLive

PPLive

PPLive is another P2p streaming video network that allows streaming video, including TV channel to be much more smooth. Another program similar to PPStream. PPLive is a peer-to-peer streaming video network created in the People’s Republic of China. It is part of a new generation of P2P applictions, that combine P2P and IPTV.

Continue reading PPLive – P2pTV to Watch Online TV » » »

Running apachectl status Returns lynx: not found Error

November 24th, 2005

When apachectl is called via any of the following commands:

./apachectl status
./usr/local/sbin/apachectl status

an error is returned as follow:

Continue reading Running apachectl status Returns lynx: not found Error » » »

Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD

November 23rd, 2005

mod_dav_svn is an Apache server module for Subversion server. The mod_dav_svn package allows access to a Subversion repository using HTTP, via the Apache httpd server. The following applicable to svn version 1.2.3_1.

Install subversion by using FreeBSD’s port doesn’t compile and install mod_dav_svn.so

Continue reading Subversion (SVN) Issues and Problems on mod_dav_svn in FreeBSD » » »