Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 51103 invoked from network); 25 Feb 2008 17:41:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Feb 2008 17:41:59 -0000 Received: (qmail 74072 invoked by uid 500); 25 Feb 2008 17:41:51 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 74060 invoked by uid 500); 25 Feb 2008 17:41:51 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 74049 invoked by uid 99); 25 Feb 2008 17:41:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2008 09:41:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of larry.meadors@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2008 17:41:16 +0000 Received: by ug-out-1314.google.com with SMTP id e2so866555ugf.21 for ; Mon, 25 Feb 2008 09:41:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=gdNtqphd4vDEjOGD7BG3zSG8JGh1YLIr48FotVKhUTM=; b=vb3MKaxWQ67SDXnqOu+ABTNItkz/ubDanRDTmMPozv365BuqpKIU9JsrbjGzi3j6Zgp9i3cjs9lCZw7MZKM+Zc9j84BF+a9VcEKE837rfG6lbEP1BWt8fuTm06wcPiStgYYMSd3YfinHlO+0i/phqsjkiNhQVBRPNz/v6x1PxUE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uVXZQaJEi0MkeLw2CjEInnmwgaE5T5Y+A8EPQAhLIqPJUIt7hwI76lrUE/iJRSYWeegz6+HjEdGvIdONBgwWZJs3LO54ytjKLyJptAecakBp9M0YpWLFdMJ2xJq84MsAkNWYAJKqP7VWl+vUTV5KrTzduXuZHqpkjDyQ2nP4A1c= Received: by 10.66.239.16 with SMTP id m16mr3514702ugh.58.1203961284387; Mon, 25 Feb 2008 09:41:24 -0800 (PST) Received: by 10.67.119.12 with HTTP; Mon, 25 Feb 2008 09:41:24 -0800 (PST) Message-ID: Date: Mon, 25 Feb 2008 10:41:24 -0700 From: "Larry Meadors" Reply-To: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: Bea oracle drivers problem In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org http://e-docs.bea.com/wls/docs81/jdbc_drivers/oracle.html#1066403 Looks like you want: url=jdbc:bea:oracle://172.28.25.10:1521 Larry On Mon, Feb 25, 2008 at 10:36 AM, wrote: > > > > Can anyone give me the driver and url properties using ibatis and the bea > oracle drivers? I keep getting the message below. I can connect fine with > the Oracle drivers. > > Cause: java.sql.SQLException: [BEA][Oracle JDBC Driver]Unable to connect. > Invalid URL. > > driver=weblogic.jdbc.oracle.OracleDriver > url=jdbc:bea:oracle://172.28.25.10:1521:MYSID > username=myname > password=myword > > Thanks, > Bill Spencer | Sr Software Engineer