---
title: "ODI Settings"
canonical: "https://docs.vaultspeed.com/space/VPD/3013181465/ODI%20Settings"
format: markdown
---
VaultSpeed supports the Oracle Middleware tool ‘Oracle Data Integrator’ (ODI)

When choosing ODI as your target type for DDL/ETL generation, all DDL code will be in oracle SQL, and all ETL code will be Groovy files that can be imported into ODI and these will automatically create ODI mappings for you.

To be able to generate correct code for ODI, you need to fill in the required information about your ODI configuration. This will allow VaultSpeed to create correct groovy code.

For detailed information on all Settings about ODI you can visit this page: [https://vaultspeed.atlassian.net/wiki/spaces/VPD/pages/3013541926](https://vaultspeed.atlassian.net/wiki/spaces/VPD/pages/3013541926) 


> ℹ️ be careful with using reserved words in your column names. ODI can’t handle these since it will not keep the column name between quotes (“ “) if an alias is used like in: (select “comment” as comment from table_a)