UDE-00018: Data Pump client is incompatible with database version 11.2.0.1.
I am tring to take an export backup of my database which is 11.2.0.1 version. I am using expdp which is running from the same binaries as the 11.2.0.1 database. But , I get the below error -
$ $ORACLE_HOME/bin/expdp db1/***** DIRECTORY=EXPORT_db1 FULL=Y job_name=full_db1_exp DUMPFILE=EXPORT_DIR:db1_%U_Jan31.dmp LOGFILE=EXPORT_LOG:db1_Jan31.log PARALLEL=3
Export: Release 11.2.0.1.0 - Production on Mon Jan 31 14:34:16 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
UDE-00018: Data Pump client is incompatible with database version 11.2.0.1.0
The database that I am trying to export is also 11.2.0.1. Does anyone know why this still throws this error when both are the same version?
sqlplus db1/****
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jan 31 15:39:03 2011
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options