ORA-35180: (SNSYN103) The format of the OUTFILE command is:
OUTFILE [APPEND] {EOF | TRACEFILE | filename [NOCACHE]
[NLS_CHARSET name]}



ORA-35180: (SNSYN103) The format of the OUTFILE command is: OUTFILE [APPEND] {EOF | TRACEFILE | fil..

Answer / guest

Cause: The user specified incorrect syntax for the OUTFILE
command.

Action: none

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-32139: Cannot write to the stream

1 Answers  


ORA-02184: resource quotas are not allowed in REVOKE

1 Answers  


ORA-39124: dump file name "string" contains an invalid substitution variable

1 Answers  


EXP-00035: QUERY parameter valid only for table mode exports

1 Answers  


ORA-14136: ALTER TABLE EXCHANGE restricted by fine-grained security

1 Answers  






ORA-13863: Statistics aggregation for service(module/action) string is not enabled

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,


DRG-52205: class string and object string already exists for this index

1 Answers  


AMD-00129: dimension #string: RDBMS GID column not specified

1 Answers  


TNS-00299: Response from Navigator: string

1 Answers  


ORA-30024: Invalid specification for CREATE UNDO TABLESPACE

1 Answers  


IMG-00855: internal image index free failed

1 Answers  


Categories