没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
estpassport
T
ܡ䌍ᑈᮄ᳡ࡵ
http://www.testpassport.cn
The safer , easier way to help you pass any IT exams.
1 / 124
Exam
: 1Z0-062
Title :
Version : V10.02
Oracle Database 12c:
Installation and
Administration
The safer , easier way to help you pass any IT exams.
2 / 124
1.Examine the parameters for your database instance:
You execute the following command:
SQL> ALTER TABLESPACE undotbs1 RETENTION NOGUARANTEE;
Which statement is true in this scenario?
A. Undo data is written to flashback logs after 1200 seconds.
B. Inactive undo data isretained for 1200 seconds even if subsequent transactions fail due to lack of
space in the undo tablespace.
C. You can perform a Flashback Database operation only within the duration of 1200 seconds.
D. An attempt is made to keep inactive undo for 1200 seconds but transactions may overwrite the undo
before that time has elapsed.
Answer: B
2.A user establishes a connection to a database instance by using an Oracle Net connection.
You want to ensure the following:
1. The user account must be locked after five unsuccessful login attempts.
2. Data read per session must be limited for the user.
3. The user cannot have more than three simultaneous sessions.
4. The user must have a maximum of 10 minutes session idle time before being logged off automatically.
How would you accomplish this?
A. by granting a secure application role to the user
B. by implementing Database Resource Manager
C. by using Oracle Label Security options
D. by assigning a profile to the user
Answer: D
3.As a user of the ORCL database, you establish a database link to the remote HQ database such that all
users in the ORCL database may access tables only from the SCOTT schema in the HQ database.
SCOTT’s password is TIGER. The service mane “HQ” is used to connect to the remote HQ database.
Which command would you execute to create the database link?
A. CREATE DATABASE LINK HQ USING 'HQ';
B. CREATE DATABASE LINK HQ CONNECT TO CURRENT_USER USING ‘HQ’;
C. CREATE PUBLIC DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';
D. CREATE DATABASE LINK HQ CONNECT TO scott IDENTIFIED BY tiger USING 'HQ';
Answer: B
4.What happens if a maintenance window closes before a job that collects optimizer statistics completes?
The safer , easier way to help you pass any IT exams.
3 / 124
A. The job is terminated and the gathered statistics are not saved.
B. The job is terminated but the gathered statistics are not published.
C. The job continues to run until all statistics are gathered.
D. The job is terminated and statistics for the remaining objects are collected the next time the
maintenance window opens.
Answer: D
Explanation:
The stop_on_window_close attribute controls whether the GATHER_STATS_JOB continues when the
maintenance window closes. The default setting for the stop_on_window_close attribute is TRUE,
causing Scheduler to terminate GATHER_STATS_JOB when the maintenance window closes. The
remaining objects are then processed in the next maintenance window.
References:https://docs.oracle.com/cd/B19306_01/server.102/b14211/stats.htm#g49431
5.You plan to create a database by using the Database Configuration Assistant (DBCA), with the following
specifications:
- Applications will connect to the database via a middle tier.
- The number of concurrent user connections will be high.
- The database will have mixed workload, with the execution of complex BI queries scheduled at night.
Which DBCA option must you choose to create the database?
A. a General Purpose database template with default memory allocation
B. a Data Warehouse database template, with the dedicated server mode option and AMM enabled
C. a General Purpose database template, with the shared server mode option and Automatic Memory
Management (AMM) enabled
D. a default database configuration
Answer: C
6.Which two statements are true about the logical storage structure of an Oracle database?
A. An extent contains data blocks that are always physically contiguous on disk.
B. An extent can span multiple segments.
C. Each data block always corresponds to one operating system block.
D. It is possible to have tablespaces of different block sizes.
E. A data block is the smallest unitof I/O in data files.
Answer: B,D
7.Which two statements correctly describe the relationship between data files and logical database
structures?
A. A segment cannot span data files.
B. A data file can belong to only onetablespace.
C. An extent cannot span data files.
D. The size of an Oracle data block in a data file should be the same as the size of an OS block.
Answer: B,C
8.Which statement is true about the Log Writer process?
A. It writes when it receives a signal from the checkpoint process (CKPT).
The safer , easier way to help you pass any IT exams.
4 / 124
B. It writes concurrently to all members of multiplexed redo log groups.
C. It writes after the Database Writer process writes dirty buffers to disk.
D. It writes when a user commits a transaction.
Answer: D
9.The ORCL database is configured to support shared server mode. You want to ensure that a user
connecting remotely to the database instance has a one-to-one ratio between client and server
processes.
Which connection method guarantees that this requirement is met?
A. connecting by using an external naming method
B. connecting by using the easy connect method
C. creating a service in the database by using the dbms_service.create_service procedure and using this
service for creating a local naming service
D. connecting by using the local naming method with the server = dedicated parameter set in the
tnsnames.ora file for the net service
E. connecting by using a directory naming method
Answer: C,E
10.Which two tasks can be performed on an external table?
A. partitioning the table
B. creating an invisible index
C. updating the table by using an update statement
D. creating a public synonym
E. creating a view
Answer: D,E
Explanation:
http://docs.oracle.com/cd/B28359_01/server.111/b28310/tables013.htm#ADMIN01507
11.Which three statements are true about a job chain?
A. It can contain a nested chain of jobs.
B. It can be used to implement dependency-based scheduling.
C. It cannot invoke the same program or nested chain in multiple steps in the chain.
D. It cannot have more than one dependency.
E. It can be executed using event-based or time-based schedules.
Answer: A,B,E
12.The HR user receives the following error while inserting data into the sales table:
On investigation, you find that the users tablespace uses Automatic Segment Space Management
(ASSM). It is the default tablespace for the HR user with an unlimited quota on it.
Which two methods would you use to resolve this error?
A. Altering the data file associated with the USERS tablespace to ex automatically
剩余124页未读,继续阅读
资源评论
aninao
- 粉丝: 3
- 资源: 22
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功