Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

UDE-00018: Data Pump client is incompatible with database version 11.2.0.1.

user12158503Jan 31 2011 — edited Feb 2 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 2 2011
Added on Jan 31 2011
10 comments
9,512 views