[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

RE: [sqr-users] Re-Indexing a Table in SQR



Screen capture follows:

/tmp>more analyze_it.sqr
begin-program

begin-sql
begin
dbms_stats.gather_table_stats('scott', 'emp');;
end;;
end-sql

end-program
/tmp>sqr  analyze_it.sqr
Enter Username: scott  
Enter Password: 

SQR V4.3.2.2
Copyright (C) SQRIBE Technologies, 1994-98.  All Worldwide Rights Reserved.


SQR: End of Run.
/tmp>echo $?
0
/tmp>



_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users