Tag: sql
database
ID: 20150220
Change the default temporary tablespace
#database #oracle #sqlWhen your temporary tablespace gets full and you can’t resize it, you may consider switching ti a new ont to reclaim disk space. Changing the default temporary tablespace will allows you to discard... Read more
20 Feb 2015 - 1 minute readdatabase
ID: 20150120
Enable parallel DML
#oracle #sqlEffectively using parallel DML can speed up data manipulation. By the way, DML stands for (Data Manipulation Language), and refers to Insert, Update and Delete which plays at the row level. DDL (D... Read more
20 Jan 2015 - less than 1 minute read