comp.os.vms
  Home FAQ Contact Sign in
comp.os.vms only
 
Advanced search
July 2008
motuwethfrsasuw
 123456 27
78910111213 28
14151617181920 29
21222324252627 30
28293031    31
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.os.vms Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Another BIND vulnerability (cache poisoning)         


Author: JF Mezei
Date: Jul 8, 2008 20:36

Slashdot article:
http://it.slashdot.org/article.pl?sid=08/07/08/195225

Offfical CERT article:
http://www.kb.cert.org/vuls/id/800113

The CERT announcement only goes by company name, and there is no status
from HP. At least Microsoft has quickly acklnowledged that its virus
collection software known as Windows is vulnerable.

Alpha VMS hjas Bind 9. VAX-VMS is Bond 8, but then HP has never
acknowledged/provided any "vulnerable/not-vulnerable status for the many
BIND-8 issues over the years.
75 Comments
  RDB insert with returned key         


Author: CodeAmazon
Date: Jul 8, 2008 18:10

I'm trying to insert a row in an Oracle Rdb V7.2-120 database, using
Java 1.5. I need to capture the automatically generated key for use
in the next step of my program.

My default assumption would be to use java.sql.Statement's
execute(stmt, Statement.RETURN_GENERATED_KEYS) and then check the
results. Unfortunately that (and all similar execute options I've
tried) return an unsupported feature error.

Can someone point me to a solution for getting back the key value, or
to the API for supported features in the native driver?

- Shasta
2 Comments
  inserting row to RDB with key returned         


Author: CodeAmazon
Date: Jul 8, 2008 13:35

I'd like to insert a new record into a table in my database and get
back the automatically generated key to use in an insertion in another
table subsequently.

My first thought would be to use java.sql.Statement's
execute(stmt,Statement.RETURN_GENERATED_KEYS) method, and then
retrieve the value. I've tried that and several other variants, with
"unsupported feature" errors as the result.

What is the best way to insert a row and grab the automatically
generated key value from within a Java program. We're running Oracle
Rdb V7.2-120, and Java 1.5.0

Thanks,
Shasta
3 Comments
  Why did process quota go down?         


Author: tadamsmar
Date: Jul 8, 2008 12:17

I had a detached process that exceeded a quota:

"-SYSTEM-F-EXBYTLM, exceeded byte count" quota

and started to not work right.

show proc/quota showed that it's Buffered I/O byte count quota had
gone from ~98000 to ~980. Why would that happen? Any way to prevent
that?
4 Comments
  Re: Symbol Substitution Mystery         


Author:
Date: Jul 8, 2008 04:13

In article j22g2000hsf.googlegroups.com>, AEF yahoo.com> writes:
>On Jun 28, 5:19 pm, hel...@astro.multiCLOTHESvax.de (Phillip Helbig---
>remove CLOTHES to reply) wrote:
>> In article
>> e53g2000hsa.googlegroups.com>, AEF
>>
>>
>>
>> yahoo.com> writes:
>[...]
>>
>>> DCL$ ev "blah ''f$string(""dka200*"")' blah"
>>> blah 0 blah
>>> DCL$ ev "blah ''f$string("dka200*")' blah"
>>> blah dka200* blah
>>
>>> We get 0 in the first case! Why? Because
>>
>>> DCL$ ev ""def*""
>>> 0 ...
Show full article (2.39Kb)
2 Comments
  Another new VMS system.         


Author: Jan-Erik Söderholm
Date: Jul 8, 2008 03:48

See http://www.sgx.com/
Click "SGX moves to new securities trading engine".

Or see : http://tinyurl.com/5zpm8k for a
less-capable-browser-version...
16 Comments