datadeconline
Member²
Hi Allroundautomations,
I try to connect with PL/SQL Developer to a Physical Standby read/only database and get this error:
/************************************************************/
*** 2012-01-02 13:38:09.589
*** SESSION ID
1428.1) 2012-01-02 13:38:09.589
*** CLIENT ID
) 2012-01-02 13:38:09.589
*** SERVICE NAME
SYS$USERS) 2012-01-02 13:38:09.589
*** MODULE NAME
plsqldev.exe) 2012-01-02 13:38:09.589
*** ACTION NAME
) 2012-01-02 13:38:09.589
dbkedDefDump(): Starting a non-incident diagnostic dump (flags=0x0, level=10, mask=0x0)
----- Error Stack Dump -----
ORA-00604: se ha producido un error a nivel 1 de SQL recursivo
ORA-01405: el valor de la columna recuperada es NULL
----- Current SQL Statement for this session (sql_id=bd502nbh9abbs) -----
select s.synonym_name object_name, o.object_type
from all_synonyms s,
sys.all_objects o
where s.owner in ('PUBLIC', :schema)
and o.owner = s.table_owner
and o.object_name = s.table_name
and o.object_type in ('TABLE', 'VIEW', 'PACKAGE','TYPE', 'PROCEDURE', 'FUNCTION', 'SEQUENCE')
/************************************************************/
Any ideas ?
(PL/SQL Developer Version 8.0.3.1510)
Regards
PGuti
I try to connect with PL/SQL Developer to a Physical Standby read/only database and get this error:
/************************************************************/
*** 2012-01-02 13:38:09.589
*** SESSION ID

*** CLIENT ID

*** SERVICE NAME

*** MODULE NAME

*** ACTION NAME

dbkedDefDump(): Starting a non-incident diagnostic dump (flags=0x0, level=10, mask=0x0)
----- Error Stack Dump -----
ORA-00604: se ha producido un error a nivel 1 de SQL recursivo
ORA-01405: el valor de la columna recuperada es NULL
----- Current SQL Statement for this session (sql_id=bd502nbh9abbs) -----
select s.synonym_name object_name, o.object_type
from all_synonyms s,
sys.all_objects o
where s.owner in ('PUBLIC', :schema)
and o.owner = s.table_owner
and o.object_name = s.table_name
and o.object_type in ('TABLE', 'VIEW', 'PACKAGE','TYPE', 'PROCEDURE', 'FUNCTION', 'SEQUENCE')
/************************************************************/
Any ideas ?
(PL/SQL Developer Version 8.0.3.1510)
Regards
PGuti