Author |
Topic: ORA-06512: at "SYS.ORACLE_LOADER", line (Read 7391 times) |
|
Pete Finnigan
PeteFinnigan.com Administrator
    

Oracle Security is easier if you design for it
View Profile | WWW | Email
Gender: 
Posts: 309
|
 |
ORA-06512: at "SYS.ORACLE_LOADER", line
« on: Jun 21st, 2007, 12:39pm » |
Quote | Modify
|
Schema name : stingy I received these errors .Data was loaded from flat file to data1 dir SQL> select count(*) from customer_EXT; select count(*) from customer_EXT * ERROR at line 1: ORA-29913: error in executing ODCIEXTTABLEFETCH callout ORA-30653: reject limit reached ORA-06512: at "SYS.ORACLE_LOADER", line 52 SQL> select count(*) from temp_EXT; select count(*) from temp_EXT * ERROR at line 1: ORA-29913: error in executing ODCIEXTTABLEFETCH callout ORA-29400: data cartridge error KUP-04018: partial record at end of file /vol02/data1/arfile ORA-06512: at "SYS.ORACLE_LOADER", line 52 I checked that Schema Stingy is having READ, WRITE priviledge ON DIRECTORY data1. Please assist me
|
|
IP Logged |
Pete Finnigan (email:pete@petefinnigan.com) Oracle Security Web site: http://www.petefinnigan.com Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
|
|
|
|