Top "Oracle-xe" questions

Oracle Database Express Edition (Oracle Database XE) is an entry-level, small-footprint database, free to develop, deploy, and distribute; fast to download; and simple to administer.

Oracle Express Database through JDBC using a UCP (Universal Connection Pool)

I'm using Oracle Express (XE) and connecting to it through JDBC. The code has a Universal Connection Pool implemented (UCP). …

java maven jdbc oracle-xe ucp
ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist ORACLE 10g XE

Dont know what went wrong. It worked perfectly first time untill i restarted my Machine.

linux ubuntu oracle10g oracle-xe
Select top rows from a sqlplus query

I have a query select sum(pur.purchase_net_invoice_value), par.party_desc from purchase pur join party par …

sql database plsql sqlplus oracle-xe
Where can I find a list of 'Stop' words for Oracle fulltext search?

I've a client testing the full text (example below) search on a new Oracle UCM site. The random text string …

full-text-search reserved-words stop-words oracle-xe oracle-ucm
Oracle Connection String With Windows Authentication

We have a requirement to make our products work on Oracle as well as SQL Server (around which they were …

oracle connection-string windows-authentication oracle-xe
Oracle 11g Maximum Processes/Sessions/Transactions limits

What I'm doing I'm working on an Oracle driver incorporating OCI. To test it (mostly stability and fixing memory leaks), …

oracle oracle11g oracle-call-interface oracle-xe
ORA-01400 can't insert null value... but I am NOT inserting null value!

I am trying to insert data in an Oracle table by using ODP.NET from a C# application, but I …

oracle odp.net oracle-xe ora-01400