SOA, Oracle Apps and OAF World
SQL, PL/SQL, OAF, SOA, Oracle APPS/EBS
Wednesday, 15 May 2013
SQL Query to Recover Dropped Objects
To Fetch the Dropped objects from Recycle Bin:
select * from recyclebin;
To Recover the Dropped Objects from Recycle Bin
flashback table emp1 to before drop;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment