Oracle PL/SQL/User Previliege/UID
Версия от 13:45, 26 мая 2010; (обсуждение)
select uid "Current UID"
SQL>
SQL>
SQL> select uid "Current UID"
2 from dual
3 /
Current UID
-----------
44
1 row selected.
SQL>
SQL>
SQL> --
SQL>
SQL>
SQL> select uid "Current UID"
2 from dual
3 /
Current UID
-----------
44
1 row selected.
SQL>
SQL>
SQL> --