I changed my Oracle password and updated my web2py DAL connect string, but
now get the error:
DatabaseError: ORA-00955: name is already used by an existing object
Did something get corrupted? Any suggestions on how I can fix it? (I tried
restarting the web server.)
Here is the full traceback...
Traceback (most recent call last):
File "/scratch/cs390cp/web2py/gluon/restricted.py", line 204, in restricted
exec ccode in environment
File "/scratch/cs390cp/web2py/applications/progress/models/db.py"
<https://pc.cs.purdue.edu/admin/default/edit/progress/models/db.py>, line 48,
in <module>
format='%(first_name)s %(last_name)s (%(handle)s)')
File "/scratch/cs390cp/web2py/gluon/dal.py", line 4561, in define_table
polymodel=polymodel)
File "/scratch/cs390cp/web2py/gluon/dal.py", line 703, in create_table
self.create_sequence_and_triggers(query,table)
File "/scratch/cs390cp/web2py/gluon/dal.py", line 2060, in
create_sequence_and_triggers
self.execute(query)
File "/scratch/cs390cp/web2py/gluon/dal.py", line 2054, in execute
return self.log_execute(command, args)
File "/scratch/cs390cp/web2py/gluon/dal.py", line 1343, in log_execute
ret = self.cursor.execute(*a, **b)
DatabaseError: ORA-00955: name is already used by an existing object