PLS-00315: Implementation restriction: unsupported table
index type
Answer / guest
Cause: In the INDEX BY clause of a PL/SQL table declaration,
a datatype other than BINARY_INTEGER, PLS_INTEGER, or
VARCHAR2 was specified. PL/SQL tables can have one column
and a primary key. The column can have any scalar type, but
the primary key must be either a binary integer type or
VARCHAR2.
Action: Use one of the supported key types in the INDEX BY
clause.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
QSM-01018: single table materialized join view rewrite not required
ORA-33000: (AGOPEN00) AGGMAP workspace object cannot be accessed because it was compiled by a more recent version of string.
ORA-00215: must be at least one controlfile
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...
PLS-00202: type 'string' must be declared
ORA-16771: Converting physical standby to primary failed in the failover operation.
ORA-40106: positive target value not specified for computing Lift
LPX-00222: error received from SAX callback function
NNL-00911: Responses sent with invalid error code: number
RMAN-08096: channel string: starting validation of datafile backupset
NNO-00111: line string: data type "string" has syntax "string", should be "string", data ignored
SQL-02150: Encountered zero length in ANSI dynamic SET statement