Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top Oracle 10.x Solutions: 76 - 100 of 275
 
folks i have the following which displays the data in xml format Select DBMS_XMLGEN.GETXML (       'select WORKORDER.wonum,ASSET.ASSETNUM,WORKORDER.DESCRIPTION,       (SELECT LOCATIONS...
Hi, I could need some help on this sql statement i got. I'm not that familar with case so I suspect a simple syntax error here. Any ideas? Thank you. Tolomir
Hello Gurus, I need to create a fixed width trailer record.  My current code is shown below.  My issue is that the 'count' value displays correctly but the total data value does not. No matte...
Hi, Does anyone know how to change the default DB \ SID that Oracle 10g for Linux uses? We access the management console by accessing <IP>:5500/em. regards Ryan
Hi, I am tryin to load some data into my oracle table using sql loader and I am running into some problem. I have attached the control file and the data file for your ref. When I load the data...
I need to download oracel sql developer for vista where can i get this.
How do I do a query on a date range based on the system date. I need to have the date(s) fall between 120 - 180 days of the system date. I also need page breaks for each new mfg and the tota...
Information:  (question at the bottom)- Oracle 10g R2 (10.2.0.3) Standard Edition Windows 2003 SP2 The system datafile is set to auto extend and the system tablespace has Extent Managemen...
System.Data.OracleClient.OracleException was caught   Message="ORA-06550: line 1, column 7:\nPLS-00201: identifier 'INSERT_PRICE_LIST_HDR' must be declared\nORA-06550: line 1, column 7:\nPL/S...
Hi,       I need to secure our Oracle db from unauthorized changes to the schema. The db is not in a development\production environment. It is strickly holding non-sensitive data, however,...
hi experts ... i need SQL TO MAKE FOR ME SUM OF Columns i want to get sum of Column1+Column2+Column3 .. how i can do that ? in Oracle SQL AND THIS IS MY Filed i want sum for 1 ...
I have a sysytem with J2EE application running with an Oracle back end. I have a query screen which takes a transacion code #TXN_CODE#, description as #TC_DESCR# and so forth.  What is happe...
Hi,      I have Oracle 10g Express Edition installed on a Windows XP professional machine.  Everything works fine until I change the computer name, and then Oracle does not function.  When ...
I need to strip the non-standard characters from this string TAYLOR'S AUTO PRODUCTS,INCýý59 Preferably, replacing them with spaces... TAYLOR'S AUTO PRODUCTS,INC  59 so select regexp...
When I did data pump full export, I got the following error message. ORA-06512: at "SYS.DBMS_SYS_ERROR", line 111 ORA-06512: at "SYS.KUPC$QUE_INT", line 444 ORA-06512: at "SYS.DBMS_DATAPUM...
I want to know if there is a sys table or view record the information like last DML apply to a particular table in Oracle 10g. Thanks.
In SQL*Plus running on windows, I issued an ALTER INDEX index_name REBUILD ONLINE statement.  This was about 8 hours ago; the table the index is on is very large. Right now, my SQL*PLUS win...
I've done some testing, so hopefully the next few lines will asssit in the solution. I'm trying to install Oracle Express Edition 1og onto a vista laptop.  I have attemted to install this o...
I have a table on Oracle 10g, with three columns ( Duration, start_date, start_time) as show below, I want to add two other columns contain stop_date and stop_time (by adding the duration to s...
folks how do i obtain data from the previous week only? i.e sysdate(current week)-1 all help will do r
I have a flat file which is not delimited and it a fixed field file. I need to load this to oracle table using toad. I went to database menuitem---->Import source files  and then I can add fil...
Hi, I am running an oracle 10g database on a linux machine. I have 2 databases running on the server, sales and mydb. Now when I start the database control the sales database on port 1158 open...
what is the difference between oracle 10g server and oracle 10g client?
Hi Guys, I have a few External Tables that read data directly from flat files, we use these to do Migration. The data source is from an old Mainframe system :) We have been testing the m...
Original Question: I am inserting this sql statement into an Oracle 10g database: INSERT INTO ActivityLog(ID, date) values(41, to_date ('02-27-2007 09:17:55 PM', 'MM-DD-YYYY HH:MI:SS AM'))...