| Thread | Last Post | Replies |
|
| Triggers | 28 Feb 2009 17:28 GMT | 12 |
We are making some changes and I'd like to know if this can be done with a trigger. I have Table1 which is the master table and Table2 which is the history table. Currently we have over 100 places where Table1 is
|
| Which functions/procedures are actually getting called? | 28 Feb 2009 15:31 GMT | 1 |
I can get a list of all my functions + procedures via: select distinct object_name, package_name, overload from all_arguments where owner = 'MYNAME'
|
| How do you move archivelogs from one asm to another asm on standby site? | 28 Feb 2009 14:45 GMT | 3 |
Dear group, Somehow my archivelog is in the primary site ASM disk, but failed to shipped to standby site. If I do
|
| column filter | 28 Feb 2009 10:29 GMT | 7 |
The following query will return 3 word in 3 "TABLE COLUMN", How can I modify the query to return "NO 3 words are the same"? the following Table will have duplicated as both row has the same 3 words, I only need "a, young, woman" is enough. I do not need "a,
|
| Taking export from SECONDARY_INSTANCE from 02 node RAC | 27 Feb 2009 22:40 GMT | 12 |
We are at : Oracle 9.2.0.6 HP Ux : 11.23 RAC : 02 Node
|
| Materialized View - Performance | 27 Feb 2009 15:02 GMT | 11 |
I am using Oracle 10g. Please answer my doubts regarding Materialized Views ( MV ) : 1. if we give the option 'enable query rewrite' option, while creating MV, will the optimizer do automatic query rewriting and optimize the
|
| Parallel hint | 27 Feb 2009 10:02 GMT | 8 |
I have table with parallel degree 4. I altered the table with parallel degree 8. But the insert query of that table didnt take the parallel process of 8, though i forced the parallel hint with 8. Instead it is taking
|
| Functions | 27 Feb 2009 09:23 GMT | 14 |
This is interesting. Say I have a package with a function in it. The function is local to that package only and is not called from the outside. Now, I have a line like this:
|
| Size of datatype NUMBER | 25 Feb 2009 20:54 GMT | 3 |
what is the size of the Oracle datatype NUMBER in bytes? Thank you, Norbert
|
| Help With SQL Statement | 25 Feb 2009 19:05 GMT | 2 |
Hi Gang I have a table that has the following. Part Revision AA1234 1
|
| Accelerating sp, again!!! | 25 Feb 2009 16:54 GMT | 3 |
Hi people, this is a continuation of the post titled "ACCELERATING STORED PROCEDURE" from the last week, am sorry for the inconvenience that might cause them to have to read the previous post but its a long history as you can see, so the last post was very useful and thanks
|
| Cheap Cheap Database Recovery | 25 Feb 2009 13:41 GMT | 31 |
Having a extremely low budget for IT, I tried to design a very cheap recovery database system without having to pay for a standby database. This is the idea: 1 -use a duplex destination for the archive logs located in a remote
|
| join statement | 25 Feb 2009 07:56 GMT | 1 |
The following query will output 2 word that's close in position, but how can I output 3 word that's close in position instead of 2 word? the query will have 3 column output instead of 2 column output for words.
|
| SQL Statement | 25 Feb 2009 01:45 GMT | 6 |
Can you have a select statement that returns a literal AND normal query results without a UNION? Say I have a parameter, like and employee ID, passed to a procedure. I want to run a query which returns the top 4 records in the result
|
| Need Help With Query | 25 Feb 2009 01:26 GMT | 1 |
I am new to Oracle and I was wondering if someone could help me with a query. Basically, what I want to know is how to return all the columns in a given table EXCLUDING the primary key column. Thanks In Advance,
|