LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   oracle 10g on SUSE 9.3 (https://www.linuxquestions.org/questions/suse-opensuse-60/oracle-10g-on-suse-9-3-a-371856/)

caulfiek 10-11-2005 07:00 AM

oracle 10g on SUSE 9.3
 
Hi
Has anyone installed Oracle on 9.3?
I've read a good tutorial at the novell site on how to do this but when running the installer from the new oracle userid I get

"Can't connect to X11 window server using 'localhost:0.0'"

and other similiar errors.
I've read a load of threads regarding running xhost + and setting your DISPLAY variable but none of these have worked for me and I suspect that they are related to remote server installations.


this is a brilliant reference
http://www.puschitz.com/InstallingOr...leEnvironments
but he doesn't cover my issue (that I can see).

Any ideas? I'd like to put this to bed an get on with writing some code and using Linux rather than wrestling with it.

K

MensaWater 10-12-2005 04:14 PM

We run it on our RHEL AS 3. Unfortunately the DBA do their own installs here so I can't help you on the steps.

xhost+ is to allow permissions for connecting to the X Server. You have to make sure it is actually running in the first place.

Are you doing the install from within a GUI? Or are you perhaps attempting to do the install from a putty or telnet session that has connected to the server from your workstation? If the latter is your workstation running X-windows? If for example you're on a MS-Windows workstation you'd get errors because it doesn't run X-Windows natively. It would have to have something like Hummingbird Exceed installed and running to allow the X-Window to work.

Also you might want to run lsof to check the X-Windows ports to make sure they're not in use by something else. (The default ports 6000 - 6010 - window 0:0 should be on 6000.) Try running "lsof -i :6000" to see if the port is in use by something else. On my putty terminals I've enabled ssh tunneling and saw an issue on trying to run a process once because the tunel was holding open port 6010 and the other application was set to start on that one by default.

Failing all else perhaps you'd be able to run it from the console after starting Gnome or KDE (startx).

caulfiek 10-12-2005 04:38 PM

Hi
thanks for your reply

Nothing as complex as a proper install, I'm just trying to install Oracle 10g standard (the free one) on my home PC, running Suse9.3 Pro.

I'm a java developer and I need to be able to recreate the set-up we have a work (Oracle). In the meantime, while scratching my head on Oracle, I set up MySQL without any problems at all on Suse9.3 and built some abstract classes so that my apps are oblivious as to what DBMS they're connecting to.

Note, Oracle 10g standard was a doddle to set up on windows XP, the iSQL web interface is especially neat.

Anyhow, I live in hope that I can get Oracle running on my Suse9.3 OS.

K

murkin 10-12-2005 05:22 PM

I wish I had more to offer, but I'm in a similar situation. I hope to get Oracle set up at home in order mirror a development environment...eventually :rolleyes:

Anyway, I wanted to make sure that you had seen the installation guides that Oracle has on it's Linux tech site.

http://www.oracle.com/technology/tec...all/index.html

Good luck!

caulfiek 10-13-2005 09:10 AM

Hi Murkin

Yes I've been to these pages idependently, but hadn't seen this parent page.
This is the guide I'm using

http://www.novell.com/coolsolutions/feature/14631.html

and I fall down at point 3. (see above)

I am able to install oracle as my own userid though (not oracle) but when I rebooted the PC the DB instance wouldn't start etc, so I reckon I made a complete mess of things.


All times are GMT -5. The time now is 04:16 AM.