7.5.2.1 pyqListEnvs Function (Autonomous Database)

The function pyqListEnvs when used in Oracle Autonomous Database, lists the environments saved in an Object Storage.

Syntax

FUNCTION PYQSYS.pyqListEnvs
RETURN SYS.AnyDataSet

Example

Issue a query that calls the pyqListEnvs function and lists the environments present.

select * from table(pyqListEnvs());

The output is similar to the following:


NAME
--------------------------------------------------------------------------------
VALUE
--------------------------------------------------------------------------------
{"envs":[{"size":" 1.7 GiB","name":"sbenv","description":"Conda environment with seaborn","number_of_installed_packages":78,"tags":"appli
cation":"OML4PY"}]}