PLS-00491: numeric literal required



PLS-00491: numeric literal required..

Answer / guest

Cause: A constant or variable was used where a numeric
literal is required. For example, the code might look like
my_ename VARCHAR2(max_len); instead of my_ename
VARCHAR2(15); When specifying the maximum length of a
VARCHAR2 variable, an integer literal must be used.

Action: Replace the identifier with a numeric literal.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-37026: (XSMLTRESYNC01) Object workspace object cannot be resynced without dimension workspace object.

1 Answers  


ORA-28673: Merge operation not allowed on an index-organized table

1 Answers  


SQL*Loader-00283: file processing string "string" ignored for INFILE *

1 Answers  


RMAN-11001: Oracle Error: string

1 Answers  


ORA-38310: cannot purge tablespace for other users

1 Answers  






RMAN-06084: the target database may not be mounted when issuing REPLICATE

1 Answers  


ORA-31634: job already exists

1 Answers  


ORA-24064: propagation for QUEUE string and DESTINATION string already enabled

1 Answers  


ORA-37121: AW Spreadsheet invalidated

1 Answers  


ORA-24391: invalid fetch operation

1 Answers  


DRG-11531: start token not found on line string

1 Answers  


NNL-01041: Data stream open failures: number

1 Answers  


Categories