We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fd3f7e + 8abd9ea commit 90deb9aCopy full SHA for 90deb9a
sql/partitioning.sql
@@ -16,7 +16,7 @@
16
set lines 8000 pages 0 feedback off verify off timing off
17
set colsep "|||"
18
19
-column OWNER for a20
+column OWNER for a30
20
column SEGMENT_NAME for a40
21
column PARTITION_NAME for a40
22
sql/patch.sql
@@ -16,6 +16,8 @@
+
select
(select host_name from v$instance) as Hostname,
23
'ND',
0 commit comments