Need a graphical interface on AIX server to create database

Hello,

Please suggest me the ways how to get graphical interface on AIX server.I need to create oracle database for which I need graphical access.

Best regards,
Vishal

Take a look at this post: The UNIX and Linux Forums - Free Tech Support

Hi ,
I want to open dbca in graphical mode
Below error is coming after following your post:

am-oem-ux02:rmanprod:/usr/bin >dbca
Exception in thread "main" am-oem-ux02:rmanprod:/usr/bin >

Please suggest

Best regards,
Vishal

your must the ROOT user to execute the dbca command and your GUI must set theDISPLAY like export DISPLAY=10.138.2.11:0.0

I strongly disencourage naming the Oracle-softwareowner (or an administrative user for the database) ROOT. This is too easily mixed with the os-administrative user root.
Usually there are some users created during software installation, typically named oracle or oinstall. Use one of these to start dbca.
The errormessage can have several causes - the most common one being the DISPLAY variable set wrong, but if you followed bartus post and used X11-forwarding this variable is already correctly set for you. The second most common one are security settings preventing the connection, which you can switch off with xhost + . A wrong set JAVA_HOME variable is another reasonable candidate to cause this message.