Examples of OracleRACParser


Examples of com.springsource.insight.plugin.jdbc.parser.parsers.OracleRACParser

import com.springsource.insight.util.ListUtil;


public class OracleRACParserTest extends SqlParserTestImpl<OracleRACParser> {
    public OracleRACParserTest() {
        super(DatabaseType.ORACLE, new OracleRACParser(),
                new SqlTestEntry("jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=yes)"
                        + "(ADDRESS = (PROTOCOL = TCP)(HOST = 108.121.111.114)(PORT = 7365))"
                        + "(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME = RAC.PARSER.TEST)))",
                        "108.121.111.114",
                        7365,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.