You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@
7
7
8
8
9
9
10
-
###Benefits
10
+
###Benefits
11
11
**scheme2ddl** give ability to filter undesirable information, separate DDL in different files, pretty format output.
12
12
13
-
###How to start with minimal configuration
13
+
###How to start with minimal configuration
14
14
Java must be installed on your computer.
15
15
16
16
For exporting oracle scheme you must provide
@@ -63,7 +63,7 @@ On Unix platform you can run `scheme2ddl.jar` as executable file:
63
63
./scheme2ddl.jar
64
64
65
65
66
-
###How it is work inside?
66
+
###How it is work inside?
67
67
68
68
1. First, get list of all user_object to export
69
69
@@ -76,7 +76,7 @@ On Unix platform you can run `scheme2ddl.jar` as executable file:
76
76
*scheme2ddl* build on top of [spring-batch](http://static.springsource.org/spring-batch/) framework.
77
77
78
78
79
-
###See it in action in cloud
79
+
###See it in action in cloud
80
80
You can see it in action as [Jenkins build](http://jenkins-ddl2svn.rhcloud.com/job/amazon-rds-oracle-schema2ddl/lastSuccessfulBuild). Look at console output and build artifacts.
81
81
82
82
> Jenkins hosting provided by Red Hat's OpenShift.
0 commit comments