You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when trying to install the Master Detail sample app.
Create Data Package
create or replace package eba_demo_md_data_pkg as
function varchar2_to_blob(p_varchar2_tab in dbms_sql.varchar2_table) return blob;
procedure load_sample_data;
procedure remove_sample_data;
end eba_demo_md_data_pkg;
I'm getting this error when trying to install the Master Detail sample app.
Create Data Package
create or replace package eba_demo_md_data_pkg as
function varchar2_to_blob(p_varchar2_tab in dbms_sql.varchar2_table) return blob;
procedure load_sample_data;
procedure remove_sample_data;
end eba_demo_md_data_pkg;
ORA-01031: insufficient privileges.
see attached full log
master_error.txt
Thanks for any help
The text was updated successfully, but these errors were encountered: