Thursday, April 16, 2020


Oracle 11g/ 12C installation
DBCA error

No protocol specified Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264)

Solution, copy the file:
cp /root/.Xauthority /home/grid/.Xauthority
Insure that the user can read & write to the file by:
chmod 600 /home/grid/.Xauthority
chown grid /home/grid/.Xauthority

No comments:

Post a Comment

  RMAN-20207: UNTIL TIME or RECOVERY WINDOW is before RESETLOGS time https://shivanandarao-oracle.com/2012/12/05/rman-20207-until-time-or-re...