well..do a clean reinstallation...then point ur LD_LIBRARY_PATH to $ORACLE_HOME/lib32 ..then launch DBCA again? see if that helps?
Printable View
well..do a clean reinstallation...then point ur LD_LIBRARY_PATH to $ORACLE_HOME/lib32 ..then launch DBCA again? see if that helps?
export LD_ASSUME_KERNEL=2.4.19Code:# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
######################################################################################
### ORACLE ENV VARIABLES
######################################################################################
# export LD_ASSUME_KERNEL=2.4.19 # required for Oracle 9iR2, Note 252217.1
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db_1
export ORACLE_SID=SIMP
export NLS_LANG=SPANISH_SPAIN.WE8ISO8859P1
export NLS_DATE_FORMAT="YYYYMMDD HH24:MI:SS"
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export BIN_SCRIPTS=$HOME/bin
export PS1="[`whoami`@`hostname`".'$PWD ]'
PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_BASE/OPatch:$BIN_SCRIPTS
export PATH
export EDITOR=/bin/vi
export SQLPATH=$HOME/bin/sql
unset USERNAME
http://metalink.oracle.com/metalink/...&p_id=252217.1
Hello Jeff,
I have been looking at the Metalink article you pointed out to me: TID 135249.1. I tried typing some of the suggested commands put ran into other issues, such as:
-----
1) cat hosts
(no such file or directory)
2) hostname
(Linux2005)
3) nslookup
(note nslookup is deprecated and may be removed from future releases consider using the 'dig' or 'host' programs instead. Run nslookup with the '-sil ent' option to prevent this message from appearing.)
-----
How can I go about addressing and resolving the PB with the Java Exceptions in the error log file + IP host Pop-up message during the installation ?
PT
PS: I will attemps to reinstall the Oracle 9i database + change the library + relink all.
Hello,
When I type the UNIX dig command, I get an output similar to this:
-----
Query Time: 356 msec
Server: 192.9.200.80#53 (192.9.200.80)
MSG Size:
RCVD: 436
DIG 9.2.2
printcmd
QUESTION SECTION
....
ANSWER SECION
....
ADDITIONAL SECTION
....
-----
How is this information relevant to my PB ?
PT
ptreves,
Vous pourriez le trouver plus serviable pour le trouver près de vous qui a fait plusieurs Oracle réussi installe et les a vous marche par l'installation d'Oracle.
Si vous avez lu l'avant que vous installez le guide pour l'Oracle 9i, et a préparé votre environnement correctement vous n'obtiendriez pas ces erreurs.
Si vous essayez de courir bien que ce procédé manuellement vous ferez la rencontre probable problèmes pareils que vous avez rencontré déjÃ*.
I hope that this helps.
Hello Gandolf,
The point is that I did go through and read the ORacle 9i installation guide and the technial notes relative to the installation. My point is that I get different error messages inspight of this. I am aware that Linux Red Hat Enterprise 3 (WS) is not certified with Oracle, but we want to try to install Oracle 9i any way.
At this point, I know I am getting networking issues relative to the IP address during installation, but some of the UNIX commands such as nslookup and such are not supported in Red Hat. How can I go about resolving this issue ?
Any other ideas ?
PY
u're best bet besides metalink is probably the linux forums:
-linuxquestions.org
-linux.com/howto
..etc where someone has tried to to the same..i.e install on RH 3 WS
remember seeing something on the same lines on linuxquestions.org !!
:cool:
http://metalink.oracle.com/metalink/...&p_id=219228.1
http://metalink.oracle.com/metalink/..._id=193061.996
and post your bash_profile
and it's cat /etc/hosts not cat hosts... learn some basic linux first or install on windows
Have you checked to make sure that the Java run time library is in the class path and is the right version? AFAIK, the install should work fine as long as your environment is setup correctly.Quote:
Originally posted by ptreves
Hello Gandolf,
The point is that I did go through and read the ORacle 9i installation guide and the technial notes relative to the installation. My point is that I get different error messages inspight of this. I am aware that Linux Red Hat Enterprise 3 (WS) is not certified with Oracle, but we want to try to install Oracle 9i any way.
At this point, I know I am getting networking issues relative to the IP address during installation, but some of the UNIX commands such as nslookup and such are not supported in Red Hat. How can I go about resolving this issue ?
Any other ideas ?
PY
Show me the exact output of (note: my hostname is jake):
Code:[oracle@jake oracle]$ export DISPLAY=jake:0.0
[oracle@jake oracle]$ which dbca
/u01/app/oracle/product/920/bin/dbca
[oracle@jake oracle]$ grep JRE `which dbca`
JRE_FILE=rt.jar
JRE_DIR=/u01/app/oracle/product/920/JRE
JRE_CLASSPATH=$JRE_DIR/lib/$JRE_FILE
I18_CLASSPATH=$JRE_DIR/lib/$I18_FILE
CLASSPATH=$JRE_CLASSPATH:$I18_CLASSPATH:$DBCA_CLASSPATH:$ASSISTANTS_COMMON_CLASSPATH:$EWT_CLASSPATH:$SHARE_CLASSPATH:$HELP_CLASSPATH:$ICE_BROWSER_CLASSPATH:$KODIAK_CLASSPATH:$SWING_CLASSPATH:$XMLPARSER_CLASSPATH:$GSS_CLASSPATH:$JDBC_CLASSPATH:$VISI_CLASSPATH:$NETCFG_CLASSPATH:$SRVM_CLASSPATH:$EM_CLASSPATH
$JRE_DIR/bin/jre -native -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
$JRE_DIR/bin/jre -DORACLE_HOME=$OH -DJDBC_PROTOCOL=thin -mx64m -classpath $CLASSPATH oracle.sysman.assistants.dbca.Dbca $ARGUMENTS
[oracle@jake oracle]$ which java
/usr/local/bin/java
[oracle@jake oracle]$ java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28)
Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode)
[oracle@jake oracle]$ dbca &
[1] 7668