HOW TO REFRESH SCHEMA USING EXPDP/IMPDP || ORACLE 12C || EXPDP IMPDP UTILITY || DBA FROM INDIA

Hi There In this video I have tried to explain about the schema refresh activity using expdp impdp utility of oracle. Below are given steps. If you find this video helpful LIKE SHARE & SUBSCRIBE. PLAN ==== 1. CREATE TABLESPACE 2. CREATE AN USER 3. GIVE QUOTA TO THE USER ON THE TABLESPACE 4. IMPORT THE EPORT BACKUP TO THE NEW USER STEPS: ======== GET DDL: ======= select username,account_status from dba_users where username like '%TEST_02%'; Set pages 999; set long 90000; select dbms_metadata.get_ddl('USER','TEST_02') from dual; select file_name from dba_data_files where tablespace_name='USERS'; CREATE TABLESPACE: ================= create tablespace TESTUSER datafile '/u01/PROD/db_files/PROD/testuser1.dbf' size 50M; CREATE USER "TESTUSER" IDENTIFIED BY TESTUSER#123 DEFAULT TABLESPACE "TESTUSER" TEMPORARY TABLESPACE "TEMP"; ALTER USER TESTUSER QUOTA UNLIMITED ON TESTUSER; nohup impdp \'/ as sysdba\' directory=EXPDP dumpfile=TEST_02.dmp logfile=import_test_02_to_TESTUSER.log remap_schema=TEST_02:TESTUSER & #oracle #oracledba #oracledatabasetutorial #oracle12c #oracle19c #oracle11g

HOW TO TAKE FULL DATABASE BACKUP USING EXPDP || ORACLE 12C || ORACLE DBA || DBA FROM INDIA
▶︎

HOW TO TAKE FULL DATABASE BACKUP USING EXPDP || ORACLE 12C || ORACLE DBA || DBA FROM INDIA

How to work with Tablespaces in Real-Time? Tablespace Administration
▶︎

How to work with Tablespaces in Real-Time? Tablespace Administration

Oracle Database 19c REFRESH using RMAN and DATA PUMP
▶︎

Oracle Database 19c REFRESH using RMAN and DATA PUMP

Oracle Database Cloning via RMAN Restore Recover Method
▶︎

Oracle Database Cloning via RMAN Restore Recover Method

Oracle Data Pump | Perform faster data export and import in Oracle
▶︎

Oracle Data Pump | Perform faster data export and import in Oracle

HOW TO PERFORM BACKUP AND RESTORE USING EXPDP/IMPDP UTILITY||  ORACLE 12C || DBA FROM INDIA
▶︎

HOW TO PERFORM BACKUP AND RESTORE USING EXPDP/IMPDP UTILITY|| ORACLE 12C || DBA FROM INDIA

Oracle Database Physical Standby Creation step by step - Dataguard 12c 19c New features
▶︎

Oracle Database Physical Standby Creation step by step - Dataguard 12c 19c New features

The NoSQL Lie That Keeps Developers Overbuilding
▶︎

The NoSQL Lie That Keeps Developers Overbuilding

Oracle Database Migration Methods - Goldengate, Transportable Tablespace, RMAN, Export - Import & DG
▶︎

Oracle Database Migration Methods - Goldengate, Transportable Tablespace, RMAN, Export - Import & DG

Deutschland – Curaçao Highlights | Gruppe E, FIFA WM 2026 | sportstudio
▶︎

Deutschland – Curaçao Highlights | Gruppe E, FIFA WM 2026 | sportstudio

PostgreSQL vs MySQL
▶︎

PostgreSQL vs MySQL

Oracle DBA Justin - How to backup and restore an Oracle database with RMAN (basic)
▶︎

Oracle DBA Justin - How to backup and restore an Oracle database with RMAN (basic)

Oracle Export Import Utility | Oracle 11g Administration
▶︎

Oracle Export Import Utility | Oracle 11g Administration

how to restore rman backup on different server
▶︎

how to restore rman backup on different server

Germany vs. Curaçao FIFA World Cup 2026 | Sportschau
▶︎

Germany vs. Curaçao FIFA World Cup 2026 | Sportschau

Oracle Database Architecture - Part1
▶︎

Oracle Database Architecture - Part1

Webinar-12- Live Demo on Dataguard Switch Over and Dataguard Fail Over || DR Drill Activity
▶︎

Webinar-12- Live Demo on Dataguard Switch Over and Dataguard Fail Over || DR Drill Activity

Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker
▶︎

Turing Award Winner: Disagreeing with Google, Postgres, Future Problems | Mike Stonebraker

Oracle Data pump || Database Cloning || Schema Backup || Duplicate Schema ||  Exporting Schema || DP
▶︎

Oracle Data pump || Database Cloning || Schema Backup || Duplicate Schema || Exporting Schema || DP

Restore points and Flashback database || Normal vs Guaranteed restore points | Oracle DBA Tutorial
▶︎

Restore points and Flashback database || Normal vs Guaranteed restore points | Oracle DBA Tutorial