Form question

2003-06-08 Thread Ofer Harel
Good morning, This a question for Oracle form and report I want to add a beep or sound to a form when a certain action occurs, e.g., result of a query. How can I make a beep (or sound) from within an Oracle Form. thanking you in advance Ofer Harel DBA team Barak ITC [EMAIL PROTECTED] --

9.2.0.3 job coordinator bug

2003-06-08 Thread Sai Selvaganesan
hi gurus after all that trace and error stack, oracle has finally conculed that this is a bug and job queue coordinator messes up shared memory so badly it starts throwing 4031 errors for a few hours and eventaully dbwr terminates the instance. if jobs are the heart beat of ur system,please be

Re: 9.2.0.3 job coordinator bug

2003-06-08 Thread Arup Nanda
Sai, Thanks for sharing this with us. What is the bug number? Arup - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Sunday, June 08, 2003 2:44 AM hi gurus after all that trace and error stack, oracle has finally conculed that this is a bug

Re: Testing tools for custom applications developed using 100% Oracle

2003-06-08 Thread Yechiel Adar
I think that www.2train4.com have a testing tool. also www.mercury.com have such a tool. Yechiel AdarMehish - Original Message - From: Baswannappa, Shiva To: Multiple recipients of list ORACLE-L Sent: Friday, June 06, 2003 5:30 PM Subject: Testing tools for custom

Re: ??? Linux/Oracle 8.1.7 2GB file size limit ???

2003-06-08 Thread Yechiel Adar
We have been hit by a bug in autoextend that corrupted a database (8.1.6) on NT. It seems that the bug was exported to Linux as well. We now use all datafiles with autoextend up to 1900 MB. We also define a second datafile with 200MB initial and autoextend to 1900 MB. Whenever the last datafile

Re: ??? Linux/Oracle 8.1.7 2GB file size limit ???

2003-06-08 Thread Jared Still
Just curious how you arrived at the 1900 meg number. Why not use 2000m? Oracle defines gigabytes in binary, not decimal as drive mfg's do, so 2000m would be fine. Not a criticism, just wondering. Jared On Sunday 08 June 2003 09:29, Yechiel Adar wrote: We have been hit by a bug in autoextend

Re: ??? Linux/Oracle 8.1.7 2GB file size limit ???

2003-06-08 Thread Mladen Gogala
The critical boundary on 32-bit filesystems was 2048M. The problem was (and still is) in the lseek function, which accepts int off_t lseek(int fildes, off_t offset, int whence); In order to move through the files larger then 2GB (1 bit is for the sign), OS needs routines named lseek64 and