select insttallation Method does not display [message #576953] |
Mon, 11 February 2013 05:38 |
|
ariffcal
Messages: 107 Registered: April 2011
|
Senior Member |
|
|
I have installed oracle 10g in D drive .
The instalation says it is succeessful, without asking the database name or the password .
I have followed the steps given in the attached file .
However it is not asking the databse name or password ( no configuration set up is appearing for the user to interact with the system ) .
So, after installation I can not give the username and password .
The tnsnames.ora file is given below
# tnsnames.ora Network Configuration File: D:\DevSuiteHome_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = detasad-d21770c.stc.corp)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = PLSExtProc)
)
)
The files from where I installed is ds_windowx86 disk1 and disk 2.
Pls help
|
|
|
|
|
|
|
|
|
|
|
|
Re: select insttallation Method does not display [message #577048 is a reply to message #577045] |
Tue, 12 February 2013 02:44 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
You don't even have a database, so there's nothing you should "give" as you don't "have" anything.
From my point of view: you should first have installed a database (11g XE I suggested, but you seem to ignore that suggestion). Then, install Developer Suite into a new Oracle Home (i.e. a new, different directory). Copy XE's TNSNAMES.ORA contents into Developer Suite's TNSNAMES.ORA.
Connect to the database using SQL*Plus as a privileged user (SYS would do at the moment); I believe that XE has a preinstalled HR schema which is locked, so you'll first have to unlock it. Exit SQL*Plus, start Forms and connect as HR user to your XE database.
Though, I'd suggest you to carefully read and follow the documentation, starting with Installation Guide(s). It seems that you want it quick and easy. However, Oracle isn't MS Excel so you'll have to read, read a lot.
|
|
|
|
|
|
|
|
Re: select insttallation Method does not display [message #577095 is a reply to message #577094] |
Tue, 12 February 2013 05:48 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Well, I think that ORA-0107 doesn't exist. It is difficult to guess what you did and how Oracle responded because your messages are VERY clumsy (as if you are asking for help, but praying not to get it).
Where did you "give" these credentials? SQL*Plus? Forms? Something different?
Can you TNSPING your database?
Please, use SQL*Plus and post formatted copy/paste of your session.
[Updated on: Tue, 12 February 2013 05:48] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|