jagmohankaintura-tl

Results 3 issues of jagmohankaintura-tl

All the variable declarations which were done using %ROWTYPE have issues while extracting to PostgreSQL equivalent. ROWTYPE is completely Removed. Example : v_rec_master TMS_CNTR_GRP1**%ROWTYPE;**

While doing extraction for Packages, if we have multiple overloaded functions present in the Package Body only the last function coming in sequence of extraction is getting extracted and rest...

enhancement

I have few tables which have data in millions and size is over 1GB . I wanted to extract table data into multiple files. I could see there is a...

enhancement