HUGEPAGES

Categories
Crypto

Processes use memories as pages, in the future these pages can be set to 4kB, 2MB or even 1GB specifically, in new systems this value is usually 2Mb. When processes want to use a memory space, this space is allocated as a page and this page is usually a very small unit, so processes that […]

How To Drop Database Oracle

Categories
NFT, Trading

We can use the following sql for Datafile Controlfile and Logfile control, we can check it again at the end of the drop process. SQL> select name from v$datafile; SQL> select name from v$controlfile; SQL> select * from v$logfile; Let’s connect and close the database SQL> shu immediate; Let’s open the database in Exclusive Mode […]