Hi,
I'm writing a C# web service that takes a last name and searched a customer database (Oracle 10g) and returns a record. I am having trouble with searching for names that contain an apostrap...
http://www.experts-exchange.com/Database/Oracle/10.x/Q_23239932.html
Currently, I have 1 database going on a clusterware system across 2 nodes. Today I tried to setup a second instance. It was successful, however, soon after issues started to arise with the first ...
http://www.experts-exchange.com/Database/Oracle/Q_23786393.html
hello,
i currently have 802.11b. is there much of a difference between .11b and .11g? i understand .11g gives more of a range than .11b, but was wondering if it would improve router to wireless ...
http://www.experts-exchange.com/Hardware/Networking_Hardware/Routers/Q_20835561.html
Zones:
RoutersDate Answered: 01/02/2004 Rating: 9.2 Views: 0
I installed Oracle 11g database on fedora 7 linux. I did not document the summary installation which has all the information about the database I created. I would like to launch the database consol...
http://www.experts-exchange.com/Database/Oracle/10.x/Q_22912470.html
Hi,
I'm failry new to Oracle 11g. I'm trying to upload an XML document via the native web services from a client and can't figure out how. Can someone point me in the right diretcion on ...
http://www.experts-exchange.com/Database/Oracle/11.x/Q_23135687.html
I am attempting to add a foreign key to a table that I have already created and getting an error.
The method used to create the table was as follows:
create table lab_employee (
EMPNO NUMBER...
http://www.experts-exchange.com/Database/Oracle/Q_23160813.html
I started installation of OCS at RHEL but i've been halted due to the error (attched)
http://www.experts-exchange.com/Database/Oracle/11.x/Q_23437849.html
Zones:
Oracle 11.xDate Answered: 05/28/2008 Rating: 9.3 Views: 0
TYPE priceindex_cur IS REF CURSOR;
v_priceindex_cur priceindex_cur;
l_priceindex xpriceindex.priceindex%TYPE;
BEGIN
OPEN v_priceindex_cur FOR
SELECT priceindex FROM xpriceindex ...
http://www.experts-exchange.com/Database/Oracle/PL_SQL/Q_23664082.html
SELECT * from loadshapevolume where loadshape, t begtime in (select loadshape,begtime from xloadshape_stage WHERE t.begtime < begtime);
I need to select from if it is in a table then compare b...
http://www.experts-exchange.com/Database/Oracle/PL_SQL/Q_23671679.html
I have a freshly installed Oracle 11g environment with the standard SYSTEM and SYS ids. I am attempting to connect to the database using a web application (MapViewer) using a JDBC connection. If I ...
http://www.experts-exchange.com/Database/Oracle/Q_23878315.html