Solve your laravel problems.
for example:
DB::connection('mydb_oracle')->table('audit_trail') ->insert(['at_date'=>Carbon::now()->toDateString(),'time_stamp'=>Carbon::now()->toTimeString()])
How can i set the format for both date and time ?