PL/SQL (MOSC)

MOSC Banner

ORA-6502 returned when performing count

edited Jun 12, 2009 2:26AM in PL/SQL (MOSC) 2 commentsAnswered
When trying to run a count in pl/sql I am getting ORA-06502: PL/SQL: numeric or value error: character string buffer too small

I have tried everything I can think of, but can;t see where I am going wrong. Please could some fresh eyes take a look?

I have highlighted the area where my diagnostics seem to be indicating the problem

From my logfile

Check number of rows per table
select count(1) from ARADMIN.BMC_BMC_UPS@SYSTEMRMDU2
  *** ERROR at select count(1) from ARADMIN.BMC_BMC_UPS@SYSTEMRMDU2 last SQL code = -6502
  *** SQL ERROR message = ORA-06502: PL/SQL: numeric or value error: character string buffer too small

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center