Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> table type
Hallo,
how can I create a table type from an existing table? It must have the same
attribute names because I want to use it as return type for a PL/SQL
procedure, which does something on the original table.
I tried something like this, but it didn't work.
CREATE TYPE TESTER.Videos_TableType AS
TABLE OF TESTER.Videos%ROWTYPE
Do you have any ideas?
Thanks, Christian Received on Thu Jun 10 2004 - 07:02:22 CDT
![]() |
![]() |