Monday, July 28, 2008

one Oracle Unit Test Package--PLUTO

pluto-test-framework (http://code.google.com/p/pluto-test-framework/)

The framework is written in PL/SQL and is based on the Oracle object system. The inner-workings of the system are based largely on the JUnit design, with a few PL/SQL'isms added in. The system is built to be easily extended and has hooks to interface with common test runners like Perl's Test::Harness.

PLUTO is lightweight, easy to install, and is free and open for everyone to use. Please feel free to give it a spin and comment back with any feedback that you might have.

Why can not Universal Installer create Listener Service

Problem: I tried to install a oracle server on remote computer via Windows Remote desktop connection. The remote computer is Windows 2003 std server. After fail to install Oracle 10g, I did try to install 11g. But the results were the same. --Every thing were OK except Oracle listener service missing. And i could not run the tnslsnr utility to configure.
Causing: Via Windows Remote desktop connection. It causes all listener operation to fail including create Listener service and manage listener service.

CNOUG.net