
- Forum
- Databases
- Oracle Error has occured "ARRAY cannot be constrained"
-
Error has occured "ARRAY cannot be constrained"
I had written a program on PL/SQL table but error was occured that is 'type name "ARRAY" cannot be constrained' What is it
Question asked by visitor Radhikakrishna
-
Junior Member
Re: Error has occured "ARRAY cannot be constrained"
well by defaul the size of array is 20 so may be it is related to it. v can change the size of the array
-
Re: Error has occured "ARRAY cannot be constrained"
can please post your code for the reference of the experts of the forum .
-
Junior Member
Re: Error has occured "ARRAY cannot be constrained"
by applying the statement
set array[size]
this ll change the size of the array
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules