Top "Oracle" questions

Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.

How do you select all columns, plus the result of a CASE statement in oracle 11g?

I want to select *, and not have to type out all individual columns, but I also want to include a …

sql oracle ora-00923
How to Pass Java List of Objects to Oracle Stored Procedure Using MyBatis?

I have been googling this for a while and cannot seem to find any real answers. I have an Oracle …

oracle stored-procedures mybatis
Joining tables with LIKE (SQL)

First of all I am using Oracle: Table One Name = tableone Table Two Name = tabletwo tableone has a column named …

sql oracle ora-01722
ORA-00604 ORA-12705

I am having this error in my j2ee web application. java.sql.SQLException: ORA-00604: error occurred at recursive SQL …

oracle jakarta-ee nls ora-12705
Auto-increment in Oracle without using a trigger

What are the other ways of achieving auto-increment in oracle other than use of triggers?

oracle triggers auto-increment sequences
Replace string in a column using query in Oracle

In one of my oracle tables, in one column in every row there is a string 'House Name'. I need …

sql oracle str-replace
How to disable oracle cache for performance tests

I'm trying to test the utility of a new summary table for my data. So I've created two procedures to …

oracle caching oracle10g performance
How do I Suppress "PL/SQL procedure successfully completed" message in sqlplus?

Is there a way that you can have SERVEROUTPUT set to ON in sqlplus but somehow repress the message "PL/…

oracle plsql sqlplus
Update with self-join

I want to update a table to indicate that some rows are parents of others, so I added a "parentid" …

sql oracle sql-update ora-00933
How do you add an edit button to each row in a report in Oracle APEX?

I'm using Oracle APEX and I have a report region in a page that displays columns from a SQL query. …

oracle report edit oracle-apex region