ERROR InnoDB: The InnoDB memory heap is disabled
Hello guys, I Checked my MySQL logs and noticed this error message. 130617 15:45:51 InnoDB: The InnoDB memory heap is disabled So in MySQL.ini file, I uncommented the codes below. But the wamp server...
View ArticleMoving from mysql to PDO
Hi guys. Quote: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near...
View Articleconnection timeout when calling a oracle-plsql function from a java program
Hi, We have a daily batch job executing a oracle-plsql function. Actually the quartz scheduler invokes a java program which makes a call to the oracle-plsql function. This oracle plsql function deletes...
View ArticleNeed sequence for this logic
Hi, table ------- id code 145623 xyz001 178956 sbh002 165895 sbi003 As per this logic,for every new entity of id a new autogenerated code will be generated. This (xyz or sbh or sbi) code should be...
View ArticleNeed Combo Box Help
Hi, I am working on a form which has a combo box and a list box. The problem is using a for loop, I would like to add the data that the combo box contains to the list box. Actually using the combo box...
View ArticleReport blank boxes
So i have a report that needs to have 25 rows broken down into 20 columns (see attached). I have built the report in access and have the data populate based on the number of entries. Now the problem is...
View ArticleDatabase design
Hi Everyone I have never really had the need to use a database until recently when I undertook a project to develop my understanding of a particular area of statistics multinomial logit modelling. So...
View ArticleGaps/missing time in the db2diag.log
db2 9.7 fp 4 on Linux Hey all, Has anyone experienced gaps or missing time in the db2diag.log at all? On two occasions (that I've noticed) I have a large gap in the log. This is a production system...
View Articleinsert rows to a table using another table
Hello! I have a table with 2000 rows, where the first field is a article number. In another table I have 300 rows, also here is the first field article number. half of those in the small table is...
View Articleconnectivity to sybase
Hi All, Can you please tell me the various ways to connect to Sybase from UNIX shell scripts besides the isql command.
View ArticleWitch order of columns is the best for an index
I want to make an index with the following columns, actually together they constitute the PK of the table so the index is created automatically. The question is witch sort order is the best to have if...
View ArticleDB2 with Kerberos
Hi, i want to configure a Database for Kerberos Authentication. (Requested by Application/Users) The System is DB2 10.1 FP2 on SLES 11 SP2. I've set CLNT_KRB_PLUGIN to IBMkrb5 and AUTHENTICATION to...
View ArticleMACH 11 - problem with Connection Manager
Hi, I am trying to set up a connection manager for MACH 11 cluster. I have two Informix servers: ids_pri, ids_hdr. sqlhosts file on ids_pri: ids_pri_185_shm onipcshm 199.10.284.185 ids_pri_185_shm...
View ArticleThe InnoDB log sequence number is in the future
Our site was getting intermittent database errors and I asked my webhost to check what's happening. After some inspection they found that the database has few issues and tried repairing it. Finally I...
View ArticleQuery Help
Hey I'm having trouble with a query. I have fields Date_Recieved, and Date_Mailed. I want to run a query to show the customers who havent returned their surveys within 30 days. Also I have customers...
View ArticleNeed help with joining two grouped sub queries to my grouped main query
Just a quick mockup of what I am looking for. Acct_Num Cust_Name B5DTL B5CTL 12345678 Bob Builder 74.74 -408.02 87654321 Joe Dirt 15.43 -1301.35 When I try to join my sub queries in I get errors like...
View ArticleDatabase design issue, or parameter issue ?
A good day ! I'm having some issues with my sql database design i think. Im starting out on building my first application using Visual Studio Lightswitch (C#), together with a sql database in...
View ArticleNeed Ongoing Access Management Help
Hello All Can anyone recommend a person, company or service which can access our current data base remotely and help to maintain, debug, improve, etc. our systems. The person who developed our Access...
View ArticleEXPORT BLOB data
We have a 4 million row table which has a BLOB column. I would want to export the data in a del format including BLOB data before purging the data. Can some one confirm that the below command is the...
View Articleoptimizer on predicate
DB2 9.7 Can db2 use index on the following predicate: code <> 'xxxxxx'
View Article