Problem : Divide a given string into individual characters and display these characters into separate rows through a SQL query. For example , the given string is 'Paper', display it as :
Given_String
--------
P
a
p
e
r
The query is :
select substr(&string,rownum,1) given_string
from all_objects
where rownum<=length(&string)
To TLS or to NNE? Postquantum hints the former
-
When encrypting Network traffic to your database server, there are two
different approaches. One is to use Oracle Native Encryption by setting
SQLNET.ENCRY...
1 week ago
No comments:
Post a Comment