11-14-2012 05:02 PM
11-15-2012 01:28 PM
11-15-2012 03:52 PM
create table {ACT_PREFIX}ACT_GE_PROPERTY (
NAME_ varchar(64) not null,
VALUE_ varchar(300),
REV_ integer,
primary key (NAME_)
);
11-16-2012 01:08 PM
Any more concerns
The remark about DbAdmins is of course one side of the customer world, others like it well integrated into the application server, or they prefer admin cockpits within a larger bpm platform solution. Especially looking at cloud solutions the latter might be expected from a bpm solution.
ALTER SESSION SET CURRENT_SCHEMA = <schema name>
11-19-2012 03:35 AM
11-19-2012 05:40 AM
11-19-2012 03:18 PM
I see your point, that executing the plain sql files won't be possible when we have placeholders in there. But wouldn't it be another idea, to do it the other way around then: So when invoking the schema creation methods, they take care of adding the prefix during execution.
11-19-2012 05:01 PM
Or do you see a suggestion that is smart enough to inject those prefixes when invoking the schema?
02-07-2013 03:07 AM
11-09-2013 07:19 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.