informatica:oracle:comandos
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
informatica:oracle:comandos [2015/08/03 14:55] – jose | informatica:oracle:comandos [2024/06/19 09:46] (current) – jose | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Comprobar usuario bloqueado: | + | < |
+ | SELECT 'DROP TABLE ' || owner || ' | ||
+ | FROM all_tables | ||
+ | WHERE owner = ' | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | set sqlformat insert; | ||
+ | select * from WZC_AUTHORIZATION_OWN.AUTHORIZATION_CONFIGURATION; | ||
+ | set sqlformat default; | ||
+ | </ | ||
+ | |||
+ | ====== Crear Usuario ====== | ||
+ | |||
+ | CREATE USER usuari IDENTIFIED BY contrasenya | ||
+ | |||
+ | GRANT CREATE SESSION TO usuari | ||
+ | |||
+ | |||
+ | |||
+ | ====== | ||
< | < | ||
select username, | select username, |
informatica/oracle/comandos.1438613707.txt.gz · Last modified: 2015/08/03 14:55 by jose