The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-01-2009
dman110168 dman110168 is offline
Registered User
  
 

Join Date: Oct 2000
Location: Boston
Posts: 13
Error using crontab -e

I am trying to create a crontab job for my Oracle logon. I added oracle to the cron.allow file but when I try the crontab -e I get:

Xlib:connection to 0:0 refused by server
Xlib:Client is not authorized to connect to server
Error:Cannot open display "0:0"
crontab temporary file empty

when I crontab -e as root I dont have this issue... also is there a way instead of creating a crontab job under user oracle can I add a cron job to root's crontab and run it as oracle???

Any help is greatly appreciated.. Thanks