











Les muestro unas fotografías que nos tomamos en Huampaní en la Capacitación de PRONAMA
...Passed ...se siguen las instrucciones
[oracle@localhost database]$ cd ..
[oracle@localhost u01]$ cd app/oracle/product/10.2.0/db_1/bin
[oracle@localhost bin]$ ./dbca
...Aquí instala la Base de Datos...se siguen las instrucciones
[oracle@localhost db_1]$ cd ./../../../../..
[oracle@localhost app]$ vi .bash_profile
...Aquí se setean las variables
export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1/
export ORACLE_BASE=/u01/app/oracle/product/10.2.0/db_1/
export ORACLE_SID=orcl
export PATH=$PATH:$ORACLE_HOME/bin
... En otra consola
[root@localhost ~]# su - oracle
[oracle@localhost ~]$ lsnrctl start;
[oracle@localhost ~]$ sqlplus "/ as sysdba";
SQL>
[oracle@localhost ~]$ cd /u01/app/oracle/product/10.2.0/db_1/bin
[oracle@localhost bin]$ ./rman
RMAN>
http://localhost.localdomain:1158/em