Top "Oracle" questions

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

Best practice for pagination in Oracle?

Problem: I need write stored procedure(s) that will return result set of a single page of rows and the …

oracle pagination
Grant privileges for an Oracle package?

I have a package A, which uses some variables and procedures in another package B in the same schema. Now …

sql oracle ddl
Performing Inner Join for Multiple Columns in the Same Table

I have a scenario which I'm a bit stuck on. Let's say I have a survey about colors, and I …

sql oracle join inner-join
How to see if the background process is complete in SQLDEVELOPER

I have a csv unload process i am running in sqldeveloper, a process window popped up showing the progress of …

oracle csv background export oracle-sqldeveloper
Oracle data-source configuration for Spring

In the Spring framework, how is an Oracle data-source configured?

oracle spring datasource
Importing selective data using impdp

I have an entire DB to be imported as a dump into my own. I want to exclude data out …

oracle import impdp
Oracle Execution Plan

I am using Oracle 11g and Toad for Oracle. How can I display execution plan for queries? In Sql server …

oracle toad sql-execution-plan
Oracle 00932. 00000 - "inconsistent datatypes: expected %s got %s"

well i'm still new in oracle, i'm trying to query a table with a subquery..it looks like this select …

sql oracle stored-procedures ora-06512
Oracle SQL CASE WHEN ORA-00932: inconsistent datatypes: expected CHAR got NUMBER 00932. 00000 - "inconsistent datatypes: expected %s got %s"

Getting error ORA-00932: inconsistent datatypes: expected CHAR got NUMBER 00932. 00000 - "inconsistent datatypes: expected %s got %s" When i run the …

sql oracle oracle-sqldeveloper case-when
Oracle SQL - How to Retrieve highest 5 values of a column

How do you write a query where only a select number of rows are returned with either the highest or …

sql oracle top-n