Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
Description
Returns the position of the nth occurrence of the pattern starting at the offset.
Arguments |
Description |
---|---|
[in] pattern |
A String for CLOB or Byte Array for BLOB or BFILE that is searched for in the LOB. |
[in] Offset |
The starting position in the LOB or BFILE for the search. |
[in] nth |
The occurrence number |
Remarks
This call is currently implemented by executing a PL/SQL block that utilizes DBMS_LOB.INSTR()
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|