| Thread | Last Post | Replies |
|
| How could we make Grid Control send emails repeated forever, until the problem resolved | 01 Oct 2008 00:18 GMT | 3 |
I am learning Oracle Grid Control. If my server is down and I configured Grid Control to send emails to me, I can sepecify it send it to me every 15 minute and repeat say 100 times.
|
| Merging 2 "almost" identical databases. | 30 Sep 2008 15:52 GMT | 6 |
So my work for the next few weeks is sorting out how to merge 2 almost identical databases used by 2 almost identical applications into one application with one database. These applications were developed for a client.
|
| Help with some ordering | 30 Sep 2008 13:47 GMT | 5 |
I have this query: SELECT customer_id, co.order_id, p.product_id, ol.status, p.code, p.subproduct_id, FIRST_VALUE(ol.status)
|
| Query | 30 Sep 2008 05:54 GMT | 4 |
I am beginning to like these analytical functions. Especially with 10g they seem to have a lot of options. Anyhow, I have a simple query like this: SELECT s.customer_id, c.signup_date, s.produst_id, s.status FROM
|
| same reseult set with less column | 30 Sep 2008 02:11 GMT | 16 |
I am trying to get the same resultset with an original query but one last column less. For example the original query is "select x,y,z from table1 where condition1".
|
| Interview type Question | 30 Sep 2008 00:04 GMT | 16 |
I am learning Oracle, my PM asked me the following question, Please help me on this : You are a new employee at the company and the only Oracle DBA. You were just informed by the management that one of the Oracle DB
|
| Complex crosstab query | 29 Sep 2008 18:04 GMT | 5 |
I am wondering if I can create a complex query in oracle that simulates an Access crosstab. The data is comprised of measurments created from fish scales. The output is based on the water type 'F' - Fresh and 'S' - Salt and the Age of the fish, 5th and 6th characters
|
| New undocumented parameters for Oracle 11.1.0.7 | 28 Sep 2008 21:50 GMT | 4 |
Oracle 11.1.0.7 has some undocumented new parameters. I was unable to find anything on Metalink or Google. The parameters are: cell_offload_compaction cell_offload_parameters
|
| Urgent requirement in Oracle | 28 Sep 2008 18:17 GMT | 1 |
http://www.365jobs4u.com/idevaffiliate/pages/2204.php
|
| VARCHAR2 Parameter Question | 27 Sep 2008 19:32 GMT | 12 |
Does a VARCHAR2 input parameter to a stored procedure have a max length? I pass a 465 byte string to a procedure receiving it as a varchar2 and it gives some error of the string byte too small or something.
|
| happy crackin'! | 27 Sep 2008 06:41 GMT | 2 |
|
| Starup trigger doesn't work | 27 Sep 2008 06:32 GMT | 4 |
I created a startup on database trigger to activate the outline at startup but it doesn't work do you know why ? (Oracle 9.2.0.4 on windows) Thanks in advance
|
| 10g RAC using SAN for storage | 27 Sep 2008 06:13 GMT | 11 |
I am testing a 2 node RAC setup and want to try using a SAN for the dedicated storage (instead of a dedicated local storage disk array located within the same frame). Are there any "gotchas" that I should be aware of when using the SAN
|
| 11.1.0.7 for Linux is out, both 64 and 32 bit versions | 26 Sep 2008 13:56 GMT | 1 |
The patch number is: 6890831 Patch cannot be seen yet in the Metalink patch lists (I really, really do hate flash, with passion!) but can be downloaded if addressed by number. Happy testing.
|
| V$session_wait.seconds_in_wait | 26 Sep 2008 13:09 GMT | 4 |
SELECT sid ,event,state, seconds_in_wait siw,wait_time,p1text p1txt,p1,p2text p2txt,p2,p3text p3txt,p3 FROM v$session_wait WHERE sid = &sid
|