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
Stefan Oravec edited this page May 12, 2015
·
3 revisions
Installation
1. Grant required privileges to target schema**
grant connect to <pete_schema>;
grant create table to <pete_schema>;
grant create procedure to <pete_schema>;
grant create type to <pete_schema>;
grant create sequence to <pete_schema>;
grant create view to <pete_schema>;
2. Connect to target schema and install Pete objects**