Thanks all for your thoughts. However, I didn't manage with these errors. Chose option to ignore them... Received several errors: $ grep Error ~oracle/oraInventory/logs/installActions2009-08-13_09-06-24PM.log Exception String: Error in creating link from ../libjsig.so to /export/home/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/server/libjsig.so Exception String: Error in creating link from ../libjsig.so to /export/home/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/client/libjsig.so Exception String: Error in creating link from /export/home/oracle/product/10.2.0/db_1/lib/ldflags to /export/home/oracle/product/10.2.0/db_1/lib32/ldflags Exception String: Error in creating link from /export/home/oracle/product/10.2.0/db_1/lib32/hsdb_odbc.so to /export/home/oracle/product/10.2.0/db_1/lib/hsdb_odbc.so Exception String: Error in creating link from /export/home/oracle/product/10.2.0/db_1/lib32/hsdb_ora.so to /export/home/oracle/product/10.2.0/db_1/lib/hsdb_ora.so Exception String: Error in creating link from /export/home/oracle/product/10.2.0/db_1/lib32/libnavhoa.a to /export/home/oracle/product/10.2.0/db_1/lib/libnavhoa.a Exception String: Error in creating link from /export/home/oracle/product/10.2.0/db_1/nls/lbuilder/lbuilder to /export/home/oracle/product/10.2.0/db_1/bin/lbuilder
Ignored them, installed only DB software. After install removed $ORACLE_HOME/jdk and copied /usr/java to $ORACLE_HOME/jdk (maybe linking would be better, but I didn't want oracle occasionally to spoil my JDK install) . After this I was able to start dbca and create a database. At first look sqlpus, listener work normally. Simple queries through jdbc work too. Expecting troubles with heterogeneous services (*hsdb* libraries) and I don't want the impact of several other broken libraries. $ lsnrctl status LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 13-AUG-2009 23:46:32 Copyright (c) 1991, 2005, Oracle. All rights reserved. Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521)) STATUS of the LISTENER ------------------------ Alias LISTENER Version TNSLSNR for Solaris: Version 10.2.0.1.0 - Production Start Date 13-AUG-2009 22:33:19 Uptime 0 days 1 hr. 13 min. 12 sec Trace Level off Security ON: Local OS Authentication SNMP OFF Listener Log File /export/home/oracle/product/10.2.0/db_1/network/log/listener.log Listening Endpoints Summary... (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=opensolaris)(PORT=1521))) Services Summary... Service "orcl" has 1 instance(s). Instance "orcl", status READY, has 1 handler(s) for this service... Service "orclXDB" has 1 instance(s). Instance "orcl", status READY, has 1 handler(s) for this service... Service "orcl_XPT" has 1 instance(s). Instance "orcl", status READY, has 1 handler(s) for this service... The command completed successfully SQL> SELECT comp_name, version, status FROM dba_registry; COMP_NAME -------------------------------------------------------------------------------- VERSION STATUS ------------------------------ -------------------------------------------- Oracle Database Catalog Views 10.2.0.1.0 VALID Oracle Database Packages and Types 10.2.0.1.0 VALID Oracle Workspace Manager 10.2.0.1.0 VALID JServer JAVA Virtual Machine 10.2.0.1.0 VALID Oracle XDK 10.2.0.1.0 VALID Oracle Database Java Packages 10.2.0.1.0 VALID Oracle Expression Filter 10.2.0.1.0 VALID Oracle Data Mining 10.2.0.1.0 VALID Oracle Text 10.2.0.1.0 VALID Oracle XML Database 10.2.0.1.0 VALID Oracle Rules Manager 10.2.0.1.0 VALID Oracle interMedia 10.2.0.1.0 VALID OLAP Analytic Workspace 10.2.0.1.0 VALID Oracle OLAP API 10.2.0.1.0 VALID OLAP Catalog 10.2.0.1.0 VALID Spatial 10.2.0.1.0 VALID Oracle Enterprise Manager 10.2.0.1.0 VALID I'm almost happy... -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
