home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / doc / error / 04Aovqp.doc < prev    next >
Encoding:
Text File  |  1992-11-19  |  3.0 KB  |  82 lines

  1.  
  2.  
  3.  
  4.  
  5.      OVQP(ERROR)                  3/30/79                  OVQP(ERROR)
  6.  
  7.  
  8.  
  9.      NAME
  10.           One Variable Query Processor error message summary
  11.  
  12.      SYNOPSIS
  13.           Error numbers 4000 - 4499.
  14.  
  15.      DESCRIPTION
  16.           These error messages can be generated at run time.  The  One
  17.           Variable  Query Processor actually references the data, pro-
  18.           cessing the tree produced by the parser.  Thus, these  error
  19.           messages  are associated with type conflicts detected at run
  20.           time.
  21.  
  22.      ERRORS
  23.           4100    ovqp query list overflowed
  24.  
  25.                   This error is produced in the  unlikely  event  that
  26.                   the  internal form of your interaction requires more
  27.                   space in the one variable query processor  than  has
  28.                   been  allocated  for  a  query buffer.  There is not
  29.                   much you can do except shorten your  interaction  or
  30.                   recompile OVQP with a larger query buffer.
  31.  
  32.           4106    the interpreters stack overflowed -- query too long
  33.           4107    the buffer for ASCII and CONCAT commands overflowed
  34.  
  35.                   More buffer overflows.
  36.  
  37.           4108    cannot use arithmetic  operators  on  two  character
  38.                   fields
  39.           4109    cannot use numeric values with CONCAT operator
  40.  
  41.                   You have tried to perform  a  numeric  operation  on
  42.                   character fields.
  43.  
  44.           4110    floating point exception occurred.
  45.  
  46.                   If you have floating point hardware instead  of  the
  47.                   floating  point  software  interpreter, you will get
  48.                   this error upon a floating point  exception  (under-
  49.                   flow  or  overflow).  Since the software interpreter
  50.                   ignores such exceptions, this error is only possible
  51.                   with floating point hardware.
  52.  
  53.           4111    character value cannot be converted to  numeric  due
  54.                   to incorrect syntax.
  55.  
  56.                   When using int1, int2, int4, float4,  or  float8  to
  57.                   convert a character to value to a numeric value, the
  58.                   character value must have the proper  syntax.   This
  59.                   error  will  occur  if the character value contained
  60.                   non-numeric characters.
  61.  
  62.           4112    ovqp query vector overflowed
  63.  
  64.                   Similar to error 4100.
  65.  
  66.           4113    compiler text space ran out
  67.           4114    compiler ran out of registers
  68.  
  69.                   These errors refer to an experimental version of the
  70.                   system that is not currently released.
  71.  
  72.           4199    you must convert your  6.0  secondary  index  before
  73.                   running this query!
  74.  
  75.                   The internal format of secondary indices was changed
  76.                   between  versions 6.0 and 6.1 of INGRES.  Before de-
  77.                   ciding to use a secondary index OVQP checks that  it
  78.                   is  not a 6.0 index.  The solution is to destroy the
  79.                   secondary index and recreate it.
  80.  
  81.  
  82.