Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5 from amreo/master
Browse files Browse the repository at this point in the history
Resized segment_advisor.sql page/line
  • Loading branch information
amreo authored Aug 22, 2019
2 parents 888c687 + 4efb68f commit d0926b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sql/segment_advisor.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.

col RECOMMENDATIONS for a120
col SEGMENT_OWNER for a15
col RECOMMENDATIONS for a300
col SEGMENT_OWNER for a60
col TABLESPACE_NAME like SEGMENT_OWNER
col RECL_GB for 9999999
col HOSTNAME for a255
col SEGMENT_NAME for a30
col SEGMENT_NAME for a82
col SEGMENT_TYPE like SEGMENT_OWNER
col PARTITION_NAME like SEGMENT_OWNER

set autoprint on
set lines 500 pages 50000
set lines 900 pages 50000
SET FEEDBACK OFF
set colsep "|||"
VARIABLE x refcursor;
Expand Down

0 comments on commit d0926b3

Please sign in to comment.