Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 49952 invoked from network); 9 Jun 2006 10:38:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2006 10:38:12 -0000 Received: (qmail 4895 invoked by uid 500); 9 Jun 2006 10:38:09 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 4876 invoked by uid 500); 9 Jun 2006 10:38:09 -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 4865 invoked by uid 99); 9 Jun 2006 10:38:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 03:38:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mrossix@gmail.com designates 64.233.162.203 as permitted sender) Received: from [64.233.162.203] (HELO nz-out-0102.google.com) (64.233.162.203) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2006 03:38:08 -0700 Received: by nz-out-0102.google.com with SMTP id v1so584873nzb for ; Fri, 09 Jun 2006 03:37:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=O7UdcDXPOKVIUWYqpboX0qDMGKNxTNahbjgFJai/G4GPQuSsy5pZyCNpNZ/6WX0Z1tquXtM7g0yv3fJW+eqwAPCnqNoWmrN887RsIS21evrXGPp+GYaDm7geKgP3DFpbOmMgYICVESP7C17mfqvaq6360vdxY/o1OznKTzfpNZ8= Received: by 10.65.107.20 with SMTP id j20mr2629489qbm; Fri, 09 Jun 2006 03:37:47 -0700 (PDT) Received: by 10.65.191.17 with HTTP; Fri, 9 Jun 2006 03:37:47 -0700 (PDT) Message-ID: <93030aa0606090337n6cce11bu8297a87064aba570@mail.gmail.com> Date: Fri, 9 Jun 2006 12:37:47 +0200 From: "Marco Rossi" To: user-java@ibatis.apache.org Subject: Problem SQL Maps with Oracle DbLink MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_25365_32402665.1149849467945" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_25365_32402665.1149849467945 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I have a problem to map a select with a Oracle dblink. When a try to execute my code I catch an unpredictable exception (ORA-01821), but if I create a materialized view all works fine. What's wrong? Thanks in advance, Marco ------=_Part_25365_32402665.1149849467945 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

Hi,

I have a problem to map a select with a Oracle  dblink. When a try to execute my code I catch an unpredictable exception (ORA-01821), but if I create a materialized view all works fine.
What's wrong?

Thanks in advance,

Marco

------=_Part_25365_32402665.1149849467945--