Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-29 Thread tossouwisdom
Django 2.2.2 > Cx_oracle 7.2 > base Oracle 11g > > When I run the django migrate commande, i have error > django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the > django_migrations table (ORA-00907: missing right parenthesis) > > Operations to perfo

Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-28 Thread Jani Tiainen
> >> When I run the django migrate commande, i have error >> django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the >> django_migrations table (ORA-00907: missing right parenthesis) >> >> Operations to perform: >> Apply all migrations: admin, auth, contenttypes, sessions

Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-28 Thread Jani Tiainen
quot;, > line 83, in wrapped > res = handle_func(*args, **kwargs) > File > "C:\Python37-32\lib\site-packages\django\core\management\commands\migrate.py", > line 234, in handle > fake_initial=fake_initial, > File "C:\Python37-32\lib\site-packages\d

Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-28 Thread chirag soni
7.2 > base Oracle 11g > > When I run the django migrate commande, i have error > django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the > django_migrations table (ORA-00907: missing right parenthesis) > > Operations to perform: > Apply all migrations

Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-27 Thread Rob W
Can you send a copy of your models.py or a copy/paste of the class that shows the error? > On Apr 27, 2019, at 4:41 PM, tossouwisdom wrote: > > django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the > django_migrations table (ORA-00907: missing right

Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-27 Thread tossouwisdom
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (ORA-00907: missing right parenthesis) Le samedi 27 avril 2019 19:56:34 UTC, tossouwisdom a écrit : > > Django 2.2.2 > Cx_oracle 7.2 > base Oracle 11g > > When I run

Re: Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-27 Thread Joel Mathew
jango\core\management\base.py", > line 83, in wrapped > res = handle_func(*args, **kwargs) > File > "C:\Python37-32\lib\site-packages\django\core\management\commands\migrate.py", > line 234, in handle > fake_initial=fake_initial, > File "C:\Pytho

Unable to create the django_migrations table (ORA-00907: missing right parenthesis)

2019-04-27 Thread tossouwisdom
Django 2.2.2 Cx_oracle 7.2 base Oracle 11g When I run the django migrate commande, i have error django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (ORA-00907: missing right parenthesis) Operations to perform: Apply all migrations: admin