Tagged 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.

learn more… | top users | synonyms (3)

6
votes
3answers
3k views

Difference between VARCHAR2(10 CHAR) and NVARCHAR2(10)

I've installed Oracle Database 10g Express Edition (Universal) with the default settings: SELECT * FROM NLS_DATABASE_PARAMETERS; NLS_CHARACTERSET AL32UTF8 ...
6
votes
1answer
2k views

Installed Oracle Express - Can't login

I just installed Oracle Express edition. During the installation it asked me to set a password but not a username. After the installation completed, it directed me to a browser window and asked me to ...
5
votes
10answers
2k views

Oracle XE or SQL Server Express

I'm starting a new project here (Windows Forms). What's the best option today for a small (free as in beer) DBMS? I've used SQL Server Express on the past projects, but time and time again I hear ...
4
votes
2answers
6k views

Creating new database under Oracle XE on Ubuntu

I've just installed Oracle XE in Ubuntu. Is there any way to create new databases, besides the one that comes with the installation, preferably from the command line so that I can do it from a script? ...
4
votes
2answers
4k views

How can I change the SID of an Oracle XE instance

I needed to change the SID of an Oracle XE database (not the Service Name) to match a production database. When I tried searching online, most of the pages were describing changing or adding a ...
4
votes
1answer
2k views

How to disable Oracle XE component which is listening on 8080?

After installing Oracle XE, something in Oracle is listening on port 8080. I am not sure if they have an Apache HTTPD, a Tomcat, or something else. But how can I disable it?
3
votes
2answers
989 views

MD5 in Oracle (DBMS_OBFUSCATION_TOOLKIT.MD5)

I'm trying to compose a function to obtain MD5 hashes from bits I've gathered here and there. I want to obtain the lower-case hexadecimal representation of the hash. I have this so far: CREATE OR ...
3
votes
2answers
98 views

ORA-00907 when trying to create a CHECK constraint

I am trying to create a check contraint on a table by executing the following SQL statement: alter table "ApplicationConfiguration" add constraint APPLICATIONCONFIGURATION_CK1 CHECK (ValueType IN ...
3
votes
1answer
1k views

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 parameters. Here is the definition of the type: create type num_list as table of number; And the ...
3
votes
1answer
160 views

Why is sql plus not including all of the data from my column with spool

I am using SQLPLUS to spool data out to a file, but not all of the data is being returned? I am using the dbms_metadata.get_ddl function and it is only returning part of the table definition to the ...
3
votes
3answers
1k views

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 they chose to test was 'test only'. Which failed; from my testing it seems 'only' is a ...
3
votes
2answers
1k views

Deleted some Oracle DBF files by mistake - how can I tell Oracle XE to forget about them?

So I accidently deleted some DBF files (only ones specfic to my tablespaces), fortunately I was only just about to start loading data in so have lost nothing, except now can't re-create the ...
2
votes
1answer
82 views

Hide tables in Oracle XE database

I'm using Oracle XE but I would like to log in as a user than can create tables, contraints etc., but who cannot view all of the other system tables and stuff that you see when you log in with the ...
2
votes
1answer
536 views

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 the following: end not pragma final instantiable ...
2
votes
1answer
321 views

Connect from php to oracle database in windows x64

I am trying to connect from php to oracle database in windows x64 I use: php5, apache2, oraclexe 10.2 My file "test.php" is the following: <?php if ($c = oci_connect("SYSTEM", "root", ...
2
votes
0answers
60 views

I want to find the user who is doing most physical reads to the hard-disk and kill that user

I want to find the user who is doing most physical reads to the hard-disk and kill that user. Can I have a SQL/PL script to do that in oracle xe?
2
votes
4answers
249 views

column alias oracle 10g

This seems so simple but I can't understand how do I do this query: I have a table users like this: user_id | name | role 1 | abc | a 2 | lol | b 3 | f | c and a table ...
2
votes
1answer
628 views

ORA-27101: shared memory realm does not exist

i am facing this error when i start the oracle. I checked Oracle Home and SID. everything is set properly. ORA-27101: shared memory realm does not exist please help me to find out the solution. ...
2
votes
2answers
338 views

oracle spatial fun exercises?

please help me connect spatials to oracle 10g XE where can i find fun things to do with oracle spatial?
2
votes
1answer
896 views

Very frustrating ORA-12154 excpetion finally resolved!

This is a little something I thought I need to share. We had some issues establishing connection to Oracle. We kept getting the ORA-12154 (TNS:could not resolve the connect identifier specified) ...
2
votes
3answers
4k views

How many connections can Oracle Express Edition (XE) handle?

I'm building a web application that uses Oracle Database 10g as the database backend. I realize the Express edition has limitations, but I just wanted to make sure that number of connections wasn't ...
2
votes
6answers
13k views

Oracle 10g express home page is not coming up

I installed Oracle 10g express. Installation went well, But the home page is not coming up. I can connect using sqlplus but not with Sql Developer. I checked tnsnames.ora and listener.ora everything ...
2
votes
3answers
10k views

Oracle Express Edition - Can not connect remotely (plus others)

I'm unable to make a remote connection to an Oracle XE install (through TOAD / SQL Developer). Here's the deal. I set up a new server (windows 2003). The goal was to make a new image with several ...
1
vote
1answer
108 views

Uploading blob image in Oracle XE using JSP and Servlet

I'm trying to upload a blob type image into a database (Oracle XE). Codes are executing perfectly and I'm also getting right output at the screen. But, the problem is, image is not inserting into the ...
1
vote
0answers
54 views

Understanding Oracle database and ODAC installation

I want to use Oracle XE DB in my ASP.NET MVC project. I installed Oracle 11g XE on same machine where is VS running. Installation completed succesfully in C:\oraclexe. Everything as expected, i was ...
1
vote
0answers
27 views

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 originally built). Unfortunately we don't have any in house Oracle development experience to ...
1
vote
2answers
79 views

Oracle 11g Express Edition for Windows 64bit?

I registered on Oracle.com in order to download 11g R2 Express edition database. But Oracle.com offered me download links only for Windows 32bit and for Linux 64bit. Is there somewhere 64bit Windows ...
1
vote
2answers
359 views

Full Oracle 10g XE Database Can't Be Exported?

The simple version of this question is: Is it possible to export all the data from an Oracle 10g XE database that has reached it's 4GB maximum size limit? Now, here's the background: My (Windows) ...
1
vote
1answer
156 views

how to get a small portion of an oracle polygon collection

I've a SDO_GEOMETRY column containing quite large multi polygons, defined like this: INSERT INTO t1 (i, d, g) VALUES ( 25, 'Multipolygon - multi-touch', sdo_geometry (2007, null, null, ...
1
vote
1answer
165 views

APEX on Oracle XE using https

Is it possible to configure the http server that comes with Oracle XE so that it can use https? I need to deploy an APEX app for a charity (it wasn't me who selected apex) so the deployment needs ...
1
vote
1answer
182 views

11g XE: could not find the given license file

I'm trying to create a simple full-text index like this: exec ctx_ddl.create_preference('my_own_lexer', 'AUTO_LEXER'); create index myidx ON tbl(name) INDEXTYPE IS ctxsys.context PARAMETERS ...
1
vote
1answer
185 views

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','width=400,height=200', 'bReplace=true'); it opens a new window with google page but ...
1
vote
0answers
461 views

need help with jasperserver deploy in glassfish

i've been trying to deploy jasperserver 4 in glassfish 3 and using oracle 10g express edition for repository with no luck. i've tried following the install guide and making some changes since the ...
1
vote
1answer
173 views

How many records does Oracle 10g Express Edition allow?

how many records does Oracle 10g Express Edition allow?
1
vote
1answer
447 views

Monitoring Oracle XE

As it says on the Oracle XE overview page: Oracle Database XE can be installed on any size host machine with any number of CPUs (one database per machine), but XE will store up to 4GB of user ...
1
vote
5answers
403 views

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 am getting an ORA-01400 can't insert null value error for a column in which I am NOT inserting a null value. ...
1
vote
2answers
139 views

Complicated Calculation within SQL Query

I posted a similar question yesterday with the same code, I have rewritten and it should be perfect to a new specification but for some reason it is not working. I am using Oracle 10g Express. The ...
1
vote
1answer
1k views

APEX: Redirect after login to a page with arguments

this in the normal login proccess page wwv_flow_custom_auth_std.login( P_UNAME => :P101_USERNAME, P_PASSWORD => :P101_PASSWORD, P_SESSION_ID => v('APP_SESSION'), ...
1
vote
1answer
925 views

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 interface and not the external interfaces? I'd like to run it for development without having anyone ...
1
vote
1answer
184 views

ORACLE XE clear Top Sql Statistics

The "top" SQL statements represent the SQL statements that are executed most often, that use more system resources than other SQL statements, or that use system resources more frequently than other ...
1
vote
2answers
389 views

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, without dropping the schema itself. The typical implementation works as ...
1
vote
1answer
65 views

How to insert an email address from a .net front end into an Oracle table?

Right now we get a colon where the @ sign should be when we try to insert an email address coming from .net Front End into an Oracle Table. How can we get around this?
1
vote
1answer
214 views

oracle express application builder is not shown

i can't see the application builder icon on oracle Express ! what is the problem ? should i enable or disable some thing ?
1
vote
1answer
161 views

Need help on Oracle 10g express edition

I got error "ora-03001: unimplemented feature" when I try to insert a record on table below. I've searched all night, still no luck. I'm using Oracle10g express edition. create or replace type ...
1
vote
2answers
108 views

Oracle DB won't allow users to query tables

I am on Windows XP running Oracle 10G XE Edition. After running a defrag & cleanup process, I have not been able to access any of the objects on the database. A quick check set lines110 col ...
1
vote
2answers
347 views

How to get user's First and Last Name from SSO login?

I am using a Oracle SSO server to authenticate users of my APEX app. I wish to display user's first name and last name on my app, I don't want to ask the users for this info. How can I get this info ...
1
vote
1answer
340 views

Check if sum of cubes of digits = to number itself

I have written a code in PLSQL. Where in I need to Check if sum of cubes of digits = to number itself. I have tried abiding by the algorithm,still there are some errors.Please help. I'm new to ...
1
vote
3answers
331 views

Installing Oracle XE (older) AFTER installing APEX 10g?

Awhile back I installed the Oracle 10g XE database on my dev machine. Since then, I installed Application Express over top of the XE installation. In other words, it's APEX running on 10g. I found I ...
1
vote
2answers
216 views

Drop Database called “User” from Oracle

Ok this is what happend... One of my colleges run a script that created some tables which included one table called "User" on an Oracle XE 10g. Now we are unable to drop that table, we get an ...
1
vote
2answers
272 views

Cancel insertion inside a trigger without a rollback

For a certain assignment, I'm tasked with creating a very simple Q/A site, complete with tagged questions and commented answers. One of the requirements is to have a trigger to detect the insertion ...

1 2 3