0
votes
0answers
31 views

MySQL vs Oracle Certification [closed]

This isn't so much of a coding question, as a conceptual question. I am looking into getting a db certification and was wondering whether you would recommend a MySQL certification or an Oracle 1Z0-051 ...
-1
votes
5answers
51 views

How to store multiple records in to a single id? [closed]

Here's my doubt.. If we go to a retailer, we will purchase a list of groceries and he will come up with a bill with single Purchase id. if he in future inquired about that particular Purchase id, then ...
1
vote
1answer
67 views

Handle huge amount of data using Java EE [closed]

We have a Java EE application that support Oracle, MySQL and SQL Server vendors. we are using a view model to view the fetched data from DB, also using pagination in the DAO model, and that's working ...
0
votes
1answer
29 views

query for records in 1 table where 2nd table depicts whether a record requires field to be filled

I have 1 table (master_tbl) with records and data and one table that depicts which fields require data (lookup_tbl). I am trying to join the code fields as the key and the other fields have ...
1
vote
1answer
68 views

Converting Numbers to Words in MYSQL result! Using Query

I am trying to print a output as follows when I execute a query in mysql. Name Salary Sal_in_Words Mohan 45000 Rupees Forty Five Thousand Only The column Salary has a value 45000 and in the ...
-2
votes
5answers
112 views

Remove unused parent records from a SQL database table

Tests performed in SQL Server 2012 reveal that the command DELETE FROM dbo.TableName halts and returns an error if removing even a single record in the table would lead to a foreign key violation. No ...
0
votes
1answer
26 views

Series of “Join” work fine with Mysql but return blank row with Oracle

I have a serie of join to apply to search data from both Mysql and Oracle database. Mysql: SELECT * FROM good good INNER JOIN customized_value val ON good.good_id = ...
-7
votes
6answers
99 views

How to get Top salary in SQL [closed]

My table is: +----------------------------------------+ | ID Emp_ID Prj_ID Salary | +----------------------------------------+ | 1 E1 P1 2000 | | 2 E1 ...
0
votes
0answers
38 views

Migrate seam from MySQL to Oracle

I am migrating our seam project from MySQL to Oracle 11g, and I added 2 new <local-tx-datasource> tags for the 2 databases that we are using. Here is the content of the "edd_master-dev-ds.xml", ...
1
vote
1answer
35 views

JDBC Query Times & Performance

I was wondering if anybody has seen/used a JDBC database performance software? Basically I am trying to compare query times across MySQL, Oracle, Postgres, Hadoop, and a data virtualization solution ...
-6
votes
0answers
102 views

How to add columns to a SQL result set? [closed]

I am trying to create a sql statement that returns a single record from data over multiple records. In a way, I am trying to concatenate arbitrary selects on the same table as columns to the result ...
2
votes
5answers
41 views

Multiple ID check in MYSQL WHERE condition

I have a query, I need to get a row only if all the ID match in WHERE clause Here is the query SELECT CompanyId FROM vendors WHERE VendorId IN ( '306145244', '1011073437' ) I want all the ...
0
votes
2answers
41 views

Can I use same foriegn key for different tables in sql

Suppose I am making a voting system for teachers and want to make voting_id a primary key for two tables teachers and senior teachers and making voting_id a single foreign key for both the tables in ...
-5
votes
3answers
62 views

SQL - Select only when the condition matches [closed]

I have a table like below. ID NAME 1 JOHN 2 JANE 3 JACK In a simple select statement, how can I query JOHN and JANE from the table? The conditions are: i. Result has to return JOHN and ...
0
votes
8answers
200 views

Set default value in select statement(not use UNION statement)

I would like to have a SELECT statement that will return specified default values if no rows are returned from the database. We can use UNION to get the desired result, but this gives an extra ...
1
vote
1answer
40 views

What should be considered when migrating Liferay from Oracle to MySQL?

We are currently running Liferay 6.0.6 connected to Oracle 11.2.0.2.0. Due to business requirements around licensing of Oracle I need to investigate moving this over to MySQL 5.5 with InnoDB. ...
1
vote
2answers
72 views

Pattern Matching Using SQL

I need to match bellow mentioned patterns using SQL. "* THANK YOU" "* MUSIC *" "I LIKE * MUSIC" "I LIKE * MUSIC AND * PAINTING" Input strings will look like this, "HI THANK YOU" -> should match ...
0
votes
0answers
60 views

PHP PDO Prepare - MySQL VS Oracle [closed]

I am using some code that works with mysql but as soon as I change the connection over to Oracle I get the following error: Call to a member function prepare() on a non-object This is relating to ...
0
votes
1answer
22 views

Default retrieve order in oracle possible?

Lets assume that i create a table and perform the following inserts : insert mango,4 insert apple,1 insert pear,3 insert banana,2 When performing : select fruit, id from fruit_table . The ...
5
votes
1answer
104 views

Best way to enforce table participation

I am not sure what will be the best way to enforce participation in the following database design (can be for SQL server, Oracle, mySQL etc.). I have two tables: Factory and Worker. I have created two ...
0
votes
1answer
40 views

MySQL query calling other SQL files to execute in order

so I have a Java EE application and I use hibernate. I have created import.sql file which is loaded each time i start the application. My issue is that the database is quite big, so I have the ...
0
votes
1answer
86 views

base64 encode HTML editor text to store in Database

i'm working on an already started web project and noticed content generated through HTML editor is encoded with base64 prior being stored in database. I suppose previous developers were doing that ...
0
votes
1answer
43 views

A pl/sql table will work without having index by binary_ineteger in main code?

i am trying to de-bug a code on pl/sql,what's confusing me is, that, the coder hasn't mentioned any indexing method,not even "index by binary_integer",is it ok,how would d pl-engine index the table,if ...
2
votes
2answers
56 views

Oracle alternative for mysql REPLACE INTO

In mysql we use REPLACE INTO to insert if row doesn't exist and to update if it exists. Is there a corresponding command in Oracle?
0
votes
1answer
56 views

MySQL Query to Oracle Query Conversion

Consider an sql query like SELECT a, b>now() as expired FROM TABLE; where b is a date and checking with current date. I found out that now() should be replaced with SYSDATE but how to write ...
-1
votes
3answers
53 views

Updating multiple rows in a table within one SQL command

Let's say I have a table called 'PRODUCTS' and I need to update this table when a sale is done is there any way to combine all the updates into one SQL statement? Currently I have something like: ...
-1
votes
2answers
53 views

SQL auto update function

Say I've these 2 entities with n attributes- Cost Total ------------ ------------ cost_value total_cost ...
-1
votes
1answer
91 views

Where can I get a list of all Standard SQL functions? [closed]

Where can I get a list of all Standard SQL functions? I have been asked to produce SQL statements that will work in MySQL, MS SQL Server, and Oracle. They said I should use only Standard SQL to ...
0
votes
0answers
18 views

Mysql max_connections Vs oracle TPS

I have calculated TPS for oracle previously. but now i am in confusion how to do it for mysql. Is there any term "TPS" in mysql database? or is it equivalent to max_connections in mysql. I need a ...
2
votes
1answer
64 views

Performing JOIN on more than 1 column oracle query

I have 2 tables, the first one is MASTER_TABLE with fields ID, STATUS_CODE, STATUS_SUBCODE, SUBJECT_CODE, SUBJECT_SUBCODE and the second table is CODE_TABLE which has the unique description for every ...
2
votes
1answer
69 views

mysql not to allow NULL on unique index

i created a table using mysql of users. columns of the table are sequence, email, date_created and date_canceled. primary is sequence and im trying to make a unique index for email and date_canceled - ...
2
votes
7answers
118 views

SQL case giving inconsistent result

I am getting an inconsistent result from below two SQL queries. Query1 : select (case when 'Abc' = null then 1 else 0 end) from dual Query2 : select (case when ('Abc' <> null) then 1 else 0 ...
-2
votes
2answers
62 views

sql query that produce the following result

can anyone tell me the sql query(MySQL) that will result following output from the table .
0
votes
0answers
29 views

How to connect an Oracle Database to mySQL V 1.4 database [duplicate]

I have a data base on mySQL V 1.4, and i want to develop oracle 10 g forms to view, insert and manipulate the data on that database. can anyone please send me a step by step explanation to do so. ...
1
vote
1answer
82 views

Is by JOOQ generated api depended from DBMS?

I have generated the API with Jooq from local HSQLDB (DBMS). And the tests runs ok. But I get exceptions when trying to run the test with another DBMS like MySQL. Also, I have seen that the generated ...
-1
votes
2answers
68 views

Query to get database log file size

I need the queries for all databases e.g. SQL, Oracle, MySql, etc to get the log file size like for SQl server. SELECT * FROM sys.database_files Can anyone help me to find queries for all the ...
0
votes
3answers
55 views

Can DESC statement used inside SELECT Statement?

Can any one tell me how to use the desc statement inside select statement? I need to display the structure of the table using select statement.
0
votes
1answer
87 views

Oracle ROWID in table definition MySQL conversion

DOCID NUMBER(38) NULL, TEXTKEY ROWID NULL, CONSTRAINT SYS_IOT_TOP_107722 PRIMARY KEY (TEXTKEY) I'm trying to define a ...
0
votes
1answer
197 views

JDeveloper MySQL error Driver not found

I am running MySQL db using the latest wamp server. Using Oracle JDeveloper 11g. I have placed the MySQL connector jar in .../jdeveloper/jdev/lib folder and added the jar as a library in my adf ...
1
vote
2answers
108 views

Out of range value for column Oracle to MySQL

I am synchronizing a huge database from it's oracle datasource to a mysql datasource for other purposes. When reading the data using PuTTY in a linux/oracle database the value is 8888888888 This ...
0
votes
0answers
621 views

Oracle - Error: 'ORA-01400: cannot insert NULL into

I'm trying to insert a record into a table, but getting the error - 'ORA-01400: cannot insert NULL into (....'. The table structure is: I migrate from Mysql to Oracle. On Mysql this works, but ...
0
votes
1answer
46 views

Migration from Mysql to Oracle ORA-04098 SYSTEM.MD_PROJECTS_TRG error

Pls, could you help me on the following issues: I would like to migrate from mysql to oracle. I used Oracle Sql developer. I import Mysql thirty packet but when i was start migration i get this error ...
-1
votes
1answer
40 views

synchronization between Oracle & MySQL [closed]

Would this be a good way to do data synchronization between Oracle & MySQL databases when the synchronization is needed to be real time? will this syntax run into errors? mysql –u xxxxxxx –p ...
0
votes
1answer
117 views

CASE statement from Oracle to MySQL

I have the following query that I needed to port to MySQL from Oracle. It executes without any compilation errors in both, but the result table is different. While in Oracle, I get the individual ...
0
votes
2answers
74 views

sql query to find the most popular hour

Given a table with 2 columns Name(type VARCHAR) Time(type DATETIME) I need to write a SQL query to find the hour with largest number of entries. For example: Name Time ---- ---- a ...
2
votes
2answers
165 views

Erlang and SQL Injection Attacks [duplicate]

I work with the Oracle and MySQL Databases on a daily basis, from erlang application middle-ware. In these middle-ware applications, i am running Nitrogen Web Framework and Yaws Web Server plus a ...
0
votes
3answers
121 views

Oracle vs MySQL - Aggregate functions

Can anyone explain Oracle's limitations as far as why the following statement works in MySQL, but receives a "not a GROUP BY expression" in Oracle? SELECT order1.user_id, ...
-1
votes
2answers
75 views

oracle date issue

I have a table called ORDER with column cancel_date_time. I am using: to_char(cancel_date_time,'YYYYMMDD HH24:MI:SS') not between ('20120214 10:00:00') and ('20120215 10:00:00') to ...
1
vote
2answers
128 views

Oracle equivalent for MySQL code “insert into dummy” to return error message

I have a couple of hundred triggers in mysql db which i'm migrating to Oracle db. There's an statement that i see a lot which i haven't been able to find an equivalent one in oracle. INSERT INTO ...
0
votes
5answers
152 views

How to add two column of different table in a single SQL Query?

Table1 ID Item Qnt ID2 1 A 10 1 2 B 15 1 3 C 8 2 4 D 6 2 Table2 ID2 Qnt2 1 20 2 20 I have to make SQL query to select ID, Item and (Qnt + Qnt2) as ...

1 2 3 4 5 14