home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a524 / 27.ddi / install / plus_ver.out next >
Encoding:
Text File  |  1991-03-04  |  1.2 KB  |  47 lines

  1.  
  2.  
  3. #Verifying SQL*Plus ...
  4.  
  5.  
  6.                #########################################
  7.  
  8. #Check the banners:
  9.  
  10. sqlplus            3.0.6.5.1 - Production
  11.  
  12.  
  13.  
  14.                ########################################
  15.  
  16. #Demo testing:
  17.  
  18.       #Take a look at the demo data:
  19.  
  20. SQL> set echo on
  21. SQL> connect scott/tiger
  22. Connected.
  23. SQL> select * from emp;
  24.  
  25. no records selected
  26.  
  27. SQL> select * from dept;
  28.  
  29.     DEPTNO DNAME          LOC                                                   
  30. ---------- -------------- -------------                                         
  31.         12 RESEARCH       SARATOGA                                              
  32.         10 ACCOUNTING     CLEVELAND                                             
  33.         11 ART            SALEM                                                 
  34.         13 FINANCE        BOSTON                                                
  35.         21 SALES          PHILA.                                                
  36.         22 SALES          ROCHESTER                                             
  37.         42 INT'L          SAN FRAN                                              
  38.  
  39. 7 records selected.
  40.  
  41. SQL> spool off
  42.  
  43.  
  44.  
  45.                #######    Sqlplus.Verify Done    #######
  46.  
  47.