RE: changing long to lob

2001-08-21 Thread JOE TESTA
Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of JOE TESTASent: Monday, August 20, 2001 4:26 PMTo: Multiple recipients of list ORACLE-LSubject: changing long to lob while looking thru the migration guide(for downgrade info in case it happens), alter table

RE: changing long to lob

2001-08-21 Thread Jamadagni, Rajendra
In 8i you can use ... (straight from SQL reference manual) TO_LOB Purpose Converts LONG or LONG RAW values in the column long_column to LOB values. You can apply this function only to a LONG or LONG RAW column, and only in the SELECT list of a subquery in an INSERT statement (see INSERT on page

changing long to lob

2001-08-20 Thread JOE TESTA
while looking thru the migration guide(for downgrade info in case it happens), alter table table_name modify long_col clob; and supposedly POOF its now a clob. interesting. joe

RE: changing long to lob

2001-08-20 Thread Jon Walthour
]] On Behalf Of JOE TESTASent: Monday, August 20, 2001 4:26 PMTo: Multiple recipients of list ORACLE-LSubject: changing long to lob while looking thru the migration guide(for downgrade info in case it happens), alter table table_name modify long_col clob; and supposedly POOF its

Re: changing long to lob

2001-08-20 Thread chao_ping