I concur and I assume it's just a typo that you wrote ALL'PLSQL instead of ALL' PLSQL?
PLSQL_WARNINGS = 'ENABLE:A"
"LL'PLSQL_CCFLAGS = ''"
I'm tyring to import a dump file that i exported from an Oracle database with version 10.2.0.1.0 and import it to an Oracle Database with Version 10.1.0.2.0
Is causing me some errors though
IMP-00017: following statement failed with ORACLE error 2248:
"ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL = 2 NLS_LENGTH_SEMANTICS = 'BYTE' PL"
"SQL_CODE_TYPE = 'INTERPRETED' PLSQL_DEBUG = TRUE PLSQL_WARNINGS = 'ENABLE:A"
"LL'PLSQL_CCFLAGS = ''"
IMP-00003: ORACLE error 2248 encountered
ORA-02248: invalid option for ALTER SESSION
IMP-00000: Import terminated unsuccessfully
which seems that is incompatibility.
How can i achieve this import. This is very important.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Overview of Data Pump dumpfile compatibility.
Export Use Export Data Pump parameter VERSION=...
From if dumpfile needs to be imported into a
Source Target Database with compatibility level
Database (value of init.ora/spfile parameter COMPATIBLE):
With
COMPATIBLE 9.2.0.x.0 10.1.0.x.0 10.2.0.x.0 11.1.0.x.0
---------- ------------- ------------- ------------- -------------
10.1.0.x.0 VERSION=9.2 - - -
---------- ------------- ------------- ------------- -------------
10.2.0.x.0 VERSION=9.2 VERSION=10.1 - -
---------- ------------- ------------- ------------- -------------
Syntax Export Data Pump parameter: VERSION
VERSION={COMPATIBLE | LATEST | version_string}
COMPATIBLE = The version of the metadata corresponds to the database compatibility level. Database compatibility must be set to 9.2 or higher. This is the default value.
LATEST = The version of the metadata corresponds to the database release version.
version_string = A specific database version (e.g.: 11.1.0).
Business Accounts
Answer for Membership
by: ishandoPosted on 2009-03-12 at 07:53:53ID: 23869011
You need to use the exp from the 10.1.0.2 version to do the export from the 10.2 database