“ORA-00942 mit cx_oracle” Code-Antworten

ORA-00942 mit cx_oracle

Traceback (most recent call last):
  File "D:\WORK\PING\OCP\dbConnect.py", line 49, in <module>
    cursor.execute("select * from admin.customers")
    cx_Oracle.DatabaseError: ORA-00942: table or view does not exist
Sounkalo traoré

ORA-00942 mit cx_oracle

cursor.execute("select * from admin.customers")
Sounkalo traoré

ORA-00942 mit cx_oracle

connection = cx_Oracle.connect("admin", "password", "db201912040828_medium")
Sounkalo traoré

Ähnliche Antworten wie “ORA-00942 mit cx_oracle”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen