search for: seq_no

Displaying 2 results from an estimated 2 matches for "seq_no".

Did you mean: sem_no
2009 Jul 30
0
RODBC and Oracle
...data frame after issuing the following select query from R 2.9.1 to Oracle 10.2.0.1 64bit via RODBC 1.3 and Oracle 11g 32bit driver -- all on the same Windows 2003 Server 64bit machine. sqlTxnFvs = "select txn.*,pan.*,mcc.*,tmzip.* from mddsg100bp txn inner join mdd_panfvs pan on (txn.seq_no = pan.seq_no) inner join mdd_mccfvs mcc on (txn.seq_no = mcc.seq_no) inner join mdd_tmzipfvs tmzip on (txn.seq_no = tmzip.seq_no) where is_test = '%d' and is_pos = '%d' and ora_hash(txn.seq_no,%d,%d)=0" dbConn = odbcConnect("mysid",uid="myuser",...
2005 Oct 02
11
Repeated attacks via SSH
Everyone: We're starting to see a rash of password guessing attacks via SSH on all of our exposed BSD servers which are running an SSH daemon. They're coming from multiple addresses, which makes us suspect that they're being carried out by a network of "bots" rather than a single attacker. But wait... there's more. The interesting thing about these attacks is that