Oracle decode error
I've been trying to get a really ugly Oracle DECODE statement to work and I keep getting an error:
Finally figured out that Oracle limits the DECODE statement to 255 arguments and this includes all of the arguments -- the expression, search, and result arguments.
ORA-00939: too many arguments for function
Finally figured out that Oracle limits the DECODE statement to 255 arguments and this includes all of the arguments -- the expression, search, and result arguments.
| Rating: | no ratings, 0 total Votes |
| Categories: | Oracle databases errors |
| Added: | on Dec 01, 2008 at 10:08 am |
| Added By: | an anonymous user |
| Searches: | oracle error decode database argument |

