2,627 Topics
![]() | |
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 … | |
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 … | |
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 … | |
[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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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, … | |
[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 | |
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. … | |
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 … | |
Hi Everyone, I have one doubt in oracle view.. How to pass the parameter oracle view.please help me | |
Can anybody tell me Explanation about [COLOR="Green"]2NF And 3NF[/COLOR] Normalization.Kindly help me .Any help would be highly appreciated. | |
“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 … | |
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 | |
How does one backup an Oracle database? which files do I backup? and which recovery Procedure I use? | |
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 … | |
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? … | |
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 … | |
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? | |
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 … ![]() | |
[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 … | |
[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); … | |
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 … | |
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 … | |
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 … | |
[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): … | |
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 … | |
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 … | |
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 … | |
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 … | |
:) 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... | |
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 … | |
how to values stored in oracle database from jsp and retriev from oracle database | |
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, … | |
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 | |
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, … | |
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 | |
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. | |
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 … | |
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 … | |
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. … | |
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? | |
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 … | |
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 … | |
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... … | |
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.. … |
The End.