X connection to broken :0.0 (explicit kill or server shutdown)
Hi,
I am running Oracle on
SunOS I2446 5.9 Generic_112233-12 sun4u sparc SUNW,Sun-Blade-2500
I have set following sh script in crontab:
#!/bin/ksh -f
# Setup environment
. /var/opt/env/.login
## Create database template using silent mode.
$ORACLE_HOME/bin/dbca -silent -createTemplateFromDB -sourceDB I2446:1521:wind -sysDBAUserName system -sysDBAPassword oracle9i -templateName createwind -maintainFileLocations true
Which is giving error : X connection to broken hostname :0.0 (explicit kill or server shutdown)
Can anybody help me out please.
Thanks!

