Skip to content
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**

SQL> @install

Clone this wiki locally