Problem running Oracle 10g in Fedora 10

Alexander Dalloz ad+lists at uni-x.org
Mon Mar 16 19:15:59 UTC 2009


GMS S schrieb:
> Hi,
> I installed Oracle 10g in Fedora 10.
> Going there:
> /u01/app/oracle/product/10.2.0/db_1/bin
> 
> In the termnal I typed ./sqlplus
> Output:
> 
> Code: Select all
>     [oracle at fedora10 bin]$ ./sqlplus
>     Error 6 initializing SQL*Plus
>     Message file sp1<lang>.msb not found
>     SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
> 
> 
> What should I do now?

Did you set $ORACLE_HOME as being asked? Or better, follow

http://www.puschitz.com/InstallingOracle10g.shtml#SettingOracleEnvironments

> After installation ,after 85% of database creation the process stops and showed messages like this:
> /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/dbca/DB11G
> 
> Code: Select all
>     Exception in getting local host
>     java.net.UnknownHostException: fedora10.localdomain: fedora10.localdomain

Be sure your /etc/hosts is sane. Do NOT delete or modify the 2 localhost
related entries

127.0.0.1       localhost.localdomain   localhost
::1             localhost6.localdomain6 localhost6

Use a dedicated line for your hostname and IP

1.2.3.4         oracle.example.com      oracle

Be sure HOSTNAME in /etc/sysconfig/network is set as the same.


And best what you can do is closely reading

http://www.puschitz.com/InstallingOracle10g.shtml

Regards

Alexander






More information about the fedora-list mailing list