Showing posts with label tool for uploading data. Show all posts
Showing posts with label tool for uploading data. Show all posts

Feb 27, 2010

Search for file storage & sharing online.

Hi Again,

Just a while back, I wanted an internet free space where I could upload my program files and share them. While searching came accross these couple of good sites:

http://www.filehippo.com/
http://download.cnet.com/windows/

What sites do you use for uploading and sharing program files? Do leave a comment below; on the same.

Cheers,

Oct 8, 2008

From SQL*Loader: The Definitive Guide

What is SQL*Loader?

  • SQL Loader is a tool used to upload data from flat files to oracle database.
  • Data can be uploaded from various flat files to different databases in the same session.
  • It is also used to upload LOBs like images, text and xml files into lob columns.
  • The control file is used to configure the SQL loader as per given parameters.
  • Performance also should be considered while using the tool.
  • Use of direct path load is preferred over conventional path load for better performance.
  • Oracle functions like TO_DATE and TO_NUMBER also can be used to format the data while insertion.

Oracle SQL*Loader: The Definitive Guide