首页 > 解决方案 > 如何在 ATOM 中为 django 开发配置 oracle 数据库?

问题描述

我得到的错误是:

Operations to perform:
  Apply all migrations: admin, auth, contenttypes, sessions, testapp
Running migrations:
Traceback (most recent call last):
  File "C:\Users\sandeepreddy\AppData\Local\Programs\Python\Python37\lib\site-packages\django\db\backends\utils.py", line 83, in _execute
    return self.cursor.execute(sql)
  File "C:\Users\sandeepreddy\AppData\Local\Programs\Python\Python37\lib\site-packages\django\db\backends\oracle\base.py", line 506, in execute
    return self.cursor.execute(query, self._param_generator(params))
cx_Oracle.DatabaseError: ORA-02000: missing ALWAYS keyword

标签: pythondjangooracle

解决方案


推荐阅读