Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Need to create a new data through script/plsql code by using collection datatype to upload the xls file through loader

Sphoorti kushwahaAug 19 2023 — edited Aug 20 2023

I have to prepare a plsql code by using collections data type to create the new data more than thousands (max 80000 records) for preparing a xls file to upload the file through loader.some column values in file would not be same for all records.

Format of column of file-

Action,accountid,record-type,account_type,account-no like 60 columns

Add,123,account1,A1,123…….

Add,234,account2,A1,234……

Modify,123,account1,A2,567……

Can I insert in some table through code and then copy in xls file manually or we can prepare an xls file also through code with data?

Please suggest.

Comments
Post Details
Added on Aug 19 2023
7 comments
229 views