Improve Performance using Oracle Smart Flash Cache
The article/blog is published on my company website… Improve Performance using Oracle Smart Flash Cache
Mastering the Oracle Stack, One Post at a Time.
Oracle Database, the related services (cloud) and various options in the database.
The article/blog is published on my company website… Improve Performance using Oracle Smart Flash Cache
Global temporary table data is stored in the temporary tablespace (where no redo will be generated on the DML operations). When DML operations are performed on global temporary table, for read consistency undo must be generated. Such undo records are written to undo tablespace, and thus redo generated on the undo writes. If you perform … Read more