Does Unix make clob or blob objects


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Does Unix make clob or blob objects
# 1  
Old 09-04-2009
Does Unix make clob or blob objects

Hi

I have a log file stored in unix file server i need to prepare the clob object of that and store in Oracle Database.

Please suggest me or give me some examples

Thanks
Raj
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

Make file for shared objects

dear Experts, please help, actually i am trying to create a .so(shared object through make file through ld) i am not understaning how to proceed i have tried like through command like i can do it in 2 step like my progam :test2.c $gcc -fPIC -c test2.c $ld -shared -soname test2.so -o... (1 Reply)
Discussion started by: vin_pll
1 Replies
Login or Register to Ask a Question
PX_SET_BLOB_FILE(3)													       PX_SET_BLOB_FILE(3)

px_set_blob_file - Sets the file where blobs are read from

SYNOPSIS
bool px_set_blob_file (resource $pxdoc, string $filename) DESCRIPTION
Sets the name of the file where blobs are going to be read from or written into. Without calling this function, px_get_record(3) or px_retrieve_record(3) will only return data in blob fields if the data is part of the record and not stored in the blob file. Blob data is stored in the record if it is small enough to fit in the size of the blob field. Calling px_put_record(3), px_insert_record(3), or px_update_record(3) without calling px_set_blob_file(3) will result in truncated blob fields unless the data fits into the database file. Calling this function twice will close the first blob file and open the new one. PARAMETERS
o $pxdoc - Resource identifier of the paradox database as returned by px_new(3). o $filename - The name of the file. Its extension should be .MB. RETURN VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group PX_SET_BLOB_FILE(3)