Various clients can access and manipulate ASM files. Which two statements are true?
A.
The DBMS_FILE_TRANSFER.COPY_FILE procedure can move a database file from
one ASM to another ASM, but not to an operating system file system.
B.
The ASMCMD cp command can move database files from a file system to ASM, but not
from ASM to ASM.
C.
The SQL*Plus command ALTER DISKGROUP orcl MOVE ‘+DATA/orcl/example01.dbf’
to ‘+OLDDATA/orcl/example01.dbf’ can move the example01 data file to a different
diskgroup.
D.
The DBMS_FILE_TRANSFER.GET_FILE procedure reads an ASM file from a remote
machine and makes a local copy on an ASM or a file system.
E.
The ASMCMD rm command will delete ASM files and directories, but not database files
on an operating system file system.