Hello, Orbeon is running, but the problem is the script that appears here:
https://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/fr/persistence/relational/ddl/oracle-4_10.sql
Does not work for oracle,
ie.
This does not work:
CREATE OR REPLACE TRIGGER ORBEON.orbeon_form_data_xml BEFORE INSERT ON
ORBEON.orbeon_form_data FOR EACH ROW BEGIN IF :new.xml_clob IS NOT NULL THEN
:new.xml := XMLType
(
:new.xml_clob
)
(i placed ORBEON. first because its a reference to the schema).
this does not work either:
--CREATE INDEX ORBEON.orbeon_form_definition_x ON
ORBEON.orbeon_form_definition
--(
-- xml -- does not work
--)
--INDEXTYPE IS ctxsys.context PARAMETERS ('sync (on commit)') -- does not
work
--;
--CREATE INDEX ORBEON.orbeon_form_data_x ON ORBEON.orbeon_form_data
--(
-- xml
--)
neither will this line work:
--XMLTYPE COLUMN xml STORE AS BASICFILE CLOB
Configuring orbeon and jboss is another issue, there are still some small
errors that might be related to not having the tables created...
in MySQL (when i used tomcat before), Orbeon worked correctly, i mean, the
sql command for creating the triggers and form definitions worked correctly,
but oracle is another world!
--
View this message in context:
http://discuss.orbeon.com/Setting-up-Oracle-Database-and-Orbeon-tp4660644p4660666.html