Taking that argument to its logical conclusion, the system tables should be barred from everyone, including the DBA.
How about that for some words?!!
The DBAs can't do their job without access, neither can the Oracle Enterprise stage.
Search found 53125 matches
- Thu Mar 08, 2007 10:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Select Privileges & Sox compliance
- Replies: 12
- Views: 3189
- Thu Mar 08, 2007 8:48 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Other Web Service options
- Replies: 8
- Views: 4268
- Thu Mar 08, 2007 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: floating point decimal is not fully supported
- Replies: 1
- Views: 821
It's telling you something you ought already to know; every computer has limitations working with floating point decimal numbers. For example irrational numbers (like pi) have an infinite number of decimal places, but the computer can only store a finite number of these. But they're being pedantic a...
- Thu Mar 08, 2007 8:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: splitting a string into three fields
- Replies: 33
- Views: 5453
- Thu Mar 08, 2007 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete on a Database
- Replies: 6
- Views: 982
Send the keys of the records to be deleted from the job, and use user-defined SQL of the form DELETE FROM tablename WHERE key = :1 Data Direct ODBC drivers do expire after 30 days. But you can use other ODBC drivers (with different DSNs) from Windows-based servers. These - for example the Microsoft ...
- Thu Mar 08, 2007 8:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Insert Null values into Oracle date column
- Replies: 12
- Views: 8705
- Thu Mar 08, 2007 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine
- Replies: 12
- Views: 3626
- Thu Mar 08, 2007 8:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Select Privileges & Sox compliance
- Replies: 12
- Views: 3189
Where, in the SOX legislation, does it say that you can't have SELECT privilege to SYS tables?!! It is IMPOSSIBLE to do damage with only SELECT privilege. It is also impossible to use the Oracle Enterprise stage without SELECT privilege to these tables, because it (the stage) needs to check the meta...
- Thu Mar 08, 2007 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: C++ routine
- Replies: 12
- Views: 3626
- Thu Mar 08, 2007 8:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row Generator generated OSH script bug
- Replies: 5
- Views: 1142
- Thu Mar 08, 2007 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture reject records in ETL process?
- Replies: 15
- Views: 7980
- Thu Mar 08, 2007 8:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-12154 Error and Possible Job Corruption
- Replies: 17
- Views: 5695
Hi Ray/Kumar, Tried Kumar's suggestion. Both are having the same values. No change. (No space, No junk characters etc ). Moreover I had the same job running successfully a week back with the same inputs. Now, with the same input, same scenario the job is failing. Rather strange. Thanks, So, what's ...
- Thu Mar 08, 2007 8:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with Multiple Instance in DX server Job
- Replies: 3
- Views: 1378
- Thu Mar 08, 2007 8:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to load data into Dimension table
- Replies: 3
- Views: 1497
- Thu Mar 08, 2007 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reject Records and Abend Handling
- Replies: 6
- Views: 1107
Re: Reject Records and Abend Handling
[We basically need the job to Abort, if there's reject and at the same time, capture the records that got rejected to investigate] Any thoughts on this is appreciated. Thanks in advance, Vijay You never NEED the job to abort. That is laziness. And, if it aborts, how can you simultaneously expect it...