I've downloaded Weblogic Quick Installer from Oracles site (http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html).
I've set ORACLE_BASE and ORACLE_HOME to directories with write permission.
export ORACLE_BASE="/u01/app/oracle"
export ORACLE_HOME="/Users/victormarconi/Workspace/Java/Oracle"
Then: java -jar Downloads/fmw_12.2.1.3.0_wls_quick_Disk1_1of1/fmw_12.2.1.3.0_wls_quick.jar ORACLE_HOME=$ORACLE_HOME ORACLE_BASE=$ORACLE_BASE
Then the installer creates a directory in my home called oraInventory. I'd like to leave my home directory with personal files only... not files from an application.
How can I inform the installer to install oraInventory to a custom directory?
What are the best (standard) locations to set ORACLE_HOME, ORACLE_BASE, etc ?
Thanks.