Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle

"local collection types not allowed" error in PL/SQL ORA-06550

sql oracle plsql ora-06550

Managing error handling while running sqlplus from shell scripts

oracle shell sqlplus aix

Why can't I use SELECT ... FOR UPDATE with aggregate functions?

sql oracle plsql

Is it ok to use oracle 11g client with a 10g server?

Check for a substring in a string in Oracle without LIKE

sql oracle

Evaluation of PL/SQL boolean variables in Oracle Forms

Database Upserts - Good or Bad Practice?

Oracle -- WITH CLAUSE => MERGE? (Syntax error, )

check if clob contains string oracle

sql oracle clob

ODP.Net Driver Throwing Exception on .NET Core 5.0

Is there any reason for numeric rather than int in T-SQL?

sql database oracle tsql types

How to extract table definitions using SQL or Toad

sql oracle toad

inner join with group by expression in oracle sql [duplicate]

sql oracle group-by inner-join

Oracle - ORA-01489: result of string concatenation is too long [duplicate]

How to constrain a database table so only one row can have a particular value in a column?

oracle triggers constraints

Are a CASE statement and a DECODE equivalent?

sql oracle case

Remove last character from string in sql plus

sql oracle sqlplus

Select latest row for each group from oracle

How can I use a collection within an Oracle SQL statement

oracle collections plsql

cx_Oracle: How can I receive each row as a dictionary?

python sql oracle oop cx-oracle