dbca createdatabase ORA-00901 with no details
Hello community,
I am working with DB version 11.1.0.7 on AIX with flat files. I created a template of my rman database and am trying to create a shell database from that template on another host and I get a vague ORA-00901 error (ORA-00901: invalid CREATE command) with no further details. I do not see a "-verbose" flag with dbca. Is there some way to get more details from this error? If not, can anyone spot an error in my syntax?
Create template step:
dbca -silent -createTemplateFromDB -sourceDB orasrv4:1521:rcat1 -templateName dbca_rcat_template -sysDBAUserName sys -sysDBAPassword ####### -maintainFileLocations true
Create database step: