Home » RDBMS Server » Server Utilities » Export error in log
Export error in log [message #259115] Tue, 14 August 2007 07:56 Go to next message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member
Hello sir

When i was run the export script the following error would occur
in export log.


EXP-00056: ORACLE error 6550 encountered
ORA-06550: line 1, column 41:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: Export terminated unsuccessfully


help i need your valuable suggestion.

-Thanx

[Updated on: Wed, 15 August 2007 07:53] by Moderator

Report message to a moderator

Re: Export error in log [message #259176 is a reply to message #259115] Tue, 14 August 2007 10:30 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Do you have two oracle homes?

Whats your Oracle version 4 decimals?

http://www.orafaq.com/forum/t/50716/0/
http://www.dizwell.com/prod/node/739
Re: Export error in log [message #259274 is a reply to message #259115] Tue, 14 August 2007 22:48 Go to previous messageGo to next message
Arju
Messages: 1554
Registered: June 2007
Location: Dhaka,Bangladesh. Mobile:...
Senior Member

What are the scripts contents. The error may be in PL/SQL script.
Re: Export error in log [message #259289 is a reply to message #259115] Tue, 14 August 2007 23:17 Go to previous messageGo to next message
kmkumar24
Messages: 69
Registered: January 2007
Location: Singapore
Member
Hi Vasu,

It is because if you try to export from 10g to 9i, these error will occurs.

It is nothing but the compatability error.

So, you have to export within the 9i server and import it on the 10g server.

Regards
Magesh
Re: Export error in log [message #259294 is a reply to message #259115] Tue, 14 August 2007 23:24 Go to previous messageGo to next message
Arju
Messages: 1554
Registered: June 2007
Location: Dhaka,Bangladesh. Mobile:...
Senior Member

Without checking the scripts and without oracle version no answer can be accurate.

So follow sticky.
Re: Export error in log [message #259785 is a reply to message #259294] Thu, 16 August 2007 09:05 Go to previous messageGo to next message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member
Thanx for all reply


I am really confused i dont know how it is possible when 9i and 10g are in same oracle server.

The server shows below information:

SQL*Plus: Release 10.2.0.1.0 - Production on Thu Aug 16 09:58:52 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.


Connected to:
Oracle9i Release 9.2.0.4.0 - Production
JServer Release 9.2.0.4.0 - Production

Please anybody give good solution for this, the export always failed.

-Thanx.

Re: Export error in log [message #259790 is a reply to message #259289] Thu, 16 August 2007 09:11 Go to previous messageGo to next message
Michel Cadot
Messages: 68645
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
You have to export with 9i binary if you want to import in a 9i database.

Regards
Michel
Re: Export error in log [message #259799 is a reply to message #259790] Thu, 16 August 2007 09:29 Go to previous messageGo to next message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member
Thank u sir

Hello sir

Please can you explain me what is binary export

Actually i have used the following script command to export the datas.

>exp $login file=$expfile log=$logfile filesize=2048M statistics=none full=y


-Thanx
Re: Export error in log [message #259805 is a reply to message #259799] Thu, 16 August 2007 09:58 Go to previous messageGo to next message
Michel Cadot
Messages: 68645
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
I didn't talk about binary export but export binary that is export program: exp.
Use 9i exp and not 10g exp to export and same thing for import.

Regards
Michel
Re: Export error in log [message #259835 is a reply to message #259805] Thu, 16 August 2007 11:36 Go to previous messageGo to next message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member


I have used the below export command for 9i i dont know difference between 9i export command and 10g export command
if 10g have any new export command means please help me.

9i server command:

>exp $login file=$expfile log=$logfile filesize=2048M statistics=none full=y


-Thanx
Re: Export error in log [message #259839 is a reply to message #259835] Thu, 16 August 2007 11:41 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
http://download-uk.oracle.com/docs/cd/B14117_01/server.101/b10825/whatsnew.htm
Re: Export error in log [message #259843 is a reply to message #259835] Thu, 16 August 2007 11:59 Go to previous messageGo to next message
Michel Cadot
Messages: 68645
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
use "oraenv" to point to a 9i home and execute your "exp" command.

Regards
Michel
Re: Export error in log [message #259898 is a reply to message #259843] Thu, 16 August 2007 15:12 Go to previous messageGo to next message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member


Hello sir


Its shows the same error for oraenv HOME also

EXP-00056: ORACLE error 6550 encountered
ORA-06550: line 1, column 41:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: Export terminated unsuccessfully
ORA-06550: line 1, column 41:
ORA-06550: line 1, column 15:

If there is any option please inform me.

-Thanx
Re: Export error in log [message #259899 is a reply to message #259115] Thu, 16 August 2007 15:17 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
what is the complete path for the 9i ORACLE_HOME folder?
Re: Export error in log [message #260613 is a reply to message #259899] Mon, 20 August 2007 08:09 Go to previous messageGo to next message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member
Sir


OUR ORACLE_HOME=/MNT/ORA_SYS/ORACLE/9.2.0


_THANX.
Re: Export error in log [message #260630 is a reply to message #259115] Mon, 20 August 2007 09:19 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
/MNT/ORA_SYS/ORACLE/9.2.0/exp $login file=$expfile log=$logfile filesize=2048M statistics=none full=y
Re: Export error in log [message #260635 is a reply to message #259115] Mon, 20 August 2007 09:39 Go to previous messageGo to next message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member
sir

It shows the following below error

[oracle@sadb 9.2.0]$ exp system/best@best file=exp.dmp log=testexp filesize=2048m statistics=none full=y

Export: Release 10.2.0.1.0 - Production on Mon Aug 20 10:35:13 2007

Copyright (c) 1982, 2005, Oracle. All rights reserved.


EXP-00056: ORACLE error 6550 encountered
ORA-06550: line 1, column 41:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: Export terminated unsuccessfully
[oracle@sadb 9.2.0]$


-Thanx
Re: Export error in log [message #260636 is a reply to message #259115] Mon, 20 August 2007 09:46 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
Too bad for you that you can NOT read & follow directions.

You're On Your Own.
Re: Export error in log [message #260663 is a reply to message #260636] Mon, 20 August 2007 11:29 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
Quote:
[oracle@sadb 9.2.0]$ exp system/best@best file=exp.dmp log=testexp filesize=2048m statistics=none full=y



9i

Quote:
Export: Release 10.2.0.1.0 - Production on Mon Aug 20 10:35:13 2007


10g
Re: Export error in log [message #261742 is a reply to message #260663] Thu, 23 August 2007 08:30 Go to previous messageGo to next message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member
Thanx for all


The problem solved i have reinstalled the oracle software now the problem solved.


-thanx
Re: Export error in log [message #261776 is a reply to message #261742] Thu, 23 August 2007 10:13 Go to previous messageGo to next message
DreamzZ
Messages: 1666
Registered: May 2007
Location: Dreamzland
Senior Member
You again installed both 9i and 10g or only one ?
Re: Export error in log [message #261805 is a reply to message #261776] Thu, 23 August 2007 11:38 Go to previous message
vasudevan
Messages: 119
Registered: February 2006
Location: TRICHY
Senior Member

Hello sir

i did only 10g sir
Previous Topic: How To Encrypt the dump file
Next Topic: How To Overwrite Database 8.1.5 using Imp Command
Goto Forum:
  


Current Time: Fri Apr 26 08:54:00 CDT 2024