Top "Oracle" questions

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

Alternatives to LIMIT and OFFSET for paging in Oracle

I'm developing a web application and need to page ordered results. I normaly use LIMIT/OFFSET for this purpose. Which …

sql oracle sql-limit
What does SQL Select symbol || mean?

What does || do in SQL? SELECT 'a' || ',' || 'b' AS letter

mysql sql oracle ansi-sql
PLSQL :NEW and :OLD

Can anyone help me understand when to use :NEW and :OLD in PLSQL blocks, I'm finding it very difficult to …

oracle plsql triggers
Remove Duplicates from LEFT OUTER JOIN

My question is quite similar to Restricting a LEFT JOIN, with a variation. Assuming I have a table SHOP and …

sql oracle oracle10g left-join outer-join
Is there an Oracle SQL query that aggregates multiple rows into one row?

I have a table that looks like this: A 1 A 2 B 1 B 2 And I want to produce a result set …

sql oracle aggregation string-concatenation
How can I save my Oracle Toad connections to move to a new PC?

I want to move to a new PC and take my Toad connections with me because I have a few …

oracle toad
ORA-01658: unable to create INITIAL extent for segment in tablespace TS_DATA

When i tried to create a table in my User_DB schema i am getting an error as ORA-01658: unable …

oracle select database-administration tablespace
How do I pass arguments to a PL/SQL script on command line with SQLPLUS?

How do I pass arguments to a PL/SQL script on command line with SQLPLUS? I can call my PL/…

oracle sqlplus
I need to store postal codes in a database. How big should the column be?

I expect the column to be a VARCHAR2, in my Oracle Database. US Zips are 9. Canadian is 7. I am thinking 32 …

database oracle globalization postal-code
Spring JDBC Could not load JDBC driver class [oracle.jdbc.driver.OracleDriver]

I wonder if any one could help me with this. I encountered an issue when I tried writing code with …

spring oracle spring-jdbc