Page 1 of 1

pl/sql table

Posted: Wed Apr 11, 2007 1:14 pm
by venkat_mel
hi,

why do you use pl/sql tables in a package.what is the use of them.
can anyone plz let me know.

thanks,
venkat

Posted: Sun Apr 15, 2007 10:04 pm
by amirtai
Hi

Because Oracle saves all its information in the form of tables. In other words info about tables are stored in tables as well. Part of that info is also called Data Dictionary.

If you wanna know about any specific package do let us know.

Thanks