Supporting objects: How to include tables and data?
Trying to use the new Application deployment features in 2.2 to create a packaged application that includes all supporting database objects (tables, views, packages, triggers, etc).
From what I can tell, I need to go to the Scripts tab in http://i7.tinypic.com/24fiqv5.jpg and attach scripts to do all the object creation.
That is fine for the DDL part, but how would I go about including the data in all the tables involved? Some of the tables are pretty large.
Can I do a command line "exp" of all the tables/data attach that binary file to the package? But is the Apex import process able to import the file i.e. run the "imp" utility?
Can someone shed some light on this?
Thanks