You want to take the backup of the USERS tablespace. It has a single data file of 900 MB. You have tape drives of 300 MB each. The SBT channel is configured for Recovery Manager (RMAN).To accomplish the backup, you issued the following RMAN command:RMAN> BACKUP SECTION SIZE 300M TABLESPACE users;Which two statements are true about the execution of the above command? ()(Choose two.)
A. The backup piece size will be limited to 300 MB
B. The RMAN uses multiplexing to perform backup
C. The operation is accomplished using the default channel available
D. The RMAN parallelizes the backup although the parallelism is not set for a channel
第1题:
A.打开一个文件,不管文件在不在
B.打开文件并写入
C.在桌面上打开一个文件(路径得看个人具体情况),w的意思是,如果有则在文件里写入helloworld,如果没有则创建一个文件。
D.打开文件,没有报错
第2题:
A.CNAI_DATA_DIR
B.CNAI_EXPORT_DIR
C.CNAI_IMPORT_DIR
D.CNAI_REPORT_FILE_DIR
第3题:
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)
第4题:
Giventheconfigurationshownintheexhibit,whichconfigurationobjectwouldbeusedtoassociatebothNancyandWalterwithfirewalluserauthenticationwithinasecuritypolicy?()profileftp-users{clientnancy{firewall-user{password"$9$lJ8vLNdVYZUHKMi.PfzFcyrvX7";SECRET-DATA}}clientwalter{firewall-user{password"$9$a1UqfTQnApB36pBREKv4aJUk.5QF";SECRET-DATA}}session-options{client-groupftp-group;}}firewall-authentication{pass-through{default-profileftp-users;ftp{banner{login"JUNOSRocks!";}}}}
A.ftp-group
B.ftp-users
C.firewall-user
D.nancyandwalter
第5题:
系统中有用户 user1 和 user2,同属于 users 组。在 user1 用户目录下有一文件 file1,其本身权限为 644,如果要允许 user2 用户修改 user1 用户目录下的 file1 文件,则应修改 file1 的权限为什么?()
A.744
B.664
C.646
D.746
第6题:
在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: