Home » SQL & PL/SQL » SQL & PL/SQL » CLOB variable
CLOB variable [message #38336] Thu, 11 April 2002 06:16 Go to next message
Nagesh
Messages: 18
Registered: April 2002
Junior Member
In my store proc, I am receieving an input od CLOB type. Then I have to replace pattern in the CLOB with a new text. To do that I am using DBMS_LOB.INSTR( ) to get the position and DBMS_LOB.WRITE(*, *, *, *). After I change the CLOB, I need to insert into a Table.

When I try to load the proc, I am getting an error message saying "PLS-00363: expression 'INPUT_VARIBLE' cannot be used as an assignment target"
Re: CLOB variable [message #38337 is a reply to message #38336] Thu, 11 April 2002 10:34 Go to previous messageGo to next message
Todd Barry
Messages: 4819
Registered: August 2001
Senior Member
You will not be able to alter the input parameter. Instead, declare a variable in the proc of type CLOB and write the changes back to that variable and use it to do the insert into the table.
Re: CLOB variable [message #39098 is a reply to message #38336] Sat, 15 June 2002 04:29 Go to previous message
Mahendra
Messages: 23
Registered: January 2002
Junior Member
I take clob as input variable in my store proc. then how i read clob variable to use values in my proc
Previous Topic: SQlloarder trailing nullcols option
Next Topic: help!
Goto Forum:
  


Current Time: Tue Apr 23 13:07:48 CDT 2024