Как проверить базу данных oracle без первичного ключа в django
команда:
python .\manage.py inspectdb --database=ORACLE > models.py
Эта команда выполнена успешно.
Но вывод models.py имеет вид
# Unable to inspect table 'acc_advance_other_adj_dt'
# The error was: ORA-00904: "USER_TAB_COLS"."IDENTITY_COLUMN": invalid identifier
# Unable to inspect table 'acc_ari_entries_dt'
# The error was: ORA-00904: "USER_TAB_COLS"."IDENTITY_COLUMN": invalid identifier
# Unable to inspect table 'acc_asset_mt'
# The error was: ORA-00904: "USER_TAB_COLS"."IDENTITY_COLUMN": invalid identifier