2,627 Topics

Member Avatar for
Member Avatar for Brian.oco

Federal Reserve Chairman Ben Bernanke is between a rock and a hard place. Bernanke, who spends another day in front of a congressional panel defending his handling of the Fed during a tough economic period, is stuck with a Hobson’s choice. Lower interest rates to help the economy but risk …

0
121
Member Avatar for Techwriter10

I spent the day yesterday at [URL="http://www.enterprise2conf.com/"]Enterprise 2.0[/URL] in Boston, all in all a fascinating day and great conference, but what caught my attention was a presentation by two representatives of the CIA, and I’m not talking about the Culinary Institute of America, but *the* CIA, as in the preeminent …

Member Avatar for guineu
0
213
Member Avatar for khess

Yet another victory in the open source vs. all takers (well, one taker for sure) battle for world dominance--London's Oyster system is now Linux-powered. Oyster is a RFID (Radio frequency identification) card recognition and payment system for London's Tube (Subway) and bus network. The old system needed a serious upgrade …

0
97
Member Avatar for Techwriter10

[URL="http://www.zoho.com"]Zoho[/URL], makers of an online office suite and business tools, aimed mostly at small to medium sized businesses, made its best effort to make a big splash last week when it announced it was introducing an enterprise version of the Zoho CRM product. Unfortunately, Zoho’s announcement was timed in the …

Member Avatar for Josh_Whiting
0
239
Member Avatar for Brian.oco

Ugh . . . . Another lousy week for tech stocks. For the whole stock market, for that matter. But technology stocks bore the brunt of it. Let's look at some of the bigger players. ---------------------------------------------------------------------------------------------------- Company One-Week Return Cisco (Nasdaq: CSCO) - 12.4% Oracle (Nasdaq: ORCL) - 11.3% Research …

0
155
Member Avatar for Brian.oco

Okay, I was downed by technology issues for a few days but I'm back up with a vengeance. And just in time, as the major technology companies begin to release their quarterly earnings statements. IBM was first up earlier this week, and easily surpassed analyst expectations. Wall Street attributed Big …

0
134
Member Avatar for Brian.oco

It should be a slow week for technology stocks, what with the holidays fast approaching and a dearth of any meaningful quarterly earnings surprises. The former you know about, with Christmas only a week away. Late December is notoriously dull for the stock market as traders think more about fun …

0
180
Member Avatar for Brian.oco

Kind of a quiet day in the technology stocks world, which might be considered good news considering the drubbing the sector has taken this week. Sun Microsystems was in the news, signing off on a Solaris 10 distribution agreement with Dell to make the Solaris Operating System and Solaris support …

0
242
Member Avatar for Brian.oco

I wrote in an earlier blog about the time I met and interviewed Bill Gates, the brains behind Microsoft. I cornered Gates outside a back door at the Omni in Atlanta in 1991, where he had just delivered a speech at Comdex. Leaning on a bike stand, Gates riffed for …

0
190
Member Avatar for blud

It's here! No, not winter, the 2006 Certification Magazine results are in. Last year I wrote a [URL="http://www.daniweb.com/blogs/entry461.html"]similar article[/URL] regarding these results, and the top spots were all 'System Administration' certifications. This year it is quite a bit different, the sought after CCIE has actually fallen from the top 5, …

Member Avatar for jwenting
0
239
Member Avatar for Danny

[url=http://www.sun.com]Sun Microsystems[/url], the pioneers of the Java technology, announced today that auto maker General Motors has chosen the Java ES to provide an “integrated software environment

0
171
Member Avatar for thekashyap

Hi *, Here is a small program I had created to search for a given .class file within given CLASSPATH. It is primarily used in our project on test machines where lotsa ppl put lotsa patches in lotsa paths/jars and finally end up wondering which class file is being used. …

0
213
Member Avatar for sydneyram

I am trying to accomplish a Master Detail Display here. The master item is ProductName and Child items are the details of the Product. Example: Dell Desktop V305 - Model: Black - 23877487y24y - Mother Board - Intel .... - RAM - 3 GB DDR HP Printer - Ink Jet …

0
281
Member Avatar for balakrishnan.kb

Hi Everyone, I have one doubt in oracle view.. How to pass the parameter oracle view.please help me

Member Avatar for balakrishnan.kb
0
83
Member Avatar for firoz.raj

Can anybody tell me Explanation about [COLOR="Green"]2NF And 3NF[/COLOR] Normalization.Kindly help me .Any help would be highly appreciated.

Member Avatar for debasisdas
0
71
Member Avatar for opb2009

“Proper Search Engine Optimisation can help you gain a competitive advantage by helping your site get seen before your competitors. Execution of right kind of SEM strategy at the right time can take your business to great pinnacles.” We, Search Engine Oracle; are a premier search engine marketing company based …

0
49
Member Avatar for shikhar01

hey can u pls help me wid some ideas for my BE project on distributive database.....i intend to use oracle on implementing it.. pls help thnx

Member Avatar for debasisdas
0
50
Member Avatar for mister p

How does one backup an Oracle database? which files do I backup? and which recovery Procedure I use?

0
119
Member Avatar for rajeshsprabhu

I am trying to use WSDL file (webservices) to push data in Oracle database through PHP,MySql. While pushing data there is restriction that only 20 records at a time can be pushed in Oracle. Hence I need to create multiple instances so that through one php program I will be …

0
45
Member Avatar for Krishsimi

Hi All, Could anyone suggest us how to check the Time in the Database when an Order get injected into the Oracle data base as of now i am able to see only the date , but inorder to know the time when i got generated can anyone help me? …

Member Avatar for debasisdas
0
89
Member Avatar for Roybut

Hi, I have a table which I want to update thus: If d_date is has a value and b_date is 30 or more then set d_date as the min value already in d_date. I know that the WHERE EXISTS clause is wrong but I don't know how to make this …

Member Avatar for Roybut
0
136
Member Avatar for learningplsql

Hi, I want to replace a word based on the positions. input I love programming (ilp) i want to replace lowercase ilp with uppercase ILP I love programming (ILP) how can resolve this issue?

Member Avatar for debasisdas
0
61
Member Avatar for rajachandra

hello, in the below code i have established conection through jdbc to oracle database,here my program will give continous ping to the server and stores the result in to the file. again by opening the file iam reading the file and searching for the "Request Timed out " pattern and …

Member Avatar for harsh2327
0
93
Member Avatar for hajjo

[CODE]<html> <head> <script type="text/javascript"> function formValidator(theForm) { if (theForm.location.value == "") { alert("Please choose a location"); theForm.location.focus(); return (false); } if ( ( theForm.browser[0].checked == false ) && ( theForm.browser[1].checked == false ) && ( theForm.browser[2].checked == false ) && ( theForm.browser[3].checked == false )) { alert("please choose a subscription …

0
59
Member Avatar for hajjo

[CODE]<%@ page import="java.util.*" %> <%@ page import="java.sql.*" %> <%@ page import="java.text.*" %> <% Statement stmt =null; Connection conn =null; ResultSet rs = null; try { String url = "jdbc:oracle:thin:@ahmad:1521:PLSExtProc"; String user = "training"; String password = "training"; Class.forName("oracle.jdbc.driver.OracleDriver"); System.out.println("--------------"); //Get a connection to the database conn = DriverManager.getConnection(url, user, password); …

Member Avatar for hajjo
0
94
Member Avatar for ocean2870

Hello all I need some tips from people who are familiar with Oracle dba. i m trying to get OCA exam and i just finished reading my first chapter and now i m on chapter 2 and its telling me to download the dba software. so i m very confuse …

Member Avatar for ocean2870
0
243
Member Avatar for mamtha

I need to derive last 2 numbers after the '-' from the code column. example if the code is 76767-99 then I need a query to return only 99. I am using substr and instr functions but not getting what I want. Please help me correct the below query. code …

Member Avatar for debasisdas
0
136
Member Avatar for jadeite100

Hi All: I am using windows 2000 server with Eclipse. In the dost prompt, I ran the file run_sqlldrTest2.cmd and it loaded record into the Oracle database. I tried to do the same thing in java calling the run_sqlldrTest2.cmd. In java it states the "The command line job - -executed …

Member Avatar for dixitworld
0
955
Member Avatar for OkieUnix

[code=html]<TABLE CLASS="MYTABLE"> <CAPTION CLASS="MYTABLE">Jumpstart</CAPTION> <TD> <TABLE CLASS="MYTABLE"> <TR CLASS="MYTABLE"> <TH CLASS="MYTABLE">Boot Parameters</TH> </TR> <TBODY> <TR CLASS="MYTABLE"> <TD CLASS="MYHOST" ROWSPAN=14><p><br> Host Name: <input size=16 type=text name=host><br> Mgmt MAC Address: <input size=17 type=text name=mgmtmacaddress><br> Mgmt Interface: <select CLASS="MYTABLE"> <option name=hme0>hme0</option> <option name=fjgi0>fjgi0</option> <option name=fjgi1>fjgi1</option> <option name=fjgi2>fjgi3</option> </select><br> Mgmt IP Address (If Static): …

Member Avatar for Airshow
0
140
Member Avatar for grin2dan

Hello All, I need to generate a simple script according to the following: "Using only one update write query to update a salary by 10% for salaries below 100k and 15% for salaries above 100k" TIA

Member Avatar for grin2dan
0
81
Member Avatar for Kamal_Java

Hi i have two tables called GeneralTable and SpecializedTable which has Name and State in It LIke 1 .GeneralTable ( GName , State ) 2. SpecializedTable( SName , State ) i want to write an SQL query which display the State from where the majority of Person ( both General …

Member Avatar for ajit1984
0
99
Member Avatar for S.DALI

hi all, I'm a computer-science student and I'm finding a real hard problem finding a final year project, I want a little help and i hope i'm in the right place. i'm looking for something related to the following topics: 1- i'm very good with databases (i have three certificates …

Member Avatar for S.DALI
0
82
Member Avatar for jadeite100

Hi All: I installed oracle report server 10.1.2.02 I tried the following url and it display the page properly that ask Test run Job: [url]http://xxx/reports/rwwebservice?operation=runJob[/url] When I tried the url: [url]http://xxx/reports/rwservlet/showJobs?server=rep_xxx_oracleas3[/url] It is suppose to redirect me to an url to login. It did the first time. I was able …

0
154
Member Avatar for madhura09

hi I have a coulumn named Status which can have only three values: 1. Available (Default) 2. Unavailable 3. CheckedOut How can I add this functionality while creating the table? i.e. while creating the table itself how can i specify that the column can hold only these 3 values and …

Member Avatar for madhura09
0
159
Member Avatar for zazarina

:) hi...can anybody help me on how to create a login page in vb 2008 and oracle 9i?please help me..your help are so much appreciated...

0
42
Member Avatar for mcgarry101

Hi, hopefully someone can help with this as it has been driving me crazy for a few days now. On my master page I have a databound (from oracle) menu. This menu will always be same when the user logs into my site. The other menu however is created on …

Member Avatar for Ramesh S
0
95
Member Avatar for selvag
Member Avatar for peter_budo
0
25
Member Avatar for soheilshoolookh

hi everyone, I'm to some extent beginner in java. first of all let me explain a bit about our project and then I will explain the problem. In our project there are Agent programs sending their Data via UDP connections to the Server program, Server performs some math on data, …

Member Avatar for quuba
0
297
Member Avatar for joshfolgado

Hi, I need to compare MySQL, MS SQL 2008 and Oracle. Do you know of any link where this comparison takes place? I found a few comparign MySQL and MS SQL 2000 but not with MS SQL 2008 and Oracle too. Can you please help? Thanks Josh

Member Avatar for joshfolgado
0
143
Member Avatar for robertmacedonia

Hello, I have this application that would let a user register (I used an ASP.NET control for that one), and then log in (I do not use ASP.NET control for the login, I am making it myself). When an user register, I am sending their data to an Oracle database, …

Member Avatar for robertmacedonia
0
147
Member Avatar for xborja

Hi Im writing in visual studio 2008 in VB.net I last porgrammend in VB 6 need help to connect to oracle 11g Database Xavier

Member Avatar for maxwik
0
141
Member Avatar for jeeva.gururaj

i'm using jsp to connect to oracle database. I've installed oracle 10g .when i try to set a dsn name in control panel-administrative tools-Data sources(odbc)-system dsn-add-only sql native client and sql server are availabe. OS: vista home premium Please help me.

Member Avatar for jeeva.gururaj
0
53
Member Avatar for mpande

Hello Everyone I'm currently busy doing a program that can capture sales, and evrything is working fine at the moment. The only problem is that in the stock table I can't update the quantity(when the company purchases stock), and also can't decrease the quantity(when they are sales). If I were …

Member Avatar for vb5prgrmr
0
85
Member Avatar for hims4u

hello exprts!! i am new 2 database!!! i have oracleXE and jdk 1.6.0_14 installed on windows XP!! i want 2 connect them via my java program.but i am gettting errors after executing the program. my code is: [code=java]import java.sql.*; //import oracle.jdbc.*; //import oracle.jdbc.OracleDriver; public class OracleConnect { public static void …

Member Avatar for ~s.o.s~
0
513
Member Avatar for joshfolgado

Hi, We currently use MySQL and need to create a mechanism where we replicate some of our databases in a safe and consistent manner. Lets assume we have a main database which would be replicated onto another database and it is this replicated database the users access for their queries. …

0
41
Member Avatar for deepak_8917

i have oracle 9i. my friend created some tables and inserted few records in each. I want these tables with the records inserted. which files should he send me and where should I place those files? will that affect my existing tables?

Member Avatar for alit2002
0
90
Member Avatar for OracleJig

Hi, I am not able to logn in sqlplus.. while I can logon with the same username and password in Enterprise Manager... EM- username: sys password: ***** option as sysdba.. but with the same username and password i am not able to logon in sqlplus.. can anybody tell me the …

Member Avatar for alit2002
0
169
Member Avatar for cutedipti

hello, I am not getting which SQL statement should be used to insert multiple data at a same time without writing [ICODE]insert into...[/ICODE] again and again. suppose whenever i want to insert data into 'customer' table then i may write statement as [ICODE]insert into customer(c_id,c_name,c_city,c-street) values('C101','Hayes','Downtown','Main')[/ICODE] But it will create …

Member Avatar for anubina
0
121
Member Avatar for parlati

Hello Folks, I'm a not an expert in Oracle/SQL Server query and need some guidence and help from the professionals. Basis for my challange is that I have two tables that i need to collect data from. The main table is ACTIVITIES...secondary table is CODESET... Fields (column) To collect/ are... …

Member Avatar for cgyrob
0
142
Member Avatar for jdfskitz

I just Started Java BUT I'M FOR SURE I CAN GET A HANG OF THIS! ive typed these pages out and Cant Find the Problem.. I NEVER START OUT EASY!! SO FAR EVERY TIME I START OUT EASY I LOSE WHERE I AM!! so this is a rotating 2d picture.. …

Member Avatar for jdfskitz
0
213

The End.