Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Pipelined table Functions
All,
I am investingating usage of Pipelined Table Functions for Transformation and Load into the datawarehouse. The source data is about a million records. I am using a ref cursor to select the data from the source and perform data transformations and pipe the row. Finally, a bulk insert from the table function to the database. Question is where is the table data stored when I pipe it. I need to monitor space usage to determine if this a feasibility. Also, how does the space assigned to the Table function shrink later.
Thanks for all your help in advance.
Sushma
![]() |
![]() |