Setting up Oracle to work with Database component ================================================= Suppose you have a running Oracle instance named "orcl" which you can access as user "scott" with password "tiger", and you want to run Database component on it. Here are several steps to achieve this goal. Setup a database user --------------------- You must make sure you have a user with the correct privileges, here we use the user "system" (DBA) with password "sys":: $ cat <