Home » Infrastructure » Unix » DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8
DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141109] Fri, 07 October 2005 00:08 Go to next message
kumarsz
Messages: 180
Registered: March 2005
Location: canada
Senior Member
Hi,
i am having one datbase Oracle 9i on Solaris OS 5.8
i want to create one more.
i am trying this from workstation (server can not be accessed directly)

i set DISPLAY variable like
$ export DISPLAY=10.31.222.100:0.0

then i gave dbca command
however, i got the following error

$ dbca
java.lang.NoClassDefFoundError

What is wrong here?
Am i setting incorrect display configuration?

Please help.

Thanks in Advance
Pratp Zope
Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141113 is a reply to message #141109] Fri, 07 October 2005 00:37 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member

hi,

pratapsz wrote on Fri, 07 October 2005 10:38

Hi,

i set DISPLAY variable like
$ export DISPLAY=10.31.222.100:0.0





Is this the IP of your Database Server or IP of the Workstation from which you are trying to install Oracle.

see this

Quote:



Set your DISPLAY variable to the IP address of your X server plus the X server and screen numbers. If you are working from a workstation (and not the console of the database server where you are installing Oracle) do not accidentally set the DISPLAY variable to the IP address of your database server. You can set your DISPLAY variable with a command like:
$ export DISPLAY=myworkstation:0.0
If you are not using the console of the database server, then ensure that the X server on your workstation will allow your database server to open windows on your display. The easiest way to do this is to issue an xhost command from a session on your workstation. (Don’t get confused and issue the command in a window that is logged onto your database server.) You can issue a command like:
$ xhost +mydatabaseserver




regards,
tarun
Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141121 is a reply to message #141113] Fri, 07 October 2005 01:01 Go to previous messageGo to next message
kumarsz
Messages: 180
Registered: March 2005
Location: canada
Senior Member
Hi Tarun,
Thanks for your quick reply.

tarun :
Set your DISPLAY variable to the IP address of your X server plus the X server and screen numbers. If you are working from a workstation (and not the console of the database server where you are installing Oracle) do not accidentally set the DISPLAY variable to the IP address of your database server. You can set your DISPLAY variable with a command like:
$ export DISPLAY=myworkstation:0.0

Pratap : i am using telnet
telnet <ip of database server>
login as oracle/oracle

IP of my machine is 10.31.222.100

i tried
$ export DISPLAY=10.31.222.100:0.0
and after dbca command got the error

$ dbca
java.lang.NoClassDefFoundError

Does it indicates anything to do with ClassPath?

Thanks and Regards,
Pratap
Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141123 is a reply to message #141121] Fri, 07 October 2005 01:09 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member
One more question ,

--> what is your workstation configuration, is it a windows machine or a *Unix machine ?

and one more hit in the dark ,

what happens if you don't set the Display variable for your workstation and run the command dbca . i mean to say , does it opens a window on the database server ( can you crosscheck) ?

regards,
tarun
Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141135 is a reply to message #141123] Fri, 07 October 2005 02:30 Go to previous messageGo to next message
kumarsz
Messages: 180
Registered: March 2005
Location: canada
Senior Member
Hi,
My Machine i Windows 2000 Professional.

Also even if i do not set the DISPLAY variable and gives "dbca", then also i am getting the same error - "java.lang.NoClassDefFoundError"

Please suggest and help.

Thanks and Regards,
Pratap Zope
Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141138 is a reply to message #141135] Fri, 07 October 2005 02:39 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member
I think here lies the problem ,

You need an emulator like Hummingbird Exceed for doing a remote installation on a *UNIX machine . Here i mean to say that you cannot install from windows to *UNIX using a GUI unless you have some emulator software .

All you need is an emulator installed on windows machine and set DISPLAY variable for your windows machine.

You can download the S/W from this site .

regards,
tarun

[Updated on: Fri, 07 October 2005 02:40]

Report message to a moderator

Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141151 is a reply to message #141138] Fri, 07 October 2005 04:10 Go to previous messageGo to next message
kumarsz
Messages: 180
Registered: March 2005
Location: canada
Senior Member
Hi,
Unable to download hummingbird
used putty
but still facing the same error.

Thanks and Regards,
pratap
Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141152 is a reply to message #141151] Fri, 07 October 2005 04:16 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member


what about this page

http://connectivity.hummingbird.com/products/nc/resources.html?prod=EXOD

click and follow the process
Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141160 is a reply to message #141151] Fri, 07 October 2005 04:42 Go to previous messageGo to next message
girish.rohini
Messages: 744
Registered: April 2005
Location: Delhi (India)
Senior Member
Sorry, if I am interpreting it wrongly.

You are having Oracle server installed on unix box.
Accessing that box using putty from your windows machine
& want to run the dbca interface utility on your unix system while logging in from the windows system.

If this is the case, then you need to enable xwindows session from the client side. Tools like Hummingbird provides this feature.

Also, not only setting the DISPlay is required, but alse needed is enabling the xwindows session & adding the entry of this windows Mcahines IP/name is to ACL on unix machine. using command xhost +<IP of local machine>.

--Girish
Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141237 is a reply to message #141160] Fri, 07 October 2005 12:01 Go to previous messageGo to next message
kumarsz
Messages: 180
Registered: March 2005
Location: canada
Senior Member
Hi,
Many Thanks For the suggestion
i am trying the things as mentioned in the response.
will let u know the results

Best regards,
Pratap zope

Re: DISPLAY setting for Oracle 9.2.0.6.0 on SunOs 5.8 [message #141286 is a reply to message #141109] Sat, 08 October 2005 02:32 Go to previous message
wofler
Messages: 4
Registered: February 2005
Location: Germany
Junior Member
Hi,
I guess U should check your envirenment variables and if the path to java is accassible for you.

Previous Topic: Problem with AWK in formating the data
Next Topic: How to update the contents in a file conditionally?
Goto Forum:
  


Current Time: Fri Apr 19 15:05:46 CDT 2024