Page 1 of 1

OpenKM / Oracle / DBScripts / Table Creation

PostPosted:Thu Jan 08, 2009 9:10 pm
by neomlsra
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.

Re:OpenKM / Oracle / DBScripts / Table Creation

PostPosted:Fri Jan 09, 2009 10:22 am
by pavila
Scripts are in OpenKM.ear/OpenKM.war/WEB-INF/classes/es/git/openkm/dao.

Re:OpenKM / Oracle / DBScripts / Table Creation

PostPosted:Sat Jan 10, 2009 4:54 am
by neomlsra
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.

Re:OpenKM / Oracle / DBScripts / Table Creation

PostPosted:Mon Jan 12, 2009 9:40 am
by pavila
You should view the files with extensión \"ddl\".