| Thread | Last Post | Replies |
|
| Update of CHECK constraints | 11 Aug 2005 20:28 GMT | 5 |
Please, advise me in what system table should I look for existing constraints for some table. Is exists some method to update check constraints or I should remove old
|
| Q:Converting Forms to J2EE | 11 Aug 2005 20:25 GMT | 12 |
Hi' Have anyone tried to use any of the conversion utilities on the market? - would you like to share your experiences? Rgds, Henrik
|
| Great Oracle Books | 11 Aug 2005 19:37 GMT | 11 |
I heard of great Oracle books that are written by Don Burleson. I wonder if any of you had similar experience?
|
| Question: Yet more RMAN frustration... | 11 Aug 2005 18:42 GMT | 12 |
Hi, all. I'm working through learning RMAN under 8.1.7.4 (yes, I know) running on AIX 5.2.0. I am not using a recovery catalog. I'm making progress, but am at a bit of an impasse. Here is what I am
|
| Outer join runs differently on SQL Server and Oracle | 11 Aug 2005 18:34 GMT | 3 |
Oracle 9i: create table t(i integer) Table created insert into t values(1)
|
| ORA-04088 ORA-01403 & ORA-06512 Errors | 11 Aug 2005 18:07 GMT | 4 |
I have put an "after logon on trigger" on the database which is restricing a user to logon using SQLPLUS tool. The trigger works fine and is giving me the result I am expecting but it throws errors in the alert log file. Below is the trigger which works fine and is
|
| partitioning an exesting table | 11 Aug 2005 17:25 GMT | 8 |
I am using Oracle 9.2 enterprice addition on Win2003. I am looking a way to partition an existing (packaged application) table with 3M rows. It has 24 indexes and 2 triggers on it as well. Could you, please refer me to the doc or show me the way of doing it?
|
| Why is "shutdown abort", then backup bad | 11 Aug 2005 15:54 GMT | 79 |
One of our database is using "shutdown abort", and then take a cold backup. Users on metalink are strongly against it. If we take a cold backup, everything we need to do a instance recovery is in online redo logs. If people can use "shutdown abort" and startup again
|
| Why is 9i pausing? | 11 Aug 2005 15:36 GMT | 5 |
I'm experiencing an intermittent performance problem reading and writing a 9i database from Sqlplus. I'm running Sqlplus on my laptop and the DB is on a Sun box in the same office. It seems that if my connection to the DB is inactive for a period of time, there is usually
|
| Version specific plsql logic handling | 11 Aug 2005 15:24 GMT | 3 |
I have a problem where I need to look for a parameter value in v$parameter base on datbase version.I tried looking for conditional compilation feature introduce in 10G R2 onwards but since it is not available for prior versions I cannot leverage on that.Logic should
|
| Default Roles And A Caution in oracle docs | 11 Aug 2005 15:08 GMT | 7 |
In oracle 9i, admin. guide in chapter 25 a caution is mentioned: It is on the topic of Specifying Default Roles http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/privs.htm "
|
| How to Set Up Two One-to-One Tables? | 11 Aug 2005 11:22 GMT | 2 |
I have a requirement to create two tables that have a one-to-(zero or one) relationship. That is, for every record in table A, there can be zero or one record in table B. I understand that I could put everything in one table, and then create
|
| SQL: partial match with set of vsalues from a subquery | 11 Aug 2005 09:37 GMT | 6 |
I have a simple problem , how can a compare part of the substring with the set of values from a sub query. here is the example, probem is at irem No: 3 1. The below SQL will be OK
|
| oracle 10g & Windows 2003 with AD | 11 Aug 2005 08:07 GMT | 6 |
I am trying to install Oracle 10g on windows 2003 with Active Directory. I can't get 10g to run on Windows 2003 Server Domain Controller. I get error: OS 1388 error
|
| Query question | 11 Aug 2005 07:44 GMT | 5 |
I wonder if there is a query for the following: I have three tables LOCATION ( LOCATION_NO ) -- there is location 1
|