I have already created a database XE on my linux desktop.Please find the below information about the database.
ORACLE_SID=XE
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe
I have to create another database,eg: database name is DB1. My question is how canI set ORACLE_HOME for DB1 and other parameters in pfile ?
Also how can I avoid the error ORA-45301: XE Edition single instance violation error?