Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-06553: PLS-623: FLOAT precision constraint must be between 1 and 126

Re: ORA-06553: PLS-623: FLOAT precision constraint must be between 1 and 126

From: Joseph Amalraj <joseph_at_amalrajinc.com>
Date: 2006-01-10 14:58:40
Message-id: 20060110135840.37080.qmail@web304.biz.mail.mud.yahoo.com


I had a similar problem.    

  Instead of insert select;    

  try using for c1 in ( ) loop
  insert ....
  end loop;    

  Regards    

  Joseph

Onkar N Tiwary wrote:

    Hi,    

  I have one query , when I am running this query against the remote database, its working \ fine but when I am putting this in pl/sql block its giving the following error:   \
****************************************************************************************** \
*
Received on Tue Jan 10 2006 - 14:58:40 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US