AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Display Server Problem with Oracle Apps

  • 1.  Display Server Problem with Oracle Apps

    Posted Thu February 23, 2006 04:55 AM

    Originally posted by: SystemAdmin


    I am facing the isseu with DIsplay server running on IAX to integrate with Oracle Apps.

    It does not let Oracle apps to connect to display server for any report to process.

    i want to let every cleint connect to displaya server.
    this i am doing with xhost +.
    But its not working...it constantly hangs there....

    bash-3.00# export DISPLAY=aixprd01:0.0
    bash-3.00# xhost +

    I have tried using VNC and Xvfb...all are not allowing...

    can somebody pls help me....
    #AIX-Forum


  • 2.  Re: Display Server Problem with Oracle Apps

    Posted Wed March 01, 2006 04:50 PM

    Originally posted by: SystemAdmin


    You authorize X on the place you want the display to show. For example, if you have a host "aix_node" that runs Oracle and you want it's display to show on "linux_node" you would type "export DISPLAY=linux_node:0.0" on aix_node and type "xhost aix_node" on linux_node.

    By using `xhost {hostname}` rather than `xhost +` you restrict the display to just the one host rather then opening it for all hosts, which can be a security problem.

    -Aaron
    #AIX-Forum