Advertisement

1 - 10 of 148 containing alltags:("sqlldr") (0.001 seconds)
When I tried to run sqlldr and got the following error message: dos>sqlldr usrid@db control=file.ctl dir ect=true Password: SQL*Loader: Release 7.3.4.0.0 - Production on Tue Aug 15 11:33:45...
Zones: OracleDate Answered: 08/18/2000 Grade: C Views: 8
I'm trying to execute the SQL*LOADER for the first time in a newly creaded UNIX account. at the $prompt I typed: sqlldr userid=login/pasword control=SQLLoaderControl.ctl log=Uclass2.log it r...
Zones: OracleDate Answered: 06/04/2002 Grade: A Views: 4
How does sqlldr process the data from an input file? If I have a data file in the following format header ........ detail ........ detail ........ detail ....... header ..... detail .......
Zones: OracleDate Answered: 07/19/2001 Grade: B Views: 0
Hello, my table a with 3 column: nr1 number, datum date, nr number LOAD DATA INFILE * INTO TABLE a append FIELDS TERMINATED BY ';' (NR1, DATUM "to_date(:datum,'HH24:MI:SS')", NR ...
Zones: OracleDate Answered: 04/08/2002 Grade: A Views: 87
Does anybody know how to execute sqlldr from within a sql shell script?  Something like: select sysdate from dual; @ /sqlldr apps/apps@db data.ctl; select sysdate from dual;
Zones: Oracle 3rd Party ToolsDate Answered: 11/22/2002 Grade: A Views: 4
Hi,   I have a table with three colums: name    email     phone joe     aaa       111 john    bbb       222 . . how can I change the phone column without the email column using sqlldr? ...
Zones: OracleDate Answered: 02/26/2003 Grade: A Views: 0
is sqlldr works in oracle 8 on NT ?  if ok, my problem is student table is already created ctl file: LOAD DATA INFILE 'STUDENT.DAT' INTO TABLE STUDENT (stu_no  POSITION(01:04) number,...
Zones: OracleDate Answered: 06/06/2003 Grade: B Views: 9
when i execute the sqlldr at command prompt, i get the message "commit point reached - logical record count 7" but i dont see the data in the table. help! thanks
Zones: OracleDate Answered: 01/22/2004 Grade: B Views: 0
I have a flat file with fixed length fields where there is no character that terminates the field. I'm trying to set up an external table and it wants a 'field terminated by'. What can I use here?
Zones: OracleDate Answered: 08/11/2004 Grade: A Views: 4