| Thread | Last Post | Replies |
|
| Oracle 10G and Trigger Problem | 16 Mar 2006 22:24 GMT | 10 |
I have an Oracle 10G Enterprise Edition 10.2.0.1.0 with a standard installation on XP-Pro. Now I detected a strange behaviour. I made a reproducable example> create table xx (feld varchar2(32));
|
| Problem with LONG datatypes | 16 Mar 2006 20:41 GMT | 2 |
Hi... I have a task that requires me to rename a column. Problem is, I'm on 8i, which does not support column-level renaming. So the next recourse would be to create another column in the table, or
|
| QUESTION: Latest CPU thinks I have a db running | 16 Mar 2006 20:36 GMT | 12 |
I'm on 8i on AIX. My question isn't 8i specific (good thing); but I need to understand the mechanism by which the CPU patch detects active databases in the current home before patching that home.
|
| sqlldr | 16 Mar 2006 17:22 GMT | 1 |
I want to concatenate a string to a colum as I load into the table.... so the file will contain apple.1, but when I use sqlldr to load it as apple.1@net.com any ideas?
|
| what wrong with this statement? | 16 Mar 2006 16:14 GMT | 5 |
when i input the following statement error occur: select pubid,pubname,TITLE from (publisher natural inner join journal) group by (pubid) having count(pubid)>1; error:
|
| Error while trying to create Recovery Catalog | 16 Mar 2006 15:39 GMT | 2 |
I get an Error when I try to create Recovery Catalog in Oracle 9i on Red Hat Linux 7.2: Here are the steps I followed to create recovery catalog: SQL> create tablespace rman_ts datafile
|
| Logical standby from VMS 9.2 to HPUX 9.2 | 16 Mar 2006 14:44 GMT | 1 |
Is it possible to make a logical standby database on HPUX 9.2.0.4 with a VMS 9.2.0.4 database as master? I'm thinking of endian problems etc. etc.
 Signature Andre Broers
|
| Magic of varchar2 | 16 Mar 2006 10:13 GMT | 8 |
What difference does it make : 1. I define a column as varchar2(500) and store only 10 bytes 2. I define that column as varchar2(10) . Any impact on storage / performance ?
|
| Update statement using a join on a materialized view | 16 Mar 2006 10:05 GMT | 7 |
Hopefully someone can help me. I have 2 tables and 1 materialized view which is updated from a different database instance, the materialized view links the two other tables. So for example Table_A
|
| ext3 vs ext2 on linux | 16 Mar 2006 03:53 GMT | 1 |
Our production is running on vxfs/odm, and we are very happy with it. We are building a 'test' box, which will run on linux file systems I understand you don't want to run ext3 in journaling mode for oracle datafiles/redo..
|
| Create test application server that is mirror of a live one | 16 Mar 2006 01:41 GMT | 2 |
Can anyone help me with creating a mirror copy of an AS10g application server, short of reinstalling everything from scratch? I can make either a dd or an exact copy, but will this work? I know when I queried my live app server that there were many many locations where the
|
| Import + Sequences | 16 Mar 2006 01:30 GMT | 9 |
We're on Solaris 9.2.0.6 and want to migrate our system to Red Hat Linux 3.0. The method I used successfully several times before was this: 1. Full SYS export of everything.
|
| Update TAble problem | 16 Mar 2006 01:10 GMT | 5 |
I am creating a sample bug tracker (using Oracle 10g db) and i created a hisotry table to log the bug history. The history table contains details like ProblemRecordNo (PRN),
|
| Oracle RAC 10g_r2: Oracle Notification Server Configuration Assistant - FAILED | 15 Mar 2006 23:44 GMT | 5 |
I am setting up a ORACLE 10g_r2 RAC solution. Environment Details: - 2 IBM x335 series - CentOs 4.2
|
| 10g License Issue - Development Vs Production License - Enterprise Edition | 15 Mar 2006 23:32 GMT | 14 |
I want to install 'Oracle Database 10g Release 2 (10.2.0.1.0) for Solaris Operating System (SPARC) (64-bit)' (Enterprise edition) in the development environment. The Oracle website says:
|