Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle

How can I list ALL grants a user received?

sql oracle grant

LISTAGG in Oracle to return distinct values

How do I ignore ampersands in a SQL script running from SQL Plus?

sql oracle sqlplus

Search an Oracle database for tables with specific column names?

sql oracle

Difference between CLOB and BLOB from DB2 and Oracle Perspective?

database oracle db2 blob clob

ORA-01882: timezone region not found

oracle jdbc timezone

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

How do I use CREATE OR REPLACE?

oracle oracle10g ddl

Paging with Oracle

Cleanest way to build an SQL string in Java

java sql oracle string

How can I combine multiple rows into a comma-delimited list in Oracle? [duplicate]

How to create a new database after initally installing oracle database 11g Express Edition?

How many database indexes is too many?

subquery in FROM must have an alias

sql oracle postgresql subquery

MySQL 'create schema' and 'create database' - Is there any difference

sql mysql oracle jdbc database

How to put more than 1000 values into an Oracle IN clause [duplicate]

oracle in-clause

Splitting string into multiple rows in Oracle

sql string oracle plsql tokenize

Oracle SQL, concatenate multiple columns + add text

sql oracle concatenation

How to show all privileges from a user in oracle?

sql oracle rules privileges

What is the Oracle equivalent of SQL Server's IsNull() function?

sql-server oracle tsql plsql