Sie sind auf Seite 1von 28

Exam : 1Z0-041

Title : Oracle Database 10g: DBA Assessment


Ver

: 11-12-07

1Z0-041

QUESTION 1:
Which three statements are correct regarding the Database Configuration Assistant
(DBCA) templates? (Choose three.)
A. Templates are XML files.
B. Seed templates are stored with the .dbt extension.
C. Templates cannot be copied from one machine to another.
D. Creation of the database is faster when you use a nonseed template instead of a seed
template.
E. Templates are stored in the $ORACLE_HOME/assistants/dbca/templates directory on a
Linux platform.
F. If you use a nonseed template to create the database, then all the datafiles and redo logs
are created as per your specification.
Answer: A, E, F
QUESTION 2:
Exhibit:

View the Exhibit and examine the Net Services Administration page of Enterprise Manager.
Which menu option would you choose to manage the contents of the tnsnames.ora file?
A: Listeners
B: Directory Naming
C: Local Naming
D: File Location
Answer: C
QUESTION 3:
To protect the sample schema accounts from an unauthorized user access,
Actualtests.com - The Power of Knowing

1Z0-041
these accounts are _____.
A. not granted any role initially
B. operating system (OS) authenticated
C. initially locked with their passwords expired
D. created with their passwords stored in a password file
Answer: C
QUESTION 4:
Which three usernames, by default, provide access to Oracle Enterprise
Manager Database Control? (Choose three.)
A. SYS
B. MDSYS
C. WKSYS
D. DMSNMP
E. SYSTEM
F. SYSMAN
Answer: A, E, F
QUESTION 5:
Which method can you use to receive a notification when the free disk space in
the recovery area falls below 10%?
A. Submit a job that queries the Automatic Workload Repository (AWR).
B. Create an alert that sends a notification when the threshold value is reached.
C. Invoke the Database Configuration Assistant (DBCA) to configure notifications and set
threshold values.
D. Specify the users who should receive notifications in the Preferred Credentials of the
Enterprise Manager.
E. Run the Automatic Database Diagnostic Monitor (ADDM) to analyze disk space
and display a warning message.
Answer: B
QUESTION 6:
Which default administrative user account does the Management Agent component of
Oracle Enterprise Manager use to monitor and manage the database?
A. OE
B. SYS
Actualtests.com - The Power of Knowing

1Z0-041
C. OUTLN
D. DBSNMP
E. SYSTEM
F. SYSMAN
Answer: D
QUESTION 7:
Which two statements are correct regarding naming methods? (Choose two.)
A. Easy connect naming method requires no configuration.
B. Directory naming method stores net service names in a local configuration file.
C. Local naming method stores net service names in a supported non-Oracle service.
D. Directory naming method stores connect identifiers in a centralized, LDAP-compliant
directory server.
E. External naming method stores connect descriptors, identified by their net service names
in the sqlnet.ora file.
Answer: A, D
QUESTION 8:
Exhibit:

View the Exhibit.


You are creating an additional database by using Database Configuration Assistant
(DBCA). You realize that the Block Size field is not enabled. What could be the reason?
Actualtests.com - The Power of Knowing

1Z0-041

A. You have chosen the File System option as the storage mechanism.
B. You are not using the Custom Database template to create the database.
C. You have not chosen the Use Grid Control for Database Management option.
D. The data block size is set to the maximum block size supported by the operating system.
E. The data block size can be increased only when DBCA is invoked from Oracle
Universal Installer (OUI).
Answer: B
QUESTION 9:
Which three statements are true about database storage structures? (Choose
three.)
A. Tablespaces comprise one or more datafiles.
B. Segments can span datafiles within a tablespace.
C. Datafiles can belong to more than one tablespace.
D. Segments can span datafiles across tablespaces.
E. Data objects are stored as segments in tablespaces.
Answer: A, B, E
QUESTION 10:
Which three default actions are performed by Enterprise Manager when a tablespace is
deleted? (Choose three.)
A. All the objects in the tablespace are truncated.
B. All the objects stored in the tablespace are dropped.
C. The definitions of the objects are removed from the data dictionary.
D. The definitions of the objects are retained in the data dictionary but made invalid.
E. All the datafiles associated with the tablespace are deleted from the operating system.
F. All the datafiles associated with the tablespace are not physically removed from the
operating system.
Answer: B, C, E
QUESTION 11:
Which three default actions are performed by Enterprise Manager when a
tablespace is deleted? (Choose three.)
A. All the objects in the tablespace are truncated.
B. All the objects stored in the tablespace are dropped.
C. The definitions of the objects are removed from the data dictionary.
Actualtests.com - The Power of Knowing

1Z0-041
D. The definitions of the objects are retained in the data dictionary but made invalid.
E. All the datafiles associated with the tablespace are deleted from the operating system.
F. All the datafiles associated with the tablespace are not physically removed from the
operating system.
Answer: B, C, E
QUESTION 12:
The contents of a SQL* Loader control file and the datafile are as follows:
Control file: load.ctl
LOAD DATA
INTO TABLE myuser.purchase_orders
REPLACE
FIELDS TERMINATED BY ';'
(po_id,
po_date date 'yyyymmdd',
po_desc char(25),
po_item char(25),
po_item2 char(25))
Datafile: load.dat
1; 20031025; DSL/Wireless Expense Oct; Home DSL; Wireless
2; 20031125; Office Equipment; Optical Mouse; Network
Router
3; 20031225; Computer System; Dell Pentium 4 Laptop;
Docking Bay
Which two database users can log in to Enterprise Manager and perform the batch load of
this data? (Choose two.)
A. MDSYS
B. WKSYS
C. myuser
D. SYSTEM
E. DBSNMP
Answer: C, D
QUESTION 13:
Which four options for modification of a role are feasible using Enterprise
Manager? (Choose four.)
A. Grant new roles to the role.
B. Grant new users to the role.
C. Grant new privileges to the role.
D. Revoke existing roles from the role.
Actualtests.com - The Power of Knowing

1Z0-041
E. Revoke existing users from the role.
F. Revoke existing privileges from the role.
Answer: A,C, D,F
Explanation:
SQL> create role trial;
Role created.
A : SQL> grant connect to trial;
Grant succeeded.
D : SQL> grant resource to trial;
Grant succeeded.
F: SQL> revoke resource from trial;
Revoke succeeded.
B : SQL> grant praquery to trial;
grant praquery to trial
*
ERROR at line 1:
ORA-01919: role 'PRAQUERY' does not exist
here praquery is user
QUESTION 14:
Consider the following steps:
1. SGA is allocated.
2. Control file is read.
3. Redo log files are read.
4. Instance recovery is started.
5. Background processes are started.
6. Datafiles are checked for consistency.
7. Server parameter file or the initialization parameter file is read.
In which order do these steps occur when you start an Oracle instance?
A. 1, 2, 3,7, 5, 6, 4
B. 1, 2, 4, 5, 3, 6, 7
C. 7, 1, 4, 5, 2, 3, 6
D. 7, 1, 5, 2, 3, 6, 4
E. 7, 2, 3, 6, 4, 5, 1
F. 2, 7, 1, 3, 6, 5, 4
Answer: D
QUESTION 15:
Exhibit:

Actualtests.com - The Power of Knowing

1Z0-041

View the Exhibit.


Which three edit options for the STUDENTS table are valid? (Choose three.)
A. Adding a new column
B. Removing the Not Null constraint on the STUDENT_ID column
C. Enforcing the primary key constraint on the COURSE_ID column
D. Removing the Not Null constraint on the STUDENT_NAME column
E. Enforcing the Not Null constraint on the DATE_OF_BIRTH column
Answer: A, D, E
QUESTION 16:
Which three statements are correct regarding the Listener Control utility?
(Choose three.)
A. You can use the Listener Control utility to stop a listener.
B. You can use the Listener Control utility to start a listener.
C. You can use the Listener Control utility to delete a listener.
D. You can use the Listener Control utility to configure a naming method.
E. You can use the Listener Control utility to modify entries in the sqlnet.ora file.
F. You can use the Listener Control utility to find detailed information about the supported
services and instances registered with a listener.
Answer: A, B, E
QUESTION 17:
Your database is up and running. Which two processes should be started on the
server before you access iSQL*Plus from a browser? (Choose two.)
A. HTTP process
B. System monitor
Actualtests.com - The Power of Knowing

1Z0-041
C. Process monitor
D. Listener process
E. Archiver process
F. Log Writer process
G. Dbconsole process
H. Database Writer process
Answer: A, D
QUESTION 18:
How would you ensure that the System Global Area (SGA) is optimally shared
among all its subcomponents?
A. Set the size of each subcomponent manually.
B. Use the memory advisor to help you determine the settings for each of the individual
components.
C. Enable Automatic Shared Memory Management in the database by setting the value of
the SGA_TARGET parameter.
D. Enable Automatic Shared Memory Management in the database by setting the
SGA_MAX_SIZE in the initialization parameter file.
Answer: C
QUESTION 19:
Exhibit:

View the Exhibit.


While creating a database user account, you specified the user account
properties and the tablespace quotas as shown in the Exhibits. Which two
statements are correct regarding the database user? (Choose two.)
A. The user would be authenticated by his or her operating system password.
B. The user would be granted roles and object privileges as per the DEFAULT profile.
Actualtests.com - The Power of Knowing

1Z0-041
C. By default, the TEMP tablespace would be used as the sort workspace for the user.
D. The user would be prompted to change the password when he or she logs in to the
database for the first time.
E. If the user creates database objects without specifying any tablespace name, then the
objects would be created in the USERS tablespace.
Answer: C, E
QUESTION 20:
Exhibit:

View the Exhibit of the Administration Home Page.


You want to improve the performance of your system by increasing the number of SQL
statements that are cached in memory. Which two links in the Administration property
page of Oracle Enterprise Manager will provide you with this information? (Choose two)
A. SQL Tuning Sets ?
B. Memory Parameters
C. Database Usage Statistics
D. All Initialization Parameters
E. Last Collected Configuration
F. Automatic Workload Repository
Answer: B, D
QUESTION 21:
Which four options would cause an error while creating a table in the database? (Choose
four.)
A. The table name begins with a letter.
B. The column names are not specified.
C. The table name is less than 10 bytes long.
D. The size of a char column is not specified.
E. The table name is more than 30 bytes long.
F. The size of a varchar column is not specified.
G. The size of a number column is not specified.
Actualtests.com - The Power of Knowing

1Z0-041
H. The schema for the table is not specified explicitly.
I. A table with the same name is already available in the schema.
J. The tablespace in which the table has to be created is not specified explicitly.
K. A table with the same name is not available in the same schema but is available in
another user's schema.
Answer: B, E, F, I
QUESTION 22:
Which two files that are formatted as standard SQL*Loader files are used to
batch load data? (Choose two.)
A. log
B. bat
C. dump
D. export
E. import
F. control
G. datafile
Answer: F,G
QUESTION 23:
A new tablespace, EMP_NEW, has to be created. The tablespace must conform
to the following specifications:
1. It should store the details of the employees in the company.
2. It should grow when full.
3. The extents should be managed within the tablespace by the Oracle server./li>
Using Enterprise Manager, which four options would you select for creating this
tablespace? (Choose four.)
A. The tablespace should be temporary.
B. The tablespace should be permanent.
C. The tablespace status should be read-only.
D. The tablespace status should be read/write.
E. The extent management should be locally managed.
F. The extent management should be dictionary managed.
G. The datafile associated with the tablespace should have the "Automatically extend
datafile when full" option enabled.
Answer: B, D, E, G
QUESTION 24:

Actualtests.com - The Power of Knowing

1Z0-041
Exhibit:

View the Exhibit and examine each case.


Which two cases about using the flashback table and drop features are true? (Choose
two.)
A. CASE 1
B. CASE 2
C. CASE 3
D. CASE 4
Answer: A, D
Explanation:
B : is impossible, you cannot drop any datafile.
/u02/ORACLE/TST12/praidx01.dbf
/u03/ORACLE/TST12/telecom01.dbf
/u02/ORACLE/TST12/tools01.dbf
/u02/ORACLE/TST12/aud_01.dbf
/u02/ORACLE/TST12/undo2.dbf
21 rows selected.
SQL> drop datafile '/u02/ORACLE/TST12/praidx01.dbf' ;
drop datafile'/u02/ORACLE/TST12/praidx01.dbf'
*
ERROR at line 1:
ORA-00950: invalid DROP option
QUESTION 25:
Exhibit:

Actualtests.com - The Power of Knowing

1Z0-041

View the Exhibit that displays the Schedule Backup: Review page.
Which two statements about the customized backup strategy are true? (Choose
two.)
A. This strategy makes an exact byte-for-byte copy of all the datafiles.
B. This strategy ensures that the backup sets are automatically managed.
C. This strategy backs up all blocks that contain the data for all the datafiles.
D. This strategy requires users to log off until the backup operation is complete.
E. This strategy requires you to delete the backup sets after they have been backed up to
tape.
Answer: B, C
QUESTION 26:
You are the database administrator of a financial institution. The application
developer in your company is working on the Loans module. This module
requires you to create a reusable database object that computes and returns the
fixed rate of interest for a loan by using the principal amount, the tenure of the
loan, and the category of the customer.
Which database object would you create?
A. trigger
B. cluster
C. function
D. procedure
E. database link
Answer: C
QUESTION 27:
You created a new Enterprise Manager user. What privileges does this user
have?
Actualtests.com - The Power of Knowing

1Z0-041

A. The user has only system privileges.


B. The user has only object privileges on specified objects.
C. The new user's account would be locked and the user would have no privileges until his
or her account is unlocked.
D. The user can log in to Oracle Enterprise Manager Database Control and perform
database management tasks.
Answer: D
QUESTION 28:
Which three statements regarding the listener are correct? (Choose three.)
A. It resides on the client machine.
B. It stores the client configuration files.
C. It maps the net service name to connect descriptor.
D. Its configuration details are stored in the listener.ora file.
E. It can be configured with one or more listening protocol addresses.
F. It is a process that runs on the host node where the database server runs.
Answer: D, E, F
QUESTION 29:
Examine the following features of a backup strategy:
The backup operation is performed when the instance is shut down.
All the changes in the redo logs have been applied to the datafiles.
The database can be opened immediately after the restore operation.
What type of backup is created when this backup strategy is implemented?
A. whole backup
B. consistent backup
C. inconsistent backup
D. incrementally updated backup
Answer: B
QUESTION 30:
How do you access the Oracle Enterprise Manager Database Control on a host,
myhost, in the domain, oracle.com, that uses the default port, from a client
browser?
A. Open a browser window and type the URL: http://myhost.oracle.com/em.
B. Open a browser window and type the URL: http://myhost.oracle.com:1521/em.
Actualtests.com - The Power of Knowing

1Z0-041
C. Open a browser window and type the URL: http://myhost.oracle.com:1820/em.
D. Open a browser window and type the URL: http://myhost.oracle.com:5500/em.
Answer: D
QUESTION 31:
Which three Oracle tools have their correct uses listed next to them? (Choose
three.)
A. Oracle Net Manager: to configure a listener
B. SQL*Loader: to load data into database tables
C. Database Configuration Assistant (DBCA): to create new database users
D. Database Upgrade Assistant: to provide a complete solution for the restoration and
recovery of the database
E. Oracle Universal Installer (OUI): to provide a common, user-friendly interface when
installing Oracle software on any platform
Answer: A,B,E
QUESTION 32:
Which three statements are correct regarding roles? (Choose three.)
A. You can grant a role to another role.
B. You can authenticate a role with a password.
C. You cannot grant a role to more than five users.
D. You can grant system privileges as well as object privileges to a role.
E. Only the database users with the DBA role can create new roles.
F. You must lock the user account before revoking a role from that user.
G. When you create a new user, the RESOURCE role is assigned to the user by default.
Answer: A, B, D
QUESTION 33:
The Oracle Enterprise Manager Database Control on your system uses a port
that is not the default port. Which method helps you to identify the port number
for your system?
A. View the port number in the tnsnames.ora file.
B. View the port number in the init.ora initialization parameter file.
C. Execute the emctl command to display the port used by Enterprise Manager on your
system.
D. Execute the emctl status dbconsole command to display the port used by Enterprise
Manager on your system.
Actualtests.com - The Power of Knowing

1Z0-041

Answer: D
QUESTION 34:
A role, CON_RES, having all the privileges of the CONNECT and the RESOURCE
database roles has to be created. As the first step, the CON_RES role is created like the
CONNECT role.
Which two options can be the next step? (Choose two.)
A. Grant the role CON_RES to CONNECT.
B. Grant the role CON_RES to RESOURCE.
C. Modify the role CON_RES to include the role RESOURCE.
D. Modify the role CON_RES to include all the privileges of the role CONNECT to it.
E. Modify the role CON_RES to include all the privileges of the role RESOURCE to it.
F. Modify the role CON_RES to revoke those privileges that do not belong to either the
CONNECT or the RESOURCE roles.
Answer: E, F
Explanation:
SQL > CREATE ROLE "CON_RES" NOT IDENTIFIED
grant connect to con_res;
E : modify the rol to include all privialge of resource
F : we have to create role con_res which is equal to connect + resource
GRANT ALTER SESSION TO "CON_RES"
GRANT CREATE CLUSTER TO "CON_RES"
GRANT CREATE DATABASE LINK TO "CON_RES"
GRANT CREATE SEQUENCE TO "CON_RES"
GRANT CREATE SESSION TO "CON_RES"
GRANT CREATE SYNONYM TO "CON_RES"
GRANT CREATE TABLE TO "CON_RES"
GRANT CREATE VIEW TO "CON_RES"
QUESTION 35:
Exhibit:

Actualtests.com - The Power of Knowing

1Z0-041

Which three configurations would you use for the automatic management of backup and
recovery operations of the Oracle database? (Choose three.)
A. Store datafiles in the flash recovery area.
B. Store archive logs in the flash recovery area.
C. Back up the control file in the RMAN repository.
D. Operate the database in the ARCHIVELOG mode.
E. Configure the database for automatic undo management.
F. Use the flash recovery area for automatic storage management of backup-related files
Answer: A,B,F
QUESTION 36:
Which five options correctly map an Oracle command with its category? (Choose
five.)
A. ALTER: data control language
B. GRANT: data control language
C. ROLLBACK: transaction control
D. CREATE: data definition language
E. DROP: data manipulation language
F. SAVEPOINT: data control language
G. INSERT: data manipulation language
H. UPDATE: data manipulation language
I. TRUNCATE: data manipulation language
Answer: B, C, D, G, H
QUESTION 37:
Which four methods are used to increase the storage capacity of a database? (Choose
four.)
A. Create a new tablespace.
Actualtests.com - The Power of Knowing

1Z0-041
B. Increase the size of the extents.
C. Increase the size of the segments.
D. Increase the size of a datafile manually.
E. Add a datafile to an existing tablespace.
F. Provide for dynamic growth of a datafile.
G. Increase the space threshold values for the tablespace.
Answer: A, D, E, F
QUESTION 38:
In which of the following states can administrators perform certain administrative
functions that cannot be performed when other users are accessing the
database?
A. when the database is mounted
B. when the database is shut down
C. when the SYSTEMtablespace is taken offline
D. when the database is in the NOMOUNT state
Answer: A
QUESTION 39:
Which two environment variables have their correct functionality listed next to
them? (Choose two.)
A. ORACLE_SID: specifies the instance name
B. ORACLE_SID: specifies the global database name
C. ORACLE_BASE: specifies the Oracle home directory
D. ORACLE_HOME: specifies the home directory of user oracle
E. ORACLE_HOME: specifies the location of oraInventory directory
F. ORACLE_BASE: specifies the Oracle directory structure for Optimal Flexible
Architecture (OFA)
Answer: A, F
QUESTION 40:
You are unable to access the Oracle Enterprise Manager Database Control and
connect to a database from a client browser. Which two reasons can cause this
problem? (Choose two.)
A. The dbconsole process is not started on the database server.
B. The archiver process has not been configured on the database.
C. The listener service for the instance is not running on the database server.
Actualtests.com - The Power of Knowing

1Z0-041
D. The log writer process for the instance is not running on the database server.
E. The tnsnames.ora file on the client machine does not have an entry for the target
database.
Answer: A, C
QUESTION 41:
Which two statements are correct regarding the oraInventory directory? (Choose
two.)
A. The oraInventory directory must be owned by the user root.
B. The oraInventory directory must be created before you run Oracle Universal Installer
(OUI).
C. The oraInventory directory is created when Oracle Universal Installer (OUI) is run for
the first time.
D. The files in oraInventory directory must be deleted after the Oracle software installation
is complete.
E. The oraInventory directory facilitates the creation of the shell scripts that are
independent of the directory structure.
F. Oracle Universal Installer (OUI) uses oraInventory directory as a repository of the
Oracle products that are installed on your machine.
Answer: C, F
QUESTION 42:
Which three statements about the Automatic Database Diagnostic Monitor (ADDM) are
true? (Choose three.)
A. requires the database to be open
B. implements all recommendations automatically
C. recommends solutions and quantifies expected benefits
D. analyzes objects specified by using the Oracle Enterprise Manager
E. analyzes the snapshots stored in the Automatic Workload Repository (AWR)
F. retains snapshots in the SYSAUX tablespace until the database is restarted
Answer: A, C, E
QUESTION 43:
Which two methods can you use to verify whether the dbconsole process is
running on the database server? (Choose two.)
A. Execute the emctl command.
B. Execute the emctl secure command.
Actualtests.com - The Power of Knowing

1Z0-041
C. Execute the lsnrctl start command.
D. Execute the lsnrctl status command.
E. Execute the emctl start dbconsole command.
F. Execute the emctl status dbconsole command.
Answer: E, F
QUESTION 44:
Which condition causes the status of a redo log group member to be invalid?
A. when a redo log group is full all its members are invalid
B. when a member of a group is deleted, that member is invalid
C. when a log switch occurs, the members of the current group are invalid
D. when a redo log member is added to a group and this member is not yet written to
Answer: D
QUESTION 45:
Which two system privileges or roles enable you to access the database instance
even when the database is not open? (Choose two.)
A. the DBA role
B. the SYSDBA system privilege
C. the SYSOPER system privilege
D. the AUTHENTICATEDUSER role
Answer: B, C
QUESTION 46:
The sizes of which three objects determine the ideal size of the flash recovery area that is
required to restore your database to any point in time during your recovery window?
(Choose three.)
A. archive logs
B. tablespaces
C. buffer cache
D. allocated segments
E. incremental backups
F. two complete backup copies of your datafiles
Answer: A, E, F

Actualtests.com - The Power of Knowing

1Z0-041
QUESTION 47:
You are installing Oracle10g on Linux operating system. Which two scripts would
you need to run as user root? (Choose two.)
A. oraenv
B. dbhome
C. root.sh
D. coraenv
E. orainstRoot.sh
Answer: C, E
QUESTION 48:
Which source enables the SQL Tuning Advisor to analyze specific queries?
A. top SQL
B. baselines
C. snapshots
D. the SQL repository
E. the SQL tuning sets
F. current and recent SQL activity
Answer: E
QUESTION 49:
Which two components does the Oracle instance consist of? (Choose two.)
A. datafiles
B. control file
C. redo log files
D. Oracle server
E. memory areas
F. Oracle database
G. background processes
Answer: E, G
QUESTION 50:
Which two settings of the Workload Repository page affect the behavior of the
Automatic Database Diagnostic Monitor (ADDM)? (Choose two.)
A. objects to analyze
Actualtests.com - The Power of Knowing

1Z0-041
B. interval of snapshots
C. parameters to monitor
D. default user authentication
E. retention period of snapshots
Answer: B, E
QUESTION 51:
A control file has been accidentally deleted. What happens when you try to start
an instance and connect to the database?
A. The database opens using another control file automatically.
B. An error message is displayed and the database is not mounted.
C. The database mounts but an error message appears stating that the database cannot be
opened.
D. The Oracle instance requests for the location of another control file, and then the
database mounts and opens using the other control file.
Answer: B
QUESTION 52:
Which two methods can you use to proactively monitor the workload and database state?
(Choose two.)
A. creating jobs
B. creating alerts
C. using advisors
D. setting up automatic analysis scripts
E. querying the Automatic Workload Repository (AWR)
Answer: B, C
QUESTION 53:
You manually configured the System Global Area (SGA). If you want the Oracle
server to manage the size of the SGA dynamically on its own, then which option
would be the solution?
A. You enable Automatic Shared Memory Management.
B. You disable Automatic Shared Memory Management.
C. You use the memory advisor to determine and provide new settings for the SGA.
D. You increase the initialization parameter values associated with the SGA and restart the
instance.
E. You increase the initialization parameter values associated with the SGA and continue
Actualtests.com - The Power of Knowing

1Z0-041
with the current session.
Answer: A
QUESTION 54:
Which three components comprise a relational database model? (Choose three.)
A. Data integrity rules
B. Tools to administer the database
C. A collection of objects or relations
D. A set of operators to manage the tables
Answer: A,C D
QUESTION 55:
Which four options would you specify while creating a table using Enterprise
Manager? (Choose four.)
A. table name
B. datafile name
C. schema name
D. column names
E. tablespace name
F. users who can access the table
Answer: A,C,D,E
QUESTION 56:
Which three statements about media recovery are correct? (Choose three.)
A. Media recovery is used when you accidentally drop a tablespace.
B. Media recovery brings your database to a transactionally consistent state when it is
opened.
C. Point-in-time media recovery returns your database to its state at a specified time in the
past.
D. Media recovery requires an SPFILE, datafiles, and all archived redo logs from the time
the datafiles were backed up.
E. Media recovery is performed by the DBA when the DBA tries to open the database after
restoring the archived redo logs and the datafiles from a backup.
F. Complete media recovery restores your database from image copies of the datafiles and
returns the database to its state at the time of failure.
Answer: A,B, C
Actualtests.com - The Power of Knowing

1Z0-041

QUESTION 57:
Which four options represent the features of Oracle Undo Advisor? (Choose
four.)
A. Oracle Undo Advisor advises you on when to implement automatic undo retention.
B. Oracle Undo Advisor recommends when you must create another UNDO tablespace.
C. Oracle Undo Advisor provides the best retention possible for the given undo tablespace.
D. Oracle Undo Advisor provides guidance on how often the UNDO tablespace should be
defragmented.
E. Oracle Undo Advisor recommends the maximum undo retention time required to
guarantee successful querying.
F. Oracle Undo Advisor recommends a size for the UNDO tablespace when you want to set
undo retention to a particular value.
G. Oracle Undo Advisor recommends a tablespace size and undo retention values for
flashback operations for a specific point in time in the past.
Answer: C,E,F,G
QUESTION 58:
Which four statements represent features of the segment shrink operation?
(Choose four.)
A. The shrink operation decreases the size of the tablespace.
B. The shrink operation reclaims wasted space in a tablespace.
C. In a shrink operation, data is compacted to the end of the table.
D. In a shrink operation, data is compacted to the front of the table.
E. Data Manipulation Language (DML) operations can be performed on a table while a shrink
operation is in progress.
F. DML operations cannot be performed on a specified table while a shrink operation is in progress.
G. The shrink operation returns free space to the tablespace or retains it in the table for future
inserts.
Answer: B,D,E,G
QUESTION 59:
Exhibit:

Actualtests.com - The Power of Knowing

1Z0-041

View the Exhibit that displays a part of the Enterprise Manager Database Control page.
Which three statements about the EMP_DEPT view are true? (Choose three.)
A. You must specify aliases for the columns of the EMP_DEPT view.
B. The EMP_DEPT view does not occupy storage space in the HR schema.
C. The EMP_DEPT view is allocated space in the default tablespace of the SYS user.
D. You can add a column to the view that is not an expression or does not belong to the base
tables.
E. You can access all the data in the EMPLOYEES and DEPARTMENTS tables, if you can
access the EMP_DEPT view.
F. When you select data from the EMP_DEPT view, the data is retrieved from the
EMPLOYEES and DEPARTMENTS tables.
G. You can restrict user access to the data in the EMPLOYEES and DEPARTMENTS
tables by providing access through the EMP_DEPT view.
Answer: B,F,G
QUESTION 60:
Exhibit:

View the Exhibit.


Which metric in the analysis section of Undo Advisor determines how far back in time
the Oracle's flashback feature can be established?
A. Best Possible Undo Retention
B. Low Threshold Undo Retention
C. Maximum Extensible Undo Tablespace Size
D. Required Tablespace Size for New Undo Retention
Actualtests.com - The Power of Knowing

1Z0-041

Answer: B
QUESTION 61:
Exhibit:

View the Exhibit.


You have configured an Oracle client to access an Oracle database by using Oracle Net
Manager. You specified the options as shown in the Exhibit and the listener is listening
on the default port.
You attempt to connect to the database by using the following connect string:
username/password@orcl
Which two statements are correct in this scenario? (Choose two.)
A. The listener would receive the connection requests at port 1521.
B. The listener would resolve the connect string to the connect descriptor.
C. The connect string would be resolved to the connect descriptor by using Local naming
method.
D. The connection request would fail because the host name is not specified in the
connect string.
E. The connection request would fail because the port number is not specified in the
connect string.
F. The connect string would be resolved to the connect descriptor by using Directory
naming method.
Answer: A, C
QUESTION 62:
Exhibit:
Actualtests.com - The Power of Knowing

1Z0-041

View the Exhibit that displays the Schedule Backup: Review page.
Which two statements about the customized backup strategy are true? (Choose two.)
** INCOMPLETE **
Answer:
QUESTION 63:
Exhibit:

View the Exhibit that displays a part of the Perform Recovery: Review page.
Which three statements about the HR.EMPLOYEES table are true? (Choose three.)
A.The HR.EMPLOYEES table would be recovered from the Recycle Bin.
B.The HR.EMPLOYEES table can be flashed back only by its owner.
C.The HR.EMPLOYEES table can be flashed back after it is deleted or purged.
D.The dependent objects of the HR.EMPLOYEES table can be optionally flashed back.
E.The dependent objects of the HR.EMPLOYEES table are automatically flashed back.
F.The HR.EMPLOYEES table can be flashed back only if it resides in a locally managed
tablespace.
G.The HR.EMPLOYEES table can be flashed back only if it resides in a
dictionary-managed tablespace.
Answer: A, B, E
Explanation:
Actualtests.com - The Power of Knowing

1Z0-041
http://www.oracle.com/technology/deploy/availability/htdocs/Flashback_Overview.htm
E :Note: When you flashback a table, Oracle will recover the dependent objects (except
bitmap indexes) as well, but they will continue to have their cryptic ...
QUESTION 64:
A long running query to a database fails to execute because the undo records for this
query have been overwritten. Which two of these options provide a solution to this
problem? (Choose two.)
Which statement represents the Segment Advisor's feature?
A. The Segment Advisor provides advice on whether a segment has space available for
reclamation based on the level of space fragmentation within the segment.
B. The Segment Advisor provides advice on whether an extent has space available for
reclamation based on the level of space fragmentation within the extent.
C. The Segment Advisor provides advice on whether the database has space available for
reclamation based on the level of space fragmentation within the tablespaces.
D. The Segment Advisor provides advice on whether a tablespace has space available for
reclamation based on the level of space fragmentation within the tablespace.
Answer: C, D
QUESTION 65:
Exhibit:

View the Exhibit.


What happens when you click Go after selecting View Data in the Actions
drop-down menu?
A. All the rows in the EMPLOYEES table are displayed.
B. All the attributes of the EMPLOYEES table are displayed.
C. The total number of records in the EMPLOYEES table is displayed.
D. All the rows in the EMPLOYEES table and the SELECT statement that produces this output are
displayed.
Answer: A

Actualtests.com - The Power of Knowing

Das könnte Ihnen auch gefallen