Video 40 How to login to an Oracle Database - Database Tutorial
This tutorial explains how to login to the Oracle Database from within the host where the database has been installed.
We need to set the environments first. The two parameters needed are, ORACLE_SID and ORACLE_HOME.
In Windows environment, we setup these parameters using SET command.
For example: set ORACLE_SID=demodb
In most of the UNIX we can do the same using the following command.
export ORACLE_SID=demodb
Once these parameters have been set, we can login to the database as SYSDBA using the following commands.
sqlplus /nolog
connect / as sysdba;
Смотрите видео How to login to an Oracle Database - Database Tutorial 40 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Sam Dhanasekaran 19 Февраль 2013, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,263 раз и оно понравилось 13 людям.