Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

Oracle Row Level Security: Part 2

$
0
0
SQL> col sql_text for a25 SQL> col predicate for a20 SQL> col policy for a15 SQL> col object_name for a15 SQL> select substr(sql_text,1,25) sql_text, 2 predicate, 3 policy, 4 object_name 5 from v$sqlarea ,v$vpd_policy 6 where hash_value = sql_hash ...

Viewing all articles
Browse latest Browse all 989

Trending Articles