|
|
|
|
installation errors developer 2000 & oracle in one machine [message #209018 is a reply to message #208539] |
Tue, 12 December 2006 23:35 |
Jeff's
Messages: 8 Registered: December 2006 Location: Kuwait
|
Junior Member |
|
|
Thanks, But I've still some problems:-
I installed Oracle 9i & Developer 2000 form bulder for windows95/NT Module on XP Prof, installed oracle 1st & found it working fine after that I installed Developer 2000 forms 5.0 and it also worked fine.(Along with Reports,Graphics,etc)automatically SQL 3.3 was also installed. I installed Oracle on E: drive & Developer on D: drive.Each worked individualy but when try to connect to oracle it was asking to give the user name & password. I typed SCOTT & TIGER,1)Should I give the Database name?What should be it? While using the Oracle 3.3 individualy which installed automatically shows an error as "ORA-03121 no interface driver connected function not performed".The other oracle 9i have no problem 2)While trying to connect database through forms and shows an error "ORA-12154 TNS Could not reslove service name".Pls help out this issue in detail
Thanking You !
|
|
|
|
|
|
|
Re: Installation errors: Developer 2000 & Oracle on one machine (merged) [message #211812 is a reply to message #208484] |
Tue, 02 January 2007 07:22 |
|
saadatahmad
Messages: 452 Registered: March 2005 Location: Germany/Paderborn
|
Senior Member |
|
|
hi,
This explanation is confusing
Quote: |
Thanks, But I've still some problems:-
I installed Oracle 9i & Developer 2000 form bulder for windows95/NT Module on XP Prof, installed oracle 1st & found it working fine after that I installed Developer 2000 forms 5.0 and it also worked fine.(Along with Reports,Graphics,etc)automatically SQL 3.3 was also installed. I installed Oracle on E: drive & Developer on D: drive.Each worked individualy but when try to connect to oracle it was asking to give the user name & password. I typed SCOTT & TIGER,1)Should I give the Database name?What should be it? While using the Oracle 3.3 individualy which installed automatically shows an error as "ORA-03121 no interface driver connected function not performed".The other oracle 9i have no problem 2)While trying to connect database through forms and shows an error "ORA-12154 TNS Could not reslove service name".Pls help out this issue in detail
Thanking You !
|
Anyway, here is my suggestion for what I understood.
Don't open SQL Plus 3.3, it is installed when you install forms 4.5. You'll get the no interface error as you described. Instead open SQL Plus which is instlled with the database.
Now check if you are able to connect to the database from SQL Plus. Use scott/tiger
Now if you are not able to connect the forms to the database and getting the TNS names error message, then do the following:
Look for tnsnames.ora file in your E: where you installed Database. It'll be in the folder named ADMIN.
Look for tnsnames.ora file in your D: where you installed Oracle Forms. It'll be again in the folder named ADMIN.
Copy the tnsnames.ora file from first location and paste it to the second location. I mean copy the file from Database Home to Forms Home.
This should resolve TNS names error issue.
Note:
If you want to install database, forms 4.5, forms, 6i, forms 9i, forms 10g on a single machine, follow this method
Install 9i/10g Database first.
Install Forms 4.5 on a different home
Check the connectivity
Install Forms 6i on a different home
Check the connectivity
Install Forms 9i on a different home
Check the connectivity
Install Forms 10g on a different home
Check the connectivity
regards,
Saadat Ahmad
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Installation errors: Developer 2000 & Oracle on one machine (merged) [message #241431 is a reply to message #241401] |
Tue, 29 May 2007 09:41 |
mustaf_82
Messages: 20 Registered: May 2007 Location: UAE
|
Junior Member |
|
|
always girst install Oracle 9i on your computer. no need to restart it after its successful installation, install Oracle 6i but do not forget to change its HOME. if your home for Oracle 9i Database is Orahome91, then change the HOME of Oracle Developer to Orahome81 or anything except Orahome91.
You won't face the problem if you change the home for both.
|
|
|
|
|
|