SQL*Loader-00552: insufficient privilege to open file



SQL*Loader-00552: insufficient privilege to open file..

Answer / guest

Cause: SQL*Loader does not have the previleges required to
open the file.

Action: Verify that the correct file was specified and that
the file has the appropriate permissions.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Oracle Errors Interview Questions

DRG-12800: Attribute NESTED_TYPE must have owner name as prefix

1 Answers  


ORA-19032: Expected XML tag string got string

1 Answers  


ORA-01718: BY ACCESS | SESSION clause not allowed for NOAUDIT

2 Answers  


CLSS-00101: Oracle Cluster Repository mismatch with node string. (string != string)

1 Answers  


PLS-00354: username must be a simple identifier

1 Answers  






ORA-13610: The directive string does not exist for task string.

1 Answers  


Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


ORA-06263: NETNTT: out of memory in pi_connect

1 Answers  


ORA-26092: only LONG or LOB types can be partial

1 Answers  


ORA-28264: Client identifier is too long

1 Answers  


ORA-16202: Skip procedure requested to replace statement

1 Answers  


ORA-39054: missing or invalid definition of the SQL output file.

1 Answers  


Categories