Welcome Guest ( Log In | Register )




                Web Hosting

3 Pages V   1 2 3 >  
Reply to this topicNew Topic
Oracle 10g Install Issues
ethergeek
post Mar 9 2007, 08:42 PM
Post #1


Premium Member
Group Icon

Group: [HOSTED]
Posts: 393
Joined: 9-March 07
From: Tucson, AZ
Member No.: 20,794


So I'm trying to install 10g on my XP Pro development box, and the install goes fine (I do the basic install of enterprise edition, I'm by no means an oracle expert) and when it gets to the part where it wants to create a database, the database creation assistant fails saying first that it cannot retrieve credentials, and then that it can't connect to ORACLE (I'm assuming this is the instance name).

Anyone have *any* idea what's going on here?
Go to the top of the page
 
+Quote Post
yordan
post Mar 10 2007, 06:16 PM
Post #2


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,292
Joined: 16-August 05
Member No.: 7,896
myCENTs:99.39


You probably missed the part of the installation where you give the "system" and "sys" user passwords.
this means that you should restart (more carefully) the database creation part.
You can choose the database creation assistant in order to do that, you reach it by clicking somehow like "start", "programs", "oracle orahomeXXX", "database creation assistant".
You may also consider de-installing oracle, (click on the "runinstaller", choose "installed products" and click "deinstall"), and restart the whole install from scratch.
Go to the top of the page
 
+Quote Post
ethergeek
post Mar 10 2007, 07:18 PM
Post #3


Premium Member
Group Icon

Group: [HOSTED]
Posts: 393
Joined: 9-March 07
From: Tucson, AZ
Member No.: 20,794


I did all that before...my first instinct was that I fatfingered something, so I went through and reinstalled everything. I gave it default passwords to test it, but it wouldn't log in. I couldn't ev.en get PL/SQL to connect using the URL it gave me in the post-install screen, something about a TNS error. I researched the error and it ran through the fixes described (by removing NTS as an authentication service) but then I just got a different TNS error from PS/SQL+.

Oracle installs *flawlessly* on my Linux boxes and on my Windows Server 2003 box...not sure what it's problem is here...
Go to the top of the page
 
+Quote Post
yordan
post Mar 10 2007, 10:14 PM
Post #4


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,292
Joined: 16-August 05
Member No.: 7,896
myCENTs:99.39


The tns error means that the listener does not work.
there are no default passwords on Oracle 10, you must give a password like "nobody" or "mypassword", but you have to give one.
The winXP install for Oracle10 works exactly the same way as on Linux ! Simply the way the services are managed are different, in XP they are started from the Control Panel.
Go to the top of the page
 
+Quote Post
ethergeek
post Mar 10 2007, 11:57 PM
Post #5


Premium Member
Group Icon

Group: [HOSTED]
Posts: 393
Joined: 9-March 07
From: Tucson, AZ
Member No.: 20,794


Control panel? Where in the control panel? Did I miss some oracle configuration control panel applet? I looked in the services snap-in and it didn't list any oracle services (unless it calls it something really arcane). I figure since the oracle installer offers to set up a database for you at install-time it should be pretty automatic and straightforward.
Go to the top of the page
 
+Quote Post
yordan
post Mar 11 2007, 12:04 AM
Post #6


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,292
Joined: 16-August 05
Member No.: 7,896
myCENTs:99.39


Yes, the install is fully automatic and straightforward, and you don't need to go outside the Oracle installer. However, if you go to the Windows Operating system control pannel in order to understand things, you should see the Oracle services started in automatic mode. If not, something was wrong in your installation, for instance if you do the install without being the Windows administrator.
Go to the top of the page
 
+Quote Post
ethergeek
post Mar 11 2007, 12:10 AM
Post #7


Premium Member
Group Icon

Group: [HOSTED]
Posts: 393
Joined: 9-March 07
From: Tucson, AZ
Member No.: 20,794


OK, oracle didn't install any services at all...which is weird because I was running it as a Domain User in the local administrators group...do you think I need to be logged into a local administrator account?
Go to the top of the page
 
+Quote Post
yordan
post Mar 11 2007, 05:53 PM
Post #8


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,292
Joined: 16-August 05
Member No.: 7,896
myCENTs:99.39


QUOTE(ethergeek @ Mar 11 2007, 01:10 AM) [snapback]99522[/snapback]
OK, oracle didn't install any services at all...which is weird because I was running it as a Domain User in the local administrators group...do you think I need to be logged into a local administrator account?

Yes, sure ! You must be the local admin of this computer, and not a domain user.
Moreover, I'm afraid you cannot install it in a domain, maybe you should (just for testing purposes) try to install a standalone Windows system and try installing Oracle 10g on it.
You know, a RDBMS database server must be installed on a server system. You can cheat, installing it on a standalone Windows system, the standalone system emulating a server. But I'm even not sure you can install it on a client machine. Oracle server is traditionally installed on server systems, and Oracle client is installed on client system.
Please, keep us informed, if you were successful loggin on your own system as localsystem administrator, and if you were then able to correctly install Oracle.
If not, I strongly suggest you to restart everything from scratch (even on an old machine) just for learning purposes. After installing on a brand new Windows standalone system, you will feel more confident for installing it on your client system.
Regards
Yordan
Go to the top of the page
 
+Quote Post
ethergeek
post Mar 12 2007, 05:33 PM
Post #9


Premium Member
Group Icon

Group: [HOSTED]
Posts: 393
Joined: 9-March 07
From: Tucson, AZ
Member No.: 20,794


I ran the setup using the SYSTEM account via PsExec and everything went off without a hitch. It looks like when run as a domain user (even if said domain user is a member of the local administrators group) it fails to set up the listener and the DBCA can't connect to the oracle instance.

It shouldn't have any trouble running on a workstation-class machine with 4GB of ram...the fact I'm using XP Pro and not Server 2k3 shouldn't make any difference with the exception of some optimizations having to do with timeslice quantas and resource allocation,
Go to the top of the page
 
+Quote Post
yordan
post Mar 13 2007, 01:06 PM
Post #10


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,292
Joined: 16-August 05
Member No.: 7,896
myCENTs:99.39


OK, glad to see that there are no more 10g install issues, and everything is working fine now.
So, we learned something from your adventure : we have to be system admin when starting and Oracle install on a Windows system.
Which is not fully the case when installint on a Linux or on a Unix or AIX box. On a Unix box, you prepare the install as system admin (rootpre.sh has to be fired by the "root" user), then you perform the whole installation as a standard user, and only at the end you have to become the system admin "root" user in order to fire the last install scripts name "root.sh".
Now, we are happy for you, enjoy your Oracle on Windows install.
Yordan cool.gif
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicNew Topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   8 FirefoxRocks 782 16th December 2008 - 10:49 PM
Last post by: xboxrulz
No New Posts   5 zaste 618 2nd December 2008 - 02:01 AM
Last post by: laniczech
No new   25 Jimmy89 12,997 25th November 2008 - 10:47 AM
Last post by: iG-hur
No New Posts   0 magiccode9 122 20th November 2008 - 11:30 AM
Last post by: magiccode9
No New Posts 16 kanade 1,095 18th November 2008 - 09:58 AM
Last post by: liod
No New Posts   2 magiccode9 162 17th November 2008 - 12:05 PM
Last post by: magiccode9
No New Posts   0 turbopowerdmaxsteel 240 16th October 2008 - 07:41 AM
Last post by: turbopowerdmaxsteel
No New Posts   3 kanade 804 14th October 2008 - 12:06 PM
Las