- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ORACLE - IMP-00010: not a valid export file
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 11:21 AM
тАО09-16-2005 11:21 AM
ORACLE - IMP-00010: not a valid export file
We exp using 10g version of Oracle and want to imp on a 9i. Is this possable? The error message "IMP-00010: not a valid export file, header failed verification" is what we have been getting when we tried. I have ftp'd the file using binary transfer more than once and we still get the same error.
Help is needed,
thank you,
Stephen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 12:09 PM
тАО09-16-2005 12:09 PM
Re: ORACLE - IMP-00010: not a valid export file
ORACLE - IMP-00010 due to file corruption. Was the export created from this client.
Your IMP-00010 error is most commonly caused when transferring the dump file with FTP and not explicitly stating to transfer in binary mode. Some FTP programs incorrectly see this file as a text file, which it is not. The dump file becomes corrupt on transfer. The only option is to retransfer in binary mode.
Regards,
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 12:21 PM
тАО09-16-2005 12:21 PM
Re: ORACLE - IMP-00010: not a valid export file
I am using the 10g to do the exp and a 9i for the emp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 01:37 PM
тАО09-16-2005 01:37 PM
Re: ORACLE - IMP-00010: not a valid export file
FTP should be done in binary mode. Maybe you have secure FTP or another utiliy which you can try to FTP this over with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 04:38 PM
тАО09-16-2005 04:38 PM
Re: ORACLE - IMP-00010: not a valid export file
To move data DOWN a version(s), you need to export using that lower versions EXP tool and IMP using that lower versions tool.
To move data UP a version, you export using the EXP of the database that contains the data and you IMP using the imp that ships with the TARGET database.
You might find the sqlplus COPY command to be a nice tool as well as it avoids the intermediate files and just copies data about. It is pretty fast too.
How did you proceed? Can you post the exact steps?
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2005 05:12 PM
тАО09-18-2005 05:12 PM
Re: ORACLE - IMP-00010: not a valid export file
1. exp must be of the lower version
2. imp must match the target version.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 02:03 AM
тАО09-19-2005 02:03 AM
Re: ORACLE - IMP-00010: not a valid export file
Go to your 9i machine and fix the tnsnames.ora file to talk to the 10g database. Connect to the 10g database from the 9i ORACLE_HOME when running exp to create a 9i export file. Then, import THIS file into 9i.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 05:25 AM
тАО09-19-2005 05:25 AM
Re: ORACLE - IMP-00010: not a valid export file
I have tried this transfer in sftp in binanay and will try other methods listed in the thread
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 06:15 AM
тАО09-19-2005 06:15 AM
Re: ORACLE - IMP-00010: not a valid export file
I am going to attempt this since this seem to be a logical choice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 06:17 AM
тАО09-19-2005 06:17 AM
Re: ORACLE - IMP-00010: not a valid export file
is it something like this ?
DRX.ME.COM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = devload.me.com)(PORT = 1522))
)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = drx.me)
)
)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 06:19 AM
тАО09-19-2005 06:19 AM
Re: ORACLE - IMP-00010: not a valid export file
And make sure ftp'ed with binary version.
All seems due to version mismatch , export dump created on higher version can't be imported on lower version.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 07:42 AM
тАО09-19-2005 07:42 AM
Re: ORACLE - IMP-00010: not a valid export file
On the 9i server add another entry into your tnsnames.ora file that refers back to the 10g database. This is the same entry that you would put on any client machine to communicate with the 10g database.
If you are unsure of the correct values for port, service_name, etc you can use the tnsping command from the 10g server to get the correct values. Then just add an entry similar to the one you listed with the new values.
Test the connection from the 9i server using sqlplus.
sqlplus user/passwd@10g_connect_string
Once that works you can run the export command on the 9i server and create the dump file locally.
exp user/passwd@10g_connect_string.
You will have problems if you are using any new 10g features that are not supported on 9i.
Patti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 08:08 AM
тАО09-19-2005 08:08 AM
Re: ORACLE - IMP-00010: not a valid export file
Let's say the 10G machine is "srva" and the port is 1522, and the ORACLE_SID on THAT machine is MYDB.
We'll name the connection "MYDB" by adding this to the tnsnames.ora file:
MYDB = (DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=srva)(PORT=1522))
(CONNECT_DATA=(SID=MYDB))
)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2005 08:09 AM
тАО09-19-2005 08:09 AM