Setting 'DMW:Set Based Processing Enabled' Profile Value Returns 'Failure'
(Doc ID 3056510.1)
Last updated on NOVEMBER 02, 2024
Applies to:
Oracle Life Sciences Data Management Workbench - Version 3.4.0.1 and laterInformation in this document applies to any platform.
Symptoms
The following installation step returns 'Failure':
• Log in as apps account and execute the following script:
SET serveroutput ON
declare
status1 boolean;
begin
status1 := cdr_profiles_pkg.SAVE
('DMW:Set Based Processing Enabled','$YESNO$NO','SITE');
if status1 then
dbms_output.put_line('Success');
else
dbms_output.put_line('Failure');
end if;
end;
/
commit;
Changes
User is installing DMW.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |