Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle

Oracle - How do I get the actual size of a specific ROW?

oracle size row

How can I generate (or get) a ddl script on an existing table in oracle? I have to re-create them in Hive [duplicate]

Is there a way to view relationships in Oracle SQL Developer?

database oracle

How do I rename a table in Oracle so that all foreign keys, constraints, triggers and sequences are updated and any existing data is preserved?

oracle rename preserve

How to check if cursor returns any records in oracle?

oracle database-cursor

Oracle order by descending with NULL last

sql oracle

Generate a random date in Oracle with DBMS_RANDOM

Is there any hash function in PL/SQL?

Does Oracle have any built-in hash function? [duplicate]

oracle hash plsql

Referencing a composite primary key

How to extract only Time from a DateTime field in Oracle SQL Developer?

ORA-22905 - when querying a table type with a select statement

sql oracle plsql

How to replace a character from a String in SQL?

sql oracle replace

Number of rows in Oracle SQL Select?

sql oracle select count

When does Oracle index null column values?

oracle indexing null

How to get the generated id from an inserted row using ExecuteScalar?

c# oracle ado.net

How to view the original script of a materialized view?

sql oracle view materialized

How can I tell if I have uncommitted work in an Oracle transaction?

sql oracle transactions

SQL Query to return N rows from dual

sql oracle plsql

Custom order in Oracle PL/SQL

sql oracle sql-order-by