Note: I have tried the solution from error: ORA-65096: invalid common user or role name in oracle
I am following the tutorial from django a link. When i trying to test the testcase using "py manage.py test polls" i get this:
C:\Users\user\Documents\user_django_projects\mysite>py manage.py test polls
Creating test database for alias 'default'...
Failed (ORA-01543: tablespace 'TEST_SYSTEM' already exists)
It appears the test database, test_system, already exists. Type 'yes' to delete it, or 'no' to cancel: yes
Destroying old test database for alias 'default'...
Creating test user...
Failed (ORA-65096: invalid common user or role name)
Got an error creating the test user: ORA-65096: invalid common user or role name
django can't seem to create a temp user on my local oracle express database. Can someone help me sort it out?