Oracle 19 gotcha: Ora-018 error
Today, a coworker brought me a strange SQL that produced ORA-018 error on one test Oracle instance and not in others. I looked at the SQL that read something like below. It was flawed with same table joined in twice, unnecessarily: Assuming 2 tables employee and department_team and both having department_id and team_id, here is a sample SQL: SELECT employee.employee_id,…
View On WordPress

















