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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Uploading Pdf files to oracle

Status
Not open for further replies.

tomx

Technical User
Nov 21, 2008
2
US
1.I want to upload some pdf files to the database
so what type of datatype it shud have and
Iam tryin to do so thru a jdbc drver
Does the driver have any limitations?

2. How can I export the data base structure to
the remote database on the net

tomx
 
1). I think you can use CLOB datatype.
2). Export and FTP it to other network.
 
Isn't CLOB a character datatype? Maybe BLOB would be better.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top