sourabhjha
Programmer
I have some queries regarding VARRAY datatype in oracle.First query is that is it possible to create a varray type data with dynamic length.
And the second is that what is the syntax for inserting records into that varray type field.Say i have a table SMAPLE with a column named MYCOL which is of type of MYDATATYPE(VARRAY type which i had created earlier).Assuming MYDATATYPE is varray of datatype NUMBER then what will be the syntax for inserting records into the table SAMPLE.
And the second is that what is the syntax for inserting records into that varray type field.Say i have a table SMAPLE with a column named MYCOL which is of type of MYDATATYPE(VARRAY type which i had created earlier).Assuming MYDATATYPE is varray of datatype NUMBER then what will be the syntax for inserting records into the table SAMPLE.