Skip to content

Commit 90deb9a

Browse files
authored
Merge pull request #44 from afumagalli98/fix-column-size
Adjusted columns size
2 parents 8fd3f7e + 8abd9ea commit 90deb9a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sql/partitioning.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set lines 8000 pages 0 feedback off verify off timing off
1717
set colsep "|||"
1818

19-
column OWNER for a20
19+
column OWNER for a30
2020
column SEGMENT_NAME for a40
2121
column PARTITION_NAME for a40
2222

sql/patch.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
set lines 8000 pages 0 feedback off verify off timing off
1717
set colsep "|||"
1818

19+
column OWNER for a30
20+
1921
select
2022
(select host_name from v$instance) as Hostname,
2123
'ND',

0 commit comments

Comments
 (0)