Oracle Database

For oracle, we need a small modification after the installation is completed.

  • Connect to an oracle database with a client tool

  • Execute the following SQL:-

  • ALTER TABLE WIPBACKUPITEM MODIFY ITEMPARENTID VARCHAR2(255) NULL;

  • ALTER TABLE WIPBACKUPITEM MODIFY ITEMSERVERPATH VARCHAR2(255) NULL;

  • commit;