Well for one thing you probably should stay away from
livelink direct table updates even if you think you
know the logic.Fisrt try if there are lapi methods ,
secondly try oscript methods and only as a last resort
should one touch the schema.In any case it looks
like livelink is using bitwise arithmetic(it always uses that) so if you are in a binge I would find one row or user's general setting that you like.
Code:
select prefskeyword,prefsvalue from kuafprefs a where a.prefsid=6686
PREFSKEYWORD~PREFSVALUE
General~A<1,?,'dftStartPage'=1,'itemDescription'=true,'modIndDuration'=7,'newIndDuration'=2,'useJava'=true,'viewType'=0>~
PerformQueryWithACL~A<1,?,'ratio'='G1','userNumberOfPercents'='2','userPercentGood'='G2'>~
Now I would devise an insert or update based on this candidates value something where you do like
update my_table set value1="my first goodvalue coming as select from a subquery" set value2=="my first goodvalue coming as select from a subquery"
And I would make oracle handle this that is the resason of the subselect because the "<" etc can be interpreted wrong sometimes as strings
Please search for suitable oscript methods that is IMHO
Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937