Tagged Questions
0
votes
1answer
24 views
How to construct .NET connection string to Oracle without TNS?
I have a Sharepoint 2010 .NET 3.5 system running on my local Windows 7 machine with IIS. I have been unable to connect to our corporate Oracle database via Oracle.DataAccess.dll. The error message I ...
0
votes
0answers
23 views
ODP.NET ASP.NET EF The specified named connection is either not found in the configurationEntityClient provider
I am getting this error in my web page. "The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid" I cannot ...
0
votes
1answer
35 views
Oracle ODB.NET, Visual Studio 2012 Error
I created an Oracle DB. But when i tried to connect it with my Visual Studio 2012, it gave me the same errors all the time. What can i do about that situation. I looked up all the net.
Thanks for ...
0
votes
0answers
27 views
“Generate Database from Model” returns blank sql file, Model-First EF, Oracle DB
UPDATE: FOUND SOLUTION See end of question.
I am somewhat new to entity framework and still learning. I am using VS 2010, Entity Framework 5.0 (Model-First), Oracle10g, and Oracle Data Access ...
1
vote
0answers
32 views
Implementing Oracle Object Type in C# / Dot net
we are implementing oracle object type and its method in C#, we followed below link,
http://www.magic-dev.com/map-udt-asp-net-oracle.htm
but ODP.Net is only converting the Attributes to C# Class, we ...
0
votes
2answers
39 views
filter gridview based on dropdownlist selected value
Im trying to do a exercise filter GridView based on selected value in DropDownList.
I have a list of names in dropdownlist and when i click in the name i want that information of persons appears in ...
0
votes
1answer
36 views
Asp.net after a long procedure the next operation can't be completed
i have the following code that call a stored procedure and then makes One insert on another table.
The problem is that when the procedure takes few time to complete everything works well, instead,
...
-4
votes
0answers
40 views
GridView to filter based on selected value in the DropDownList [closed]
I already have a dropdownlist with names of students, when I select a particular student want to appear the subjects he is enrolled in a datagridview.
Someone knows how to do this in c#?
-2
votes
1answer
59 views
taking user input in asp.net form, and inserting into Oracle DB [closed]
What is best practice for taking user inputted values (in an ASP.NET form) into textboxes/checkboxes/dropdownlists, etc., and then inserting them into an OracleDB. Read through countless threads, and ...
1
vote
1answer
53 views
Call Oracle Function From .NET As Stored Procedure
I have written a simple Oracle function called Testing with no parameters that returns a string. When I try to call it from my .NET app, I get an error: "System.Data.OracleClient.OracleException: ...
0
votes
0answers
20 views
ORA-12705: Cannot access NLS data files or invalid environment specified - only appears on host server, localhost OK
I'm getting the above error when I run my application on the remote host server. It runs fine on my localhost IIS...I've read one fix is to rename NLS_LANG in the server registry but it's there on my ...
0
votes
1answer
17 views
The provider is not compatible with the version of Oracle client error (11.2 installed on dev machine, 9.2 installed on target host machine)
I've have an ASP.NET application that I developed on a machine with Oracle 11.2 installed on it. It runs fine on local host but when I publish it to a server box with Oracle 9.2 installed on it I get ...
0
votes
4answers
59 views
Display maximum match at first using like query in sql
I am using a sql query as follow
string strPosition = "Blithe Spirit";
string[] ArrPosition=new string[5];
string strPositionList = "";
if (!strPosition.Equals(""))
{
...
0
votes
0answers
17 views
Bltoolkit How To Get SP OutParameter Value?
I use bltoolkit and oracle.I have a sp function has 2 input and 1 out parameter.
My function always return empty value to me, i dont figure it
CODE:
public static string Delete(string projeKodu, ...
-4
votes
0answers
33 views
Why can't display Varchar2 with .Net [closed]
When I try to select from oracle simple table
I get garbage like 0/0/0/0/0/ in my Dataset if the coloumn type is NVARCHAR2
Any help is appreciated.
0
votes
0answers
28 views
Get image from oracle
I have successfully saved the image into oracle table.
I want to retrieve it, and display in the image control of webform(asp.net,c#).
I have he following code
try
{
OdbcConnection ...
3
votes
2answers
211 views
CRUD operation for hundreds of entites (tables) in Oracle
We have hundreds of tables in an Oracle database, one table for each entity.
Now we have to do CURD operations for the entities through our B/S application.
We use ASP.Net 4.0. It is a hard work to ...
-3
votes
2answers
63 views
what is the best optimum solution for advanced search option? [closed]
I need to create advanced search option for large data set in asp.net web page.
can any one suggest best way to handle that data on the web page.
In this i use rad data grid .
i have 2 option
...
-1
votes
2answers
54 views
Web application deployment
I am buiding an internet web application using c# ASP.NET. I am using my own computer to develop the application. I've installed the oracle database on my computer. In order to deploy this application ...
1
vote
4answers
224 views
oracle database connection in web.config asp.net
I know I can create a connection string in the c# class itself, but I am trying to avoid doing that. I want to create the connection in the web.config, which I read is more secure. Nevertheless I ...
1
vote
0answers
192 views
DataReader.Read() always returns false
I've been searching for hours now. I can't find anything helpful for my problem.
The Read()-function always returns false. If I run the SQL-command with sqlplus I get this result:
GERA_ID ...
0
votes
0answers
83 views
Special Character not being saved to Oracle database (example: á)
I am facing a weird issue while inserting data to oracle database. I have these special characters like á , ®,©,™ . For example if we take the a-acute symbol(á). This is working fine if i run the code ...
0
votes
1answer
75 views
Referencing Oracle.DataAccess.dll in Visual Studio 2012 website
I put the Oracle.DataAccess.dll in my bin directory and I included a reference to this using Website/Add Reference
But when i try to include the following in my C#
using Oracle.DataAccess.Client;
...
0
votes
0answers
29 views
call oracle block from asp.net web service
I have a block in oracle that calls a procedure(getoffersforcustomer) from the oracle db.
this is the block :
DECLARE
v_out_ms_zihuy fct_offer_daily.ms_zihuy%type;
v_OFFER_KEY ...
0
votes
1answer
71 views
insert string to oracle with line feed and carriage return. by c# code
I try to insert string by c# code to oracle ,
but when I get it back to my code it comes without line feed and carriage return,
and without more special characters ( like ! ( ) ; & )
I want it ...
1
vote
0answers
46 views
Oracle Dual vs Sys.Dual
I am using Oracle as a back end for my asp.net project. I have a user named Test. All the sequence worked fine (select seq_name.nextval from dual;) but now I cannot access dual directly (the sequence ...
0
votes
1answer
136 views
Best reporting tool for .NET and Oracle in website? [closed]
I just want to know what could be the best reporting tool for ASP.NET in a website with ORACLE,
I need to:
Show images from blob column (as a gridview)
Export to many formats (.pdf,.docx,etc.)
...
0
votes
0answers
38 views
ORA-06550: object [Schema].ORA_ASPNET_MEM_CREATEUSER is invalid
I am using asp.net membership in my application with Oracle 11g (Express) as back end to store the asp.net membership tables. I have a user creation page which worked well until today. As soon as I ...
0
votes
1answer
108 views
Oracle Database and .NET (C#) - How to prevent SQL Injections
I'll use a select in asp.net page which i.e:
string name=TexBox1.Text;
string pas=TextBox2.Text;
string c="select * from users where name='"+name+"' and password ='"+pas+"'";
İs there any methods ...
1
vote
1answer
135 views
Could not load file or assembly 'Oracle.DataAccess' 64 bit ODP.NET
I am using ODP.NET in my asp.net project in order for the application to talk to oracle 11 g Express on Windows 2008 server (32 bit). While on development machine I had Windows 7 (32 bit). I installed ...
0
votes
1answer
43 views
PL/SQL: Conditional Where
I have the following scenario:
CREATE OR REPLACE PROCEDURE GETINBOX
(
inHasAttachments IN int
)
AS
BEGIN
SELECT M.MailId,
M.SenderId,
E.Emp_Name As "Sender",
...
0
votes
0answers
32 views
duplicate reference to different version of Oracle.DataAccess?
i have to say that i am very new to developing application using oracle database,
right now i am currently converting an ASP.NET project under visual studio 2003 to visual studio 2008.
Because this ...
0
votes
1answer
40 views
connecting oracle 10g enterprise with asp.net code gives error for tns 1
I'm using this code to access the oracle db of remote server, but not ale to connect
OleDbConnection oCon = new OleDbConnection();
oCon.ConnectionString = ...
1
vote
3answers
96 views
Calculate End Date Given Start Date & duration (in days)
I am developing a c#.net solution with a Store Procedure in oracle that calculates End Date based on provided Start date and Duration with weekends.
i.e. Start Date: 01/3/2013 Forward days: 10
Start ...
0
votes
0answers
80 views
How do I optimize Oracle connection pools held on an IIS7 server with multiple IIS Applications?
I'm looking for best practice guidance in the configuration of our application servers.
Current state is we have a 3-tier architecture, with the middle app-tier having a single website configured ...
1
vote
2answers
129 views
ASP.NET MVC 4 having one Domain Model for multiple applications and caching
I am converting ASP.Net Web Forms applications to MVC 4. These applications display common items and could use one domain model for most of the items that need to be displayed. The applications only ...
0
votes
2answers
669 views
ASP. NET webpage: create a search box to search data from a table in Oracle
I'm trying to create an ASP.NET webpage to output a textbox, then user will enter the key in this textbox and I use that key to put into WHERE condition in SQL code to output data that matches the ...
0
votes
1answer
56 views
Out Of Memory Exception when adding 3lakh rows in ASP DataGrid
In my web application i want to show a table data in Data Grid for that i am using Entity Framework 4.0 while executing i am getting exception that out of memory.
Is there any limitation in ASP.NET ...
0
votes
2answers
366 views
Display Image- BLOB type- Oracle 11g Apex in Gridview
System.Data.OleDb.OleDbException: One or more errors occurred during processing of command.
ORA-00936: missing expression
This is the error I get. Any suggestions?
My ashx handler code is:
...
0
votes
0answers
119 views
Display an Image from Oracle 11g ex Database using Generic Handler
I have accomplished inserting an image into the Oracle database. Now I am trying to display it.
My handler code is :
public void ProcessRequest(HttpContext context)
{
...
-1
votes
2answers
71 views
Change DateFormatString to show 11:59:59 as opposed to 12:00:00
This is a very simple issue, although I don't know how to best solve it. I have to 2 fields:
<asp:BoundField DataField="AUCTIONBEGINS" HeaderText="Auction Begins" DataFormatString="{0:d}" ...
1
vote
3answers
685 views
asp.net dynamic GridView SelectCommand paging/sorting throwing Oracle error
EDIT: Solved this myself with help from Felix (See answer below)
I am trying to add some basic search/filtering functionality to a GridView using the SelectCommand. Upon changing a DropdownList and ...
1
vote
1answer
57 views
Getting Connection lost contact even though a new connection is created
I'm writing an ASP.NET web application. The database is Oracle. I've recently noticed that if I leave the application open for a while without doing anything and then try to access the database I get ...
2
votes
1answer
47 views
Slow queries when putting files into “LIVE” environment
Here's the situation...
We have a local development server at Location A where we build all our aspx pages. Our databases are located at Location A also.
When testing our files on the development ...
0
votes
0answers
20 views
ASP.NET application is not able to access after installing Oracle client
Today I've installed Oracle Client 32 bit after then I couldn't able to run my ASP.net application which was hosted in IIS.
It was given the below issue in the fiddler
Could not load file or ...
4
votes
4answers
112 views
Creating a view in a not relational database
I had an issue and I hope that someone could help me out. In fact, I work on a poorly designed database and I have no control to change things in it. I have a table "Books", and each book can have one ...
1
vote
1answer
57 views
Is it possible to store an image in oracle 11g express edition?
Is there any other datatype that allows an image to be stored into the database?
The list of data types that appears in Oracle 11g express edition is shown in the picture below.
Please help!!
4
votes
2answers
1k views
Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. An attempt was made to load a program with an incorrect format
I have installed a Web app on IIS 7.0 Windows Server 2008 R2 64bit.
I am referring an oracle.DataAccess.dll;
When I try to access the application I get the following message:
"Could not load file or ...
0
votes
1answer
89 views
Not able to get data from cursor in oracle
I am trying to get data from oracle database using asp.net but I am not getting any output in cursor while data is present in table:
I am using following stored procedure:
CREATE OR REPLACE PROCEDURE ...
0
votes
0answers
170 views
The provider is not compatible with the version of Oracle client error
I'm trying to deploy a web application developed in VS 2008 on a Win XP machine onto a Win 7 machine. The application runs fine on the XP machine but when I try to run it on the 7 machine I get the ...




