Hi All,
Is it possible to place the results of sqlplus host command into a variable ? Or even into an array of variables?

Here are 3 examples:

1 item returned: host pwd

1 row, multiple items: host uptime

multiple rows: host ls

How can I use the return values in sqlplus?

TIA!