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 Linux (as "aptare" user):
•
sqlplus / as sysdba
•
drop user portal cascade;
@/opt/aptare/database/ora_scripts/create_portal_user.plb
;