Upgrading and Migrating to a New Server > Drop and re-create the existing portal user on the new server
  
Version 10.0.01
Drop and re-create the existing portal user on the new server
1. On Windows (as member of ORA_DBA group):
sqlplus / as sysdba
drop user portal cascade;
@/opt/aptare/database/ora_scripts/create_portal_user.plb;