scheme2ddl icon indicating copy to clipboard operation
scheme2ddl copied to clipboard

Command line util for export oracle schema to set of ddl scripts

Results 15 scheme2ddl issues
Sort by recently updated
recently updated
newest added

Hi all, I found a little issue that annoys me. When I extract the definition of packages from the db, I always get the keyword EDITIONABLE: `CREATE OR REPLACE EDITIONABLE...

I have modified the function for gen tables scripts. 1) remove some space and tab 2) remove supplement log line 3) replace tab with space 4) set CONSTRAINTS_AS_ALTER default to...

Hi all, I run scheme2ddl on a machine with Unix and I noticed that the exported files contains the Windows line endings (CRLF). Can please someone tell if I'm doing...

``` 1. Create a Column with Type CLOB 2. Run scheme2ddl 3. There will be an incomplete SYS_.. Index in the Table Indexes. Which can't be excluded. The SYS_.. Index...

auto-migrated
Type-Defect
Priority-Low

I added a functionality that allows us to export all grants into a separate directory. The old behaviour of putting the grants to the parent DDL object is not affected...

``` How to create master script based on the sql outputs in different folders. we should have a provision to create a master script which will call all scripts generated...

Type-Enhancement
Priority-Medium
auto-migrated

``` Patches from xorader (svn revision 178, svn revision 180) brings new feature: process data tables. This feature implemented in complex way. I think, need to refactor. # add new...

Type-Enhancement
Priority-Medium
auto-migrated
Release-3.0

Rewrite this app with Spring Boot and replace all command-line parameters with flexible, highly configurable spring-boots externalized properties. http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html It will allow - more flexible configurations in CI environments -...

applyTransformParameters() is not called before running an export for Jobs or DB links. If a scheme only has DB Links the transformParams_for_dbms_metadata from the xml file, are not set! If...