Data Dictionary REST Endpoints
Data Dictionary
Services related to the tables and views that provide information about the database.
- Get a database link
- Method: getPath:
/database/db_links/{owner},{db_link} - Get a partition
- Method: getPath:
/database/objects/partitions/{table_owner},{table_name},{partition_name} - Get a procedure that is defined in package
- Method: getPath:
/database/objects/packages/procedures/{object_id},{subprogram_id} - Get a specific column
- Method: getPath:
/database/objects/columns/{owner},{table_name},{column_name} - Get a specific foreign keys
- Method: getPath:
/database/objects/foreign_keys/{owner},{constraint_name} - Get a specific function
- Method: getPath:
/database/objects/functions/{object_id} - Get a specific index
- Method: getPath:
/database/objects/indexes/{owner},{index_name} - Get a specific object
- Method: getPath:
/database/objects/{owner},{object_name},{object_type} - Get a specific table
- Method: getPath:
/database/objects/tables/{owner},{table_name} - Get a synonym
- Method: getPath:
/database/objects/synonyms/{owner},{synonym_name} - Get all arguments for functions and procedures
- Method: getPath:
/database/objects/arguments/ - Get all database links
- Method: getPath:
/database/db_links/ - Get all database objects
- Method: getPath:
/database/objects/ - Get all foreign keys
- Method: getPath:
/database/objects/foreign_keys/ - Get all functions
- Method: getPath:
/database/objects/functions/ - Get all indexes
- Method: getPath:
/database/objects/indexes/ - Get all materialized view logs
- Method: getPath:
/database/objects/materialized_view_logs/ - Get all object types
- Method: getPath:
/database/objects/types/ - Get all partitions in the database
- Method: getPath:
/database/objects/partitions/ - Get all procedures defined in package
- Method: getPath:
/database/objects/packages/procedures/ - Get all synonyms in the database
- Method: getPath:
/database/objects/synonyms/ - Get all table columns
- Method: getPath:
/database/objects/columns/ - Get all tables
- Method: getPath:
/database/objects/tables/ - Get an argument
- Method: getPath:
/database/objects/arguments/{object_id},{subprogram_id},{argument_name} - Get an object type
- Method: getPath:
/database/objects/types/{owner},{type_name} - Get information on a specific materialized view log
- Method: getPath:
/database/objects/materialized_view_logs/{log_owner},{log_table}