Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle

Java ignores classpath

java oracle jdbc

oracle sql query question(grouping by 2 columns)

SELECT data from another schema in oracle

sql oracle cx-oracle

Oracle SQL - Add Primary Key to table

sql oracle key add

For each string, execute a function/procedure

sql oracle plsql iteration

Oracle RAC and sequences

sql oracle oracle11g

Oracle 10g: Extract data (select) from XML (CLOB Type)

xml oracle oracle10g ora-00932

Oracle trigger to create an autonumber

oracle plsql triggers

How to call Oracle Function or Procedure using Hibernate (EntityManager) or JPA

Using substr to trim string on Oracle

sql oracle plsql substr

Oracle SQL "SELECT DATE from DATETIME field "

sql oracle date select

How to find tables having foreign key to a table in Oracle?

oracle key

Difference between SELECT DISTINCT and SELECT UNIQUE [duplicate]

oracle

PL/SQL: is there an instruction to completely stop the script execution?

oracle plsql exit-code

ORA-06502: PL/SQL: numeric or value error: character string buffer too small exception from C# code

c# asp.net oracle plsql

Handle NULL values when reading through OracleDataReader?

SQL Oracle LEFT JOIN and SUBQUERY error: ORA-00905: missing keyword

Oracle: create temporary table by a SELECT statement

oracle

How to fix deprecated oracle.sql.ArrayDescriptor, oracle.sql.STRUCT and oracle.sql.StructDescriptor

Is is necessary to dispose DbCommand after use?

c# .net oracle