create user pippo with password 'pippo'Gestione grant:
- per poter usare lo schema:
GRANT USAGE ON SCHEMA dwh to sce
- per poter creare tabelle nello schema
GRANT CREATE ON SCHEMA dwh to sce
- possibilità di leggere tutte le tabelle dello schema
GRANT SELECT ON ALL TABLES IN SCHEMA dwh to sce
- possibilità di leggere la tabella specifica
GRANT SELECT ON dwh.fct_booking to sce
Nessun commento:
Posta un commento