| Thread | Last Post | Replies |
|
| How to trigger which program updated a table ? | 30 Oct 2009 17:12 GMT | 9 |
I need to log some updates and I would like to do it using a trigger which inserts a line to a logtable. I need to know which application (sqlplus, java, toad etc) was used to make the update. I've studied sys_context but didn't find that information. Toad's Session Browser shows ...
|
| utl_smtp issue | 30 Oct 2009 06:56 GMT | 5 |
I'am using Oralce 9i utl_smtp package to send html mails and facing an issue. My smtp configuration is as follows: utl_smtp.write_data(connection, 'MIME-Version: 1.0' || cCRLF);
|
| adding counter | 29 Oct 2009 15:53 GMT | 1 |
I need some help. Shell script counter. i need to add condition to check if counter is more than 10 and longer than 3 hours? it runs every 5 mins. it only check count and send email right now.
|
| Error in Dupplication a production database | 29 Oct 2009 14:22 GMT | 3 |
I am trying to duplicate a production database - version 10.2. 0.1.0.- in a different server and I started the instance with nomount. Then I connected to rman : RMAN> connect target /
|
| Refreshing a long-running Materialized View with an Index | 28 Oct 2009 19:53 GMT | 2 |
Version information: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 We have a materialized view that takes approximately 3 hours to build without an index. Once we've put an index on a few of the columns it
|
| E75 - Menü ändern | 27 Oct 2009 20:50 GMT | 1 |
Gibt es eigentlich eine Möglichkeit, das"Hauptmenü" anzupassen? Ich würde gerne z.B. das MAPS Icon gegen den Wecker tauschen, da ich die Maps nicht benutze, Ich habe nichts in der Doku direkt etwas gefunden.
|
| Oracle 10g, standby creation | 27 Oct 2009 19:49 GMT | 4 |
I would like to create a physical standby with Oracle 10g. 2 servers with the same the same structure. I have read a lot of documentation but I'm always confused about some points.
|
| Oracle Connect Newsletter_iWarelogic -October09 | 27 Oct 2009 17:22 GMT | 1 |
Oracle Connect Newsletter To view this click on the following link or copy paste below link on the browser. http://tinyurl.com/oracle-connect-october09
|
| Anyone been able to raise Steve Adams at oracle-l? | 27 Oct 2009 17:16 GMT | 24 |
Been having a problem with posting, have emailed him twice with two different email addresses, no reply, nothing. Is he OK? Probably still in the US from the OOW?
|
| Problem with with exp | 27 Oct 2009 00:14 GMT | 5 |
I installed the Oracle Client 10.2.0.1.0 on a new machine with Windows XP. SQLPLUS and TNSPING are working fine; however, there there is a problem with EXP:
|
| Optimizer Hints and Explain Plan | 26 Oct 2009 23:04 GMT | 6 |
I'm using /* no_cpu_costing */ hint in my select statements while generating the explain plan. Is it a good idea to use it while analyzing the Explain Plan output? Please suggest. --
|
| Joys of Linux | 25 Oct 2009 18:26 GMT | 10 |
Last night, I upgraded my CentOS from 5.3 --> 5.4. Of course, there is no upgrade for unixODBC, but there is a ton of other upgrades. Result: [mgogala@medo work]$ isql ora10 scott tiger +---------------------------------------+
|
| Materialized View | 25 Oct 2009 14:24 GMT | 3 |
Hope I can explain this properly: I'm hoping this can be done in just 1 long SQL statement. We have several queries that gather counts from different tables. Each takes a while and since they are part of the same app, the screen takes a
|
| Oracle10g, Catalog and control file | 24 Oct 2009 22:28 GMT | 2 |
I have just configured a catalog for RMAN in another instance. I realized some backups before creating the catalog. The synchronization has been realized after the creation. Now, I use the catalog. But I'm suprise by the fact :
|
| Union | 24 Oct 2009 22:04 GMT | 9 |
This is good. My client uses the following query below. The tables referenced do not have any indexes, at least right now. But all the date fields are in the WHERE, which means at least 3 maybe 4 indexes on the tables. This may not matter since this is really only updated
|