Queues and schema's

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
martyphee
Posts: 8
Joined: Fri 27 Jun 2008 19:13

Queues and schema's

Post by martyphee » Fri 27 Jun 2008 19:18

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.

anton.connect
Posts: 43
Joined: Thu 19 Jun 2008 14:30

Post by anton.connect » Tue 01 Jul 2008 10:42

Thank you for information.
We have reproduced the problem and now we are fixing it.
This fix will be included in the next build.

martyphee
Posts: 8
Joined: Fri 27 Jun 2008 19:13

Post by martyphee » Tue 01 Jul 2008 12:09

When will the next release be out? This is kind of a big deal for me.

anton.connect
Posts: 43
Joined: Thu 19 Jun 2008 14:30

Post by anton.connect » Tue 01 Jul 2008 12:46

We are planning to release the new build of OraDirect .NET in about three weeks.

Regards,
Anton.

Post Reply