Link to home
Start Free TrialLog in
Avatar of Mounikaa
Mounikaa

asked on

ORA-00972: identifier is too long

hi,

when I am trying to execute stored procedure I got the following error.
Error report:
ORA-00972: identifier is too long
00972. 00000 -  "identifier is too long"
*Cause:    An identifier with more than 30 characters was specified.
*Action:   Specify at most 30 characters.

My declarations are
I_START_DATE IN  OUT VARCHAR2,
I_END_DATE IN OUT VARCHAR2,
OUT_CURSOR OUT SYS_REFCURSOR


Please let me know the problem

Its urgent!!
Avatar of Mounikaa
Mounikaa

ASKER

hello..

please heli me!!
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks a lot!!