ora-01041 with export [message #73987] |
Mon, 16 August 2004 03:23 |
Martial
Messages: 9 Registered: April 2004
|
Junior Member |
|
|
Hi !
I have a small problem when I try to make the export of my database, I obtain the following errors:
EXP-00008 : oracle error 603 encountered
ORA-00603 : Oracle server session terminated by fatal error
EXP-00008: Oracle error 1041 encountered
ORA-01041: internal error.hostdef extension doesn't exist
Somebody can say to me why?
|
|
|
|
|
Re: ora-01041 with export [message #73994 is a reply to message #73993] |
Tue, 17 August 2004 03:09 |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
Generally this error occurs in SQLPLUS.
So, please try to post all the errors and sample log file of your export as I reckon that there must be some other error codes also accompanying this.
What possibly ou have to do here is to Unset the EXTSHM environment variable.(This generally helps when you get this error in SQLPLUS).
o If you use the Korn/Bourn Shell, do the following:
unset EXTSHM
o If you use the C Shell, do the following
unsetenv EXTSHM
For more details refer to Note:118383.1 on Metalink.
HTH
Regards
Himanshu
|
|
|