Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


ORA-32766: instr with negative offset: use varchar semantics
on LOBs



ORA-32766: instr with negative offset: use varchar semantics on LOBs..

Answer / guest

Cause: The current varchar behavior is different. e.g.
instr('abcd', 'cd', -2, 1) returns 3, whereas
instr(to_clob('abcd'), 'cd', -2, 1) returns 0, (i.e. no
match), because the reverse search starts from offset -2,
which points to 'c' and moving backward, i.e. 'd' is
ignored. This is symmetric to instr('dcba','dc',2,1), which
returns 0.

Action: ORACLE uses the same varchar semantics on LOBs
(instr). Using the same example, instr(to_clob('abcd'),
'cd', -2, 1) will return 3 as in the varchar case.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-38463: invalid XML Tag list

1 Answers  


ORA-09959: IMON: deletion of a process failed.

1 Answers  


ORA-29255: Cursor contains both bind and define arrays which is not permissible

1 Answers  


PLS-00459: this feature is not allowed in REPEATABLE subprogram

1 Answers  


ORA-14172: invalid ALTER TABLE EXCHANGE SUBPARTITION option

1 Answers  


RMAN-08516: controlfile copy filename=string recid=string stamp=string

1 Answers  


NID-00371: Change database name of database string to string? (Y/[N]) =>

1 Answers  


IMG-00824: fail queue pop failed

1 Answers  


ORA-07613: $GETJPIW failed in retrieving the user's process label

1 Answers  


ORA-23305: internal deferred RPC error: string

1 Answers  


ORA-19777: ASM file string cannot be proxy backed up.

1 Answers  


ORA-10587: Invalid count for ALLOW n CORRUPTION option

1 Answers  


Categories