2,627 Topics

Member Avatar for
Member Avatar for hsharma65
Member Avatar for William Weeks

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 …

0
87
Member Avatar for Dyshein

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 …

Member Avatar for Lafinboy
0
122
Member Avatar for yaduks

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 …

Member Avatar for 'Stein
0
199
Member Avatar for oracle_dev

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

0
86
Member Avatar for arsmizzou

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 (" …

0
88
Member Avatar for arsmizzou

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 (" …

0
66
Member Avatar for Subhashish

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 …

0
76
Member Avatar for arsmizzou

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 = …

0
70
Member Avatar for arsmizzou

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 …

0
59
Member Avatar for jto

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

Member Avatar for Ancient Dragon
0
167
Member Avatar for flyfc

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 …

Member Avatar for flyfc
0
173
Member Avatar for shahnazurs

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

0
104
Member Avatar for meenu

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 …

Member Avatar for gampalu
0
158
Member Avatar for shahnazurs

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

0
70
Member Avatar for tannukumar
Member Avatar for aslihan

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; …

Member Avatar for Lord Soth
0
142
Member Avatar for teman_siber

hi, can anyone help me how to store the image in oracle using JSP. plz...urgent.. can anybody give me the sample codes.. thanks

Member Avatar for jwenting
0
81
Member Avatar for stoyka

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 …

0
76
Member Avatar for djbsabkcb

How would you display in your sql a column of brackets [ ] with a field width of five spaces in between?

Member Avatar for jim mcnamara
0
95
Member Avatar for indianscorpion2

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 …

Member Avatar for jwenting
0
222
Member Avatar for jto

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 …

Member Avatar for antioed
0
125
Member Avatar for aep91

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:

Member Avatar for mastermind_SEO
0
60
Member Avatar for aep91

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:

Member Avatar for aep91
0
137
Member Avatar for jkushner

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; …

Member Avatar for jkushner
0
117
Member Avatar for manchandap

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.

Member Avatar for yamini_pradha
0
84
Member Avatar for saif0306

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.

Member Avatar for Drew
0
76
Member Avatar for jollyroger

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 …

Member Avatar for lowster11
0
152
Member Avatar for Poornima

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 …

Member Avatar for Kate Albany
0
189
Member Avatar for hudz

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 …

Member Avatar for RuudDude
0
908
Member Avatar for indianscorpion2

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.

Member Avatar for ramamoorthy
0
145
Member Avatar for cltsoi

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!

Member Avatar for jwenting
0
140
Member Avatar for cltsoi

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 …

0
88
Member Avatar for cltsoi

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!

Member Avatar for cltsoi
0
102
Member Avatar for MissyDee

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........

Member Avatar for alpa shah
0
68
Member Avatar for shobana

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 …

Member Avatar for shobana
0
191
Member Avatar for shobana

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 …

Member Avatar for mastermind_SEO
0
100
Member Avatar for shobana

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 …

0
30
Member Avatar for cltsoi

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 …

0
83
Member Avatar for andreabez

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 …

Member Avatar for f1 fan
0
94
Member Avatar for jalvesmj

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 …

0
94
Member Avatar for VTMas

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 …

Member Avatar for VTMas
0
167
Member Avatar for HockeyFan

Is there a SQL query to check to see if an index (by name) exists on a table? I have this for SQL Server and for Oracle, and need to be able to query to see if an index exists before I try to create it. In some cases, I …

0
124
Member Avatar for tomac_1

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 …

Member Avatar for tomac_1
0
241
Member Avatar for stackOverflow

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 …

Member Avatar for priyanka
0
101
Member Avatar for djbsabkcb

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 >= …

Member Avatar for jim mcnamara
0
98
Member Avatar for j1979c

[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 …

Member Avatar for Ancient Dragon
0
127
Member Avatar for djbsabkcb

Can anyone suggest a good beginner book for learning Oracle and SQL that they have used or know someone who has ? sabd

Member Avatar for jim mcnamara
0
99
Member Avatar for tukai

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 …

Member Avatar for jim mcnamara
0
104
Member Avatar for sunandoghosh

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 …

Member Avatar for sunandoghosh
0
149

The End.