11-14-2012 02:02 PM
11-15-2012 10:28 AM
11-15-2012 12: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 10:08 AM
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 12:35 AM
11-19-2012 02:40 AM
11-19-2012 12: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 02:01 PM
Or do you see a suggestion that is smart enough to inject those prefixes when invoking the schema?
02-07-2013 12:07 AM
11-09-2013 04: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.