home *** CD-ROM | disk | FTP | other *** search
-
-
- #Verifying SQL*Plus ...
-
-
- #########################################
-
- #Check the banners:
-
- sqlplus 3.0.6.5.1 - Production
-
-
-
- ########################################
-
- #Demo testing:
-
- #Take a look at the demo data:
-
- SQL> set echo on
- SQL> connect scott/tiger
- Connected.
- SQL> select * from emp;
-
- no records selected
-
- SQL> select * from dept;
-
- DEPTNO DNAME LOC
- ---------- -------------- -------------
- 12 RESEARCH SARATOGA
- 10 ACCOUNTING CLEVELAND
- 11 ART SALEM
- 13 FINANCE BOSTON
- 21 SALES PHILA.
- 22 SALES ROCHESTER
- 42 INT'L SAN FRAN
-
- 7 records selected.
-
- SQL> spool off
-
-
-
- ####### Sqlplus.Verify Done #######
-
-