Which four actions are possible during an Online Data file Move operation?() A. Creating and dropping tables in the data file being movedB. Performing file shrink of the data file being movedC. Querying tables in the data file being movedD. Performing Block Media Recovery for a data block in the data file being movedE. Flashing back the databaseF. Executing DML statements on objects stored in the data file being moved

Which four actions are possible during an Online Data file Move operation?()

A. Creating and dropping tables in the data file being moved

B. Performing file shrink of the data file being moved

C. Querying tables in the data file being moved

D. Performing Block Media Recovery for a data block in the data file being moved

E. Flashing back the database

F. Executing DML statements on objects stored in the data file being moved


相关考题:

Tom spent the summer holidays in college, during ( ) time he took a part-time job and read many literary books as well. A、thatB、thisC、theD、which

Youdecidedtoconfiguretheflashrecoveryareainyourdatabasetocentralizethestorageofalltherecoveryfilesinacertainlocationondisk.Whichtwoparameterswillyouspecifyintheinit.orafile?() A.DB_CREATE_FILE_DESTB.DB_RECOVERY_FILE_DESTC.DB_RECOVERY_FILE_DEST_SIZED.DB_ONLINE_LOG_DEST_n

YouareworkingasaDBAinanorganization.Theflashrecoveryareafilesarecreatedin’+disk1’.Youwanttocreatenewflashrecoveryareafilesinthe’+disk2’location.Thenewlocationoftheflashrecoveryareafilesshouldbewritteninthecontrolfileandthespfile.Whichcommandwillyouissuetochangethelocationoftheflashrecoveryareafiles?()A.ALTERSYSTEMSETDB_RECOVERY_FILE_DEST=’+disk2’;B.ALTERSYSTEMSETDB_RECOVER_FILE_DEST=’+disk2’SCOPE=BOTH;C.ALTERSYSTEMSETDB_CREATE_FILE_DEST=’+disk2’;D.ALTERSYSTEMSETDB_CREATE_ONLINE_LOG_DEST_n=’+disk2’;

PHP的文件上传函数move_uploads_file包括哪些属性?() A.nameB.typeC.sizeD.tmp_name

Examinethefollowingparametersettingsfromaninitialization(init.ora)file:DB_CREATE_FILE_DEST=’/u01/oradata/’DB_CREATE_ONLINE_LOG_DEST_1=’/u02/oradata/’DB_CREATE_ONLINE_LOG_DEST_2=’/u03/oradata/’IfyoucreateanOracleManagedFiles(OMF)databaseusingthesesettings,whatistheresult?()A.AB.BC.CD.D

YouissuethefollowingcommandinOracle:CREATETABLESPACEDAT_TBSDATAFILE"dat_tbs.dbf"SIZE2M;.Laterqueriesagainstthedatabaserevealthatthetablespaceislocatedinthe/u01/oradata/oracledirectory.WhichofthefollowingchoicesidentifieshowOraclelikelydeterminedwhatdirectorytoplacedat_tbs.dbffilein?()A.DB_CREATE_FILE_DESTB.DB_CREATE_ONLINE_LOG_1C.DB_CREATE_ONLINE_LOG_2D.Thedirectoryisanoperatingsystem-specificdefaultvalueinOraclethatcanneigherbespecifiedmanuallynorchanged

在用CNAIIMPORT时要将导入的数据存在在哪个目录下:() A.CNAI_DATA_DIRB.CNAI_EXPORT_DIRC.CNAI_IMPORT_DIRD.CNAI_REPORT_FILE_DIR

8、以下哪个是Node.js中用于获取文件信息的异步函数()。A.fs.appendFile(file, data[, options], callback)B.fs.writeFileSync(file, data[, options])C.fs.stat(path, callback)D.fs.writeFile(file, data[, options], callback)

使用函数()来检查此文件是否是上传文件。A.is_uploaded_file()B.move_uploaded_file()C.uploaded_file()D.move_file()

在Windows系统中,下列语句中,可用于读取当前目录下的data目录中的file.txt文件的是()A.with open('data/file.txt', 'r') as f:B.with open('datafile.txt', 'r') as f:C.with open('datafile.txt', 'r') as f:D.with open('data//file.txt', 'r') as f: