Net8 & DB Cfg Ast fails [message #66674] |
Fri, 11 October 2002 02:53 |
Sharmila
Messages: 4 Registered: April 2002
|
Junior Member |
|
|
Hi, I installed Oracle8i PE 8.1.7.0.0 on Win 2K (with P4) but it notified me that
'Net8 Configuration Assistant & Database Configuration Assistant' were failed!
*Other than that, previously I had installed 'Oracle Forms and Reports 6i' and it is connected to other server-Oracle 8i SE)
*I tried editting SQLNET.ora & TNSNAMES.ORA (but it doesn't work!)
*For the installation Oracle8i PE 8.1.7.0.0 on Win 2K (I followed metalink guideline - patches)
What is the possibility for it to fail?
I tried several times. Same results. Please help. Thank you.
|
|
|
|
Re: Net8 & DB Cfg Ast fails [message #66691 is a reply to message #66687] |
Sun, 27 October 2002 20:27 |
Sharmila
Messages: 4 Registered: April 2002
|
Junior Member |
|
|
Try these...
1. Uninstall everything which is related to Oracle installation.
2. Install back by choosing 'custom' and customize it(I remove the Oracle HTTP Server because I already have one).
If you get ORA-12541 (TNS: no listener) error,
-open MS DOS prompt
-run this command to check ur listener whether it is already started
command: lsnrctl status
-if its failed, start ur listener
command: lsnrctl start
GOOD LUCK!!!
|
|
|
Re: Net8 & DB Cfg Ast fails [message #66707 is a reply to message #66674] |
Tue, 12 November 2002 03:00 |
jinnah
Messages: 2 Registered: November 2002
|
Junior Member |
|
|
try this one
after installation, edit the file
c:oracle_homenetworktoolsnetasst.cl
change the following clause
=("C:Program FilesOraclejre1.1.7binjrew" -classpath
to
=("C:Program FilesOraclejre1.1.7binjrew" -nojit -classpath
ie add the -nojit
|
|
|