Use dbca silent mode to remove and database instance error
hi guys,
I have a database instance on 11gR2 linux.
I want to delete the database instance with dbca with response file in silent mode, like ./dbca -silent -responseFile /u01/....filepath/ dbca.rsp.
However, error message exists: ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance.
What is the problem with this and how to solve it? Thank you.
0