Hi!
PL/SQL Developer (5.1.4.729) does not recognize "overriding" keyword that was introduced in Oracle 9.2 realease.
I have this code:
create or replace type body gl_t_ServerOutputAppender is
overriding member procedure DoLog(EVENT in gl_t_LogEvent) is
begin...
Hi!
I get the following error message when I'm trying to fecth data from a table that has ANYDATA column:
OCI-21500: internal error code, arguments: [koicon: opq],[],[],[],[],[],[],[]
PLDEV: 5.1.3
ORACLE: 9.2.0.4.0
Thanks.