Bonjour,

J'aimerais savoir s'il existe un select permettant de retrouver le résultat de la création d'utilisateur avec droits suivants :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
create user &&utillisateur1 identified by &&mdp1 default tablespace &&3 temporary tablespace &&4 quota unlimited on &&3 quota unlimited on &&4;
grant &&5 to &&1 with admin option;
grant select on sys.obj$ to &&1 &&WITH GRANT OPTION;
grant select on sys.ind$ to &&1 &&WITH GRANT OPTION;
grant select on sys.user$ to &&1 &&WITH GRANT OPTION;
grant select on sys.col$ to &&1 &&WITH GRANT OPTION;
grant select on sys.icol$ to &&1 &&WITH GRANT OPTION;
grant select on sys.con$ to &&1 &&WITH GRANT OPTION;
grant select on sys.ccol$ to &&1 &&WITH GRANT OPTION;
grant select on sys.cdef$ to &&1 &&WITH GRANT OPTION;
grant select on sys.ts$ to &&1 &&WITH GRANT OPTION;
grant select on sys.seg$ to &&1 &&WITH GRANT OPTION;
grant create view to &&1 with admin option;
grant create trigger to &&1 with admin option;
Y a t'il un moyen d'exporter tout ses éléments pour les rejouer par requête ensuite.
Par exemple, j'ai 2 utilisateurs qui semble avoir la même table temporaire physique...mais qui ont 2 tablespace par défaut? est ce rationnel ?
Bref je voudrais pour un utilisateur1 trouver sa tablespace par défaut et son fichier temporaire