Hi Everyone, I have this function I am building so I can parse long datatypes. I keep getting a ORA-06502 error when I come to the following line
rls.text is the column with the long datatype,
rsqlcode is declared as report_level_sql.text%type,
and r_id is the only parameter that is passed in.
Any clues as to why I keep getting this error?
Please help,
Lauren McDonald, B.Sc.
Programmer Analyst
Saskatchewan Healthcare Employees' Pension Plan
Code:
select rls.text into rsqlcode from report_level_sql rls where rls.id = r_id;
rsqlcode is declared as report_level_sql.text%type,
and r_id is the only parameter that is passed in.
Any clues as to why I keep getting this error?
Please help,
Lauren McDonald, B.Sc.
Programmer Analyst
Saskatchewan Healthcare Employees' Pension Plan