摘要:
Buffer Cache 特性The buffer cache holds copies of the data blocks from the data files. Because the buffer cache is a part of the SGA, these blocks can be shared by all users. The server processes read data from the data files into buffer cache.(是server process 将数据从硬盘读取到内存的) To improve performance, the 阅读全文
摘要:
The Export utility can provide a logical backup of:Database objectsA tablespaceAn entire databaseThe Import utility is used to read a valid Export file for moving data into a database. Redo log history cannot be applied to objects that are imported from an export file, therefore data loss may occur, 阅读全文