Posts Tagged ‘PL-SQL’

Fast data copy with “Create Table Select From” in PL/SQL

Fast data copy with
Although I work mainly in Java/J2EE, recently I had a requirement in Oracle to take temporary backup of a table and compare the data of original table with this backup table. So I had to copy the data from table A to a temp table TA.First I tried creating temp table normally and copied the ...
Copyright © 2012 ViralPatel.net. All rights reserved.