|  | 
		Hi Erman,
 during prepare phase,will this keep a copy of all the tables in patch edition.when i connect to patch edition and check for the tables,i can see them
 
 
 SQL> select count(*) from dba_tables;
 
 COUNT(*)
 ----------
 23967
 
 SQL> select count(*) from fnd_concurrent_requests;
 
 COUNT(*)
 ----------
 872924
 
 SQL> select count(*) from AP_INVOICES_ALL;
 
 COUNT(*)
 ----------
 98714
 
 
 Thanks,
 
 
 |