list_objects
List tables, views, sequences, and packages from an Oracle schema. Filter by object type or limit results to explore database objects.
Instructions
List database objects (tables, views, sequences, packages) in a schema
Args:
schema_name (string, optional): The schema name to list objects from. If not provided, lists objects from current user's schema
object_type (string, optional): Filter by object type (TABLE, VIEW, SEQUENCE, PACKAGE, FUNCTION, PROCEDURE)
limit (int, optional): Maximum number of objects to return. Default is 100
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| object_type | No | ||
| schema_name | No |