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.

JDBC connection failing with ORA-12516

I have some unit tests that talk to Oracle-11g XE. Running each test individually works fine, but when I …

oracle jdbc oracle-xe
Deferred Segment Creation feature not enabled (ORA-00439)

I have .sql script file with DDL for more than 60 tables. I am trying to copy-paste the script into SQL …

oracle oracle11g oracle-xe
How to insert date in Oracle 10g xe?

I did the following: CREATE TABLE BOOK( BOOK_ID VARCHAR(4) PRIMARY KEY, ISBN_10 VARCHAR(10), TITLE VARCHAR(50), CATEGORY VARCHAR(25), PRICE DECIMAL(6,2), …

oracle oracle-xe
Error: ORA-12705: Cannot access NLS data files or invalid environment specified

I have an OracleXE 11g instance on a remote server machine. Some developers who have Russian Windows 7 SP1 can't connect …

jdbc oracle11g oracle-sqldeveloper oracle-xe
Problem in firefox when calling window.open

When i'm calling this code in the link of a chart in apex javascript:window.open('http://google.pt','mywindow',…

javascript oracle-xe oracle-apex
Unable to allocate x bytes of shared memory

When I'm trying to backup my oracle database, I got below error. UDE-04031: operation generated ORACLE error 4031 ORA-04031: unable to …

oracle11g oracle-xe datapump
Create date from year, month and day

Does Oracle have a builtin function to create a date from its individual components (year, month and day) that just …

sql oracle oracle10g oracle-xe
Using WMSYS.WM_CONCAT with Oracle XE 10g

When I try to use WMSYS.WM_CONCAT with Oracle XE 10g, I receive a compilation error: ORA-00904: "WMSYS"."WM_…

oracle oracle10g oracle-xe ora-00904 wm-concat
how do i increase database size from 11GB to above 20Gb

Every time i get below error when ever i try to import new dump into the data base. How do …

oracle oracle11g oracle10g oracle-xe
Can I have multiple databases on oracle express edition

Can I have multiple databases on oracle express edition? Please let me know what are steps to setup?

oracle oracle-xe