Home > Database > Mysql Tutorial > body text

proxool数据库连接池配置

WBOY
Release: 2016-06-07 15:56:58
Original
1427 people have browsed it

proxool.xml配置 ?xml version=1.0 encoding=UTF-8?something-else-entirelyproxoolaliasspring_pro_pool/aliasdriver-urljdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=10.12.18.21)(PORT=1521))(CONNECT_DATA=(SERVICE_N

proxool.xml配置



	
		spring_pro_pool
	jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST=10.12.18.21)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
		oracle.jdbc.driver.OracleDriver
		
			
			orcl" />
		

		90000
		400
		10
		100
		10
		select CURRENT_DATE from dual
	
Copy after login
spring配置文件配置

		
			
				/WEB-INF/spring/myQuartzConfig.properties
			
		
	

      
   		   
             org.logicalcobwebs.proxool.ProxoolDriver  
         
           
             proxool.spring_pro_pool  
           
    
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!