Posts by HolyFav • 90 points
4 posts
- 
		3 votes1 answer86 viewsQ: ORACLE EXPLAIN PLAN, wrong values?I’m using the explain plan of Oracle to raise some statistics and the following problem is happening: When I created the database, I created an X table with 50 Inserts. Soon after, I inserted about… 
- 
		2 votes1 answer112 viewsA: How to traverse a vector with the quantity of the second vector?Do so: int[] teste1 = {3524, 79, 2573, -4216, -4126, -4169, 1876, 2903, 2702, 1090, -6544, -8600}; int[] teste2 = {3524, 79, 2573, -4216, -4126, -4169}; for(int t1=0; t1<teste1.length; t1++){ int… 
- 
		1 votes0 answers717 viewsQ: Oracle Data Modeler - Connect to Mysql DatabaseHello! I’m having problems about two days ago about how to connect the ODM ( Oracle Data Modeler) to a mysql database. The process in all the locations I found consists of: -Start Oracle Data… 
- 
		1 votes1 answer110 viewsQ: Java project with Oracle and Mysql at the same time?In view of an Oracle BD and a Mysql BD, and the impossibility of integration of both bases: It would be possible, for example, a class of my application to 'look' at the mysql table and update an…