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

  • From: Joseph Amalraj <joseph@xxxxxxxxxxxxxx>
  • To: onkarnath.tiwary@xxxxxxxxx, ORACLE-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Tue, 10 Jan 2006 05:58:40 -0800 (PST)

I had a similar problem.
   
  Instead of insert select;
   
  try using  for c1 in ( ) loop
  insert ....
  end loop;
   
  Regards
   
  Joseph

Onkar N Tiwary <onkarnath.tiwary@xxxxxxxxx> 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:
  
*******************************************************************************************

Other related posts: