Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

queries regarding using VARRAY type

Status
Not open for further replies.

sourabhjha

Programmer
Jan 13, 2002
121
IN
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top