| Thread | Last Post | Replies |
|
| Get external data from, I think, a oracle database to excel | 10 Sep 2005 17:54 GMT | 3 |
I want to get some data from a time reporting system we use into Excel. The list from which I want to get the data from is generated on certain parametres such as period and which unit within the company. When you have generated the information you want a list of names of the people
|
| EMS MS SQL Manager 1.8.5.2 | 10 Sep 2005 17:53 GMT | 4 |
Who can tell me about "EMS MS SQL Manager 1.8.5.2" serial code or crack path?? I need this is software, but I have not found out it! thank you!!
|
| good way to bootstrap knowledge about oracle server side operation? | 10 Sep 2005 17:47 GMT | 4 |
So, I'm investigating oracle, and there's not a lot of inhouse expertise with it. We've got a fairly good handle on the client side of things, and would like to become more familiar with how things operate on the server side.
|
| How to capture information to analyze high load peak? | 10 Sep 2005 15:25 GMT | 13 |
When managing a lot of databases, some databases always hit short-time load peak, it's hard to monitor, so need to write program to capture the information to analyze it to find the root cause of the load peak.
|
| query regarding system time | 10 Sep 2005 11:48 GMT | 2 |
Is there any way I can check if the system time is between a certain range (e.g. 3 - 9 pm)? e.g. select * from <table> where systime >= "15:00" and systime <= "21:00";
|
| Oracle Performance Issue | 10 Sep 2005 05:32 GMT | 5 |
we have an application running an Oracle's 8.1.7. - unfortunally the code is wrapped and we do not have any support from the software company that made this application. We have following SQL query that slows down the whole system (taken from
|
| index on multiple columns vs multiple indexes on single column | 10 Sep 2005 05:15 GMT | 2 |
Could someone explain (or point out the relevant documentation about) situations in which you would want to index several columns vs making multiple indexes, one for each column? Also, I understood that the order of columns in a multi-column index was important, but I do not
|
| 10g's Alert "disk utilization": identify the filesystem | 10 Sep 2005 04:53 GMT | 1 |
For the "Disk Utilization" alert by default the grid ctl gives a message looking like
> Name=<svr name> > Type=Host |
| Oracle Users Group - Belgium | 10 Sep 2005 04:22 GMT | 3 |
Is there still an active Oracle Users Group for Belgium (or Flanders) ? I tried http://www.bloug.org/ but it hasn't been updated in a while ... You can contact me offline : matthias (dot) hoys (at) skynet (dot) be. Thanks
|
| run a package on the 15th of each month. | 10 Sep 2005 00:00 GMT | 3 |
I have a job I ouuld like to submit to delete historical data. I need the job to run the 15th of every month at 330 am. I am not sure how to get the date right ( IE the 15th)for the Interval parm I need to pass w/ the DBMS_JOB.SUBMIT function.
|
| 10g Bug with Numeric Precision/Scale? | 09 Sep 2005 23:49 GMT | 13 |
I've encountered something that I believe is a bug in PL/SQL under 10g (at least on 10.1.0.3). Here's an example script: --------
|
| trigger on view | 09 Sep 2005 23:28 GMT | 6 |
I try to create ea trigger on View --- CREATE TRIGGER "GECOM"."IN_VW_FATTOMEGA" INSTEAD OF INSERT
|
| 8.1.7 shutdown | 09 Sep 2005 22:24 GMT | 12 |
I'm in trouble with a 8.1.7 rdbms which fails to shutdown cleanly on a Win2000 server; in detail, when server is rebooted alert log shows a crash recovery, I tried to close db manually and it works well; I found this issue also on Metalink, but some unavailable patches are required.
|
| Oracle Reports Developer - Before Report Trigger | 09 Sep 2005 21:51 GMT | 5 |
I'm working in Oracle 9i Reports Developer. I have two queries that are the source for one of my reports. These two queries are connected by two "data links". Each "Data link" connects 1 column from "Query #1" to another column in "Query #2". I want to create a "Before Report" ...
|
| Index Design | 09 Sep 2005 20:06 GMT | 1 |
What is a good documentation resource for index designing? We're running oracle 10g, and I have a number of queries that need to run similar to the below example: FROM "BILL_FCT" AB
|