What is the use of reorg command in IBM DB2 ?
What is the use of reorg command in ibm db2 db ? What does Reorg do internally ? Is it necessary to run reorg if new indexes are created on the table ? ...
What is the use of reorg command in ibm db2 db ? What does Reorg do internally ? Is it necessary to run reorg if new indexes are created on the table ? ...
There are two following options in Java HotSpot VM Options: -XX:OnError="<cmd args>;<cmd args>" Run user-defined commands on fatal error. (Introduced in 1.4.2 update 9.) -XX:OnOutOfMemoryError="<cmd args>; <cmd args>" Run user-defined commands when an OutOfMemoryError is first thrown. (Introduced in 1.4.2 update 12, 6) As far as...
My Environment: OS:Windows 2003 sp2,Tivoli Productivity Center(TPC) 3.3.2.118,SMIAgent 120.10. My Operation: There is a firewall between TPC and SMIAgent.I have opened the ports 897,898,111 from TPC to IBM 2109-M48 switch .Then I can ping each other successfully.But I can't add the user 'admin' which can be accessed remotely...
My Environment: OS:Windows 2003 sp2,Tivoli Productivity Center(TPC) 3.3.2.118,SMIAgent 120.10. My Operation: There is a firewall between TPC and SMIAgent.I have opened the ports 897,898,111 from TPC to IBM 2109-M48 switch .Then I can ping each other successfully.But I can't add the user 'admin' which can be accessed remotely into the ...
Sir, I want to know about IBM file net system. Actually, I got offer letter for IBM file net system from one company. Actually I have 1 Year experience in Java, based on this exp I got offer letter for IBM file net system. I don’t know about IBM file net system So I want to know what is the scope and growth of IBM file net system, if I g...
I develop interactive map: user can zoom some area and place labels by mouse click. I am creating customSkin: <ibm:Scroller top="0" left="0" width="100%" height="100%" id="scroller" doubleClickEnabled="true" skinClass="com.ibm.ilog.elixir.skins.spark.ScrollerSkin"> <ibm:MapGroup id="mapGroup"> <ibm:MapFeatureGroup id="featureGroup" feat...
is there a way to create a data set via C# and pass in parameters like block length and specify fixed or variable block? I can currently ftp a file into a library that has the defined parameters but ideally, I want to be able to create a set on the fly as the file is uploaded from my machine or another server. ...
Hi, I'm trying to make a bash script that's going to backup a db2 database and then restore it into a different database. The problem is that DB2 asks a (y/n) question, and I can't get an auto answer for it to work - it needs a y and carriage return. I've tried the following line (and the yes command) tho it doens't work #while true; d...
What is IBM's answer to JDeveloper? ...
I had installed IBM DB2 Content Manager 8.4.1 months ago and now I wanted to access it to continue some more work. But when I try to log in using System Administration Client, it tells me the password is expired. The error is: DGL0394A: Error in ::DriverManager.getConnection;[jcc][t4][2012][11248][3.50.152] Connection authorization fai...
hi, I'm trying to change the code of query-tool "Technology Explorer for IBM DB2", so only selected query will be run... I already got some help from the developer himself,but this only helped me find the right parts of code, not with coding new functionality... http://sourceforge.net/projects/db2mc/forums/forum/761212/topic/3821430 I...
Dear All, I've configured IBM HTTP Server 7.0 with WebSphere Portal Server 6.1.5. I'm able to access Portal without typing the port number. I need to create a Virtual Host. But this is not working. NameVirtualHost gp.testhost.com <VirtualHost gp.testhost.com:80> DocumentRoot C:/Por...
Does a I Series have a limit to the number of telnet connections? Like a a license limit or user limit or something I should be aware of? ...
What is the difference between Interface Map and Mediation Module in terms of IBM WID? ...
I am looking for a program or API call that will give me, with absolute accuracy, the name of the Workstation Display File (and Its Record Type) that is being used by a given Job. I have the Job information (such as Job Name, Job User, and Job Number. This will allow me to quickly identify the Display File that a given job to assist in p...
group of person will upload file to IBM-AIX server (OS = UNIX) and we want to scan this files .... and we have another server (OS = WINDOWS) and we install in this server kaspersky ... now :- 1. how i can scan files on IBM-AIX server (OS = UNIX) ? 2.if step one not availabe how i can scan file by kaspersky on other server (OS = WINDOWS) ...
Problem background: I have been set to the task of converting a bunch of old code-piece-files to snippets and have noticed that many of them contain the same piece of code, witch should then logically be put in a snippet of it's own as there whould otherwise be a lot of places to change, if (when) that piece of code changes. What I want...
I'm trying to get a rather JDK-sensitive piece of Oracle software working with Websphere, and I need to find some particular versions of the IBM JDK to try. The problem is that IBM doesn't really make these readily available like Sun/Oracle does with theirs, and all the versions I've been able to get my hands on haven't worked for one r...
Hi, I want to create a cooperative portlet(inter - portlet communication) using RAD v7.5 on portal 6.1 server. Is there any sample code or example given for a head start? ...
The follow query drops a table if the table exists but it doesnt seem to work for IBM Db2. Begin atomic if( exists( SELECT 1 FROM SYSIBM.SYSTABLES WHERE NAME='EMAIL' AND TYPE='T' AND creator = 'schema1' )) then drop table EMAIL; end if; End Whereas the same if exisits syntax works if i have a DML st...