Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8145251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T13:36:12+00:00 2026-06-06T13:36:12+00:00

I am using Entity framework with following tools: MS Visual studio 2010 Professional SP1

  • 0

I am using Entity framework with following tools:

  1. MS Visual studio 2010 Professional SP1

  2. Latest Oracle data provider from Oracle website. (ODAC 11.2 Release
    4 (11.2.0.3.0) for 32 bit) Downloaded it from
    http://www.oracle.com/technetwork/topics/dotnet/index-085163.html

  3. Oracle 11g server

My table looks as follows

enter image description here

my stored proc looks as follows:

PROCEDURE "GET_SUPPLIERS" (
    "SUPP_LIST" OUT SYS_REFCURSOR) IS
BEGIN 

    OPEN SUPP_LIST FOR 
    SELECT 
        SUPPLIER_NAME 
    FROM 
        A_SUPPLIER  ;

END;

I updated app.config for my entity framework project as follows:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <connectionStrings>
    <add name="Entities" connectionString="tookitoutfromhere" />
  </connectionStrings>


  <oracle.dataaccess.client>
    <settings>
      <add name="FSDEVTL.GET_SUPPLIERS.RefCursor.SUPP_LIST" value="implicitRefCursor bindinfo='mode=Output'" />
      <add name="FSDEVTL.GET_SUPPLIERS.RefCursorMetaData.SUPPLIER_NAME.Column.0" value="implicitRefCursor metadata='ColumnName=SUPPLIER_NAME;BaseColumnName=SUPPLIER_NAME;BaseSchemaName=FSDEVTL;BaseTableName=A_SUPPLIER;NATIVEDATATYPE=Varchar2;ProviderType=Varchar2'" />
    </settings>
  </oracle.dataaccess.client>


</configuration>

I execute the following steps:

Under my .edmx project -> Model.Store -> Stored Procedures -> GET_SUPPLIERS

right click the stored procedure “GET_SUPPLIERS”
choose “add function import”
Function Import name and Stored procedure name are pre populated
Under Returns a collection of
I choose Entities as a_supplier which is the imported Oracle table.
Then I click on “Get column information” button.

I get a response called “The selected stored procedure retuns no columns.”

Please help.

enter image description here

I would like to be able to get recordset from stored procedure into my .net classes via entity framework.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T13:36:13+00:00Added an answer on June 6, 2026 at 1:36 pm

    Please choose complex in “returns a collection of” and try again.

    Example in “Function Imports and Retrieving Implicit Resultsets | Inserting and Updating Data Directly”

    http://download.oracle.com/oll/obe/EntityFrameworkOBE/EntityFrameworkOBE.htm#t9

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

TLDR; How do I read data from a table using Entity Framework, when the
I have a problem with the following Linq query using Entity Framework: from o
I have developed an application using Entity Framework , SQL Server 2000, Visual Studio
I am not using Entity Framework 4. I am on Visual Studio 2008. I
I am using entity framework with the following linq query IQueryable<Order_Details> query = (from
I have the following problem. I am using Entity Framework to connect to a
Trying to map the following schema using the Entity Framework. A Customer can have
I'm using Entity Framework for creation of my Data Access Layer and I want
I have EntityTypes generated from a database using Entity Framework 4. I would like
I'm inserting a lot of data into SQL Server CE 4.0 using Entity Framework

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.