Skip to content

ORA-00942 with cx_Oracle

I’m trying to run any command on an autonomous database from oracle cloud after establishing connection but they don’t seem to work. cursor.execute(“select * from admin.customers”) gives me the …

Count of difference in values by date

I have a data set that contain two columns [date, cust_id]. date cust_id 2019-12-08 123 2019-12-08 321 2019-12-09 123 2019-12-09 456 There is a high churn rate for my customers and I …

ORACLE CREATE TABLE with FOREIGN KEY error

I am a beginner to Oracle and have been having problems creating a table with a foreign key, I have created the parent table region as well and have been receiving the same error. I have researched on W3school and used the same syntax but still no help. Answer Leave “FOREIGN KEY” out, if you want …