PL/SQL (MOSC)

MOSC Banner

Convert the entire table data as csv format and insert it in another table's single column.

edited Jan 30, 2024 7:15AM in PL/SQL (MOSC) 2 commentsAnswered

Hi Team,

Let's assume the employees table receives new records every hour. When loading these new records into the table, it is truncated, and the new records are loaded. Due to this process, we need to store the entire old table data by converting it to CSV format and inserting that data into another table.

Note:

The CSV table contains 24 rows for every day. Each row contains loaded time and csv data in a single column.

Could you please provide any approach?

Thanks in Advance..!

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center