Giter VIP home page Giter VIP logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 7, 2024
Quick workaround: Exclude  TABLE_PARTITION object types from getting DDL.
run 
java -jar scheme2ddl.jar --config <path_to_config>
In config file add such entry:
    <util:map id="excludes">
       ...
        <entry key="TABLE_PARTITION">
            <set>
                <value>*</value>
            </set>
        </entry>
      ...
   </util:map>

I'll investigate this issue in detail later.



Original comment by [email protected] on 12 Dec 2012 at 3:45

  • Changed state: Accepted

from oracle-ddl2svn.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 7, 2024
Thanks. Didn't work at first, but I finally figured out that it should be 
"TABLE PARTITION". (With space, not underscore).

Original comment by [email protected] on 12 Dec 2012 at 4:47

from oracle-ddl2svn.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 7, 2024
Ok, thanks for your feedback too.

Original comment by [email protected] on 12 Dec 2012 at 4:51

from oracle-ddl2svn.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 7, 2024
I am running oracle standard edition which does not support partition.It might 
be the problem.

Original comment by [email protected] on 22 Mar 2013 at 2:42

from oracle-ddl2svn.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 7, 2024
fixed in release 2.1

Original comment by [email protected] on 30 Apr 2013 at 10:04

  • Changed state: Fixed

from oracle-ddl2svn.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 7, 2024

Original comment by [email protected] on 30 Apr 2013 at 10:20

  • Changed state: Done

from oracle-ddl2svn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.