Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle-database

ORA-00932: inconsistent datatypes: expected - got CLOB in union query

Connect to Oracle with odp.net and the OCI from C#

SQL*Plus return code when invalid username or password

Limit SQL query to only the top two counts per group [duplicate]

Oracle / SQL Developer displaying (null) in column

Spooling in Oracle adds spaces to columns... how can I avoid it?

oracle-database spool

How to do an update query in SQL/PHP with ORACLE(OCI)

Easy way to load a CSV file from the command line into a new table of an Oracle database without specifying the column details

Oracle/sql/jpa - With a year-span table, how do I select rows with max data (a column) from every 7 days?

sql oracle-database jpa-2.0

Oracle Java Stored Function - ORA-00932: inconsistent datatypes

ORACLE NUMBER(*,0) equivalent in POSTGRESQL

How can you tell which columns are unused in ALL_TAB_COLS?

Keeping database connection open - good practice?

python oracle-database

What is the purpose of the orcacle cursor(select ..) query in Oracle?

oracle-database plsql

Can an Oracle variable of type RECORD be passed between procedures without the procedures knowing its real type?

oracle-database plsql