Hi Luis,
Thanks for your response.
By other words you say that with the usage of DBExport, I will manage to have both schema and data in separate files?
For instance, an example where I have two tables (TABLE_1 and TABLE_2):
- If I understood correctly, I would have three files:
- Database Schema with TABLE_1, TABLE_2, Indexes, Views, ...
- Data from TABLE_1
- Data from TABLE_2
Is that right?
When using DBExport the data files are generated automatically, right? Is there any way of identifying any character delimeter for fields?
For instance to get me the same result of the following sentence: "UNLOAD to flatfilename DELIMITER ',' SELECT * FROM TABLENAME"
Thanks!