Oracle DBA
Steps to take backup using expdb in oracle database:
How to take the backup of a object using expdb?
Step1: created directory /data/backup using mkdir -p /data/backup
Step2:
created directory test_dir as '/data/backup';
What is the meta data table to see details for directories?
Desc dba_directories;
select Owner,DIRECTORY_NAME from dba_directories where DIRECTORY_NAME ='DIRECTORNAME';
Here is the command to take the backup using expdb:
Comments
Post a Comment