| Thread | Last Post | Replies |
|
| [8i] Compress data before it leaves oracle server? | 20 Sep 2005 12:54 GMT | 3 |
I'm running queries on an Oracle server over-seas, and unfortunately the data being returned amount to over a gigabyte's worth. Interestingly enough, though, zipped up the data are only about 100 megs.
|
| Specifying Cursor SQL | 20 Sep 2005 11:13 GMT | 4 |
I am just learning about PL/SQL. From what I've read so far (John Palinski's book - I don't know how well it stands up against other publications, but it's done sterling service for me with respect to the Oracle SQL I've been doing the past
|
| Can't run Ora Installer on W2k: JRE not found | 20 Sep 2005 09:46 GMT | 7 |
I can't run the oracle universal installer (9.2.0.1) on Windows 200 Server which is based on my harddisk, not CD-Roms Error: "The Java Runtime Environment was not fount at
|
| Oracle's 10gR2 Automated Storage Management implementation on CentOS 4.1 (RHEL AS 4 U1) | 20 Sep 2005 08:51 GMT | 1 |
Actually there are several nice articles on Oracle Technical Network devoted to the same topic. What's new may be said ? The target of publication is to highlight the optimal sequence of steps required to bring Oracle10g (10.2.0.1) ASM-database up on
|
| Referencing function result inside GROUP BY? | 20 Sep 2005 06:18 GMT | 5 |
Is there some way to avoid redudancy inside SQL queries like : SELECT someFunction(t.column) FROM Table t GROUP BY someFunction(t.column) with something like: SELECT someFunction(t.column) AS result FROM Table t GROUP BY result
|
| oracle 9i installment on windows 2003, keeps crashing | 20 Sep 2005 02:27 GMT | 2 |
I have just installed oracle 9i on windows 2003 but sqlplus & OEM keeps crashing...the only way is to reboot the pc and restart sqlplus, this is not acceptable, is there a patch I can use? It doesn't happen on windows 2000 server?
|
| Creating Shapefiles from Oracle Spatial | 20 Sep 2005 02:23 GMT | 1 |
I am using Oracle Spatial to store GIS data, and I would like a way to create Shapefiles from this database. Does anyone know if this can be done? Oracle can use Java classes, so are there any free Java libraries that can
|
| Where is a temp tables DDL stored? | 19 Sep 2005 19:49 GMT | 37 |
Im on Win2k3 server Standard Ed. Oracle9i ( 9.2.0.6 ) Creating several temp tables that are transaction specific. Im noticing that after executing the ddl for these tables and viewing
|
| Very perplexing select Problem | 19 Sep 2005 19:14 GMT | 7 |
Calling all SQL experts! How can one do a select for this: I have a table with (for brevity) 2 columns. RecID and ParentID. All absolute or generation 0 PARENT records will have a ParentID of 0
|
| composed foreign key question | 19 Sep 2005 18:02 GMT | 6 |
Hi NG, same data different problem. Plattform: Windows 2003 Server Oracle 10.1.0.3
|
| SQLLDR fixed format and number format | 19 Sep 2005 17:53 GMT | 5 |
Hi NG, the following situation: I have a datafile with following format: Aug 05 97.865 97.865 0.000 97.870S 97.865 97.950 97.665
|
| Regarding the number of consistent gets. | 19 Sep 2005 17:51 GMT | 4 |
As per my understanding the number of consistent gets is the number of consistent reads from the logical memory. If the data is not available in the memory then the server process reads the data from the physical memory and put into the logical memory. My question is so the
|
| Annual C.D.O OW Meet and Greet | 19 Sep 2005 15:45 GMT | 11 |
Following the annual tradition, I will be hosting a meet and greet for c.d.o denizens attending OW this year (or even for those living locally). Daniel Morgan will be co-host. Larry, while not attending, will graciously buy the first round.
|
| Question on Decode Versus Case | 19 Sep 2005 14:54 GMT | 3 |
DA Morgan gave me an example of a procedure in another thread (Unions With Grouping Group Values) in which he uses the decode function. In my reference book I'm using for my Oracle SQL, and now some of the PL/SQL I am learning on my own, the author stated "Oracle is planning to ...
|
| dbms_cdc_publish hang | 19 Sep 2005 14:44 GMT | 3 |
We are trying to solve a strange problem with our web-application (Web-Server: Tomcat/Apache, Database: Oracle 9.2.0.6). The Problem is, that at least every day, a session from the database stops working, but the session is still available and the lock is also
|