A technical troubleshooting blog about Oracle with other Databases & Cloud Technologies.

Month: September 2022

black and white photo of clocks 2 min read

Cron is named after Greek word “Chronos” that is used for time. It is a system process that will automatically...

1 min read

Create user CREATE USER <USERNAME> IDENTIFIED BY <PASSWORD> DEFAULT TABLESPACE <TABLESPACE_NAME> TEMPORARY TABLESPACE ; Drop user drop user <USERNAME> cascade;...