| Thread | Last Post | Replies |
|
| Open LDAP Plug-In Anyone? | 12 Apr 2006 15:01 GMT | 1 |
We currently use a PAM for local authentication, but this does not help with remote clients. I am thinking of writing an OpenLDAP plug-in. Has anyone written a userid and group plug-in against open LDAP? How has it performed?
|
| GENERAL SQL Question | 12 Apr 2006 14:18 GMT | 5 |
A client gave a spreadsheet that has this column format: .u29034c.ccridl.djkcjd I need to parse out only the characters between the first two periods in the column using only SQL.
|
| Naming ... | 12 Apr 2006 13:01 GMT | 2 |
Please, I'm an Oracle user (ooohhh!!! :-P ) but I have practices with DB/2. My question it's very simple. In Oracle I write procedures with PL/SQL.
|
| column functions | 12 Apr 2006 04:07 GMT | 5 |
Do you know of any udb column functions resembling MS-Access "First" / "Last" functions? Regards, tuarek
|
| DB2 Backup | 11 Apr 2006 19:09 GMT | 4 |
I have a question related to backup and restore procedures; When backing up and then restoring a DB2 database on another machine, does the process copy all of user defined store procedures and functions over to the target machine?
|
| How to recover db2 instance user's privilege? | 11 Apr 2006 16:02 GMT | 1 |
I installed a DB2 instance named db2inst1, while the user db2inst1's DBA privilege revoked by some one by accident. I want to recove the db2inst1's DBA privilege, then what should I do?
|
| I need help | 11 Apr 2006 14:32 GMT | 2 |
Hi to all NG I write a *.sqc program. In this program I 'ld like to declare a struct in the declare section, but during the precompile the system told me : 48 SQL0008N The token "[" found in a host variable declaration is not
|
| Multiple SQL SPs accessed from one SP | 11 Apr 2006 13:28 GMT | 4 |
I'm fairly new to DB2 Stored Procedures so not sure how best to go about this. I need to generate a csv file that will contain data from approximately 9 different tables [I do not wish to have a single query for this] - approxinmately 150 columns. This will be accessed via a servlet ...
|
| Duplicate rows from a SELECT DISTINCT DB2 UDB v8.1.9 Linux | 11 Apr 2006 10:54 GMT | 6 |
I am getting duplicate rows back from a select distinct statement of the form: SELECT DISTINCT 'jhough', '000111', t0.bhid FROM (SELECT lots of good stuff) t0
|
| can someone help me figure out what caused the rollback? | 11 Apr 2006 06:46 GMT | 1 |
I am testing a database application. It works fine when only one user uses the application, however, when there are concurrent users, I saw rollbacks in event log. Can experts in this group tell me what is going on?
|
| How do I do this in DB2 | 10 Apr 2006 23:15 GMT | 7 |
Using AS400 DB2, AquaData Studio SQL editor I am new to DB2 coming from a SQL Server background. How do I get something like the following to work? BEGIN
|
| SQL0298N Bad container path Error | 10 Apr 2006 22:31 GMT | 3 |
I have a DMS tablespace named D_0001 which has 3 containers and hosts a single partitioned table. I would like to reduce only the size of the first container (p1data/tbspace/D_0001). Hence I used the command alter tablespace D_0001 reduce (FILE '/p1data/tbspace/D_0001' 100)
|
| Reading an explain Plan | 10 Apr 2006 17:02 GMT | 15 |
I am running explain plans on different SQLs and need some help reading the output. Is there a document that will help me understand this? Any help will be appreciated. Thanks
|
| Compiling stored UDFs | 10 Apr 2006 16:49 GMT | 17 |
I have a UDFs defined in a C source file. I also have a Microsoft Visual Studio 2005. Can someone please tell me how to compile this C source with Microsoft's compiler into a DLL? I'd prefer the command line options :)
|
| Should db2 summarize or home grow a build app in C | 10 Apr 2006 15:47 GMT | 2 |
I have a large (perhaps small) table (foo) of 48 Million rows and I have a temp table which I load with keys (2 to 3 Mil). I use the temp table to extract and aggregate some columns from foo (basically by a transaction date) that I then insert into a summary table. Now foo
|