Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on oracle 8i installation problem. within the Oracle forums, part of the Databases category; I have installed oracle8i on my home machine.I am using Windows XP OS. When iam installing it asks for hostname , i dont know what to be entered there. What ...
|
|||||||
| Oracle Oracle 9i & Oracle 10g Knowledge Base Learn and Share Oracle Technology related articles, white papers, tutorials / study materials, example codes, FAQ's, Tips and Tricks. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
oracle 8i installation problem.
I have installed oracle8i on my home machine.I am using Windows XP OS. When iam installing it asks for hostname , i dont know what to be entered there.
What all to be set in tnsnames file. If i leave it blank and try to start SQL then it gives [ORA-12560 TNS rotocol adapter error].Also is it possible to successfully install ORACLE 8I on WINDOWS XP OS????? Also please tell me all the changes to be made, if any in sqlnet file , host file etc. Please tell me all the changes to be made.
__________________
:) NEVER SAY DIE. |
| Sponsored Links |
|
|||
|
Re: oracle 8i installation problem.
Hi vmshenoy,
In Hostname, enter the Machine ID on which the oracle is been installed. TNSNAMES.ORA is very important for the database connectivity. A tnsnames.ora file provides the ability to reference oracle databases by a simple alias. The tnsnames details has given below, Code:
[service_name] =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = [hostname])(PORT = 1521))
)
(CONNECT_DATA =
(SID = [oracle_SID])
)
)
As far as to my knowledge, Windows XP does not support Oracle 8i very well. For Windows XP, its better to go for either Oracle 9i or 10g version. Probably it will be appreciable if we get comments from others who have used Oracle 8i in Windows XP.
__________________
*** Innila *** Last edited by Innila; 05-30-2007 at 08:53 AM. |
|
|||
|
Re: oracle 8i installation problem.
Hi vmshenoy,
Checked out the Oracle OTN site, if u want to go for Oracle 9i or 10g version, the database downloads are available. I'm not sure about the download conditions for 9i, but very sure that the 10g download was for free, so u can try any of them. Oracle9i Database Downloads Oracle10g Database Downloads My friend has installed the 10g from OTN & it was working fine. If u install the Database, give your suggestions about the download & installation over here, so that it will be helpful for others.
__________________
*** Innila *** |
|
|||
|
Re: oracle 8i installation problem.
hi ,
when you are installing oracle 8i it does not ask for host name . it may ask for global database name and system id (SID) .(plz check it) and give the unique name in the global database name as u wish (let sct.domain) and in the SID (let sct --automatically taken). from samarendra mishra india
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Oracle Directory problem | vidya_kr | Oracle | 1 | 06-25-2007 08:27 AM |
| WinRunner Installation | SowmyaManjunath | WinRunner | 4 | 05-15-2007 02:59 AM |
| installation of window | hemchan | Windows | 3 | 04-12-2007 05:51 AM |
| Is JBoss Application Server prequisite for TD Installation | Geek_Guest | Test Director | 0 | 04-10-2007 07:11 AM |
| Test Director 7.6 installation | sane_rt | Test Director | 4 | 04-08-2007 02:33 AM |