| Administrator | 
		*You can see the retired editions using @ADZDSHOWED.sql
 Example:
 
 SQL> @ADZDSHOWED.sql
 
 Edition Name Type Status Current?
 --------------- -------- -------- --------
 EDITION1 PATCH RETIRED   ---> this one is retired..
 ORA$BASE ACTIVE
 V_20000001_2001 ACTIVE
 V_20000002_2002 ACTIVE
 V_20000003_0003 OLD ACTIVE
 V_20000004_0004 RUN ACTIVE CURRENT
 
 *The editions in EBS can be retired using sys.ad_zd_sys.retire_old_editions.
 
 *In general, once you make a new edition  available to all users, you may want to retire the old edition, so that no user except SYS can use the retired edition.
 
 *In EBS online patching, old database editions gets retired during the cutover phase
 
 
 So, after the cutover phase, you should see them.
 Just after the cutover phase, run @ADZDSHOWED.sql.. You should see them at that time..
 
 |