假设蓝鲸社区版安装在/data/bkce目录下,那么SaaS应用日志查询方式是?()
第1题:
Which background process sequentially writes Flashback Database data from the flashback buffer to the Flashback Database logs?()
第2题:
When a staging server is used as an environment for testing new data in a default WebSphere Commerce installation, which of the following are true about the staging server?()
第3题:
You are using RMAN to perform a closed database backup of your database. You issue these RMAN commands: STARTUP MOUNT; BACKUP FORMAT ’/BACKUP/df_%d_%s_%p.bus’ DATABASE filesperset = 2; Which components are included in the backup?()
第4题:
The Log Writer (LGWR) process reads information from the ()and writes it to the online logs.
第5题:
You have table 'apps','userdata' on server that uses MyISAM storage engine. You want to transfer this data to server but use InnoDB engine instead. You execute the following commands: ServerB commands: Shell> mysqldump –u root –h server –no-data apps userdata | mysql –u root –p apps Shell> mysql –u root –p –h server –e 'ALTER TABLE 'apps','userdata' ENGINE=InnoDB;' Shell> mysqldump –u root –p –h server –no-create-info –order-by-primary apps userdata | mysql –u root –p apps What effect does the – order-by-primary argument have on the mysqldump command?()
第6题:
Your database is running in ARCHIVELOG mode, and the database is open. You execute an RMAN backupand specify the KEEP clause.Which components are backed up when this option is specified?()
第7题:
The database is being restored from a closed backup. The data files, control files, password file, and parameter file are available, but the online redo logs are not. Because the online redo logs are not available, you must simulate recovery and alter the database open with the reset logs option so the online redo logs are created while the database opens. Which type of recover is used in this situation?()
第8题:
The data is decrypted during SORT and JOIN operations.
The data remains encrypted when it is read into memory.
The data remains encrypted when it is stored in the redo logs.
The data remains encrypted in the UNDO tablespace provided that the UNDO tablespace was created with the encryption option enabled.
第9题:
/data/<应用包名>/files
/data/data/<应用包名>/file
/data/data/<应用包名>/files
/data/data/files
第10题:
owner
touser
attach
remap_schema
第11题:
DBWn
RECO
RVWR
LGWR
第12题:
only the control file, the current SPFILE, and data files
only the current SPFILE and data files if autobackup is disabled
only the data files and the archived redo logs
the control file, current SPFILE file, data files, and archived redo logs
第13题:
访问应用文件目录下的文件”其中的目录是什么?()
第14题:
Flashback Database relies on which technologies to recover to a point in time?()
第15题:
ENCRYPT_TS is an encrypted tablespace that contains tables with data. Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the encrypted data in the tables?()
第16题:
Which two kinds of failures make the Data Recovery Advisor (DRA) generate a manual checklist()
第17题:
Which three statements are true about Flashback Database?()
第18题:
The application tables owned by the user TEST in a test database need to be exported to the APPS schema in the production database by using Data Pump. Which option of Data Pump Import would you use to accomplish this?()
第19题:
You are the network administrator for The network consists of a single Active Directory domain named All network servers run Windows Server 2003. Your network includes domain controllers, file and print servers, and application servers. The application servers run a variety of programs, including Microsoft SQL Server 2000 and Microsoft Exchange Server 2003. Your staff are responsible for monitoring current system performance on all servers. You need to enable your staff to use System Monitor to gather performance data for each unique server type. The data will be used for trend analysis and forecasting. Which two actions should you perform? ()(Each correct answer presents part of the solution. Choose two)
第20题:
Perform an integrity test of backup media.
Verify data on backup media can be read.
Verify that backups have occurred and were successful via the logs.
Restore backed up data to a test server.
第21题:
The database has a subset of the tables in the production server database.
The database has a copy of selected data from the production database
The database logs changes for later propagation.
The database is accessed as read-only to prevent data corruption.
The database includes all user and order data for offline processing.
第22题:
Only the data files.
Only the data files and the online logs.
The data files, control files, and the online logs.
The data files and control files, but not the online logs.
第23题:
It exports tables with the most indexes first to assist with import speeds
It ensures that unique indexes have no conflicts when the data is dumped
It orders by primary key to assist in speeding up importing to InnoDB tables
It must be specified so index data is dumped correctly when –on-create-info is used