Create an MQT that selects the oldest month of data with the REFRESH IMMEDIATE option.
Create 12 separate tables, create a view based on all 12, drop the table with the oldest month's data then drop and re- create the view.
Create a range partitioned table, partitioned by month, and use the ALTER TABLE statement to detach the oldest month and attach storage for new data.
Create a single table, extract the data to be retained using UNLOAD with a SELECT statement, drop and re-create the table then load only the data to be retained.
第1题:
A. Syslog
B. Audit log
C. History log
D. Ping sweep reports
第2题:
Which of the following would contain information regarding network device alerts using SNMP?()
第3题:
Which of the following archiving methods only backs up data that has changed since the previous backup?()
第4题:
Which of the following are TRUE about a store archive?()
第5题:
As A DBA, which of the following methods can you use to make a backup of your table?()
第6题:
Which three statements are characteristic of the MEMORY storage engine?()
第7题:
Recover Manager (RMAN) utility
Import utility
Export utility
O/S backup command
第8题:
The forwarding table is stored in the control plane only.
The forwarding table is stored in the control plane and in the forwarding plane.
The forwarding table contains both active and inactive routes.
The forwarding table can contain only a single next hop per destination.
第9题:
First, all territory information should be contained by a parameterized report which is designed for Simon. Second, a linked report that links to Simons report should be designed for Jack.
First, two data regions should be contained by a report which is designed for Simon. Second, one data region should be utilized for summary sales data. Third, the other data region should be utilized for the detailed sales data for each sales representative. Four, a report that displays the detailed sales data should be designed for Jack.
First, two reports should be designed for Simon. Second, the territory information should be contained by one, and the detailed sales data should be contained by another. At last, a report that displays the detailed sales data for Jack’s territories should be designed for Jack.
First, the territory information should be contained by a report which is designed for Simon. Second, a report which detailed sales data for Jack’s territories is contained should be designed for Jack. Third, Simon’s report should be set to have the data in Jacks report contained.
第10题:
Syslog
Audit log
History log
Ping sweep reports
第11题:
Differential
Copy
Incremental
Snapshot
第12题:
pwdck
usrck
chuser
rmuser
第13题:
第14题:
Which statement is true about the forwarding table?()
第15题:
A DBA has been asked to create a table which will contain a substantial amount of detailed sales information for each calendar month and maintain it to contain only the last 12 months. Which of the following methods will facilitate the online removal of the oldest month’s data?()
第16题:
Which statement is true about the forwarding table?()
第17题:
In which scenario, will you issue the following command?() RMAN> REPORT NEED BACKUP DAYS 7;
第18题:
You are designing an application for Certkiller .com and you have been asked to design a database table to facilitate monthly bill generation. The bill would include details of customer calls, listed in chronological order.Which method would you follow to achieve this objective without increasing the overhead of sorting the rows?()
第19题:
Snapshot
Incremental
Copy
Differential
第20题:
to configure RMAN to maintain backup information in the RMAN repository for seven days
to configure RMAN to maintain backup information in the control file for at least seven days
to display the list of files that have not been backed up for the last seven days
to display the list of files that must be backed up within seven days
第21题:
The forwarding table is stored in the control plane only
The forwarding table is stored in the control plane and in the forewarding plane
The forwarding table contains both active and inactive routes
The forwarding table can contain only sigle next hop per destination
第22题:
snap -a
snap -i
prtconf
lsconf
第23题:
create a hash cluster to store the data
create an index cluster to store the data
create a partitioned table to store the data
create a sorted hash cluster to store the data
create a heap table with rowid to store the data