Hi everybody,
i know that i can create my own alias in sqlcl and that i can describe this alias with desc.
When i issue alias list <my_own_alias> it shows me the following in sqlcl:
SYS @ instance >alias list my_own_alias
my_own_alias - desc my_own_alias - Shows informations about the instance!
-------------------------------------------------------------------------------------------------------
select instance_name,host_name,status from v$instance
When i issue alias list on a build-in alias it shows the following:
SYS @ instance >alias list tables
tables - tables <schema> - show tables from schema
--------------------------------------------------
select table_name "TABLES" from user_tables
With my own alias the alias list command always shows the desc keyword. The build-in alias didn't contain this keyword.
Does anybody know a trick how i can get rid of the keyword desc when issuing the alias list command in sqlcl?
We are using SQLcl: Release 19.2.1
Greetings Daniel