Top "Oracle" questions

Oracle Database is a Multi-Model Database Management System created by Oracle Corporation.

cx_Oracle: distutils.errors.DistutilsSetupError: cannot locate Oracle include files

I need install cx_Oracle for Python 2.5 on Linux (Linux 2.6.18-371.1.2.el5 i686). I have installed Oracle client 10.2.0.4. I have …

linux oracle python-2.5 cx-oracle
InterfaceError: Unable to acquire Oracle environment handle; ORACLE_HOME is correct and SQL*Plus will connect

I'm getting the standard "DLL load failed; module not found" error when trying to import cx_Oracle. I have the …

python oracle cx-oracle
insert string which includes quotes in oracle

How can I insert string which includes quotes in oracle? my code is INSERT INTO TIZ_VADF_TL_MODELS (name) …

sql string oracle sql-insert clob
Oracle ManagedDataAccess - Connection Request Timed out - Pooling

I'm finally admitting defeat and asking for help. I've done everything I can think of to solve this problem, but …

c# oracle visual-studio-2010 odp.net-managed
Update the results of a SELECT statement

Oracle lets you update the results of a SELECT statement. UPDATE (<SELECT Statement>) SET <column_name> = &…

sql oracle sql-update bulk
difference between explain plan and execution plan

Can anyone explain me what is the difference between execution plan and explain plan. When I execute set autotrace traceonly; …

oracle sql-execution-plan
Table-Valued Functions in ORACLE 11g ? ( parameterized views )

I've seen discussions about this in the past, such as here. But I'm wondering if somewhere along the line, maybe 10…

oracle views oracle11g parameterized user-defined-functions
What's the best way to perform data archiving on an Oracle database?

I'd like to figure out the best way to archive the data that is no needed anymore, in order to …

oracle archiving
Select distinct ... inner join vs. select ... where id in (...)

I'm trying to create a subset of a table (as a materialized view), defined as those records which have a …

oracle select distinct inner-join materialized-views
Any decent weblogic tutorial?

We are migrating an application from Tomcat to WebLogic. There are many things we just don't know about. Is there …

oracle jakarta-ee weblogic11g