Chủ Nhật, 29 tháng 11, 2020

Chuyển dữ liệu sử dụng exprort, import cũ trong Oracle Database

Help: imp help=y || exp help=y
1. IMP
Note: 
- Nếu đã có dữ liệu rồi sẽ import 1 lần nữa
- User phải có quyền DBA thì mới import được object của schema này sang schema khác
Sửa bài viết

Quản lý Pfile trong Oracle Database

Là file tham số lưu trữ các tham số của Instance như memory, sga, pga, process,....
Sửa bài viết

Quản lý Pfile trong Oracle Database

Là file tham số lưu trữ các tham số của Instance như memory, sga, pga, process,....
Sửa bài viết

Bổ sung control file trong Oracle Database

--Kiểm tra thông tin
select * from v$parameter where name like 'control%';

--control_files    2    /data/oradata/prepaid/control01.ctl, /data/oradata/prepaid/control02.ctl, /data/oradata/prepaid/control03.ctl

--Lấy thông tin hiện tại của database
select name from v$controlfile;
Sửa bài viết

Quản lý dung lượng Temp trong Oracle Database

Mục đích: Quản lý dung lượng temp trong Oracle Database 10g, 11g, 12c, 19c
Sửa bài viết

Quản lý Control Files trong Oracle Database từ A-Z

1. KIỂM TRA
Sửa bài viết

Script Resize datafile trong Oracle Database

declare
   cursor c1 is select tablespace_name,file_id,max(block_id) mbid from dba_extents 
--   where tablespace_name in ('DATA_GPRS')
   group by tablespace_name,file_id;
Sửa bài viết

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master