Problems with import [message #244032] |
Mon, 11 June 2007 06:59 |
twadorno
Messages: 8 Registered: June 2007
|
Junior Member |
|
|
Dear Forum,
I have serious problems. I'm a .net-developer and not an admin of oracle.
My boss gave me an external harddisk with some oracle-files and the order, to "copy this oracle files to a new computer". It is no chance to make a good backup because oracle is not running.
I tried with several methods and several OS to connect the DB-files with my oracle 10.0.1 (seems to be the version of my files, too) - but always I failed.
Connection is not possible.
It is soooo easy with mySQL and MSSQL - but with Oracle it seems to be an horror.
Can anybody help me? I heard, that maybe the problem is not solveable at all. This would be a catastrophy for me and my boss.
So: I'm hoping for help!
Greetings and X
The Wiesengrund
|
|
|
|
Re: Problems with import [message #244035 is a reply to message #244032] |
Mon, 11 June 2007 07:04 |
sujeetsaxena16
Messages: 9 Registered: May 2007 Location: mumbai
|
Junior Member |
|
|
just go into the start-cmd
and write imp file=filename log=lognaem full=y rows=y ignore=y
when u run this script its ask to u about userid just type /as sysdba
just try with this method and send the report.
|
|
|
|
|
Re: Problems with import [message #244058 is a reply to message #244032] |
Mon, 11 June 2007 08:41 |
twadorno
Messages: 8 Registered: June 2007
|
Junior Member |
|
|
Hi
thanks for the infos.
but a
imp username/password file=path.dmp log=path.log full=y buffer=10485667 commit=y grants=n
is simple, if you have a *.dmp file.
But I have no DMP-File. This is my problem.
A person in my office made a COPY OF THE DATBASE on an external harddisk.
He called this "backup".
Then the computer was stopped - and then it is broken. This man said "We have a backup, here it is" - and he does not understand, that he must export the files - and not copy the database.
And I must now rescue the Datas and transfer them to an other Database.
Know you understand my problem?
Greetings
Der Wiesengrund
|
|
|
|
|
|
|
|
|
|
|
|
Re: Problems with import [message #244930 is a reply to message #244895] |
Thu, 14 June 2007 11:28 |
|
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
I can say you that these files come from a Big Endian platform (that is neither Windows nor Linux) with 8K block size.
It can't be restored on another platform type than the original one.
Regards
Michel
|
|
|