The following topic describes how to configure TrackStudio for use with an ORACLE database management system.
hibernate.dialect org.hibernate.dialect.OracleDialect hibernate.connection.url jdbc:oracle:thin:@localhost:1521:ORCL hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver hibernate.connection.username trackstudio hibernate.connection.password trackstudio
>sqlplus SQL*Plus: Release 10.1.0.2.0 - Production Copyright (c) 1982, 2004, Oracle. All rights reserved. Enter user-name: trackstudio Enter password: Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production With the Partitioning, OLAP and Data Mining options SQL> set define off; SQL> @@ trackstudio-oracle.sql