I can’t help with the API problems, but since you mention you’re encrypting database records, you might want to look at technology that transparently encrypts databases with field level granularity. A good place to start is with Protegrity who do just that. Let me know if you need further information. All the best, Johan
Try granting select on dba_source.
See this article: http://support.microsoft.com/?id=129397 or just Google “PrtDevMode”
Here’s my list of favorites: 1. www.Boardfish.com 2. www.Castlecops.com 3. www.Tek-tips.com Of the three, Boardfish.com is the only one dedicated to the Symantec product line. It’s new, but is getting a lot of attention from the media since Symantec closed their forums.
Most direct way is to put a sniffer on the mail server’s port (either with a hub, or by using a SPAN port on the switch) and watch some emails. Your email administrators may also know, so it couldn’t hurt to ask them too. Bob
My intial suggestion would be to upgrade to the latest version of your software. I was able to find several places online that offer the SmartSuite 9.8 package for $20 to $40 US in about 20 seconds of searching.
Full table scans, sorts or parallel query processes where the total of blocks being scanned exceed 10,000 blocks or 6 seconds. That was what is was early on, in 10g this list may have grown somewhat, please check on 10g and 10 XE. Regards: Ferenc
We are using Oracle 8.1.7 and in JDBC driver ‘Enable Resultset’ is ON and ‘Enable Closing cursors’ is OFF maybe you should first try ‘Enable Closing cursors’ ON Are you using bind variables? that would help a lot Also is the latest 8.1.7 patch installed, I remember having this problem a long time ago and [...]
Hello Robyn, Just to clarify, the finger pointing is not always directed at just database admins, but at all members of the IT group, helpdesk right up to the programmers. And when that single digit points my way? Well I remind those users that they are welcome to fix it themselves @#!*! Or at least [...]
Strange question? Why would you think that enterprise operations work best on Windows?? Basically, Linux requires a more knowledgeable operator; however you have a huge set of flexible options on Linux that you don’t have on Windows – a few are available on Windows for an additional cost. If you have an organization full of [...]
Where have these new catagories been added?? Thanks
Try Visio. One of the advanced versions (I don’t remember ms’s naming convention) can reverse engineer a db. The iSeries as a DB2 instance is supported, and the ERD’s Visio generates are usable. You should be able to have visio traverse a schema and build the ERD, then export the DDL to Oracle.
Search400.com member “JohnDavid” responds: I have worked in some large AS/400 organizations with huge DB infrastructures and they appointed a specific person to manage their data bases: 1. Definition of tables and view 2. Referential integrity 3. Trigger programs 4. Changes to such definitions 5. Journals 6. Queries on journals 7. Monitor programs to identify [...]
You could try bluebox or Third Brigade, these are the best I have seen.
The 3 methods are defined on the Help for the MAINT parm from CRTPF, CHGPF, CRTLF, CHGLF. I have never had any reason to use *REBLD or *DLY. *IMMED *REBLD *DLY *IMMED The access path is continuously (immediately) maintained for each physical file member. The path is changed each time a record is changed, added [...]
Dear Eduado, You could always try the process described at: http://www.linuxsecurity.com/content/view/117384/49/ which appears to walk you through exactly what you need to do. Iain
Although it’s entirely possible, build a function to do it. Here’s an example function written for DB2 in C: Define TO_WORDS(DECIMAL(11,2)) RETURNS VARCHAR as an external function named to_words. Here’s the C definition: void to_words(char *result, _Decimal(11,2) *arg, short *outNull, short *inNull) { _Decimal(11,2) value = *arg; // Hold local copy *result = 0; // [...]
If you want to keep messages, do not put them in the delete folder for starters. Create folders to store them in and store them on your PC hard drive instead of in the delete folder. Syncronize will help you do this. The delete folder is just that, one step from being gone forever. You [...]
look at http://search400.techtarget.com/ITKnowledgeExchange/viewMessage/0,294934,sid3_gci1152096,00.html
That is a pretty broad question. We would need to know more about the applicatoin or the environment. A good RAC installation is quite resilient but you have to remember that there are still single points of failure. ASM is a big one that has caught me out also CRS corruption is another. You lose [...]





