Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting and retrieving CLOB object from the Oracle Database 1

Status
Not open for further replies.

ktsrikanth

Programmer
Feb 6, 2001
22
0
0
US
Hi,

I want to know how to store and retrieve some articles in oracle’s CLOB datatype.
e.g. table : Article
columns : id number
: article clob
Please provide me the sample code or links where I can get additional info.

Thanks,
Srikanth

 
See the FAQ in this Perl forum - there is a FAQ on how to set up Perl to talk to a database. You'll need DBI and DBD::Oracle - and the perldocs that come with DBD::Oracle explain how to handle CLOB's - just do "perldoc DBD::Oracle" after you've installed DBD::Oracle.

HTH.
Hardy Merrill
Mission Critical Linux, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top