Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 65160 invoked from network); 20 Mar 2007 11:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 11:37:46 -0000 Received: (qmail 24294 invoked by uid 500); 20 Mar 2007 11:37:53 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 23679 invoked by uid 500); 20 Mar 2007 11:37: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 23664 invoked by uid 99); 20 Mar 2007 11:37:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 04:37:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of larry.meadors@gmail.com designates 64.233.182.184 as permitted sender) Received: from [64.233.182.184] (HELO nf-out-0910.google.com) (64.233.182.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 04:37:42 -0700 Received: by nf-out-0910.google.com with SMTP id l24so290443nfc for ; Tue, 20 Mar 2007 04:37:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=DIEscSlieoTJOYMVmhdl1b6cwP9EZHJ0AY5SQz6B7daI4tIE4NNU01PuEw1IwzKsXKFGcxuU5TufyPn1xWo2qrhTBuV1YRScVemKOQNb95fdyVwnkP+JLO+jIFZPs/cQ/Ns+3WtzVuDnJJ2JwzlahFlwmu9u2cixUtqJoJxL78E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=a/ZJOMntynSmkMbHyLO7+ve+/ArSl2sh7TPs8Rn+BxwpxpYb/7Bh3GoQHe96jfTMUVaUOZHMJMSn5VEObgnG3WCl9FfydK2H3WZ9PWeOBOrBhcX7PK2NDKlQX4wR04A7FPK9bvooGlrd0UWpUAi/J8Br/H5WsxFqfkbaZeAGNH4= Received: by 10.82.167.5 with SMTP id p5mr12347605bue.1174390640777; Tue, 20 Mar 2007 04:37:20 -0700 (PDT) Received: by 10.82.98.10 with HTTP; Tue, 20 Mar 2007 04:37:20 -0700 (PDT) Message-ID: Date: Tue, 20 Mar 2007 05:37:20 -0600 From: "Larry Meadors" Reply-To: lmeadors@apache.org Sender: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: java.sql.SQLException: ORA-06550: line 1, column 7:,PLS-00201: identifier 'CONT_ORDER_INS' must be declared In-Reply-To: <45FF7ABC.4050906@elasitas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45FF66C2.6060202@elasitas.com> <16178eb10703192228i1e564455g7c35a185567f8b4e@mail.gmail.com> <45FF7ABC.4050906@elasitas.com> X-Google-Sender-Auth: ff9e3cc6a246cc13 X-Virus-Checked: Checked by ClamAV on apache.org I am 99.99% sure that this is a privilege issue. Does the user executing the procedure own it, or is it in another schema? Larry On 3/20/07, Hendry wrote: > Just tried it, and it still produce the same error. > > Regards, > Hendry > > > Clinton Begin wrote: > > Try specifying the owning schema. The error suggests that it can't find > > the proc. > > > > Clinton >