Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is SQL*Loader
What Is SQL*Loader?
✍: fyicenter.com
SQL*Loader is a product for moving data in external files into tables in an Oracle database. To load data from external files into an Oracle database, two types of input must be provided to SQL*Loader: the data itself and the control file. The control file describes the data to be loaded. It describes the Names and format of the data files, Specifications for loading data and the Data to be loaded (optional). Invoking the loader "sqlload username/password controlfilename".
2007-04-15, 5482👍, 0💬
Popular Posts:
Can you explain steps in function points? Below are the steps in function points: >First Count ILF, ...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...
How Can we change priority & what levels of priority are provided by Dot Net? Thread Priority ca...
If we have the following in a Java code: String s="abc"; String s2="abc"; Then what will be output o...
What is the difference between RegisterClientScriptBloc kand RegisterStartupScript? RegisterClientSc...