You plan to use static database registration for a new listener when you create it. What could be the two reasons for this?()A、More than one database is to be registered with the listener.B、The users will connect the database by using the host naming method.C、The Oracle Enterprise Manager is to be used to monitor an Oracle9i database.D、The database that is to be registered with the listener is configured in shared server mode.E、The listener is not configured on the default port of 1521 and the instance is not configured to register with a nondefault port.

You plan to use static database registration for a new listener when you create it. What could be the two reasons for this?()

  • A、More than one database is to be registered with the listener.
  • B、The users will connect the database by using the host naming method.
  • C、The Oracle Enterprise Manager is to be used to monitor an Oracle9i database.
  • D、The database that is to be registered with the listener is configured in shared server mode.
  • E、The listener is not configured on the default port of 1521 and the instance is not configured to register with a nondefault port.

相关考题:

—It’s very important ___________ us to make a plan before a new term.—Yes. You must try to make it carefully.A. of B. for C. to

What do you plan_________(be) in the future?

Can you tell us why you think this makes good business ______to you? A deal ;B sense ;C program

Mar.Black is an outspoken man, he told us without()of his disapproval of the plan.A、remainingB、preserveC、reserveD、reminding

___ they will not come to join us, we have to change our plan. A、Seeing thatB、WhenC、ForD、As soon as

As the brochures you sent us were() damaged in the mail, we would like you to mail us some more.A、badB、hardlyC、veryD、severely

It will enable you to plan your activities so that you have adequate time for both work and play.

You must tell us what you are doing at ten yesterday evening .()

You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL plan baseline. The STA generates a SQL profile for the SQL statement, which recommends that you accept the profile. Which statement is true when you accept the suggested SQL profile?()A. The tuned plan is not added to the SQL plan baseline.B. The tuned plan is added to the fixed SQL plan baseline as a fixed plan.C. The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan.D. The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.

Why do you plan to change your job?

Building a house costs quite a lot of money. Suppose you plan to build a house. Your first step will be to find a right piece of land. Your choice will depend on many different things. You will probably try to find a sunny place, with pleasant surroundings near shops and bus stops, not too far from your friends and the place where you work. Next you will find a good builder, and together with the builder you will work out a plan. The builder will draw the plan. It will show the number of rooms, their position and size, and other parts, which must be noticed, such as windows, doors, and electric outlets. The builder will work out how much money is needed to build your house. He will work out the cost of the wood, bricks, the glass, and everything else that must be used in building the house. Later on, when he starts to build, this estimate must be corrected and revised. His estimate is based on existing prices, but prices of such things may change, and many other things may happen between the time when he makes the estimate and the time when he builds the house. When the builder gives his estimate, you may wish to change your plan. (You may also wish to change your builder, if his estimate is too high! ) You may find that the house you wanted at first costs too much, or that you can spend a little more and add something to your plan. The builder's estimate depends on the plan, but the final plan depends on the builder's estimate.What is the relationship between the estimate and the plan?A.The plan depends on the estimateB.The estimate depends on the planC.The plan has nothing to do with the estimateD.The estimate and the plan depend on each other

Do you have any plan this year?()AHow about you?BI plan to go to the United States for further studies.CYes, I will.DI'm certainly not going to do that kind of thing.

Would you mind()us how old you are?A、tellB、to tellC、tellingD、to telling

You must explain()how they succeeded()the experiment.A、of us;forB、at us;atC、to us;inD、for us;to

The Database Resource Manager is not currently active in your database that is up and running. You created a resource plan named DAY_PLAN that contains two sub-plans named MANAGERS_PLAN and CLERKS_PLAN. You decided to activate DAY_PLAN by executing the following statement:       SQLALTER SYSTEM SET RESOURCE_MANAGER_PLAN = ’managers_plan’;  What will be the outcome of this statement?()  A、 The statement will deactivate DAY_PLAN.B、 The statement will activate DAY_PLAN as the top plan.C、 The statement will activate MANAGERS_PLAN as the top plan.D、 The statement will return an error because MANAGERS_PLAN is not the top plan.

Using Oracle Scheduler you have scheduled two jobs, JOB_A and JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()A、 A window must have been created with the WEEKEND_PLAN resource plan.B、 A program must have been created with the WEEKEND_PLAN resource plan.C、 A job class must have been created with the WEEKEND_PLAN resource plan.D、 A windows group must have been created with the WEEKEND_PLAN resource plan.

You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. You put forward a database maintenance plan. The maintenance plan rebuilds indexes, checks database integrity, writes a report to a text file. Now the company requires that when the maintenance plan executes abnormally, the operators can be notified by an e-mail message. You've been assigned this task. So you have to make modifications on the SQL Server instance. What should you do?()A、For the SQL Server Agent, you should enable a fail-safe operator B、You should modify the database maintenance plan, making it send an e-mail to the appropriate operators C、You should modify the database maintenance plan, making it include a Notify Operator task that e-mails the appropriate operators. D、You should modify the SQL Server Agent job. The job executes the database maintenance plan to notify the appropriate operators.

单选题The Database Resource Manager is not currently active in your database that is up and running. You created a resource plan named DAY_PLAN that contains two sub-plans named MANAGERS_PLAN and CLERKS_PLAN. You decided to activate DAY_PLAN by executing the following statement:       SQLALTER SYSTEM SET RESOURCE_MANAGER_PLAN = ’managers_plan’;  What will be the outcome of this statement?()A The statement will deactivate DAY_PLAN.B The statement will activate DAY_PLAN as the top plan.C The statement will activate MANAGERS_PLAN as the top plan.D The statement will return an error because MANAGERS_PLAN is not the top plan.

单选题If you are unable to attend, please let us know.AWe are sorry that you can’t come.BTell as if you can’t come.CInform US if you’d like to come.

单选题According to this passage, _____.Athe game plan for keeping brain cells sparking doesn’t work for everyoneBDr. Small’s memory tests can show you what to do about brain agingCDr. Small’s advice can help us fight brain aging effectivelyDour brains can reconstruct memories themselves

单选题You execute the following block of code:   SQLBEGIN   DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN   ( SIMPLE_PLAN = ’DEPARTMENTS’,   CONSUMER_GROUP1 = ’PAYROLLL’,   GROUP1_CPU = 50,   CONSUMER_GROUP2 = ’SALES’,   GROUP2_CPU = 25,   CONSUMER_GROUP3 = ’MARKETING’,   GROUP3_CPU = 25);   END;   SQL/   What is a prerequisite for using the simple resource plan created by executing the above code?()A You must assign users to consumer groups.B You must grant the switch privilege to the users.C You must create a resource plan directive.D You must specify the complex resource plan.

单选题You are planning a new VLAN-based network solution.  What is one item you should consider when creating your implementation plan as it concerns VLANs?()Ageneric router and switch configuration parametersBend-to-end test plan after all components have been installed and  configuredCadministrator assignmentsDrollback plan

单选题You must explain()how they succeeded()the experiment.Aof us;forBat us;atCto us;inDfor us;to

单选题Using Oracle Scheduler you have scheduled two jobs, JOB_A and JOB_B, to run at 9:00 p.m. every Friday. You want both the jobs to use a single resource plan, WEEKEND_PLAN. Which task must have already been performed to enable you to achieve this objective?()A A window must have been created with the WEEKEND_PLAN resource plan.B A program must have been created with the WEEKEND_PLAN resource plan.C A job class must have been created with the WEEKEND_PLAN resource plan.D A windows group must have been created with the WEEKEND_PLAN resource plan.

单选题You run the SQL Tuning Advisor (STA) to tune a SQL statement that is part of a fixed SQL plan baseline. The STA generates a SQL profile for the SQL statement, which recommends that you accept the profile. Which statement is true when you accept the suggested SQL profile?()AThe tuned plan is not added to the SQL plan baseline.BThe tuned plan is added to the fixed SQL plan baseline as a fixed plan.CThe tuned plan is added to the fixed SQL plan baseline as a nonfixed plan.DThe tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.

单选题You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users. Which step must be performed before you can start using the resource plan?()A assign users to consumer groupsB set the resource plan for the instanceC configure a simple resource plan and specify plan directivesD configure a complex resource plan and specify plan directives

单选题“HELP US TO HELP YOU” means ______.Asometimes your help is not necessaryByou can make it easier for us to helpCusually we cannot help you

单选题You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users.   Which step must be performed before you can start using the resource plan?()Aassign users to consumer groupsBset the resource plan for the instanceCconfigure a simple resource plan and specify plan directivesDconfigure a complex resource plan and specify plan directives