ITAA-OCM 发表于 2012-2-3 14:35:10

Oracle OCP试题解析(23)

Your database is started with SPFILE. You want the database instance to be dynamically registered with a listener L2 with the following details: Protocol:TCPHost:indl151ePort:1525Which is the correct order of the steps that you would follow to achieve this?1. Set the LOCAL_LISTENER parameter to L2 dynamically.2. Make an entry for L2 in tnsnames.ora on the database server.3. Restart L2.4. Modify the listener.ora file to add the instance name in SID_LIST of L2.A) 1, 2, 4, 3B) 1, 2, 3; 4 is not required.C) 2, 1; 3 and 4 are not required.D) 1, 2; 3 and 4 are not required. Answer: C实验:Oracle 动态注册监听1.修改tnsnames.ora$ vi tnsnames.oraLISTENER_1525 =(address = (protocol = tcp)(host = indl151e)(port = 1525))2. SQL> alter system set local_listener='listener_1525';System altered.3.查看状态$ lsnrctl status listener_1525

rangeover 发表于 2012-2-11 11:43:45

{:6_267:}

rangeover 发表于 2012-2-11 11:43:57

{:6_267:}

865826021 发表于 2012-5-14 21:59:15

谢谢分享

jiazl88 发表于 2012-7-17 16:38:51

{:6_290:}

冰蓝静轩 发表于 2012-8-10 13:59:51

为了学习,努力赚钱。

再辛苦也值得。努力,加油

{:6_267:}
页: [1]
查看完整版本: Oracle OCP试题解析(23)