| ORA-22303 [message #559716] | 
			Thu, 05 July 2012 13:31   | 
		 
		
			
				
				
				  | 
					
						
						chandu208
						 Messages: 17 Registered: July 2012 
						
					 | 
					Junior Member  | 
					 | 
		 
		 
	 | 
 
	
		trying to do impdp but getting error 
 
 
UDI-22303: operation generated ORACLE error 22303 
ORA-22303: type "SYS"."DBMSOUTPUT_LINESARRAY" not found 
ORA-00600: internal error code, arguments: [kokaocr], [], [], [], [], [], [], [], [], [], [], [] 
ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_OUTPUT" 
ORA-06512: at line 
 
any suggestions please
		
		
		
 |  
	| 
		
	 | 
 
 
 | 
	| 
		
 | 
	
		
		
			| Re: ORA-22303 [message #559733 is a reply to message #559717] | 
			Thu, 05 July 2012 15:34   | 
		 
		
			
				
				
				  | 
					
						
						Littlefoot
						 Messages: 21826 Registered: June 2005  Location: Croatia, Europe
						
					 | 
					Senior Member Account Moderator  | 
					 | 
		 
		 
	 | 
 
	
		It looks like you can't use DBMS_OUTPUT.  
 
As far as I can tell (and that's really not much), DBMS_OUTPUT package is created along with the database creation. Did you run CATALOG.SQL and CATPROC.SQL (connected as SYS), after you created a database? If not, perhaps you should and then see what happens when running IMPDP.
		
		
		
 |  
	| 
		
	 | 
 
 
 |