Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Export OK - Import errors

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-11-08, 08:19
gomcar gomcar is offline
Registered User
 
Join Date: Dec 2007
Posts: 5
Export OK - Import errors

hi all. !!
I have a dmp without errors and I send it to other person and He have errors during the import proccess like missed packages
can be the cause a different character set? or diferent version of export utility?

This is my character set
Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set

and this is the character set of the other db.
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set.

can this be the problem??

Thanks...
Reply With Quote
  #2 (permalink)  
Old 01-11-08, 09:24
Littlefoot Littlefoot is offline
Lost Boy
 
Join Date: Jan 2004
Location: Croatia, Europe
Posts: 2,717
And database versions, along with used export and import versions were ...?
Reply With Quote
  #3 (permalink)  
Old 01-11-08, 09:31
gomcar gomcar is offline
Registered User
 
Join Date: Dec 2007
Posts: 5
sorry,
my db is Oracle 9.2.0.7.0
and the other is Oracle 9.2.0.1.0
Reply With Quote
  #4 (permalink)  
Old 01-11-08, 09:56
pablolee pablolee is offline
Registered User
 
Join Date: Dec 2007
Posts: 129
Any chance you could post the errors too (might be relevant)
Reply With Quote
  #5 (permalink)  
Old 01-11-08, 12:17
flyboy flyboy is offline
Registered User
 
Join Date: Mar 2007
Posts: 114
Quote:
along with used export and import versions
Let me suppose, those versions are the same as the database versions.
Then, in general, you cannot import dmp file created with HIGHER version of EXP than the IMP version (it may work sometimes, but I would not depend on this).
Not sure about importing with higher version of IMP than the DB version, but I would not try it.
I would rather export with lower version of EXP (in your case 9.2.0.1. at least).
Reply With Quote
  #6 (permalink)  
Old 01-11-08, 12:36
gomcar gomcar is offline
Registered User
 
Join Date: Dec 2007
Posts: 5
I suppose the same...
i export with a less version of export or import with higer version.

-Error(24,44): PLS-00201: identifier 'SUBSTRING' must be declared (en ap_rev_w_arbol_dependencias)

-Error(78,84): PL/SQL: ORA-00904: "DATEDIFF": invalid identifier (en ap_rev_w_cant_obj_detalle)

-Error(356,7): PLS-00201: identifier 'EXEC_SQL' must be declared (en AP_REV_W_COMPARACION)

-Error(1211,27): PL/SQL: ORA-00904: "UCASE": invalid identifier (en ap_rev_w_cons_lista_ed)

SUBSTRING,DATEDIFF,EXEC_SQL and UCASE are functions of a schema included in the export.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On