Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
db 有前项目的残余(序列、视图等)。我怎样才能完全清除 express edition(10g) 数据库以在没有以前项目的残余的情况下工作?
Simplest way is to drop the schema. e.g.
DROP USER myuser CASCADE;
WARNING: it's best to assume that you cannot undo this command!
Alternatively just create a new workspace (if you have apex admin access) which will get a new schema.