Copying data from old column to new column with large amount of records
0
votes
0
answers
68
views
While updating/copying the data from old column to new column we are facing the issue with tablespaces in database.
Records count: 158 million+
Using below query to update the records,
UPDATE TABLE_NAME SET NEW_COLUMN = OLD_COLUMN:
I updated the tablespace for the 3 times, but issue is not resolve.
Asked by Mujahid Boramani
(1 rep)
Apr 23, 2024, 11:57 AM
Last activity: Apr 23, 2024, 12:28 PM
Last activity: Apr 23, 2024, 12:28 PM