Administrator
|
Hi Affan,
Connect to your OS with Oracle User (Ex: oracle)
Set the following environment variables to identify the Oracle home and the system identifier (SID) for the database you want to manage:
ORACLE_HOME
ORACLE_SID
Change directory to the ORACLE_HOME/bin directory.
Start EMCA by entering the following command
$PROMPT> ./emca
|