oracle-xe Questions
13
Solved
I have downloaded Oracle XE 18c for Windows 64 bit, and tried to install it on a Windows 10 machine. I checked the SHA-256 checksum and it's correct.
The installation starts fine, but when it's co...
3
Solved
I try to use Test Containers with Oracle-XE module and Spring Boot and so far, when I launch my test, I am confronted to exception :
Caused by: java.lang.IllegalArgumentException: JDBC URL matches...
Messeigneurs asked 1/8, 2019 at 11:52
3
I have installed Oracle Express in my local system. What password do I need to provide to login as SYSDBA?
If I had manually installed then I would have to specify the password for SYS and SYSTEM a...
Ravel asked 5/3, 2020 at 7:52
10
Solved
I am facing this error given below :
ORA-28000: the account is locked
Is this a DB Issue ? Whenever I unlock the user account using the alter SQL query, that is ALTER USER username ACCOUNT UNLOC...
8
Solved
I'm a newbie to Java-related web development, and I can't seem to get a simple program with JDBC working. I'm using off-the-shelf Oracle 10g XE and the Eclipse EE IDE. From the books and web pages ...
0
I am trying to create an Oracle Database container that has an SSL enabled listener for connections.
But I am having trouble getting the listener to start.
I have tried many configurations but here...
5
Solved
I have an OracleXE 11g instance on a remote server machine. Some developers who have Russian Windows 7 SP1 can't connect to it. They got this error message:
ORA-12705: Cannot access NLS data files...
Unipod asked 29/7, 2013 at 6:50
5
Solved
I have installed Oracle Database 11g Express Edition on my pc (windows 7)
and I have installed Oracle SQL Developer as well.
I want to create a simple database to start with, maybe with one table...
Tying asked 2/3, 2012 at 13:30
4
Solved
I've installed Oracle Database 10g Express Edition (Universal) with the default settings:
SELECT * FROM NLS_DATABASE_PARAMETERS;
NLS_CHARACTERSET AL32UTF8
NLS_NCHAR_CHARACTERSET AL16UTF16
Given...
4
I am using Oracle 11g Express Edition. Currently when I check NLS character set parameter using SELECT * FROM nls_database_parameters; it gives the default values:
NLS_CHARACTERSET: AL32UTF8
NLS_N...
Tennant asked 21/5, 2014 at 9:26
7
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 ...
9
I am trying to create an oracle xe database in my vps.
VPS OS : Cent OS.
When try to run
/etc/init.d/oracle-xe configure
it throws an error Database confiration failed and to check the logs b...
3
Solved
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 ser...
Heilner asked 4/1, 2009 at 13:4
2
Solved
I have .sql script file with DDL for more than 60 tables. I am trying to copy-paste the script into SQL Developer, connected to a database which is "Oracle Database 11g Express Edition Release 11.2...
2
Solved
Can I have multiple databases on oracle express edition? Please let me know what are steps to setup?
9
I have installed Oracle XE on Win7 x64 machine. Installation completed successfully without problem, or perhaps installer didn't tell about them. But after installation I can't connect to database;...
2
Solved
I am 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 o...
3
Solved
Here is my oracle 11.2.0 config
Listener.ora:
LISTENER_ORCL =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = ORCL))
(ADDRESS = (PROTOCOL = TCP)(HOST =localhost)(PORT =...
9
Solved
I have the same problem as listed here: How to recover or change Oracle sysdba password although I did not lose the password, I entered it twice in the configure script originally, and then when I ...
3
I have some unit tests that talk to Oracle-11g XE. Running each test individually works fine, but when I run them all, the first few pass, and the rest fail with this error when trying to create th...
Radial asked 23/4, 2012 at 13:29
1
Solved
I use Oracle XE for the sole purpose of developing PHP applications and version 11g has apparently lost the GUI tool to manage users which 10g used to have so I'd like to prepare a code snippet to ...
Advisable asked 16/11, 2015 at 9:16
2
Solved
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 da...
Encroachment asked 27/3, 2011 at 9:23
2
Solved
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...
7
Solved
I registered on http://Oracle.com in order to download 11g R2 Express edition database. But http://Oracle.com offered me download links only for Windows 32bit and for Linux 64bit.
Is there somewhe...
1
Solved
I keep getting this error when trying to install Oracle Express edition on Windows 64. I searched online and the only posts I found were for a missing registry entry. The actual file is missing in ...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.