Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle

How to add 'ON DELETE CASCADE' in ALTER TABLE statement

sql oracle

ORA-00979 not a group by expression

sql oracle ora-00979

How can I confirm a database is Oracle & what version it is using SQL?

sql oracle

Oracle SELECT TOP 10 records [duplicate]

sql oracle top-n

How do I list all tables in a schema in Oracle SQL?

sql oracle

How to drop all user tables?

oracle constraints sql-drop

Number of rows affected by an UPDATE in PL/SQL

oracle plsql sql-update

How to list active / open connections in Oracle?

oracle

What is the string concatenation operator in Oracle?

Removing duplicate rows from table in Oracle

How to retrieve the current value of an oracle sequence without increment it?

sql oracle sequence

Oracle "(+)" Operator

sql oracle join outer-join

Difference between BYTE and CHAR in column datatypes

sql oracle unicode varchar

ORA-12505, TNS:listener does not currently know of SID given in connect descriptor

oracle jdbc

How SID is different from Service name in Oracle tnsnames.ora

How do I reset a sequence in Oracle?

sql database oracle sequence

Oracle find a constraint

sql oracle constraints

How do I turn off Oracle password expiration?

oracle security

GROUP BY with MAX(DATE) [duplicate]

What's the difference between RANK() and DENSE_RANK() functions in oracle?

sql oracle window-functions