PL/SQL table vs other alternatives when work with large amount of data
To increase performance we load data in to PL/SQL tables using BULK fetch and when needed these tables are passed in to different PL/SQL API methods .. we also write select statement against these tables as fallows.
Please advise me is this the best way to work with large amount of data or any other alternatives there?
Here Project_connection_tab_ is a PL/SQL table
/servlet/JiveServlet/downloadImage/2-13356924-145131/pastedImage_0.png
how do we pass tables
declaration