上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 84 下一页
摘要: Your database instance is currently configured to support 1,500 connections. The Web application that uses the database allows a large number of users 阅读全文
posted @ 2017-12-13 15:28 巴啦啦大魔王 阅读(144) 评论(0) 推荐(0)
摘要: In which situation would you use static database registration for a listener?A.when multiple databases are to be registered with the listenerB.when DB 阅读全文
posted @ 2017-12-13 15:19 巴啦啦大魔王 阅读(145) 评论(0) 推荐(0)
摘要: View the Exhibit and examine the output. A. The ORCL instance is registered dynamically with the listener.B. The ORCL instance is registered staticall 阅读全文
posted @ 2017-12-13 15:17 巴啦啦大魔王 阅读(149) 评论(0) 推荐(0)
摘要: Your database is open and the LISTENER listener is running. The new DBA of the system stops the listener by using the command: LSNRCTL> STOPWhat happe 阅读全文
posted @ 2017-12-13 15:13 巴啦啦大魔王 阅读(129) 评论(0) 推荐(0)
摘要: The tnsnames.ora file has an entry for the service alias ORCL as follows:ORCL =( DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 10.156.24.216)(PORT = 阅读全文
posted @ 2017-12-13 15:11 巴啦啦大魔王 阅读(173) 评论(0) 推荐(0)
摘要: Which naming method uses the tnsnames.ora file to store the connect descriptor used by the client while connecting to the database instance from a rem 阅读全文
posted @ 2017-12-13 15:08 巴啦啦大魔王 阅读(138) 评论(0) 推荐(0)
摘要: --1.正则判断,适用于10g以上版本 --非正整数 select 字段 from 表 where regexp_replace(字段,'\d','') is not null; --非数值类型 select 字段 from 表 where regexp_replace(字段,'^[-\+]?\d+(\.\d+)?$','') is not null; --2.自定义函数,判断非值类型 cre... 阅读全文
posted @ 2017-12-13 14:35 巴啦啦大魔王 阅读(169) 评论(0) 推荐(0)
摘要: Which two statements are true regarding listeners? (Choose two.)A.Listeners use only the TCP/IP protocol.B.Multiple listener processes can run simulta 阅读全文
posted @ 2017-12-12 18:34 巴啦啦大魔王 阅读(116) 评论(0) 推荐(0)
摘要: A database user SMITH tries to query the V$SESSION view and fails to access it as follows:SQL> connect smith/smithConnected. SQL> SELECT * FROM v$sess 阅读全文
posted @ 2017-12-12 18:33 巴啦啦大魔王 阅读(266) 评论(0) 推荐(0)
摘要: Which statements listed below describe the data dictionary views?1. These are stored in the SYSTEM tablespace2. These are the based on the virtual tab 阅读全文
posted @ 2017-12-12 18:18 巴啦啦大魔王 阅读(199) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 84 下一页