X Servers

How to check X Server status???

 Testing your X Server configuration:-

The easiest way to test your X Server is to use an X11 based program that comes with the native operating system such as "xclock". In the session where you are trying to start the Oracle java product such as "runInstaller", "dbassist" or "netasst" do the following:

Sun Solaris:
      % /usr/openwin/bin/xclock
 
HP/UX, Compaq Tru64 and IBM RS6000:
      % /usr/bin/X11/xclock
 
Linux:
      % /usr/X11R6/bin/xclock 

After executing the "xclock" command a clock should be displayed on your X Server display. If a clock is not displayed
 
% setenv DISPLAY :0.0
example: setenv DISPLAY 192.168.1.128:0.0

For sh, ksh and bash:
    $ DISPLAY=:0.0; export DISPLAY
example: DISPLAY=192.168.1.128:0.0; export DISPLAY

No comments:

ORA-00059: Maximum Number Of DB_FILES Exceeded in 19C database

When I am adding datafile to my 19C database facing the below error. SQL> alter tablespace DATA  add datafile '/u01/data/data15.dbf&#...