Trong hướng dẫn này chúng ta sẽ cùng nhau tạo một CSDL mới trong Oracle thông qua DBCA trong oracle database 19c.
Các bưới tiến hành:
- Tạo mới
- Test
- Drop thử db mới
Tạo Database mới:
Xem cấu hình X11 nếu có lỗi: https://datalinks.vn/khac-phuc-loi-motty-x11-proxy-unsupported-authorisation-protocol/
dbca
















Check thông tin database mới:
export ORACLE_SID=datalinks sqlplus / as sysdba select name, open_mode from v$database;

Thử Drop database: (các file tương ứng sẽ cũng bị xoá hết khi drop database)
startup force mount restrict; drop database;
Như vậy là chúng ta đã tạo và xoá database thành công => chúng ta thấy để tạo mới 1 DB qua DBCA là rất đơn giản phải không nào.
Chúc các bạn thành công.
Xem thêm:
- Data Management là gì?
- Data Visualization là gì?
- Q5. Which two statements are true about table data storage in an Oracle database?
- Q5. Which three are true about recovery operations done without using Recovery Manager (RMAN)?
- Q71 The SCOTT/TIGER user exists in two databases, BOSTON_DB and DALLAS_DB, in two different locations
