Oracle and Java - A Good Brew

Scott McNealy, Steve O'Hearn, February 8, 2001, National Press ClubI first met Scott McNealy on Thursday afternoon, February 8, 2001, at about 12:15 in the afternoon.  Not that I was keeping track or anything.  But I was starting to teach a new Java course that night, based on curriculum I'd created, so the timing was particulary striking to me personally.  McNealy was the CEO of Sun Microsystems, creator of Java. McNealy was the featured speaker at the National Press Club's luncheon that day.  I'd brought a couple of professional colleagues and friends to meet him. 


The Java programming language was already important to Oracle systems, which was why my company was launching the new course.  Our company, db-Training, already taught coursework in Oracle development and database adminstration.  We were very early to recognize the significance Java would have to the Oracle database.  There was a key architectural similarity between the two products that was rare among the various competing products of the time.  I'll explain.


The Oracle Relational Database Management System (RDBMS) wasn't - and isn't - just a database.  It's an operating platform.  This fact cannot be overstated, especially to those who haven't worked with Oracle.  The RDBMS stores data and houses software snippets, in a container that can operate on any operating system.  So if you created a database application in the Oracle RDBMS - and I did, quite a few of them - you could do so without a concern for what operating system your application may end up running on.  The trick was that you just moved the application into a version of the RDBMS designed for that new operating system.


But if you created a database application in, for example, traditional COBOL or FORTRAN or something else, you had to concern yourself with the operating system in which you were going to execute the program.  Is it Microsoft Windows?  Which version? Is it Unix?  Or something else - an Apple computer of some sort?  For each new environment, you would have to recompile your FORTRAN or COBOL or whatever program, being aware that the compilation may result in errors, even if it had compiled perfectly well on another operating system already.


With Oracle, you didn't have to bother with that nosense.  Create your app in the Oracle database, and you're done - it'll work on any operating system, you just have to move the app to the appropriate RDBMS.


However - you couldn't use FORTRAN (not really - just go with me on this, you Pro*Fortran people).  You had to use an Oracle proprietary language called PL/SQL.


I love PL/SQL.  I love it so much, I wrote a book about it.


But it had its limitations.


But along came Java, and its Java Virtual Machine.   I think Oracle Corp was quick to realize that the JVM was to Java what the Oracle RDBMS was to database applications - a buffer between the Java program and the operating system, which mean that you could write a single application in Java, and then move it from operating system to operating system by swapping your existing JVM with one that fit the new operating system.


Just like Oracle.


So when Oracle acquired Sun Microsystems, a lot of conspiracy theorists rolled their eyes and figured Oracle would destroy Java somehow.


I knew it wouldn't.  I was there at Oracle Open World when Scott McNealy spoke.  You could tell he was impacted powerfully by the move.  I don't think it was his preference, but rather an economic necessity, in his eyes, and McNealy is a smart guy, so if he saw it that way, then I'm confident it was that way.


History has shown that Oracle has been very good to Java, according to InfoWorld.


But I could've told that years ago.  Oracle needs Java.  It was a good fit, and still is.


 


 

 •  0 comments  •  flag
Share on Twitter
Published on September 04, 2012 03:00
No comments have been added yet.