2,627 Topics
![]() | |
how to connect jsp with oracle database | |
i'm using vb.net to create a windows form that will acces an oracle database to move records from one database to another. i keep getting the ORA-01000: maximum open cursors exceeded i do all of the close and dispose and gc.collect. rdr.close() rdr.dispose() cmd.dispose() con.Close() con.dispose() my dba tells me … | |
I'm on a university server running PHP 4.3.9 and in order to allow my php files to access the oracle database running on the server the oracle and php sites tell me I have to compile PHP with the option --with-oracle[=DIR]. This is confusing because as far as I have … | |
Hi, having various infection problems - can someone help please? [U]Problem 1[/U] A message in a window appears every few minutes saying "This system is shutting down....this shutdown was initiated by NT/ AUTHORITY SYSTEM. C:\Windows\system32\lsass.exe terminated unexpectedly with status code 1073741819. The system will now shut down and restart" The … | |
Hi, I want to create a button which, when pressed, calls a procedure passing certain parameters to it. How do i do this? htp.formsubmit...? Thanks | |
i'm having trouble figuring this out b/c i have the version of oracle that doesnt support ora_numcols, etc... anyways, here is my query... $query = "SELECT DISTINCT S.FName, S.MName, S.LName, S.Address1, F.Value, F.Feature_id, S.zip, S.Student_id FROM Student S, AwardedScholarship P, stu_feature F WHERE P.Is_Pending = 'Y' AND F.Feature_id in (" … | |
i'm having trouble figuring this out b/c i have the version of oracle that doesnt support ora_numcols, etc... anyways, here is my query... $query = "SELECT DISTINCT S.FName, S.MName, S.LName, S.Address1, F.Value, F.Feature_id, S.zip, S.Student_id FROM Student S, AwardedScholarship P, stu_feature F WHERE P.Is_Pending = 'Y' AND F.Feature_id in (" … | |
I want to write a PL/SQL Stored Procedure. A Project is created in database. Please help me in applying the following logic in stored procedure. " Project start date and end date are stored in project_date table. Whenever the project start date and end date are amended from oracle forms … | |
can anyone help? thanks! <?php include_once "mysql_connect.php"; mysql_connection($dbc); $select = "SELECT DISTINCT D.Title, D.FirstName, D.MiddleI, D.LastName, D.Suffix, D.Address1, D.Address2, D.City, D.State, D.Zip FROM Donor D, Pre_award P, sch_donor S WHERE Approved = 'y' AND S.Did = D.Did AND S.Scholarship_id = P.Scholarship_id"; $export = mysql_query($select); $fields = mysql_num_fields($export); for ($i = … | |
can anyone help me out? <?php include_once "mysql_connect.php"; mysql_connection($dbc); $select = "SELECT DISTINCT D.Title, D.FirstName, D.MiddleI, D.LastName, D.Suffix, D.Address1, D.Address2, D.City, D.State, D.Zip FROM Donor D, Pre_award P, sch_donor S WHERE Approved = 'y' AND S.Did = D.Did AND S.Scholarship_id = P.Scholarship_id"; $export = mysql_query($select); $fields = mysql_num_fields($export); for ($i … | |
i have a *.dat file which is i am sending as attachment can any body help to convert this file in to text file or any other database format such as access /oracle etc | |
Logfile of HijackThis v1.99.1 Scan saved at 20:21:08, on 2006-4-7 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\csrss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Common Files\Symantec Shared\ccEvtMgr.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Network ICE\BlackICE\blackd.exe C:\WINDOWS\system32\drivers\CDAC11BA.EXE C:\Program Files\Symantec AntiVirus\DefWatch.exe … | |
Good Morning Friends, Could you please tell me how to send mail to more than one recepients along with attachment? I know we have to use UTL_SMTP package for this, i need full snippet. Many thanks | |
Hi, I am Meena. I am Java Developer. I am very much interested in C++. Because of my Basic knoeledge in C++ I easily understand Java. Now my big doubt is Java is fully used for Web Orinted. Oracle and VB for Data orinented. Like that what is main purpose … | |
Please help me about knowing what is semaphores in oracle as well as what is the use of DBMS_ALERT package in oracle 8i or later...with some nice examples. Many Thanks, Shahnaz | |
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; using System.Web.Security; using System.Data.OleDb; using System.Configuration; namespace hepsi_web_form { /// <summary> /// Summary description for WebForm1. /// </summary> public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.TextBox txtUserName; protected System.Web.UI.WebControls.RequiredFieldValidator rvUserNameValidator; … | |
hi, can anyone help me how to store the image in oracle using JSP. plz...urgent.. can anybody give me the sample codes.. thanks | |
Hi, I have to build up an web application (ASP.NET) that communicate with its own Oracle database. Also this application should write some data (like inovices, payments) into Oracle Applications 11i database. Do someone knows how could I implement these features? Is there any Oracle API that I can use … | |
hi everyone. i am an amateur programmer in java. can anyone please tell me how do i go about connecting my java application to oracle 9i database? please be specific about what is the URL that i should use and how should i install the oracle JDBC driver.where should i … | |
i hacve a pc with win-xp sp2 operating syatem. i can connect to my unix-oracle server through ftp for file transfering without any error ,when i enter in to server's required directory and try to find out the directory or list of file by 'ls' command then i got the … | |
hi all.. i'am a beginner in php programming and still got a little experience, :o trying to make experience php programming with oracle database. hope you all can guide me... thank's eveybody... :cheesy: | |
i try to make a select table with condition now such as; <? ... $res = $conn->Execute("SELECT ID_SKENARIO,DATE_I FROM T_SCENARIO WHERE DATE_I = NOW"); While(!$res ->EOF) { echo $res->fields[0]; } ... ?> what is the right synta for condition date is now ? please help me... :sad: | |
i am interested in knowing how to make my resultset updatable. i am currently running jdk5.0 so it should already acquire such information, but the following code is throwing me errors. public String execute( String newPassword ) throws ClassNotFoundException { //private variables Connection conn = null; Statement stmt = null; … | |
Hi Friends, Well I am new to your site and got to it by googling. To briefly introduce myself, I am a software engineer with core skill set of Java, J2EE, Oracle. I am a great fan of Open source products. | |
connection code from ASP to Excel & Access as database. Further Next time I will ask how to retrieve data.I know everything in Oracle doing first time witn excel and access. | |
Greetings. My wife is constantly informing me that the company I work for should pay me way more than they are now. I'm an IT administrator for an office of 47. I also oversee two branch offices, both with 3 people, both about an hour away. I am the only … | |
hi guys, I'm a new member. By the way, I had an error that showed up on my jdbc program that connected to oracle. It showed 'java.sql.SqlException'. When I looked up on it in a book called Oracle8i Complete Reference, it told me that I could set my environment variables … | |
I have this problem where my pc (other staff's pc) keep restarting after login the windows. I tried to run the HijackThis.exe on its own folder as adviced. I have no other browser open. But the application stopped and show 'Can't Quit'. How can anyone, please help me!! It is … | |
hi everyone, i am looking for a brief introduction as to what exactly is jdbc and how do i install and use jdbc drivers with oracle 9i. and how shoud i write a code to execute queries on the tables in my oracle 9i database. | |
whether it is true for following statments: the skill sets required to build an web-based application on Oracle XML DB Server and RDBMS are totally/almost different! | |
Could anyone tell me: The different of development effort spend to develop the web-based application on Oracle RDBMS and Oracle XML DB. Is it difficult to develop something on Oracle XML DB? The functions are normal maintenance operations such as add, delete... Moreover, how about the SECURITY function? How to … | |
whether it is true for following statments: the skill sets required to build an web-based application on Oracle XML DB Server and RDBMS are totally/almost different! | |
Hello to y`all. I hope that you are all well. I need help from anybody who can help me find a research topic for my final year project. I`m interested in databases mainly using oracle 10g or any other recent reseach topic areas. :lol: Please help........ | |
I am final year student. I am going to do the projet in visual basic and oracle in IVRS. i want the details of ivrs and how to record the voice, how to get the response with keypress without using any trial version software. i didn't have much knowledge in … | |
Respected sir, I am final year student. I am going to do the project in IVRS using visual basic and oracle. I need the details of IVRS. I am doing the project individually. I want the details of how to record the voice and how to get the responses with … | |
Respected sir, I am final year student. I am going to do the project in IVRS in visual basic and oracle. Before iam going to start i want the details of the IVRS. what are the requirements need to do the project. The project completion time is march. I am … | |
How to convert Tamino XML DB Server to Oracle XML DB Server and/or Oracle RDBMS DB Server? I got 240GB data stored in Tamino XML DB server. My clients request to convert them into Oracle. Since I am not familiar with Oracle XML DB Server (latest and stable version is … | |
OK, I know Oracle, SQL, VBScript, Javascript, html, ASP, MS Access and it's VBA very well, I have a website that can handle mysql. NOW, I just bought myself this .NET thing. Anyone have any idea where I start from here? I don't even know what to ask yet, but … | |
Hi everybody! Please help me, I'm having some troubles with my computer, everytime that I access internet, comsuption of CPU for explorer program reach 50% up to 70%. My hijackthis is that. Please help me. Thanks in advanced José Alves Logfile of HijackThis v1.99.1 Scan saved at 21:32:30, on 5/1/2006 … | |
Here's what I'm trying to do: I have a DSN for an Oracle ODBC Connection. My code needs to attempt to read from a file first the connection string, followed by the SQL commands to be executed. All of this I have down already, except for the Database name in … | |
Hi guys and gals, I have picked up a nasty virus and can't seem to get rid of it. It is appearing as a red circle with a white x in my system tray. I have run Ad-Aware, Spy-Bot, Pest Patrol and XoftSpy, all to no avail. Any help would … | |
Hello Everyone, I don't know anything about VB.net. Just wanted to know if it is as simple as VB 6.0. Last semester I had done a project on DBMS and had used VB 6.0 as front end and MSAccess as back end. This time its a project on RDBMS. I … | |
Hi, Below is code to gather information from a beg and end date but hwo would I generate information on each day of the week. Sunday - Saturday for a set of specific date ranges? [code] Select Count(b.max) From lm.dw a, lm.bw b Where (a.Start_dt <= getdate() and a.End_dt >= … | |
[COLOR=Navy][B]Just want to know the latest visual studio available right now. I'm currently using visual studio version 6.0. What I can see from MS website is version 2005 right now. Does that include the .NET thing? Cause I'm kinda curious what this .NET thing is all about..and recently there are … | |
Hello guys, I have [COLOR=DarkSlateBlue]Oracle9i[/COLOR] installed in my homepc and my O.S. is [COLOR=Navy]Windowsxp-professional[/COLOR]. Now,I want to connect Vb using [COLOR=Indigo]Microsoft OLE DB Provier for oracle[/COLOR]. For this i have done the following steps--- 1. Created a text document and renamed it with extension .udl 2. On openning the file … | |
GRAND COMBINATION - POSSIBLE OR NOT...????? LAPTOP - USING ONLY MONITOR + KEYBOARD + MOUSE (SEPARATELY USB ATTACHED) PLUS DESKTOP COMPUTER CASE/CABINET ONLY - CONSISTING OF MOTHERBOARD, HARD DISK, RAM Respected Tech gurus nerds and dear friends Well I am having a desktop presently with 2 GB of RAM. (I … |
The End.