I'm using this note 304489.1 to migrate EBS
step 6
Perform the steps as documented in My Oracle Support Note 352306.1, Upgrading OLAP from 32 to 64 bits, to migrate OLAP analytical workspaces from 32 to 64 bits if you have performed a full database migration with either steps 5b or 5c above.
I checked this note & I'm not sure of the steps on both source and destination I found this
select OWNER, AW_NAME ,PAGESPACES from dba_aws where owner != 'SYS' order by 1,2;
OWNER AW_NAME PAGESPACES
------------------------------ ------------------------------ ----------
ZPB ZPBANNOT 7
ZPB ZPBCODE 292
ZPB ZPBDATA 7
I only found objects on the second line ZPB ZPBCODE 292
What I have done I followed the whole steps