ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
dbms_hs_parallel.create_or_replace_view(
remote_table IN VARCHAR2,
database_link IN VARCHAR2,
oracle_view IN VARCHAR2 := NULL,
parallel_degree IN INTEGER := NULL);
dbms_hs_parallel.create_table_template(
remote_table IN VARCHAR2,
database_link IN VARCHAR2,
oracle_table IN VARCHAR2 := NULL,
create_table_template_string OUT VARCHAR2);
dbms_hs_parallel.load_table(
remote_table IN VARCHAR2,
database_link IN VARCHAR2,
oracle_table IN VARCHAR2 := NULL,
truncate IN BOOLEAN := TRUE,
parallel_degree IN INTEGER := NULL,
row_count OUT NUMBER);
dbms_hs_parallel.table_sampling(
remote_schema IN VARCHAR2,
remote_table_name IN VARCHAR2,
database_link IN VARCHAR2,
hs_remote_tab_typ IN VARCHAR2,
p_degree IN NUMBER,
row_count IN NUMBER,
ora_user IN VARCHAR2,
oracle_table_name IN VARCHAR2,
pt_col_names IN sys.hsblknamlst
pt_col_types IN sys.hsblknamlst
col_names IN sys.hsblknamlst
col_types IN sys.hsblknamlst);