ceduard0


Member since 07/12/2013

2 snippets

1287 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

ceduard0's Recent Snippets



« Prev 1 Next »
List locked object Oracle Database using V$LOCKED_OBJECT view
0 523 posted 10 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 731 posted 10 years ago by ceduard0
« Prev 1 Next »