All Implemented Interfaces:
Platform
Direct Known Subclasses:
Oracle9Platform

public class Oracle8Platform extends PlatformImplBase
The platform for Oracle 8. TODO: We might support the org.apache.ddlutils.Platform#createDatabase(String, String, String, String, Map) functionality via "CREATE SCHEMA"/"CREATE USER" or "CREATE TABLESPACE" ?
Version:
$Revision: 231306 $
  • Field Details

    • DATABASENAME

      public static final String DATABASENAME
      Database name of this platform.
      See Also:
    • JDBC_DRIVER

      public static final String JDBC_DRIVER
      The standard Oracle jdbc driver.
      See Also:
    • JDBC_DRIVER_OLD

      public static final String JDBC_DRIVER_OLD
      The old Oracle jdbc driver.
      See Also:
    • JDBC_SUBPROTOCOL_THIN

      public static final String JDBC_SUBPROTOCOL_THIN
      The thin subprotocol used by the standard Oracle driver.
      See Also:
    • JDBC_SUBPROTOCOL_OCI8

      public static final String JDBC_SUBPROTOCOL_OCI8
      The thin subprotocol used by the standard Oracle driver.
      See Also:
    • JDBC_SUBPROTOCOL_THIN_OLD

      public static final String JDBC_SUBPROTOCOL_THIN_OLD
      The old thin subprotocol used by the standard Oracle driver.
      See Also:
  • Constructor Details

    • Oracle8Platform

      public Oracle8Platform()
      Creates a new platform instance.
  • Method Details

    • getName

      public String getName()
      Returns the name of the database that this platform is for.
      Returns:
      The name