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.

learn more… | top users | synonyms (3)

0
votes
1answer
14 views

How to clear express edition database.

db has remnants(sequences, views, etc) of former project. How can i entirely clear the express edition(10g) database to work without remnants of the previous project?
0
votes
0answers
14 views

Oracle Gives Invalid Operation Error while updating CLOB field

I am using CLOB in a C# Application using Oracle Client driver, I am getting Invalid operation. The connection is closed. if I set CLOB field to NULL, if I put any string it then work OK. Why is like ...
-2
votes
0answers
24 views

Error while installing ODP.net: unable to write in TEMP directory [closed]

I was earlier using builtin OleDb provider to connect with Oracle but it does not let me to use CLob Data Type. I tried to install it for my Oracle 10g XE but it gave following error: Error in ...
-4
votes
0answers
33 views

How to create user dsn in ubuntu for oracle xe for type 1 driver for jdbc? [closed]

I need to create the user dsn for the oracle XE in ubuntu 12.04 for the jdbc type 1 driver where in windows it uses sun.jdbc.odbc and user dsn what to do here?
0
votes
1answer
41 views

oracle 10g:No command 'dbca' found , even when PATH set

I have properly set my PATH to $ORACLE_HOME/bin and rest of the exe are working fine but I am not seeing "dbca" anywhere in that directory, though each source says that it should be there. It also ...
0
votes
0answers
79 views

Oracle 10g TNS listener working but not working

My application is unable to connect to my local Oracle 10g database (Windows 7) but I cannot figure out which aspect of the configuration is wrong. I can simulate the connection problem using ...
0
votes
0answers
19 views

Synchronize Oracle EE with Oracle XE programmatically in .NET [closed]

I have an Oracle Enterprise Edition RDBMS[Central repository] Then i have a Win Form App installed on Field workers laptops who save data on local DB[Offline mode], which is Oracle XE Finally they ...
0
votes
0answers
41 views

Error: Inserting multiple values i get this error ORA-00911: invalid character

Im a first year student distance learning student who is experiencing problems with me building my database. The error i get is ORA-00911: invalid character when i do the following: INSERT INTO ...
4
votes
1answer
94 views

Sequence does not increment unless I store value

In regular SQL, my sequence increments every time I call .NEXTVAL: SELECT PDF_DATOS_TITULO_ID_SEQ.CURRVAL FROM DUAL; -- 54 SELECT PDF_DATOS_TITULO_ID_SEQ.NEXTVAL FROM DUAL; -- 55 SELECT ...
1
vote
1answer
423 views

JDBC Connection failing with ORA-12505 on Win8, Oracle 11g XE

I'm having an error that goes beyond what I see in TNS-12505: TNS:listener does not currently know of SID given in connect descriptor I'm using Windows 8, Oracle 11.2 XE, java 1.7.15, and Eclipse ...
0
votes
3answers
157 views

Procedure call inside a PL/SQL block

I have some SQL code to populate a database, which works just fine: INSERT INTO PDF_DOCUMENT_ELEMENT (DOCUMENT_ELEMENT_ID, DOCUMENT_ID, ELEMENT_ID) VALUES (1, 1, 1); INSERT INTO PDF_DOCUMENT_ELEMENT ...
1
vote
3answers
403 views

Play Framework using Oracle Database - ORA-00942: table or view does not exist

I can't solve my problem with my local Oracle database. I'm tryong to connect to my local Oracle database (Oracle Database 11g Express Edition) Later on I will use JNDI to another Oracle Database, but ...
1
vote
2answers
268 views

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. Then I notice I could neither access those tables nor drop them. As you can see in the ...
0
votes
0answers
62 views

Execute regexp_* functions on Oracle XE 11g

After installing Oracle XE 11g on Windows Vista I am unable to exeute any of the regex functions that come with Oracle. (regexp_replace, regexp_instr etc) The documentation on features @ ...
1
vote
0answers
67 views

difficulty inserting values in database

I have created my tables as shown below (I am using Oracle XE). The problem that occurs is that when I try to insert values into the tables, I get an error because the value of one's foreign key, has ...
1
vote
0answers
299 views

Oracle 10g XE: rman shows all datafiles need backup after successful full backup

I'm having a problem with Oracle 10g XE, version 10.2.0.1 running on openSuSE 11.2. RMAN is showing that all datafiles need to be backed up, even after a successful full backup: RMAN> report need ...
-2
votes
2answers
164 views

sql update statement - insert data if record does not exist? [closed]

I thought the update statement required data to already exist. I am supporting a java app. The previous developer for some code used a delete statement to clear out the record then used an update ...
1
vote
2answers
400 views

How to schedule a stored procedure in Oracle XE?

I'm using Oracle 10g XE and I'm trying to create a scheduled job for a stored procedure. I granted rights to hr grant create job to hr ; grant create external job to hr ; then logged as hr and ...
0
votes
1answer
130 views

Jetty and Oracle Configuration

I am trying to setup my web application development environment in IntelliJ with Jetty 7.x I am using an instance of Oracle XE v10.2 Question - Currently I can deploy my web application successfully ...
0
votes
1answer
199 views

How to display an exception message from stored procedure in Crystal Reports?

I have an application with Crystal Report, which uses stored procedure from Oracle(I am using Oracle 10g Express Edition). As of now, when an exception is thrown from the stored procedure, say ...
0
votes
0answers
372 views

Oracle TNS Listener starts then automatically stops [closed]

I recently upgraded to a solid state drive. Everything worked fine on my old HD. Tech support imaged my old drive onto my new SSD. Everything else seems to be working fine. I am on Windows 7. In ...
0
votes
1answer
62 views

Google chrome conflict with oracle-xe's kernel parameters

I'm trying to install oracle-xe in my development machine (Linux maya) by following the guide from https://forums.oracle.com/forums/thread.jspa?messageID=10280550&tstart=0#10280550. After the ...
1
vote
2answers
213 views

Fetching variable number of rows from ms access database based on vaules found on another table

I've spent my whole day trying to come up with a solution for this problem, but I still have no clue: I have in one table users the following fields: id name city_id score and in another table ...
1
vote
1answer
637 views

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

I'm using the database Oracle 11g Express Edition (XE) and when I try to create a java source object it returns me an error: ORA-29538: Java not installed The source code is simple: create or ...
0
votes
0answers
2k views

ora-00205: error in identifying control file, check alert log for more info

How to resolve ORA-011033: ORACLE initialization or shutdown in progress When i tried to solve a problem in above link i am getting this error Please help me this is where i got error(> SQL> alter ...
-2
votes
2answers
69 views

SQL table auxillary, Every table contains auxillary in the Database?

I never heard about this auxiliary: SQL> select * from customer; CUSTID CUSTNAME VDUMMY 504 customer4 101 505 customer5 101 506 customer6 101 SQL> ...
0
votes
1answer
526 views

Converting Oracle stored procedure from using DBMS_XMLSave to DBMS_XMLStore

I have inherited an application that uses an Oracle database on the backend. The database was originally using a full version of Oracle but we have moved it across to Oracle XE. Oracle XE does not ...
1
vote
1answer
384 views

Add FOREIGN KEY CONSTRAINT between different owners

I'm logged on a Oracle XE instance as SYSTEM user. When I try to run an script that create users, tables and constraints I get an ORA-01031 error. The script is as follows: CREATE USER AA IDENTIFIED ...
0
votes
0answers
740 views

Can't connect to Oracle DB XE 11g via Oracle sql developer on Windows 7 x64 [closed]

There is error while connecting Sql developer to Oracle DB XE: Status: Failure -Test failed: C:\oraclexe\app\oracle\product\11.2.0\server\bin\ocijdbc11.dll: Can't load IA 32-bit .dll on a AMD ...
0
votes
2answers
1k views

How to call a Oracle stored procedure (PL/SQL) from .NET?

I am new to Oracle. There is a requirement in our firm for a project using Oracle and .Net. So I was trying to run a demo application. I am using Oracle 10g XE as DB and VS2010. I wrote a procedure ...
1
vote
1answer
287 views

Can OracleXE's APEX access another Oracle Database (10g) on the same Server, or is it Restricted to those Users/Tablespaces in the XE Database?

My work uses Oracle 10G and is planning on installing Apex. In the meantime, I have downloaded Oracle XE and have taught myself APEX on it; however, I can only access users/tablespaces that I have ...
0
votes
1answer
603 views

submit button in oracle jdeveloper 11g

I am using oracle jdeveloper and i am inserting rows by insert button but its response is strange as it is updating last record in the data base instead of creating new record.and one thing is more it ...
0
votes
1answer
611 views

Unable to restore the scheme in the Oracle 11g XE from the dump that was created in Oracle 11g EE

Unable to restore the scheme in the Oracle 11g XE from the dump that was created in Oracle 11g EE. I used utility expdp/ impdp. On the side of Oracle 11g XE restored, not all schema table, here are ...
1
vote
1answer
639 views

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?
0
votes
1answer
315 views

How to prevent users from selecting other schemas' tables?

I have created a new database user. I found that the account can select data of other schemas' tables. So how can I restrict the new account to only manipulate its owned tables?
0
votes
1answer
2k views

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 allocate 16 bytes of shared memory ("shared pool","SELECT j ...
0
votes
1answer
991 views

Logging into Oracle XE, Apex works fine but connect with SQL Developer?

Ok so this may be because I'm not understanding Oracle XE very well. Basically I've installed Oracle XE onto an Amazon EC2 micro instance following this guide; ...
0
votes
1answer
226 views

How to calculate fields in an oracle apex form in sql

I,m using Oracle XE 11g with an IR report and standard form. So far I've managed the following in the report region, QUANTITY - SOLD IN_STOCK This works in the report but I get no result in the entry ...
1
vote
3answers
6k views

Oracle XE 10g Ubuntu removed from oracle web site?

I can't find Oracle XE 10g anymore on Oracle web site. I'm using 32 bit GNU/Linux Ubuntu 12.04. There's only 11g xe version on they'r website, that I can't install under my operating system. Does ...
-1
votes
1answer
110 views

select first letter of different columns in oracle

I want a query which will return a combination of characters and number Example: Table name - emp Columns required - fname,lname,code If fname=abc and lname=pqr and the row is very first of the ...
2
votes
2answers
222 views

Community and Blog page using Oracle Apex

Amazed with the overall feature of Oracle Apex 4.1 and its increasing popularity in replacing Oracle Forms. I am currently working on a idea to implement an internal oracle community page with ...
0
votes
0answers
650 views

Is there any way to Install Oracle XE on Mac OS X Lion? [closed]

Recently I got my new MacBook Pro, but upon installing Oracle Express Database I figured it out that Oracle XE DB doesn't support Mac OSX yet. Very sad... Does anyone have experience to install Oracle ...
0
votes
0answers
94 views

Oracle 11g XE recreate database with 8192 block size (DB_BLOCK_SIZE)

In Oracle 11g XE, How to recreate database with a specific block-size.
1
vote
2answers
2k views

What is using Oracle database space? (“ORA-12953: … exceeds the maximum allowed database size”)

I just have materialized view (small no of rows) in my oracle database and nothing but my database is compalining : Error report: SQL Error: ORA-12953: The request exceeds the maximum allowed ...
0
votes
1answer
83 views

how to update table using data from another table

im using php as my language, and oracle xe for my database. i have table Order_details that store item_id, quantity.The table currently only hold data for item_id, while the quantity has null ...
0
votes
0answers
296 views

ora-12514 After installing oracle xe 11g

I already has a oracle 11g client instalation in my windows7 64 machine. So I did a default Oracle xe 11g instalation. After instalation, I not able to connect using sqlplus: sqlplus sys/oracle@xe ...
-3
votes
1answer
500 views

Free or trial Oracle database environment

What is the best free (or trial) Oracle database development environment I can have? Especially I would like to have my databases, or as much as possible of them, locally. Its Oracle 10, I develop ...
0
votes
1answer
108 views

Inspectdb in Oracle-Django gets OCI-22061: invalid format text [T

I'm using Oracle Database 10g xe universal Rel.10.2.0.1.0 against cx_Oracle-5.0.4-10g-unicode-py26-1.x86_64 on a django project on Ubuntu 10.04 My db is generated by oracle 10gr2 enterprise edition ...
-1
votes
1answer
159 views

Storing 5 different values inside single table in oracle xe including blob image using jsp and servlet

Tools i use: Eclipse IDE, JSP pages (to input image and view image), controller code in java and oracle xe. Datatypes I have: PRODID - number, PRODNAME - varchar, PRODDESC - varchar, PRODPRICE - ...
1
vote
1answer
166 views

Cannot Login after configure oracle-xe

I already success install oracle-xe on my ubuntu 10-04, tried to configure the port and password sudo /etc/init.d/oracle-xe configure, and then restart my computer and go to http://127.0.0.1:8080/apex ...

1 2 3 4