Problem P6 EPPM R15.2 Setup creating PMBD with dbsetup fails
Hello everyone,
I was just doing my Setup of the P6 EPPM R15.2 on a MS Windows 2012 R2 with Oracle DB 12.1.0.2 and WLS 12.1.0.3. Just when running it over the eppmconfig the PMDB creation failed the first time. Okay, had Setup the DB as Container DB, so drop it and recreate as normal instance. Next try and it failed again with the message:
Having a look into the Database Setup:
<10.06.2015 15:27:41> [INFO] [2015-10-06 15:27:41] CREATE OR REPLACE TRIGGER RT_WORKSPACE
BEFORE UPDATE OR INSERT ON WORKSPACE
FOR EACH ROW
BEGIN
IF DBMS_REPUTIL.FROM_REMOTE = TRUE THEN RETURN; END IF;
:NEW.UPDATE_DATE := SYSDATE;