Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot get DLL for object type QUEUE #25

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment
Open

cannot get DLL for object type QUEUE #25

GoogleCodeExporter opened this issue Mar 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
I execute the command line jar file to process an Oracle database schema with 
objects of type QUEUE.

What is the expected output? What do you see instead?
I see the error message ORA-31600 : invalid input value QUEUE for parameter 
OBJECT_TYPE in function GET_DDL.  I tested the GET_DDL oracle function in SQL 
DEVELOPER and sure enough QUEUE is an invalid object type input parameter.  I 
googled for valid Oracle object types for GET_DDL and found two object types 
that are related to the queue type. AQ_QUEUE(for queues) and AQ_QUEUE_TABLE(for 
table queues).  I am not sure how to determine queue type to help you fix this. 
 I am new to Oracle. 

What version of the product are you using? On what operating system?
Oracle 11g 11.2.0.3.0 - 64 bit, Windows Server 2008 R2 Standard


Original issue reported on code.google.com by [email protected] on 2 Oct 2014 at 9:14

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 16 Feb 2015 at 5:07

  • Added labels: Priority-High
  • Removed labels: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant