| PLS-00398 | wrong number of columns in UNION, INTERSECT, or MINUS expression | 
					
							| PLS-00399 | different types of columns in UNION, INTERSECT, or MINUS expression | 
					
							| PLS-00400 | different number of columns between cursor SELECT statement and return value | 
					
							| PLS-00401 | different column types between cursor SELECT statement and return value found at string | 
					
							| PLS-00402 | alias required in SELECT list of cursor to avoid duplicate column names | 
					
							| PLS-00403 | expression string cannot be used as an INTO-target of a SELECT/FETCH statement | 
					
							| PLS-00404 | cursor string must be declared with FOR UPDATE to use with CURRENT OF | 
					
							| PLS-00405 | subquery not allowed in this context | 
					
							| PLS-00406 | length of SELECT list in subquery must match number of assignment targets | 
					
							| PLS-00407 | * not allowed here; a list of columns is required | 
					
							| PLS-00408 | duplicate column string not permitted in INSERT or UPDATE | 
					
							| PLS-00409 | duplicate variable string in INTO list is not permitted | 
					
							| PLS-00410 | duplicate fields in RECORD,TABLE or argument list are not permitted | 
					
							| PLS-00411 | Number of values in aggregate and in subquery dont match | 
					
							| PLS-00412 | list of values not allowed as argument to this function or procedure | 
					
							| PLS-00413 | identifier in CURRENT OF clause is not a cursor name | 
					
							| PLS-00414 | no column string in table | 
					
							| PLS-00415 | string is an OUT parameter and cannot appear in a function | 
					
							| PLS-00416 | The third argument of DECODE cannot be NULL | 
					
							| PLS-00417 | unable to resolve string as a column |