473,544 Members | 1,501 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DB2 Database Forum

DB2 relational database management system (IBM) - ask questions about DB2 administration and development, tuning, clustering, queries, security, API, views, joins, XML, schemas, tables, triggers, SQL and more.
3
2,410
thread by: rkboss9 | last post Feb 8 '12 by: Rabbit
Hi, if the we give the data retrieval given in yyyyww from in which yyyy= year and ww=week ex:201206 i have to retrive the last week monday(frist_day) sales data and last sunday(last_day) data ex:201205. when we give the same any week in the year , we have to retrive last week monday(frist_day) and sunday(last_day) we have to find. pls...
0
1,847
thread by: Fairoze Ahmed M | last post Feb 8 '12 by: Fairoze Ahmed M
i m using db2inst1(default user) to monitor DB2TOP. In the same instance i have one more user(RDUSER). Is it possible to give the DB2TOP monitor permission to that rduser. If yes, kindly let me know how? Thanks in advance...!
0
1,892
thread by: coreyfrankel | last post Feb 3 '12 by: coreyfrankel
I am looking for a PowerShell routine that will prune logfiles based on the date of my oldest backup. I keep a week of daily backups and wish to run this routine weekly. Also, as I am brand new to Powershell, how can you schedule it to run from the Windows Scheduler?
0
1,785
thread by: hkaf | last post Jan 28 '12 by: hkaf
Hello I want to reverse engineering from db2 to power designer my db2 is db9 for windows and my PD is 15 after connecting successfully to db2 I choose upgrade model from database and checking connection for double check when I choose database and click ok I get this error: Unable to list the tables. SQL0204N "SYSIBM.SYSSYNONYMS" is an...
1
2,042
thread by: automona | last post Jan 26 '12 by: chendan
Hi All I clone db2 database from server1 to my vmware and try to ran explain plan same query, same #rows, same index and primaky but not same explain plan server1 use indexes but my vmware is table scan what happen? Thanks
0
1,677
thread by: Lynn Monty | last post Jan 26 '12 by: Lynn Monty
Database design recommendations usually say use of VARCHAR fields should be limited to text or description fields in DB2 for z/OS because of how DB2 handles VARCHAR fields and key fields should definitely not be VARCHAR. Is that still true, especially in DB2 V10.
1
6,836
thread by: calvinyin | last post Jan 26 '12 by: chendan
Can I know how I could change the DB2 tablespace (USERSPACE1) from Drop Pending to Normal stats? And now i have only a single back up file with me. I have run the restore database few time but the status is still same. D:\IBM\SQLLIB\BIN>db2 list tablespaces Tablespaces for Current Database Tablespace ID ...
1
2,699
thread by: rjj1 | last post Jan 25 '12 by: rjj1
In DB2 UDB, I call a stored procedure, which in turn calls a number of other stored procedures. I am used Command Editor. Here is the call which fails and the error message: call arc.arc_restore; ------------------------------------------------------------------------------ call arc.arc_restore SQL0104N An unexpected token "CALL...
0
1,466
thread by: erickup | last post Jan 25 '12 by: erickup
I am trying to use GET DIAGNOSTICS statement after an DELETE IN DB2 does not return the # of rows inserted. Below is the code and output It only returns the # on rows while debugging with datastudio, but not when invoked in command line here is the proc (DB2 V9.1 FP 9 ) DROP PROCEDURE DB2RPDI.PURGE_STATS/ CREATE PROCEDURE...
0
1,778
thread by: James Yattaw | last post Jan 19 '12 by: James Yattaw
We routinely create aliases on DB2 z/OS that reference tables in a remotely catalogged DB2 LUW database: create alias MYSCHEMA.MY_TABLE for REMOTEDB.MYSCHEMA.MY_TABLE; When we create an ALIAS on Z/OS for LUW table SYSIBM.SYSCOLUMNS and try to SELECT from it, we get this error: DSNT408I SQLCODE = -204, SQLSTATE = 42704, SYNTAX ERROR OR...
0
1,624
thread by: varun789 | last post Jan 19 '12 by: varun789
I had this issue of comparing two strings having two single quotes each. It was like comparing string "''" with "''". This is how I did it: SELECT * FROM TABLE_NAME WHERE TRIM(BEFORE_VALUE)!='''''' -- This query will return all records where BEFORE_VALUE (which is a VARCHAR(50) column) does not have string "''".
0
1,473
thread by: Arco Simonse | last post Jan 18 '12 by: Arco Simonse
Hi, We are using some tables with descriptive names, for which the columnnames can become larger than 30 characters. In our programs (ILE RPG: Exec SQL describe sqlExtract into :sqlda using NAMES) we use the SQLDA to get column information. However, we found that the sqlname in the SQLDA is VARCHAR(30), and thus truncating the longer...
0
1,657
thread by: exp123 | last post Jan 16 '12 by: exp123
I am executing a store procedure on V9.7. When i run the SP using JDBC call am getting below error, " SQL0440N No authorized routine named "PROCEDURE" of type "XXX" having compatible arguments was found. SQLSTATE=42884 " Please guide me to resolve this issue. Thanks in advance!
0
1,712
thread by: exp123 | last post Jan 16 '12 by: exp123
Hi, After installing DB2 client i got below 4 jar files, 1.db2jcc_license_cu.jar 2.db2jcc.jar 3.db2jcc4.jar 4.db2java.zip I need to call SP which returns value , have to use type 2 driver.
0
1,778
thread by: Alka Agrawal | last post Jan 13 '12 by: Alka Agrawal
We are working with a DB2 database. Occassionally we get this error while trying to read a table in the application. We fire Reorg command and the error goes. But it occurs again after few hours or days. Not able to figure why does we keep getting this error. It randomly shows up on any table. Can you please help in figuring out the cause for...
0
1,260
thread by: Amad Khan | last post Jan 5 '12 by: Amad Khan
Dear All, Can someone help me in finding tables/views names used in a table.. (i am working in Oracle SQL and tool i am using is Toad 8.6.1) Regards, Amad.
0
1,497
thread by: hwi051 | last post Jan 2 '12 by: hwi051
Hi there, Can a migration from oracle 10.2 (windows) to DB2 include a 32 to 64 bit and unicode conversion ? So in other words, can one combine it all together ? Thanks for you reply !
1
1,733
thread by: Divya k | last post Jan 2 '12 by: Rabbit
what is the purpose of 'cursor for' command while declaring cursor?
3
14,084
thread by: Srireddy | last post Jan 1 '12 by: dineshampili
Hi all, I am trying to delete the data from only one column of a table. can any one help on this.......
0
1,489
thread by: Tom Johnson | last post Dec 22 '11 by: Tom Johnson
I am new at DB2 table partitioning. How do I look in a partition to find out what date ranges of data are already loaded in a given partition? Is there a command that can be used to determine how many days or which days have been loaded into the DB2 partitions.
0
1,925
thread by: MikeOliverAZ | last post Dec 8 '11 by: MikeOliverAZ
I see where if you cannot create a database with the latest 9.7.5 DB2 Express-C that it might be this registry setting...but I searched the registry and didn't find an entry for DB2_CREATE_DB_ON_PATH What next, if I cannot create a database on DB2 Express-C what good is it?
1
3,263
thread by: pankaj modi | last post Dec 5 '11 by: pankaj modi
When i made one Node ( node number 2 non catalog node ) down and taking backups by giving rest of the partitionnums backup are failing intermittently following it the db2diag content i am getting inresponse of failure. 2011-11-28-16.11.41.193133+330 E419091E511 LEVEL: Error\par PID : 12485 TID :...
0
1,719
thread by: nithinkumar1989 | last post Dec 4 '11 by: nithinkumar1989
0 down vote favorite share share I am working on IBM websphere Message queues i have encountered a problem 1) the websphere MQ is already installed 2)it is already configured 3)now here's the problem In the command prompt when i try executing this command i get errors saying that begin statement is missing enable_MQFunctions -n...
0
1,613
thread by: Alex Chai | last post Dec 2 '11 by: Alex Chai
Hi All, Can anyone advice me why my DB2 Control Center can't see the details of database. Environment (Both installed in the same machine): Platform: iSeries AS/400 V5R3 Database: DB2 V8.1 https://docs.google.com/open?id=0B5VpAreZR8N0NGMwNDU5YmUtOWU4MC00Mjk0LWJjYzktYTAyNjAzYjJlYmY5
0
1,560
thread by: nithinkumar1989 | last post Dec 1 '11 by: nithinkumar1989
How do you set grant privileges to the particular database??? I have two databases on the same port number so in order to access two databases i want to set grant privileges .After setting them is it possible to execute a query between the two databases.Is it possible to execute a query between the two databases without using replication and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.