Oracle OPG_APIS Version 21c |
---|
General Information | |||||||||||||||||||||||||||||||
Library Note |
|
||||||||||||||||||||||||||||||
Purpose | Provides support for Graph Database Operations on property graphs in the Oracle Database. | ||||||||||||||||||||||||||||||
Acronyms | GE - Graph Edge PG - Property Graph PR - Page Rank SP - Shortest Path VT - Vertex WKT - Well Known Text |
||||||||||||||||||||||||||||||
AUTHID | CURRENT_USER | ||||||||||||||||||||||||||||||
Constants |
|
||||||||||||||||||||||||||||||
Dependencies |
|
||||||||||||||||||||||||||||||
Documented | Yes | ||||||||||||||||||||||||||||||
First Available | 19c | ||||||||||||||||||||||||||||||
Pragmas | PRAGMA SUPPLEMENTAL_LOG_DATA(default, NONE); | ||||||||||||||||||||||||||||||
Security Model | Owned by MDSYS with EXECUTE granted to PUBLIC | ||||||||||||||||||||||||||||||
Source | {ORACLE_HOME}/mdsys/admin/opgapih.sql |
||||||||||||||||||||||||||||||
Subprograms |
|
||||||||||||||||||||||||||||||
ADD_INDEX_METADATA_LUCENE | |||||||||||||||||||||||||||||||
Adds the metadata information from an Apache Lucene Text index into the IT$ table | opg_apis.add_index_metadata_lucene( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
ADD_INDEX_METADATA_ORATEXT | |||||||||||||||||||||||||||||||
Adds the metadata information from an Oracle Text index into the IT$ table | opg_apis.add_index_metadata_oratext( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
ADD_INDEX_METADATA_SOLRCLOUD | |||||||||||||||||||||||||||||||
Adds the metadata information from a SolrCloud Text index into the IT$ table | opg_apis.add_index_metadata_solrcloud( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
ANALYZE_PG | |||||||||||||||||||||||||||||||
Gathers statistics for the VT$, GE$, IT$, and GT$ tables from a graph Overload 1 |
opg_apis.analyze_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 2 | opg_apis.analyze_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 3 | opg_apis.analyze_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 4 | opg_apis.analyze_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CF | |||||||||||||||||||||||||||||||
Runs collaborative filtering on a graph using matrix factorization | opg_apis.cf( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CF_CLEANUP | |||||||||||||||||||||||||||||||
Performs cleanup work after graph collaborative filtering is completed | opg_apis.cf_cleanup( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CF_PREP | |||||||||||||||||||||||||||||||
Performs preparation work, including creating intermediate tables, for a later call to the OPG_APIS.CF | opg_apis.cf_prep( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CHECK_COL_TYPE | |||||||||||||||||||||||||||||||
Validates the column type | opg_apis.check_col_type(t IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CLEAR_PG | |||||||||||||||||||||||||||||||
Clears all data from a property graph | opg_apis.clear_pg(graph_name IN VARCHAR2); |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CLEAR_PG_INDICES | |||||||||||||||||||||||||||||||
Removes all text index metadata in the IT$ table of the property graph | opg_apis.clear_pg_indices(graph_name IN VARCHAR2); |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CLEAR_TWOTABLES_GRAPH_TABLE | |||||||||||||||||||||||||||||||
Clears the schema tables of a property graph | opg_apis.clear_twotables_graph_table(table_name IN VARCHAR2); |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CLONE_GRAPH | |||||||||||||||||||||||||||||||
Makes a clone of the original graph, giving the new graph a new name | opg_apis.clone_graph( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
COUNT_TRIANGLE | |||||||||||||||||||||||||||||||
Performs triangle counting in a property graph | opg_apis.count_triangle( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
COUNT_TRIANGLE_CLEANUP | |||||||||||||||||||||||||||||||
Cleans up and drops the temporary working tables used for triangle counting | opg_apis.count_triangle_cleanup( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
COUNT_TRIANGLE_PREP | |||||||||||||||||||||||||||||||
Prepares for running triangle counting | opg_apis.count_triangle_prep( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
COUNT_TRIANGLE_RENUM | |||||||||||||||||||||||||||||||
Performs triangle counting with the optimization of reNUMBERing the vertices by their degree | opg_apis.count_triangle_renum( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_EDGES_TEXT_IDX | |||||||||||||||||||||||||||||||
Creates a text index on a property graph edge table | opg_apis.create_edges_text_idx( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_PG | |||||||||||||||||||||||||||||||
Creates the property graph schema tables required to store data about vertices, edges, text indexes, and snapshots Overload 1 |
opg_apis.create_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 2 | opg_apis.create_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 3 | opg_apis.create_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_PG_SNAPSHOT_TAB | |||||||||||||||||||||||||||||||
Creates the property graph schema table (<graph_name>SS$) snapshot metadata Overload 1 |
opg_apis.create_pg_snapshot_tab( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 2 | opg_apis.create_pg_snapshot_tab( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_PG_TEXTIDX_TAB | |||||||||||||||||||||||||||||||
Creates the necessary property graph text index schema table (<graph_name>IT$) to store text index metadata Overload 1 |
opg_apis.create_pg_textidx_tab( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 2 | opg_apis.create_pg_textidx_tab( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_STAT_TABLE | |||||||||||||||||||||||||||||||
Creates a table to store property graph statistics | opg_apis.create_stat_table( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_SUB_GRAPH | |||||||||||||||||||||||||||||||
Creates a subgraph, which is an expansion from a given vertex | opg_apis.create_sub_graph( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_TWO_TABLES_EDGE | |||||||||||||||||||||||||||||||
Create the schema table for the two tables edge table Overload 1 |
opg_apis.create_two_tables_edge( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 2 | opg_apis.create_two_tables_edge( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 3 | opg_apis.create_two_tables_edge( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 4 | opg_apis.create_two_tables_edge( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_TWO_TABLES_VERTEX | |||||||||||||||||||||||||||||||
Create the schema table for the two tables vertex table Overload 1 |
opg_apis.create_two_tables_vertex( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 2 | opg_apis.create_two_tables_vertex( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 3 | opg_apis.create_two_tables_vertex( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CREATE_VERTICES_TEXT_IDX | |||||||||||||||||||||||||||||||
Creates a text index on a property graph vertex table | opg_apis.create_vertices_text_idx( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
CURRENTTIMEMILLIS | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.currenttimemillis RETURN NUMBER; |
||||||||||||||||||||||||||||||
SELECT opg_apis.currenttimemillis |
|||||||||||||||||||||||||||||||
DELETE_INDEX_METADATA | |||||||||||||||||||||||||||||||
Deletes metadata information of the given Text index from the IT$ table | opg_apis.delete_index_metadata( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
DELETE_INDEX_METADATA_KEY | |||||||||||||||||||||||||||||||
Deletes metadata information of the given Text index from the IT$ table | opg_apis.delete_index_metadata_key( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
DROP_EDGES_TEXT_IDX | |||||||||||||||||||||||||||||||
Drops a text index on a property graph edge table | opg_apis.drop_edges_text_idx( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
DROP_ELEMENT_TEXT_IDX | |||||||||||||||||||||||||||||||
Drops a text index on a property graph table | opg_apis.drop_element_text_idx( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
DROP_PG | |||||||||||||||||||||||||||||||
Deletes a property graph Overload 1 |
opg_apis.drop_pg(graph_name IN VARCHAR2); |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
Overload 2 | opg_apis.drop_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
DROP_PG_VIEW | |||||||||||||||||||||||||||||||
Deletes the view definition of a property graph | opg_apis.drop_pg_view( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
DROP_VERTICES_TEXT_IDX | |||||||||||||||||||||||||||||||
Drops a text index on a property graph vertex table | opg_apis.drop_vertices_text_idx( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
END_FTSL | |||||||||||||||||||||||||||||||
Turn off force tmp segment loads | opg_apis.end_ftsl; |
||||||||||||||||||||||||||||||
exec opg_apis.end_ftsl; |
|||||||||||||||||||||||||||||||
ESTIMATE_TRIANGLE_RENUM | |||||||||||||||||||||||||||||||
Estimates the number of triangles in a property graph | opg_apis.estimate_triangle_renum( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
EXP_EDGE_TAB_STATS | |||||||||||||||||||||||||||||||
Retrieves statistics for the edge table of a given property graph and stores them in the user-created statistics table | opg_apis.exp_edge_tab_stats( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
EXP_VERTEX_TAB_STATS | |||||||||||||||||||||||||||||||
Retrieves statistics for the vertex table of a given property graph and stores them in the user-created statistics table | opg_apis.exp_vertex_tab_stats( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
FIND_CC_MAPPING_BASED | |||||||||||||||||||||||||||||||
Finds connected components in a property graph and stores them in the wt_clusters table | opg_apis.find_cc_mapping_based( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
FIND_CLUSTERS_CLEANUP | |||||||||||||||||||||||||||||||
Cleans up after running weakly connected components (WCC) cluster detection | opg_apis.find_clusters_cleanup( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
FIND_CLUSTERS_PREP | |||||||||||||||||||||||||||||||
Prepares for running weakly connected components (WCC) cluster detection | opg_apis.find_clusters_prep( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
FIND_SP | |||||||||||||||||||||||||||||||
Finds the shortest path between given source vertex and destination vertex in the property graph | opg_apis.find_sp( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
FIND_SP_CLEANUP | |||||||||||||||||||||||||||||||
Cleans up after running one or more shortest path calculations | opg_apis.find_sp_cleanup( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
FIND_SP_PREP | |||||||||||||||||||||||||||||||
Prepares for shortest path calculations | opg_apis.find_sp_prep( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
FORMAT_NUM_FOR_SQL | |||||||||||||||||||||||||||||||
This function formats 1.2 as 1.2, 1,2 (in certain NLS_LANG) as 1.2 | opg_apis.format_num_for_sql(n IN NUMBER) RETURN VARCHAR2 DETERMINISTIC PARALLEL_ENABLE;; |
||||||||||||||||||||||||||||||
SELECT opg_apis.format_num_for_sql(4.2) |
|||||||||||||||||||||||||||||||
GENERATE_GRAPH_TMP_WORK_TAB | |||||||||||||||||||||||||||||||
Returns a unique name that can be used to create an intermediate working table | opg_apis.generate_graph_tmp_work_tab( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_BUILD_ID | |||||||||||||||||||||||||||||||
Returns the build ID of the Oracle Spatial and Graph property graph support, in YYYYMMDD format | opg_apis.get_build_id RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
SELECT opg_apis.get_build_id |
|||||||||||||||||||||||||||||||
GET_COMPRESS_STR | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.get_compress_str(options IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_EDGE_TAB_COL_DEF | |||||||||||||||||||||||||||||||
helper function getS the column definitions in case one needs to create GE$ | opg_apis.get_edge_tab_col_def RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_ELAPSED_TIME | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.get_elapsed_time( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_GEOMETRY_FROM_V_COL | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object constructed using spatial data and optionally an SRID value | opg_apis.get_geometry_from_v_col( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_GEOMETRY_FROM_V_T_COLS | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object constructed using spatial data, a type value, and optionally an SRID value | opg_apis.get_geometry_from_v_t_cols( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_INT_IN_BRACKETS | |||||||||||||||||||||||||||||||
helper function to get the column definitions in case one needs to create VT$ or GE$ | opg_apis.get_int_in_brackets( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_LATLONG_FROM_V_COL | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object constructed using spatial data and optionally an SRID value | opg_apis.get_latlong_from_v_col( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_LATLONG_FROM_V_T_COLS | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object constructed using spatial data, a type value, and optionally an SRID value | opg_apis.get_latlong_from_v_t_cols( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_LOGLINE_HEADER | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.get_logline_header(m_tsStartTime IN OUT TIMESTAMP) RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
ET_LONGLAT_FROM_V_COL | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object constructed using spatial data, a type value, and optionally anSRID value | opg_apis.get_longlat_from_v_col( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_LONGLAT_FROM_V_T_COLS | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object constructed using spatial data, a type value, and optionally an SRID value | opg_apis.get_longlat_from_v_t_cols( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_LONG_LAT_GEOMETRY | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object constructed using X and Y point coordinate values, and optionally an SRID value | opg_apis.get_long_lat_geometry( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_OPTION_VAL | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.get_option_val( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_PARALLEL_CLAUSE_FOR_CTAS | |||||||||||||||||||||||||||||||
Returns a string in the form of "parallel dop" that can be used in a CTAS statement | opg_apis.get_parallel_clause_for_ctas(dop IN INTEGER) RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_PARTITIONS_LIST | |||||||||||||||||||||||||||||||
Returns a partition list clause | opg_apis.get_partitions_list( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_SCN | |||||||||||||||||||||||||||||||
Returns the current System Change Number: The online documentation is incorrect. | opg_apis.get_scn RETURN NUMBER |
||||||||||||||||||||||||||||||
SELECT mdsys.opg_apis.get_scn |
|||||||||||||||||||||||||||||||
GET_SESSION_ID | |||||||||||||||||||||||||||||||
Returns the Identifier of the current session | opg_apis.get_session_id RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
SELECT opg_apis.get_session_id |
|||||||||||||||||||||||||||||||
GET_SPATIAL_PROPERTY_KEY | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.get_spatial_property_key RETURN VARCHAR2 DETERMINISTIC PARALLEL_ENABLE; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_TMP_WORK_TAB_NAME | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.get_tmp_work_tab_name(marker IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_VERSION | |||||||||||||||||||||||||||||||
Returns the current version of the Oracle Spatial and Graph property graph support | opg_apis.get_version RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
SELECT opg_apis.get_version |
|||||||||||||||||||||||||||||||
GET_VERTEX_TAB_COL_DEF | |||||||||||||||||||||||||||||||
helper function getS the column definitions in case one needs to create VT$ | opg_apis.get_vertex_tab_col_def RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
SELECT opg_apis.get_vertex_tab_col_def |
|||||||||||||||||||||||||||||||
GET_WKTGEOMETRY_FROM_V_COL | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object based on a geometry in WKT form and optionally an SRID | opg_apis.get_wktgeometry_from_v_col( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_WKTGEOMETRY_FROM_V_T_COLS | |||||||||||||||||||||||||||||||
Returns an SDO_GEOMETRY object based on a geometry in WKT (well known text) form, a type value, and optionally an SRID | opg_apis.get_wktgeometry_from_v_t_cols( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GET_WORK_TAB_NAME_IF_EMPTY | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.get_work_tab_name_if_empty( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
GRANT_ACCESS | |||||||||||||||||||||||||||||||
Grants access privileges on a property graph to another database user | -- The privilege argument can contain a mix of 'R', 'S', 'I', 'D', or 'U' (Read, Select, Insert, Delete, and Update)
|
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
IMP_EDGE_TAB_STATS | |||||||||||||||||||||||||||||||
Retrieves graph edge table (GE$) statistics from the user statistics table identified by stattab and stores them in the dictionary imported | opg_apis.imp_edge_tab_stats( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
IMP_VERTEX_TAB_STATS | |||||||||||||||||||||||||||||||
Retrieves graph edge table (VT$) statistics from the user statistics table identified by stattab and stores them in the dictionary imported | opg_apis.imp_vertex_tab_stats( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
LOCK_EDGES | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.lock_edges( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
LOCK_INDEX_MATA | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.lock_index_mata( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
LOCK_SKEL | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.lock_skel( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
LOCK_VERTICES | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.lock_vertices( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
NOT_NULL_OR_EMPTY | |||||||||||||||||||||||||||||||
The documentation in the rdbms/admin file is the reverse of how the function works | opg_apis.not_NULL_or_empty(s IN VARCHAR2) RETURN BOOLEAN; |
||||||||||||||||||||||||||||||
DECLARE |
|||||||||||||||||||||||||||||||
PLAN_DONE | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.plan_done( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
PLAN_START | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.plan_start( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
PR | |||||||||||||||||||||||||||||||
Prepares for page rank calculations | opg_apis.pr( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
PREPARE_TEXT_INDEX | |||||||||||||||||||||||||||||||
Performs preparatory work needed before a text index can be created on any NVARCHAR2 columns | opg_apis.prepare_text_index; |
||||||||||||||||||||||||||||||
exec opg_apis.prepare_text_index; |
|||||||||||||||||||||||||||||||
PROCESS_TRACE_SETTING | |||||||||||||||||||||||||||||||
Trace setting configuration | opg_apis.process_trace_setting(options IN VARCHAR2); |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
PR_CLEANUP | |||||||||||||||||||||||||||||||
Performs cleanup after performing page rank calculations | opg_apis.pr_cleanup( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
PR_PREP | |||||||||||||||||||||||||||||||
Prepares for page rank calculations | opg_apis.pr_prep( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
RELEASE_LOCK | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.release_lock(lockhandle IN INT); |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
RENAME_PG | |||||||||||||||||||||||||||||||
Renames a property graph | opg_apis.rename_pg( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
REVOKE_ACCESS | |||||||||||||||||||||||||||||||
Revokes access to a property graph from another user | opg_apis.revoke_access( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
SET_SESSION_PARAM | |||||||||||||||||||||||||||||||
Sets session parameters | opg_apis.set_session_param( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
SHOW_PATH_BD | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.show_path_bd( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
SPARSIFY_GRAPH | |||||||||||||||||||||||||||||||
Performs sparsification (edge trimming) for a property graph edge table | opg_apis.sparsify_graph( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
SPARSIFY_GRAPH_CLEANUP | |||||||||||||||||||||||||||||||
Cleans up after sparsification (edge trimming) for a property graph edge table | opg_apis.sparsify_graph_cleanup( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
SPARSIFY_GRAPH_PREP | |||||||||||||||||||||||||||||||
Prepares working table names that are necessary to run sparsification for a property graph edge table | opg_apis.sparsify_graph_prep( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
START_FTSL | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.start_ftsl; |
||||||||||||||||||||||||||||||
exec opg_apis.start_ftsl; |
|||||||||||||||||||||||||||||||
TRUNCATE_AND_DROP_IGNORE | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.truncate_and_drop_ignore( |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
VALIDATE_NAME | |||||||||||||||||||||||||||||||
Undocumented | opg_apis.validate_name(s IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
VALIDATE_NON_GRAPHNAME | |||||||||||||||||||||||||||||||
Validates the name of a tablespace, user, column, etc. | opg_apis.validate_non_graphname(s IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD | |||||||||||||||||||||||||||||||
VALIDATE_TAB_VIEW_NAME | |||||||||||||||||||||||||||||||
Returns a safe name for the given name of a table or a view | opg_apis.validate_tab_view_name(s IN VARCHAR2) RETURN VARCHAR2; |
||||||||||||||||||||||||||||||
TBD |
Related Topics |
Built-in Functions |
Built-in Packages |
Database Security |
OPG_GRAPHOP |
What's New In 21c |
What's New In 23c |
This site is maintained by Dan Morgan. Last Updated: | This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2023 Daniel A. Morgan All Rights Reserved | |||||||||
|
||||||||||