[On Behalf of Aravind] Upgrading PeopleTools from 8.48 to 8.52 errors script generated for creating/
We are in the process of upgrading tools
from 8.48 to 8.52, when we run the script generated by the step
"Generating the Updated PeopleTools Script" it is throwing several
errors on Create Table.
In several points in the script, it is trying to create a table that already exists in the database, there is no drop table
For example, the following snippet is for creating PS_IB_INWRKNDLSYNC, since that table already exists on the database the script is failing.
CREATE TABLE PS_IB_INWRKNDLSYNC (IB_NWREMOTENODE VARCHAR2(30) NOT NULL, IB_LASTSYNC tIMESTAMP) TABLESPACE PTTBL STORAGE (INITIAL 40000 NEXT 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PCTUSED 8O
In several points in the script, it is trying to create a table that already exists in the database, there is no drop table
For example, the following snippet is for creating PS_IB_INWRKNDLSYNC, since that table already exists on the database the script is failing.
CREATE TABLE PS_IB_INWRKNDLSYNC (IB_NWREMOTENODE VARCHAR2(30) NOT NULL, IB_LASTSYNC tIMESTAMP) TABLESPACE PTTBL STORAGE (INITIAL 40000 NEXT 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PCTUSED 8O
0