Problem with table migrating 6i to 10g [message #250079] |
Sat, 07 July 2007 12:55 |
athensromania
Messages: 46 Registered: July 2007 Location: Valencia,Spain
|
Member |
|
|
Hi,first of all sorry for my English.
I'm migrating an application from Oracle Forms 6i to Oracle Forms 10g and this is the problem:
I have built a new structure with this sentence:
type prueba is table of varchar2(60) index by binary_integer;
I think that the structure of the sentence is correct but when I'm trying to compile this sentence in 10g I have an error li ke this:
restricted type name "prueba"
and in Forms 6i it runs without problems.I have tried to change the name of the type but I have the same problem.
Thanks for your help.
|
|
|
|
|