Page 1 of 1

Queues and schema's

Posted: Fri 27 Jun 2008 19:18
by martyphee
I'm writing a program to dequeue messages. The queue, tables and types reside in a different schema, but the user id I'm using has access to everything.

When I specify the the parms like so:
oracleQueue.PayloadTypeName = "aqadmin.tick_msg_type";
oracleQueue.QueueName = "aqadmin.tick_queue";

I get an error stating: "OCI-22303: type ""."TICK_MSG_TYPE" not found"

It seems to be dropping the schema.

If I use the schema owner it works fine. I have tested using pl/sql and it works fine.

Posted: Tue 01 Jul 2008 10:42
by anton.connect
Thank you for information.
We have reproduced the problem and now we are fixing it.
This fix will be included in the next build.

Posted: Tue 01 Jul 2008 12:09
by martyphee
When will the next release be out? This is kind of a big deal for me.

Posted: Tue 01 Jul 2008 12:46
by anton.connect
We are planning to release the new build of OraDirect .NET in about three weeks.

Regards,
Anton.