Run Oracle SQL Developer or your preferred SQL application.
Open the "Edit SQL Statement" window. Enter "19 + SUBSTR( DATEVAL , 1, 1 )|| SUBSTR(DATEVAL, 2,2) || '/' || TO_CHAR( to_date( SUBSTR( DATEVAL, 4, 3 ) , 'DDD') , 'MM' ) || '/' || TO_CHAR( to_date( SUBSTR(DATEVAL, 4, 3 ) , 'DDD') , 'DD' )" without the external quotation marks in the text box. Replace "DATEVAL" with the database value that you wish to convert to Gregorian.
Click "Execute" to display the Julian dates as Gregorian.