-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.properties
More file actions
38 lines (32 loc) · 780 Bytes
/
example.properties
File metadata and controls
38 lines (32 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# File: newproperties.properties
# Project: Oracle2Postgres
# Date: Oct 30, 2018 3:58:02 PM
# Author: Igor Morenko <morenko at lionsoft.ru>
#
# Copyright 2005-2018 LionSoft LLC. All rights reserved.
# Source Database Connect
source.host=localhost
source.port=1521
source.database=orcl
source.username=scott
source.password=tiger
# Source Options
source.owner=scott
source.tables=*
# Target Database Connect
target.host=localhost
target.port=5432
target.database=postgres
target.username=postgres
target.password=postgres
# Target Options
target.createSchema=no
target.createTable=no
target.transferRows=no
# Transfer Options
transfer.sampleRows=200
transfer.chunkSize=1000
transfer.threadsNum=1
# Output Options
ddl.filename=scott-ddl.sql
log.filename=scott-ddl.log