Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Inserting an array in a table

User_1CFTWJan 16 2023 — edited Jan 16 2023

Oracle Live SQL - Script: Inserting an array in a table (0 Bytes)i'm doing this but it's not work
i don't know why
error : pls-00222 no function with name 'REC_T' exists in this scope
and one more thing..
rec_table rec_table_t:= rec_table_t();
rec rec_t;
what different? why rec_table_t add parentheses '()'?
it's not function just array..

This post has been answered by mathguy on Jan 16 2023
Jump to Answer
Comments
Post Details
Added on Jan 16 2023
3 comments
297 views