[
https://issues.jboss.org/browse/TEIIDDES-2751?page=com.atlassian.jira.plu...
]
Van Halbert edited comment on TEIIDDES-2751 at 1/13/16 4:02 PM:
----------------------------------------------------------------
First call to get the list of package objects:
{code}
select distinct ua.object_name, ua.package_name from user_arguments ua where
ua.package_name in (select object_name from user_objects where object_type in
('PACKAGE') );
{code}
Then call the following to get the arguments for a specific package object
(procedure/function):
{code}
select * from user_arguments where package_name = '{package _name}' and
object_name = '{object_name}'
{code}
was (Author: van.halbert):
First call to get the list of package objects:
select distinct ua.object_name, ua.package_name from user_arguments ua where
ua.package_name in (select object_name from user_objects where object_type in
('PACKAGE') );
Then call the following to get the arguments for a specific package object
(procedure/function):
select * from user_arguments where package_name = \'{package _name}\' and
object_name = \'{object_name}\'
Add ability to import Oracle Packages via JDBC Import
-----------------------------------------------------
Key: TEIIDDES-2751
URL:
https://issues.jboss.org/browse/TEIIDDES-2751
Project: Teiid Designer
Issue Type: Feature Request
Components: Import/Export, Patch Release
Affects Versions: 9.0.2
Environment: Red Hat JBoss Data Virtualization 6.2 on EAP6.4.0 patched to version
6.4.3,
JBoss Developer Studio 8.1.0GA with Teiid Designer plugin
9.0.3.Final.v20150810-1438-B1157
64-bit Windows 7 environment
Reporter: Steve Tran
Assignee: Barry LaFond
Priority: Blocker
Fix For: 9.2.1
When using the JDBC importer with an Oracle datasource, Oracle Packages are not available
to be selected. I am only allowed to select Tables, Views, and Procedures. There should
be an option to select Packages, which in my case contains stored procedures.
A ticket was submitted on the TEIID side to support this functionality.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)