Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in oracle

plsql works in Sql Developer, but not in a liquibase change ORA-06550 PLS-00103

oracle plsql liquibase

What is an elegant way to return a readable 'file size' of a file stored in an oracle blob column using SQL?

sql oracle plsql

Oracle: loading a large xml file?

sql xml oracle

Under what conditions does ROWNUM=1 significantly increase performance in an "exists" syle query

sql oracle optimization plsql

What does Codd's 'non-subversion rule' mean?

sql oracle rdbms

How to import just the data without indexes and constraints in Oracle using 'imp' command

oracle

How to know if MATERIALIZED VIEW update is running?

sql oracle

Is it better to create Oracle SQL indexes before or after data loading?

database oracle indexing

Why does Perl's DBI complain about "failed: ERROR OCIEnvNlsCreate" when I try to connect to Oracle 11g?

perl oracle dbi

Oracle Blob as img src in PHP page

php oracle image blob

Literal does not match format string for Oracle SQL to_date on a string column

sql oracle datetime to-date

SQL to delete the oldest records in a table

sql oracle

Oracle/PHP - ORA-00911 invalid character on UPDATE

php oracle json ora-00911

JDBC URL for Oracle XA client

oracle url jdbc

JUnit/HSQLDB: How to get around errors with Oracle syntax when testing using HSQLDB (no privilege and/or no DUAL object)

same SQL but different explain plan

sql oracle performance setting

Query Help - String in where clause has & character

sql oracle plsql toad

MYSQL command to execute multiple .sql files

mysql sql oracle

SELECTing top N rows without ROWNUM?

oracle rownum

sql - insert if not exists

sql oracle