Download oracle schema copy Free Java Code

Description

A small java utility for exporting DML/DDL from an oracle database and re importing it into another schema.

Source Files

The download file oracle-schema-copy-master.zip has the following entries.


.classpath/*from   www.j  ava 2 s . co  m*/
.gitignore
.project
README
build.gradle
gradle.properties_template
src/main/groovy/com/github/utils/SqlUtils.groovy
src/main/groovy/org/gradle/ExportToFileTask.groovy
src/main/groovy/org/gradle/OracleSchemaCopyPlugin.groovy
src/main/groovy/org/gradle/utils/GradleUtils.groovy
src/main/java/com/github/AbstractLoadRowsCallback.java
src/main/java/com/github/CopyUtils.java
src/main/java/com/github/CreateOrReplaceTableOperation.java
src/main/java/com/github/DeleteByPk.java
src/main/java/com/github/ExecuteSqlList.java
src/main/java/com/github/ExecuteTableLoad.java
src/main/java/com/github/ExecuteTableUpdate.java
src/main/java/com/github/ExecuteTarget.java
src/main/java/com/github/FileUtils.java
src/main/java/com/github/ForeignKeyRelationship.java
src/main/java/com/github/InsertRowsCallback.java
src/main/java/com/github/Main.java
src/main/java/com/github/MultiMap.java
src/main/java/com/github/Operation.java
src/main/java/com/github/OutputStreamTarget.java
src/main/java/com/github/RowCallback.java
src/main/java/com/github/TableDefinition.java
src/main/java/com/github/TableSelection.java
src/main/java/com/github/Target.java
src/main/java/com/github/UpdateRowsCallback.java
src/main/resources/META-INF/gradle-plugins/oracle-schema-copy.properties

Download

Click the following link to download oracle-schema-copy-master.zip.

oracle-schema-copy-master.zip




















Home »
  Java Free Code »
    Database »




Cassandra
CouchDB
Database
Hadoop
HBase
Hibernate
JDBC
JPA
LINQ
MapReduce
Memcached
MongoDB
MyBatis
MySQL
neo4j
Oracle
ORM
Redis
SQL