You are on page 1of 1

select*from (select *from x) ;

select text
from dba_views
where view_name='v';

#gestion des profils


desc DBA_user
select profil from DBA_users where user_name='RANIA' ;
desc dba_profiles
select resource_name , limit from dba_profiles where Profile='DEFAULT' ;
créer un profile :
*create Profile P1 limit
failed_login_attempts 2
idle_time 2
Sessions_per_user 1
connect_time 60;
*alter user rania Profile P1 ;
*show Parameter resource_limit ;
*alter system
set resource_limit=true ; bsh tmodifi l parametre
*alter user rania account unlock ;

You might also like