control file
password file
listener controller file
control file and password file
第1题:
You work as a database administrator for Supportcenter.cn. You want to administer your database servers, which are running on different host machines, using the Web-enabled grid control interface. You have configured the agent on the host machines. You have started the Oracle Database 10g Grid Control utility on your machine. Which two additional components would you configure to achieve this objective?()
第2题:
While planning to manage more than one database in your system, you perform the following activities: 1. Organize different categories of files into independent subdirectories. 2. Use consistent naming convention for database files. 3. Separate administrative information pertaining to each database. Which option corresponds to the type of activities performed by you?()
第3题:
A user wants to connect to the database instance from an application that is running on a remote machine. Which tools should the DBA use to establish the required configuration to ensure that the user is able to connect to the database instance?()
第4题:
You are working as a Database Administrator. Despite having a password in the data dictionary as change_on_install, you always log on to the database MYNEWDB using operating system authentication. Your organization is planning to recruit two junior-level DBAs. You decide to enable remote authentication in your database so that the new DBAs can log on to the database from their workstations to carry out administrative tasks. To allow the new DBAs to perform the administrative tasks, you create a password file on the database server using the following command: ORAPWD file=d:/oracle/ora9i/orapwU01 password=admin entries=4 After creating the password file, you remove the operating system authentication and change the value of the REMOTE_LOGIN_PASSWORDFILE parameter to EXCLUSIVE. You also create a net service name as MYNEWDB that allows the new DBAs to connect to the database server from their workstations using this net service name. Which command must you use to connect to the database to start it?()
第5题:
You executed the command to create a password file in the database server: $ orapwd file=orapworcl entries=5ignorecase=N Which statement describes the purpose of the above password file()
第6题:
You want the user APP_DBA to administer the Oracle database from a remote machine. APP_DBA is granted the SYSDBA privilege to perform administrative tasks on the database. Which file is used by the Oracle database server to authenticate APP_DBA?()
第7题:
Password file
Initialization file
Datafile
Control file
Nothing - SYSDBA privileges are not required for these actions
第8题:
Create another password file and then re-execute the GRANT statement.
Re-create the password file, specifying a larger number of allowed entries, and then re-execute the GRANT statement.
Change the value of the REMOTE_LOGIN_PASSWORDFILE initialization parameter in theinitialization parameter file to NONE and then re-execute the GRANT statement.
Change the value of the REMOTE_LOGIN_PASSWORDFILE initialization parameter in the initialization parameter file to SHARED and then re-execute the GRANT statement.
第9题:
Both the sessions will be killed, and no new sessions will be created using the SYSDBA or SYSOPER privilege.
Both the sessions will remain active, but no new sessions will be created using the SYSDBA or SYSOPER privilege.
Both the sessions will be killed, but new sessions will be created using the SYSDBA or SYSOPER privilege when the database restarts.
The database will crash, and no new sessions will be created using the SYSDBA or SYSOPER privilege when the database restarts.
第10题:
It records usernames and passwords of users when granted the DBA role.
It contains usernames and passwords of users for whom auditing is enabled.
It is used by Oracle to authenticate users for remote database administration.
It records usernames and passwords of all users when they are added to OSDBA or OSOPER operatingsystem groups
第11题:
SQL*Plus
iSQL*Plus
Management Server
Management Repository
Oracle Enterprise Manager 10g Database Control
第12题:
Application Server Control
Oracle Management Service
Oracle Enterprise Manager Repository
Oracle Enterprise Manager Database Control
第13题:
You work as a database administrator for Supportcenter.cn. In your organization, you have four databases, SupportCenter DB01, SupportCenter DB02, SupportCenter DB03, and SupportCenter DB04, which are located in Berlin, Frankfurt,Rammstein, and Munich respectively, and which were created using Database Configuration Assistant (DBCA). You want to perform administrative tasks on these databases that include startup and shutdown, taking regular backups, and so on, fromFrankfurtusing Oracle tools. Which Oracle file would you enable to perform this task?()
第14题:
You want to administer your PROD database from a remote host machine using a Web-enabled interface. Which Oracle tool would you use to accomplish this task efficiently without using command-line interfaces?()
第15题:
In your database,the LDAP_DIRECTORY_SYSAUTH initialization parameter has been set to YES and the users who need to access the database as DBAs have been granted SYSDBA enterprise role in Oracle Internet Directory (OID). SSL and the password file have been configured. A user SCOTT with the SYSDBA privilege tries to connect to the database instance from a remote machine using the command:$ SQLPLUS scott/tiger@DB01 AS SYSDBA where DB01 is the net service name. Which authentication method would be used first?()
第16题:
You are part of the DBA team working for a multinational bank. The team is responsible for performing administrative tasks on the database server located at the home office. The database server at the home office has a production database and a test database named TESTDB. The test database is primarily used for testing database commands and configuration settings befor implementing these settings on the production database. The test database is also used for the development of database applications. You have been asked by the senior DBA to grant the SYSDBA privilege to a new team member, John, so that he can perform some administrative tasks, such as shutdown and startup operations, on TESTDB. You use the password file to configure remote authentication on the TESTDB database. You execute the following statement to grant the SYSDBA privilege to John: SQL>GRANT SYSDBA TO john; However, you receive the following error: ORA-01996: GRANT failed: password file ’c:/oracle/ora9i/dbs/testdb.pwd’ is full Which action should you take to add the user john to the password file without removing any of the existing users?()
第17题:
You work as a database administrator for Certkiller .com. You have been asked to use a centralized administrative tool to administer your database servers and application servers. In order to achieve the objective, which component would you configure on each database server?()
第18题:
The user must be granted the database administrator (DBA) privilege.
The user must be listed in the password file for the authentication.
No special setup is needed for the user to connect as SYSDBA in iSQL*Plus.
Set up a user in the Oracle Application Server Containers for J2EE (OC4J) user manager,and grant the webDba role to the user.
第19题:
When the instance is started
When the database is mounted
When the database is opened
When the database is closed
第20题:
authentication by password file
authentication by using certificates over SSL
authentication by using the Oracle Internet Directory
authentication by using the local OS of the database server
第21题:
It records usernames and passwords of users when granted the DBA role.
It contains usernames and passwords of users for whom auditing is enabled.
It is used by Oracle to authenticate users for remote database administration.
It records usernames and passwords of all users when they are added to OSDBA or OSOPER operating system groups.
第22题:
CONNECT / AS SYSDBA
CONNECT sys/admin AS SYSDBA
CONNECT sys/admin@mynewdb AS SYSDBA
CONNECT sys/change_on_install AS SYSDBA
第23题:
Control file
Password file
Parameter file
Online redo log file
Listener controller file
Server parameter file
第24题:
control file
password file
listener controller file
control file and password file