I need to know if you're using Oracle as a database how do the tables get created since you're not using the default which expands upon install. My DBA wants to look at how the tables are created before allowing us to try OpenKM running against the Oracle database in our test environment. I need to email him the scripts that are used to create the tables.
The directory you directed me to was primarily class files. Are the actual scripts hard-coded within the class files or are the class files executed the script files to create the tables, users, etc. If there are actual text files that contain the creation scripts for tables, etc. that is what I really need.