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.

Is there a way to install java on Oracle 11g XE?

I am using the database Oracle 11g Express Edition (XE) and when I try to create a java source object …

java oracle oracle11g oracle-xe
PLS-00103 Error at end of function

Receiving the following error relating to a function: 'ERROR at line 20: PLS-00103: Encountered the symbol "end-of-file" when expecting one of …

plsql oracle10g oracle-xe pls-00103
How can I run Oracle XE on localhost only?

Is there a way that I can configure a XE installation on Windows to only use ports on the localhost …

oracle oracle10g oracle-xe
Oracle 11g XE - sudden ORA-01034: ORACLE not available and ORA-27101: shared memory realm does not exist

Windows 7 32 bit laptop Local instance of Oracle 11g XE Firstly I have been researching this myself before asking and while …

oracle oracle11g oracle-xe ora-01034 ora-27101
How to reliably list and drop all spatial indexes in Oracle?

In my open-source database migration project Flyway, I have a feature that cleans all objects in the current database schema, …

sql database oracle oracle-xe oracle-spatial
Oracle Express Edition 11gR2: "table or view does not exist" but it shows in "dba_tables"!

Right, here is my question. I was playing with some ETL tool which created some tables in my Oracle XE. …

oracle-xe
Invalid binding for Oracle UDT in procedure parameter

I'm attempting to call a procedure that takes a custom data type of table of numbers as one of the …

c# odp.net oracle-xe user-defined-types
Unable to connect to Oracle 10g Express Edition with ODBC

I am using C to write a DLL that provides basic database connection functionality to a couple of different applications, …

c oracle odbc oracle-xe
Monitoring tablespace usage in Oracle XE

As it says on the Oracle XE overview page: Oracle Database XE can be installed on any size host machine …

sql oracle oracle-xe tablespace
ORA-00959: tablespace 'USERS' does not exist. But I have it in select results

I'm trying to import a DB dump {Oracle XE 11g (11.2.0.2.0)}, created by using the EXPDP command. Following is the command …

oracle11g oracle-xe tablespace impdp expdp