DBACLASSDBACLASS

  • ORACLE DBA
    • DATABASE
      • ADMINISTRATION
      • PERFORMANCE TUNING
      • DATAGUARD
      • ORACLE SECURITY
      • Backup & Recovery
      • TROUBLESHOOT
      • QUIZ
    • ORACLE RAC
    • ORACLE 12c-20c
    • ORACLE MULTITENANT
    • OEM 12C/13C
    • GOLDENGATE
    • INTERVIEW QA
    • DBA CHEATSHEET
  • DBA SCRIPTS
  • POSTGRES
  • POSTGRES SCRIPTS
  • MYSQL
  • DEVOPS

EXPDP

How to do import using network_link in oracle

By using network_link parameter, we can directly import the data from source database to target database without generating the dump file. This will need a database link between source and target db ....

How to run expdp in pluggable database(PDB)

In the multitenant database, For getting an export dump from the pluggable database, we need a follow a bit different process. DEMO: PLUGGABLE DATABASE(PDB) – PRE1 SCHEMA_NAME – DBACLASS (...

How to use expdp to export data from physical standby database

During peak business hours, It is not advised to export data from production .(as it might impact the performance). So if we have a physical standby database, we can export data using datapump from st...

ORA-39095: Dump file space has been exhausted: Unable to allocate

PROBLEM: While running expdp with filesize parameter, got below error. expdp dumpfile=full1.dmp logfile=full1.log directory=T filesize=100m full=y Starting "SYS"."SYS_EXPORT_FULL_01": /******** AS SYS...

Schedule expdp job in dbms_scheduler

We usually schedule expdp jobs in a standard shell script.  But the same can be achieved using dbms_scheduler utility also. Below are steps for scheduling expdp job. Here we will schedule a full expd...

ORA-39174: Encryption password must be supplied

PROBLEM: While importing a dump, getting below error: Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 – 64bit Production With the Partitioning, OLAP, Advanced Analytics a...

ORA-31617: unable to open dump file for write

PROBLEM: While taking expdp in rac database, got below error. ORA-31617: unable to open dump file “/dumparea/TEST/asset_75.dmp” for write ORA-19505: failed to identify file “/dumparea/TEST/asset...

ORA-39358: Export dump file version not compatible

PROBLEM: While importing dump file, got error as ORA-39358: Export dump file version 12.1.0.2.0 not compatible with target version 11.2.0.4.0 . SOLUTION: 1. Check the compatible parameter of both sour...

expdp backup using shell script

Requirement: Configure a shell script, to take export backup of table daily at 3 PM  and send the log to stake holders. Script: ( EXP_TAB_cmprss.sh) # $Header: EXP_TAB_cmprss.sh # *==================...

Datapump New features in Oracle 12.2

          A lot of enhancements has been done in Oracle 12.2 Release.  In this article We will explain the new features of datapump utility in oracle 12.2 Release. 1.Parfile content  written t...

Page 2 of 3«123»
Google
Custom Search
  • 5ansible
  • 48BACKUP & RECOVERY
  • 6BLOG
  • 16CLOUD
  • 59DATABASE
  • 40DATABASE SCRIPTS
  • 10Database-Wiki
  • 28DATAGUARD
  • 9DB TOOLS
  • 18GOLDENGATE
  • 3HADOOP
  • 47HOW TO
  • 11INTERVIEW QA
  • 61ORACLE 12C
  • 5ORACLE 18C
  • 12ORACLE 19C
  • 59ORACLE RAC
  • 13ORACLE SECURITY
  • 30PERFORMANCE TUNING
  • 29POSTGRES
  • 4R-STUDIO
  • 13SHELL SCRIPT
  • 152TROUBLESHOOTING
  • 3WEBLOGIC
  • Upgrade database from 11g to 12c manually 111296 16
  • Upgrade database from 12.1.0.2 to 12.2.0.1 83536 9
  • ORA-04036: PGA memory used by the instance exceeds PGA_AGGREGATE_LIMIT 82420 3
  • Prerequisite check “CheckActiveFilesAndExecutables” failed 71482 3
  • install oracle goldengate 12c on linux 7 67374 0
  • How to run SQL tuning advisor for a sql_id 65352 9
  • Transparent Data Encryption (TDE) in oracle 12c 55419 2
  • How to drop and recreate temp tablespace in oracle 55308 8
  • ORA-01624: log 1 needed for crash recovery of instance 52506 2
  • ORA-24247: network access denied by access control list (ACL) 50487 1

Tags

12c 19C archive archivelog ASM Audit AWR backup cloning cloud cluster database dataguard dgmgrl DISKGROUP EDB EXPDP failover flashback goldengate grid impdp multitenant OPATCH ORA- oracle oracle 12.2. oracle 12c partition patch patching PDB pluggable postgres RAC replication rman SCRIPT security SHELL script standby tablespace temp undo upgrade

About DBACLASS

DBACLASS.COM is a knowledgebase for Oracle Database administrators
  • @TwitterDBA https://t.co/iMfhff4h6d
    Friday Oct 28 - 8:28am
  • @TwitterDBA https://t.co/xBWFtD3lga
    Friday Oct 28 - 8:27am

Follow @supportdbaclass on Twitter

  • Privacy policy
  • Terms & Conditions
  • Contact us
  • About Us
  • Write for us
  • Q&A Forum

©Copyright 2020 The DbaClass Group ®ALL RIGHTS RESERVED.