OWB REPOSITORY MIGRATION 10gR2 TO 11gR2 FAILS ON EXPORT
_______________________________________________________________________
ERROR : 
CAUSE:
You run out of /tmp space. Found this the hard way. There is no indication in logs even 
SOLUTION : provide the different path if you can`t increase the /tmp
| 
[oracle@xxxxxxxx]/u01/app/oracle/product/11.2.0/db_2/owb/bin/unix:> cat reposinst.sh  
#!/bin/sh  
umask 0027  
eval `cat setowbenv.sh`  
cd ../admin  
$JAVAPATH/bin/java $JAVA64FLAG -Xms128m -Xmx1024m -Djava.io.tmpdir=<PATH> -DOWBCC_HOME=/u01/app/oracle/product/11.2.0/db_2 $CLASSPATH_LAUNCHER oracle.wh.ui.install.assistant.wizards.AssistantWizard  
cd ../unix  | 
 
No comments:
Post a Comment