Project

General

Profile

1
set pagesize 100
2
column entry_type format a5
3
column source_doctype format a15
4
column target_doctype format a15
5
column public_id format a20
6
column system_id format a20
7
select entry_type,source_doctype,target_doctype,public_id,system_id
8
from xml_catalog;
(16-16/49)