Revision [3818]
Last edited on 2010-09-02 01:11:19 by KenFongAdditions:
Query privileges granted to a certain user:
select * from dba_sys_privs where grantee = 'FOO';
select * from dba_sys_privs where grantee = 'FOO';
Revision [767]
Edited on 2007-07-03 02:16:18 by WikiAdminDeletions:
Revision [766]
Edited on 2007-07-03 01:34:29 by WikiAdminAdditions:
SQL> connect sys as sysdba
SQL> alter user sys identified by oracle_password;
SQL> alter user sys identified by oracle_password;
Deletions:
> alter user sys identified by oracle_password;
Revision [765]
Edited on 2007-07-03 01:34:08 by WikiAdminAdditions:
Changing password of sys
sqlplus /nolog
>connect sys as sysdba
> alter user sys identified by oracle_password;
sqlplus /nolog
>connect sys as sysdba
> alter user sys identified by oracle_password;
Revision [197]
Edited on 2007-04-16 07:25:05 by WikiAdminAdditions:
%%(sql)
%%(sql)
%%(sql)
%%(sql)
%%(sql)
%%(sql)
%%(sql)
Revision [137]
Edited on 2007-04-14 21:31:06 by WikiAdminAdditions:
{{parent page="Oracle"}}