Error: PLS-00216: NUMBER precision constraint must be in range (1 .. 38)
440025Apr 26 2006 — edited Apr 26 2006While compiling one package i am getting the error>
PLS-00216: NUMBER precision constraint must be in range (1 .. 38)
The declaration is:
lServerImportRetVal number(40);
Database is Oracle10gdb.
Do i resize the variable to 38... is that advisable.?