php - date format (oracle equivalent => yyyymmddhh24miss)
$logDate = date("YmdHis");
$logDate = Carbon::now()->format('YmdHis');