Export DDL - 10g to 11g Compatability

When I tried to export DDL from my Database, which is the version of “10.2.0.4.0”, I was trying to find the output file compatible version for 11g. But it was not available. My target DB version is 11.0.2.4.0.

Are you seeing any compatability issues between these two versions? Are you adding this feature soon?

The idea behind this feature is that if you extract DDL from higher versioned database, it may include some parameters which would cause the DDL to fail in a lower versioned database. So you can “turn down the version” to exclude such parameters.

That’s why the option only shows versions the same as or lower than what you’re currently connected to, and you don’t have to worry about running your script in higher versions of Oracle - they will work.