I am not sure what you understand by “execute from the Command line interface”, but you’re probably looking after the following select statement:
select * from dba_users;
or
select username from dba_users;
I am not sure what you understand by “execute from the Command line interface”, but you’re probably looking after the following select statement:
select * from dba_users;
or
select username from dba_users;