While running database configuration assistant(oracle 9i) I get error oversubscribed literal/length tree.Please help me out.
相关问题
- How does the setup bootstrapper detect if prerequi
- Can I skip certificate verification oracle utl_htt
- how to calculate sum time with data type char in o
- keeping one connection to DB or opening closing pe
- Installation of Leiningen 2.X in Mac OS X
相关文章
- node连接远程oracle报错
- oracle 11g expdp导出作业调用失败,提示丢包。
- 执行一复杂的SQL语句效率高,还是执行多少简单的语句效率高
- Getting errors / failing tests when installing Pyt
- How do you make an installer for your python progr
- Oracle equivalent of PostgreSQL INSERT…RETURNING *
- Difference between FOR UPDATE OF and FOR UPDATE
- Installing the R interpeter and R as a shared libr
This is an instance of
java.util.zip.ZipException
. There are a number of things which might cause it. One cause is the executed path being too long, for instance if you extracted the zip to a sub-directory (instead of, say, the root).But there are a number of other things which might cause it, e.g. file corruption. So if the directory path length is not the problem you will need to give us more details. For instance, what OS are you installing on? Also, is there any more info regarding the error in the log file:
$ORACLE_HOME/assistants/opca/install.log
?