[1Z0-803] Java SE 7 Programmer I [OCA] useful for DB specialist?
Hi is the [1Z0-803] Java SE 7 Programmer I [OCA] exam useful for Oracle DB specialist? Does DB specialist needs to know Java basics?
View ArticleForm Dlookup Cbo value
Hi, I am attempting Dlookup in a textbox in FrmSales. When I use this, Code: =DLookUp("[Price]","TblProduct","[Product]='" & [Forms]![FrmSales]![CboProduct] & "'") I get no return, but when I...
View ArticleParameter Value Error
Hello, I have the below formula embedded into an Access form to return a specific date. Recently, this value is causing the database to prompt me for a parameter and subsequently causing my...
View ArticleUpgrade scope of existing union all...
Using DB2 V9.7.500.702, Build Level S111017, PTF IP23287, Level IBM 1.6.0. Is it possible to tweek the SQL call below with its multiple 'union alls' so that the retrievals from the 'DFN_CSH_REC_TRN_SQ'...
View ArticleDB2 to SQL server using ssis isue
Hello All, please help me with the issue , i am trying to load the data from db2 to sql server using microsoft ssis package i am using oledb source and oledb destination after loading one million rows...
View ArticleFts iqqd0040e help!
Hi! I have a production database running DB2 at 10.1.2 workgroup (OpenSuse 12.2) and I have Full Text Search running pretty well there. Now I'm trying to build a test enviroment, but when I turn over...
View ArticleDB2 - size of uncompressed table, removing license
Hi, I have some DB2 questions: 1) when you remove licence (db2licm -r), do you need to restart or not ? 2) for compressed table - how can I find out uncompressed size of this table before its...
View ArticleDB2 10.5 not working with WebSphere MQ 7.5, possible bug???
I'm setting-up a proof of concept with DB2 10.5 and WebSphere MQ 7.5 on two servers (Windows Server 2008 SP2) to test replication. I'm following this tutorial: IBM DB2 10.5 Information Center for...
View ArticleSubquery
Code: SQL> SELECT * from depT; DEPTID EMPID CLASSID ENROLLEDO GRADE ---------- ---------- ---------- --------- ---------- 1 1 1 23-SEP-02 62...
View Articlect_bind(): user api layer: external error
Hi Experts, I'm getting the below error while the scheduled(cron) batch job runs. Some transactions are getting failed,few got succeded. Please help in resolving this ASAP. CT-Library error:...
View ArticleBasic database design
Hi, I am creating a basic c# program, which records which documents have been sent out and who to (saved in the database as 'contacts'), and produces a transmittal report. I have had a problem with the...
View Articledb2 table size
Hi, I am using DB2 V9.7 fp 3a on linux box. I had a table in database whose size was about 365Gb and had about 80million records. Due to table big size we decided to delete old data. After deleting,...
View ArticleSUBTYPE(oracle compatibilty)
i m trying to create a simple package in DB2 10.1 that is as follows CREATE OR REPLACE PACKAGE math IS SUBTYPE tinyint IS INTEGER RANGE -256 .. 255 NOT NULL END; i have set oracle compatbility using...
View ArticleWatch The Heat Online
Hello Guys, are you ready to enjoy these awesome shows and movies: The Looney Tunes Show Season 2 Episode 21 Perception Season 2 Episode 2 The Game Season 6 Episode 11 Adventure Time Season 5 Episode...
View Articledb2 users
I am used to oracle schemas, and I am now working with DB2 on the Mainframe. I have a question about DB2 users. When you use a user to create tables, is it only that user that have access to those...
View ArticleHow Select Last Record ID
Hello my Oracle SQL is not my favorite language, but I hope you can help me. The result of my select has more than one entry to the PAT ID. But i only need one entry (the last). I tried a lot with the...
View ArticleDays in a month
Hello! I have a month and a year "mm/yyyy". I want to calculate the number of days in that specific month of that year. So for example: 01/2013 would be 31. The number of days are important because I...
View ArticleReport Group Header Count
Hi, I have a this problem in completing this report where a group header 1 takes the counted row data in Group Header 2. Suppose to be the report should look this:...
View ArticleTables Relationship Strategy
My db tracks equipment maintenance & repair for estate maintenance. And thanks to contributors on this site, it has proved to be very useful. I have 2 tables now. Table: ShopWork. Fields: JobID...
View ArticleHelp with IMPORT / timestampformat inside SYSPROC.ADMIN_CMD
Hi! I'm running DB2 v10.1.0.872, s120403. NT32101 fixpack 0 32 bit, code level SQL10010 on Windows Server 2008R2. I try to run this statement Code: CALL SYSPROC.ADMIN_CMD(' IMPORT FROM...
View Article