Profile
Achievement

ceduard0's Recent Snippets
- All /
« Prev 1 Next »
List locked object Oracle Database using V$LOCKED_OBJECT view
0
1038
posted 12 years ago by ceduard0
Find a key from a list of values​​.
parameters:
sbValues​​: List of Values 'A;B;C;D'
sbToken: Key 'B'
sbSeparator: ',' or any defined sbValues
Example:
select FSBFINDTOKEN('A;B;C;D','B',';')
from DUAL;
-------------------
Y
0
1947
posted 12 years ago by ceduard0