DBA Hub

📋Steps in this guide1/1

Installed RDBMS components

col comp_id for a10 col comp_name for a56 col version for a12 col status for a10 set pagesize 200 set lines 200 set long 999 select comp_id,comp_name,version,status from dba_registry;

oracle configurationintermediate
by OracleDba
13 views
1

Installed RDBMS components

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
col comp_id for a10
col comp_name for a56
col version for a12
col status for a10
set pagesize 200
set lines 200
set long 999
select comp_id,comp_name,version,status from dba_registry;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!