user_data is a nonencrypted tablespace containing tables with data. You must encrypt ail data in this tablespace.
Which three methods can do this?
A.
Use Data Pump.
B.
Use ALTERTABLE. . .MOVE
C.
Use CREATE TABLE AS SELECT
D.
Use alter tablespace to encrypt the tablespace after enabling row movement on all its
E.
Use alter tablespace to encrypt the tablespace.
A&B&C
ABC