SQL*Plus Getting Started
Release 8.1.6
for Windows
A77480-01

Library

Product

Contents

Index

Prev Up Next

Installing SQL*Plus Help and Demonstration Tables, 4 of 4


Accessing Demonstration Tables

To load the demonstration tables, start SQL*Plus with the user account that allows you to complete the exercises. SQL*Plus User's Guide and Reference refers to the user name SCOTT with the password TIGER, but you can use any account with the same privileges.

Enter the following command at the SQL*Plus prompt:

SQL> @%ORACLE_HOME%\SQLPLUS\DEMO\DEMOBLD.SQL

When you finish working through the examples, you can remove the demonstration tables from the database by entering the following command:

SQL> @%ORACLE_HOME%\SQLPLUS\DEMO\DEMODROP.SQL


Prev Up Next
Oracle
Copyright © 2000 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index