多项选择题YouworkasadatabaseadministratorforSupportcenter.cn.Oneofthedatabaseusersaccidentallydeletedalltherowsofacriticaltableandcommittedthedeleteat1:30p.m.Youseniordatabaseadministrator,SupportCenter,asksyoutoretrievethelostdata.Whichtwoactionswouldyouusetoensurethatthereisnoimpactonotherconnecteduserswhileretrievingthedeletedrows?()
A.Use a flashback query to retrieve the rows that were deleted
B.Useconventialincremental export and then import the affected object
C.Shutdown the database inNORMALmode and restart the database instance
D.Use DBMS_META package to reconstruct the object using undo segments
E.UseTablespacePoint in Time Recovery (TSPITR) method to recover the table and the data
F.Use Oracle DataPumptwithflashback_timeoption toentableflashback export and then import the affected object.