Register | Login

Published Articles

Your Ad Here

Diseño web cordoba

Posted by rarepregnancy8 (#40) 3 hours ago (Editorial)
Si va a realizar una página web, elija un diseño web profesional. Existen empresas de diseño web a bajo coste, que no siempre nos dan el rendimiento esperado. Buscar una empresa de diseño web consolidada que preste servicios en diferentes ciudades como diseño web cordoba, diseño web Sevilla y diseño web cadiz, puede ser una buena opción.

information technology support

Posted by feignedprosperi (#34) 1 day 7 hours ago (Editorial)
Generate your Associate Diploma in Data Technology Assist on the web and get your technology career underway.

Stair lifts India

Posted by guiltlesshitch7 (#40) 2 days ago (Editorial)
Vingrace offers all varieties of remedies for Acorn Stairlifts in India.

Is it possible to rename a column name?

Posted by jyothsnav 203 days ago (Editorial)

Yes it is possible to rename a column name in DB2 V9.7 version online.


Exception: If the column to be renamed is a part of primary key, we should drop the primary key, rename the column and then recreate the primary key


Command:


ALTER TABLE <TABNAME> RENAME COLUMN <OLDNAME> TO <NEWNAME>


 


How to find the last used date of an index

Posted by jyothsnav 204 days ago (Editorial)

In earlier versions of DB2, we donot have the facility to find the last used date of an index. But in V9.7, this feature is available which will help us in analysing the real usage of that index and whether it is required.


Command:


SELECT LASTUSED FROM SYSCAT.INDEXES WHERE INDNAME='?'


OR


SELECT INDNAME,LASTUSED FROM SYSCAT.INDEXES WHERE TABNAME='?'


 

Pligg configuring tinymce spellchecker

Posted by madeeswer 437 days ago (Editorial)

In many scenarios Tiny Mce spell checker will not work when you add tiny mce to pligg.


To solve this issue, download the latest version of tinymce spell checker.


unzip the download and copy the folder under plug-ins folder of tinymce.


In Tinymce.init - remove the iespell from plugins and change it as spellchecker.


e.g.


tinyMCE.init({
  &nb

MQ Error 2059 Message Queue Name not found

Posted by madeeswer 459 days ago (Editorial)

There are few possiblities for Error 2059.


2059 means the queue manager is down or the queue name your trying to use is not available.


Copy server/all to server/node1 by entering the following:


JBoss 4 or 5 what is HASingleton means

Posted by madeeswer 409 days ago (Editorial)

There will be lot of business cases to be executed for an application. Consider a scenario that you want to execute on business case only once across the cluster.


In this scenario if one node picks up the task then the other node should not pick the same task. so use HA singleton for this.


 


Running Jboss on port other than 8080

Posted by madeeswer 425 days ago (Editorial)

We can run Jboss on port other than the default port 8080.


In order to do this we have to change the port entry in server.xml


 


$Jboss_Home->default->deploy->jboss-web.deployer->server.xml


 


vi server.xml


change the port number from 8080 to what ever you wish.


 


This will allow the Jboss to start in your

Sort News
Username:

Password:

Remember:
YourWiz is an website to share any type of technical informations in the form of Technical Articles to everyone.

Your Ad Here