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, 5563👍, 0💬
Popular Posts:
In C#, what is a weak reference? Generally, when you talk about a reference to an object in .NET (an...
What is hashing? To hash means to grind up, and that's essentially what hashing is all about. The he...
I have 5 questions please give me the answer ,explanation,suggestions if any?? what is PMP(project m...
Can you explain in brief how the ASP.NET authentication process works? ASP.NET does not run by itsel...
1. The basics first, please define the web in simple language? How is it connected with internet? Wh...