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)
Changing 10g password in 19c
-
One user may complain about ORA-28008 when changing its old password in
19c. Many users still use the old non case sensitive passwords. Resetting
User Pass...
3 days ago
No comments:
Post a Comment