项目作者: erisata

项目描述 :
Oracle schema DDL generation
高级语言: PLSQL
项目地址: git://github.com/erisata/ora-gen-ddl.git
创建时间: 2018-03-11T22:16:50Z
项目社区:https://github.com/erisata/ora-gen-ddl

开源协议:

下载


Oracle DDL generator

Exports oracle schema to set of ddl scripts and compares to
files stored in your version control system (i.e. GIT).

Prerequisites

  • SQL*Plus is needed to run installation scripts from shell
  • WinMerge - for file comaprison (http://winmerge.org/)

Usage

Windows CLI:

  1. run_gen_ddl.cmd C:\code\git\someproject-db\SCHEMA_NAME owner/psw@db_name

Generate only DDL

Linux terminal (run from ora-gen-ddl directory):

  1. ./run_gen_ddl.sh owner/psw@db_name /home/some-user/code/someproject-db/SCHEMA_NAME