LFI-00123: Cannot access file Sequentially and Randomly.
Answer / guest
Cause: Both the LFILFA_SEQ (sequential) and LFILFA_RANDOM
(random) flags were specified during the file object
creation. This is not allowed. Only one of the two may be
specified.
Action: Choose how you wish to access the file. If you
choose random you can still access sequentially by just not
using the repositioning functions.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-30501: instance shutdown triggers cannot have AFTER type
ORA-16799: Physical apply service is offline
ORA-34722: (NLSCHARSET05) CAUTION: Character data loss in character set conversion from string to string
ORA-00298: Missing or invalid attribute value
ORA-40213: contradictory values for settings: string, string
ORA-16595: NetSlave process string failed to terminate
RMAN-06736: Do you really want to unregister the database (enter YES or NO)?
ORA-00087: command cannot be executed on remote instance
ORA-19501: read error on file "string", blockno string (blocksize=string)
TNS-00271: Connection Manager
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...
ORA-26572: %s.string.string: argument string does not match replication catalog