How to login to an Oracle Database - Database Tutorial 40

Опубликовано: 19 Февраль 2013
на канале: Sam Dhanasekaran
6,263
13

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 посетителям.