blob: bcfaa2b5ce97bd7eea8d21ac25b4891d16cc02c5 [file] [log] [blame]
<?xml version = '1.0' encoding = 'UTF-8'?>
<!--
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0,
or the Eclipse Distribution License v. 1.0 which is available at
http://www.eclipse.org/org/documents/edl-v10.php.
SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
-->
<sessions version="10g (10.1.3 )" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<session xsi:type="database-session">
<name>Session</name>
<event-listener-classes/>
<primary-project xsi:type="xml">C:/default_default_sequencing.xml</primary-project>
<login xsi:type="database-login">
<platform-class>org.eclipse.persistence.oraclespecific.Oracle9Platform</platform-class>
<user-name>tl</user-name>
<password>tl</password>
<sequencing>
<default-sequence xsi:type="native-sequence">
<preallocation-size>10</preallocation-size>
</default-sequence>
<sequences>
<sequence xsi:type="unary-table-sequence">
<name>Sequence_01</name>
<preallocation-size>321</preallocation-size>
<counter-field>MY_SEQ_COUNT</counter-field>
</sequence>
<sequence xsi:type="table-sequence">
<name>Sequence_02</name>
<preallocation-size>123</preallocation-size>
<table>MY_SEQUENCE</table>
<name-field>MY_SEQ_NAME</name-field>
<counter-field>MY_SEQ_COUNT</counter-field>
</sequence>
</sequences>
</sequencing>
<driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
<connection-url>jdbc:oracle:thin:@default:default</connection-url>
</login>
</session>
</sessions>