Oracle on Windows NT vs. Linux

How does Oracle (and its instance) on Windows NT differ from Oracle on Linux?

    Requires Free Membership to View

Oracle on Windows and Oracle on Linux differ only in how the instance interacts with the operating system. They use different system calls and the OS handles processes differently on each system. But the beauty of relational databases is that for 99% of the time, you don't need to know anything about these differences. But you do have to know that on Windows, Oracle software runs as a service, but on Linux, these are processes. On Windows, files reside on a drive and the directory path includes this drive designation (C:, D:, etc). On Linux, files are on volumes and the directory path has the volume name in it (i.e. /volume/directory/filename). Those are the major differences.

This was first published in October 2003

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.