I get an "Error ORA-04043 object MW4MHZ.XMLTYPE does not exist" when I select from a queue-table in the SQL-window.
The same select works without a problem in the command-window. The queue-table is working fine and no problems with Advanced queueing.
The queue-table is based on queue "MHZ_bericht_type" which is:
CREATE OR REPLACE TYPE MHZ_bericht_type AS OBJECT
( init_id INTEGER,
xml_bericht xmltype)
Any idea?
Support info:
PL/SQL Developer
Version 9.0.3.1641
117.74547 - 1 user license
Windows XP Professional 5.1 Build 2600 (Service Pack 3)
Physical memory : 2.096.616 kB (1.144.768 available)
Paging file : 3.315.584 kB (2.347.236 available)
Virtual memory : 2.097.024 kB (1.968.768 available)
Parameters
C:\Program Files\PLSQL Developer\plsqldev.exe
Preferences
Session mode: Multi
OCI Library:
Use OCI7: False
Allow Multiple Connections: True
Plug-Ins
*PL/SQL Developer CompareSource Plug-In version 2003/12/03 (C:\Program Files\PLSQL Developer\PlugIns\CompareSource.dll)
*PL/SQL Documentation (plsqldoc) (C:\Program Files\PLSQL Developer\PlugIns\plsqldoc.dll)
*Toggle Read-Only v1.0 (C:\Program Files\PLSQL Developer\PlugIns\togglereadonly.dll)
(* is Active)
Homes
OraClient10g_home1 (C:\oracle\product\10.2.0\client_1)
DLLs
C:\oracle\product\10.2.0\client_1\bin\oci.dll
TNS File
C:\oracle\product\10.2.0\client_1\Network\Admin\tnsnames.ora
Using
Home: OraClient10g_home1
DLL: C:\oracle\product\10.2.0\client_1\bin\oci.dll
OCI: Version 10.2
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
Character Sets
Character size: 1 byte(s)
CharSetID: 46
NCharSetID: 2000
Unicode Support: True
NLS_LANG: DUTCH_THE NETHERLANDS.WE8MSWIN1252
NLS_CHARACTERSET: WE8ISO8859P15
NLS_NCHAR_CHARACTERSET: AL16UTF16
The same select works without a problem in the command-window. The queue-table is working fine and no problems with Advanced queueing.
The queue-table is based on queue "MHZ_bericht_type" which is:
CREATE OR REPLACE TYPE MHZ_bericht_type AS OBJECT
( init_id INTEGER,
xml_bericht xmltype)
Any idea?
Support info:
PL/SQL Developer
Version 9.0.3.1641
117.74547 - 1 user license
Windows XP Professional 5.1 Build 2600 (Service Pack 3)
Physical memory : 2.096.616 kB (1.144.768 available)
Paging file : 3.315.584 kB (2.347.236 available)
Virtual memory : 2.097.024 kB (1.968.768 available)
Parameters
C:\Program Files\PLSQL Developer\plsqldev.exe
Preferences
Session mode: Multi
OCI Library:
Use OCI7: False
Allow Multiple Connections: True
Plug-Ins
*PL/SQL Developer CompareSource Plug-In version 2003/12/03 (C:\Program Files\PLSQL Developer\PlugIns\CompareSource.dll)
*PL/SQL Documentation (plsqldoc) (C:\Program Files\PLSQL Developer\PlugIns\plsqldoc.dll)
*Toggle Read-Only v1.0 (C:\Program Files\PLSQL Developer\PlugIns\togglereadonly.dll)
(* is Active)
Homes
OraClient10g_home1 (C:\oracle\product\10.2.0\client_1)
DLLs
C:\oracle\product\10.2.0\client_1\bin\oci.dll
TNS File
C:\oracle\product\10.2.0\client_1\Network\Admin\tnsnames.ora
Using
Home: OraClient10g_home1
DLL: C:\oracle\product\10.2.0\client_1\bin\oci.dll
OCI: Version 10.2
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
Character Sets
Character size: 1 byte(s)
CharSetID: 46
NCharSetID: 2000
Unicode Support: True
NLS_LANG: DUTCH_THE NETHERLANDS.WE8MSWIN1252
NLS_CHARACTERSET: WE8ISO8859P15
NLS_NCHAR_CHARACTERSET: AL16UTF16