« December 2005 | Main | February 2006 »

January 2006 Archives

January 26, 2006

Oracle XE: Fixing the StopDB script on Windows

As a laptop computer user surely I give Oracle XE a try.

Most intriguing is the deinstallation process: no software remains on my disk. No manual work. Great!

I also start and stop server software on demand to fit this into my working habit. Here comes the point where Oracle XE is still lacking a complete solution. Instead of just stopping the database instance, it should also stop the TNS listener. But this could be fixed easily:

  • In your favorite text editor open the StartDB.bat and StopDB.bat

  • Copy the TNSListener line from StartDB.bat to StopDB.bat

  • Replace start by stop

  • Save the StopDB.bat and verify the changes by stopping and starting your XE instance from the Start Menu

Example:
net stop OracleXETNSListener
net stop OracleServiceXE

January 28, 2006

Oracle AS: Upgrading the JDK (UPDATED)

Oracle AS comes with a specific version of the JDK. Usually one that was the latest when the product version was packaged (e.g. JDK 1.4.2_06 in Oracle AS 10.1.2). But things proceed over time and newer JDK versions crop up every now and then.

If you want to update your Oracle AS installation with the latest JDK version (e.g. 1.4.2_10 for Oracle AS 10.1.2) you simply can do this in that order:

  1. shutdown the complete Oracle AS
  2. go to the installation directory of Oracle AS
  3. move the old jdk directory to jdk.old
  4. create a new jdk directory
  5. install the new version of the JDK in that directory
  6. restart Oracle AS

Note: Install the complete JDK not only the JRE, Oracle AS needs a Java compiler for compiling JSPs and EJBs
Note: There is also Metalink Note 272808.1 with the official instructions for Oracle AS 9.0.4 and 10.1.2.x.

JDeveloper 10.1.3 is Production!

The long awaited production version of JDeveloper 10.1.3 is available on OTN

JDeveloper 10.1.3 is available in three editions:

  • Studio Edition (Version 10.1.3, Build 3673) - The complete version of JDeveloper including Oracle ADF.

  • J2EE Edition (Version 10.1.3, Build 3673) - This edition contains J2EE, UML, and DB features along with the core Java and XML features, but doesn't contain Oracle ADF.

  • Java Edition (Version 10.1.3, Build 3673) - This edition contains only the core Java and XML features, it doesn't contain J2EE , UML and DB features. Fewer features means smaller download and improved performance.

See the complete feature matrix to download the version you need!

And remember: It's free!

January 29, 2006

Oracle AS 10.1.3 available for download! (UPDATED)

The long awaited Oracle AS 10.1.3 is production and is available on OTN for download.


About January 2006

This page contains all entries posted to Olaf Heimburger's Blog in January 2006. They are listed from oldest to newest.

December 2005 is the previous archive.

February 2006 is the next archive.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type and Oracle