While trying to connect to an AIX box, and start dbca, I got the following error
1 2 |
Xlib: connection to "192.168.0.100:0.0" refused by server Xlib: No protocol specified |
This is an issue with Xming security. I changed the shortcut on my windows desktop to:
1 |
"C:\Program Files (x86)\Xming\Xming.exe" :2 -clipboard -multiwindow -ac |
I was immediately able to fire up dbca. the -acĀ optionĀ disable access control restrictions, so you should never do this over a …
Recent Comments