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)
Where to find ojdbc17_g.jar
-
I haven’t done much JDBC tracing yet, but recently for a Kerberos KCM + ANO
case I wanted more traces. In the old doc, on google and myoraclesupport,
you’l...
1 week ago

No comments:
Post a Comment